aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-06-21 20:45:48 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-06-25 22:37:32 +0800
commit6297f1da5581b390207a038633881f5dbd8754c3 (patch)
tree314c64111b1c4f3898726c14fa2a271e60ceaa3c /test
parentParser: support '#' in double quoted string (diff)
downloadlibbash-6297f1da5581b390207a038633881f5dbd8754c3.tar.gz
libbash-6297f1da5581b390207a038633881f5dbd8754c3.tar.bz2
libbash-6297f1da5581b390207a038633881f5dbd8754c3.zip
Parser: use lexer rule to parse singled quoted string
Diffstat (limited to 'test')
-rw-r--r--test/post_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/post_check.cpp b/test/post_check.cpp
index 3f0531e..715ccf5 100644
--- a/test/post_check.cpp
+++ b/test/post_check.cpp
@@ -35,7 +35,7 @@ static void check_file_size(const char *path, uintmax_t size_max)
TEST(post_check, lexer_size)
{
- check_file_size("libbashLexer.cpp", 512 * 1024);
+ check_file_size("libbashLexer.cpp", 1024 * 1024);
}
TEST(post_check, parser_size)