updated t/err.sh to show the erroneous line number
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-05 21:57:54 +09:00
parent 335574dd6d
commit 2c89b2ae97
2 changed files with 17 additions and 5 deletions

View File

@ -190,3 +190,7 @@ abc.? := 20 ##ERROR: syntax error - '?' prohibited as first character of identif
---
throw ##ERROR: syntax error - no value or expression after 'throw'
---
throw throw ##ERROR: syntax error - 'throw' prohibited in this context