bc: fix another thinko

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-13 17:56:35 +01:00
parent 335b4efd2f
commit 818b602c88
2 changed files with 12 additions and 3 deletions

View File

@@ -16,6 +16,16 @@ testing "bc comment 2: /*/ is not a closed comment" \
"4\n" \
"" "1 /*/ + 2 */ + 3"
testing "bc backslash 1" \
"bc" \
"3\n" \
"" "1 \\\\\n + 2"
testing "bc string 1" \
"bc" \
"STR\n" \
"" "\"STR\n\""
tar xJf bc_large.tar.xz
for f in bc*.bc; do