summaryrefslogtreecommitdiff
path: root/unit-tests/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-25 15:18:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-25 15:18:28 +0200
commit3d1c4a2746d22f791fa50ec5d8b593c9c6181f4e (patch)
tree94f99496f4bbdbd7157e3cc698e8091737e872cd /unit-tests/parser
parent05ef56ee44198aed563a66443fb479598819f779 (diff)
Adjust for literal here-document support in testscript
Diffstat (limited to 'unit-tests/parser')
-rw-r--r--unit-tests/parser/testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/parser/testscript b/unit-tests/parser/testscript
index 0ae0378..08226a5 100644
--- a/unit-tests/parser/testscript
+++ b/unit-tests/parser/testscript
@@ -164,9 +164,9 @@ class c
char -init2 = 'c';
int -init3 = -5;
bool -inti4 = true;
- long -init5 = \(2 * 4 - 5);
+ long -init5 = (2 * 4 - 5);
type -init6 = type::default_value;
- type -init7 \(abc, 2 - 1);
+ type -init7 (abc, 2 - 1);
};
EOI
$* test.cli >:""