diff options
Diffstat (limited to 'tests/custom/04_bugs/15_segfault_on_prefix_increment')
-rw-r--r-- | tests/custom/04_bugs/15_segfault_on_prefix_increment | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/custom/04_bugs/15_segfault_on_prefix_increment b/tests/custom/04_bugs/15_segfault_on_prefix_increment deleted file mode 100644 index 280b680..0000000 --- a/tests/custom/04_bugs/15_segfault_on_prefix_increment +++ /dev/null @@ -1,18 +0,0 @@ -When parsing an invalid pre- or post-decrement expression as first -statement of a source buffer, the compiler crashed while attempting -to look up the type of the previous instruction within a not-yet -allocated chunk buffer. - --- Expect stderr -- -Syntax error: Unterminated string -In line 1, byte 6: - - `{% ++"` - ^-- Near here - - --- End -- - --- Testcase -- -{% ++" --- End -- |