Commit graph

323 commits

Author SHA1 Message Date
Morten Enemark Lund
4863a94b1c Add functions to quote arguments for cmd.exe. This was needed for the source_cmd function. 2016-04-22 16:25:17 +02:00
Morten Enemark Lund
7d4e5f70fc Add test for sourcing bat file on windows 2016-04-18 00:41:11 +02:00
Anthony Scopatz
4862a47b7c fixed alias expansion 2016-04-10 12:13:36 -04:00
Randy Syring
3a14cc2bdd add kwarg support to Env.swap()
fixes gh-769
2016-04-01 01:41:23 -04:00
adam j hartz
7a309db8b7 Merge branch 'master' of https://github.com/scopatz/xonsh into headless 2016-03-23 18:09:15 -04:00
adam j hartz
4d5dda3202 one more test case 2016-03-20 21:31:14 -04:00
adam j hartz
c41f255421 update to fix test cases 2016-03-20 19:43:37 -04:00
adam j hartz
a19ae1ade3 add some parser tests back in 2016-03-19 15:12:13 -04:00
adam j hartz
2e3fc49821 add some new test cases for !() and ![] syntax 2016-03-19 15:03:14 -04:00
Anthony Scopatz
fa95e62711 some logic fixes to ndslicing 2016-03-18 12:20:13 -04:00
Gil Forsyth
4542eee990 update tests for extra slicing 2016-03-17 12:27:12 -04:00
adam j hartz
072ae8599e merge from master 2016-03-10 21:55:09 -05:00
Gil Forsyth
381a872481 update multiline tests
only dedent when not on first line of document
2016-03-06 12:16:24 -05:00
adam j hartz
05e762aadd fix test case 2016-03-02 22:01:44 -05:00
adam j hartz
0d3519f954 revert some changes 2016-03-02 21:37:31 -05:00
adam j hartz
0ed8c0ec17 update tests for new subproc function 2016-02-24 20:29:59 -05:00
Gil Forsyth
76fcd989ee Merge pull request #696 from scopatz/rprompt
right prompt implementation
2016-02-23 19:29:40 -05:00
Anthony Scopatz
0f6a2dbe67 potential fix for indented subproc mode with comments 2016-02-21 14:37:03 -05:00
Anthony Scopatz
c2689bcb08 some test fixes 2016-02-20 14:53:00 -05:00
Anthony Scopatz
9d9c8bef31 fixed some tests 2016-02-18 00:45:01 -05:00
Anthony Scopatz
21940e9e74 some more modifications 2016-02-17 02:03:08 -05:00
Anthony Scopatz
f32cecb59c potential fix for getouterframes 2016-02-06 00:05:00 -05:00
Anthony Scopatz
9c3506cb14 better filename handling in tracer 2016-02-03 01:29:06 -05:00
Anthony Scopatz
83c337178e turn off line and col tests for < v3.5.1 2016-02-03 00:16:05 -05:00
Anthony Scopatz
04ccec597b fixed with 2016-02-02 21:19:56 -05:00
Anthony Scopatz
79b3ffdb96 more hacking 2016-02-02 02:59:12 -05:00
Anthony Scopatz
29a4f826a1 more fixes 2016-02-02 00:19:37 -05:00
Anthony Scopatz
80983d3e2a prettier dump 2016-01-31 23:13:01 -05:00
Anthony Scopatz
a85e3c0e5a implemented parser acces to tokens 2016-01-31 21:45:14 -05:00
Anthony Scopatz
77b02e9110 line an col numbs so broken! 2016-01-31 20:32:28 -05:00
Burak Yigit Kaya
6f55943266 Fix background color handling when using prompt-toolkit 2016-01-23 18:50:48 +02:00
Gil Forsyth
8bae9d7dbe update trailing slash test to play nice
I forgot that AppVeyor _is_ on windows
2016-01-22 18:42:53 -05:00
Gil Forsyth
4e06175670 disable multiline for '\' on windows without POSIX
If user is on Windows and has `FORCE_POSIX_PATHS` set to False, then
trailing backslash will not enter multiline mode as this messed up
directory navigation
2016-01-22 17:38:13 -05:00
Anthony Scopatz
ac3380db70 Merge branch 'master' into xonfig 2016-01-12 20:27:21 -05:00
Gil Forsyth
c1184382e7 add setup and teardown functions to multiline tests 2016-01-12 09:46:50 -05:00
Gil Forsyth
8638d9e3fb remove unneeded imports 2016-01-11 17:51:33 -05:00
Gil Forsyth
88c753c2f0 update test description 2016-01-11 17:50:37 -05:00
Gil Forsyth
36b2bba5f1 add more tests and demangle key_bindings 2016-01-11 17:40:49 -05:00
Gil Forsyth
6bf3320ff1 add tests for most multiline prompt behavior 2016-01-11 17:09:20 -05:00
Gil Forsyth
3280bc6b1b first attempt at testing multiline input behavior 2016-01-11 16:38:25 -05:00
Anthony Scopatz
0f6efb1497 storage seems to work 2016-01-02 11:28:36 -08:00
Anthony Scopatz
9ee5bc21c9 some more tests 2016-01-02 02:20:22 -08:00
Anthony Scopatz
2009d24604 have basic walker and pretty printer 2016-01-02 02:15:37 -08:00
Anthony Scopatz
753cd5dcc4 test fixes 2015-12-29 23:46:44 -08:00
adam j hartz
846b60265b Merge pull request #578 from scopatz/ptk-hist
prompt-toolkit history now reads from xonsh history rather its own custom pickle method.
2015-12-21 17:28:30 -05:00
Anthony Scopatz
a30bc80bef prompt-toolkit history now reads from xonsh history rather its own custom pickle method. 2015-12-19 18:26:37 -08:00
adam j hartz
26bd38bbab update test cases 2015-12-19 21:17:03 -05:00
adam j hartz
a5f2b7019e skip more test cases on windows 2015-12-19 18:44:58 -05:00
adam j hartz
3c487284b4 more test case fiddling 2015-12-19 18:09:06 -05:00
adam j hartz
36ba1b14bf update tests for new aliasing 2015-12-19 17:29:48 -05:00