Add test in test.cat for libraries with special chars

This commit is contained in:
Slendi 2024-02-09 12:51:02 +02:00
parent 47412f0587
commit d5990adfee

View File

@ -1,5 +1,6 @@
use "fmt.cat" use "fmt.cat"
use lib "directory/long_library_name" use lib "directory/long_library_name"
use "directory/library'with'special'chars"
\ This is a comment, it should be ignored by the compiler \ This is a comment, it should be ignored by the compiler