clone https://github.com/RA1NM4KER/TestSuiteAMPL.gitinto the directory/folder which holds your alan folder.- Navigate to directory
cd TestSuiteAMPL - Run a script
python3 test.py xxx
-
Comments
python3 test.py comments- nested comments
- error messages; testing position
- curly brackets inside string literals
- block comments with error; testing position
-
String Literals
python3 test.py strings- escape codes
- multi line string literal error
- illegal escape codes
- " at end
- empty string
- "untidy"strings"
-
Error handling
python3 test.py errors- illegal characters
- numbers too long
- identifiers too long
- error precedence
- string not closed
- comment not closed; normal and nested testing position
-
All available
python3 test.py all- tests all above, and more.