summaryrefslogtreecommitdiffstats
path: root/eshtrans/frontend/lexer.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/frontend/lexer.esh')
-rw-r--r--eshtrans/frontend/lexer.esh4
1 files changed, 4 insertions, 0 deletions
diff --git a/eshtrans/frontend/lexer.esh b/eshtrans/frontend/lexer.esh
index 552be45..31670c1 100644
--- a/eshtrans/frontend/lexer.esh
+++ b/eshtrans/frontend/lexer.esh
@@ -518,6 +518,10 @@ scan_word()
'Unterminated' \
'quoted string'
;;
+ "${LF}")
+ lineno=$((${lineno} +1))
+ lines=$((${lines} + 1))
+ ;;
\')
break
;;