Scanner: Generate error on inbalanced RLO/LRO/PDF override markers.

This commit is contained in:
Christian Parpart
2020-12-15 18:40:51 +01:00
committed by chriseth
parent 67b7267735
commit 381c63ec99
31 changed files with 333 additions and 7 deletions
@@ -0,0 +1,6 @@
{
// pop 1
// underflow
}
// ----
// ParserError 1856: (19-32): Literal or identifier expected.
@@ -0,0 +1,6 @@
{
// pop 1
let s := unicode"underflow ";
}
// ----
// ParserError 1856: (35-47): Literal or identifier expected.