diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-07-21 17:00:05 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-02 15:46:29 +0800 |
commit | 8d0126787eaf4ee648ebe7f47a8048dc3c15c88e (patch) | |
tree | 518ee16a27b6e4d73c89104fc3d208a2c9741698 /test | |
parent | Parser: add back more tests (diff) | |
download | libbash-8d0126787eaf4ee648ebe7f47a8048dc3c15c88e.tar.gz libbash-8d0126787eaf4ee648ebe7f47a8048dc3c15c88e.tar.bz2 libbash-8d0126787eaf4ee648ebe7f47a8048dc3c15c88e.zip |
Parser: allow braces in command arguments
Diffstat (limited to 'test')
-rw-r--r-- | test/walker_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/walker_test.cpp b/test/walker_test.cpp index 4a69e9f..4f87c26 100644 --- a/test/walker_test.cpp +++ b/test/walker_test.cpp @@ -91,7 +91,6 @@ TEST(extglob, used_when_disabled) } } -/* TEST(brace_expansion, not_in_raw_string) { interpreter walker; @@ -100,4 +99,4 @@ TEST(brace_expansion, not_in_raw_string) std::istringstream input(script); bash_ast ast(input); EXPECT_THROW(ast.interpret_with(walker), libbash::unsupported_exception); -} */ +} |