From d5990adfee3cffd98a361360b897ba7273fc4eb7 Mon Sep 17 00:00:00 2001 From: Slendi Date: Fri, 9 Feb 2024 12:51:02 +0200 Subject: [PATCH] Add test in test.cat for libraries with special chars --- test.cat | 1 + 1 file changed, 1 insertion(+) diff --git a/test.cat b/test.cat index 8b9aa51..8f3e3cc 100644 --- a/test.cat +++ b/test.cat @@ -1,5 +1,6 @@ use "fmt.cat" use lib "directory/long_library_name" +use "directory/library'with'special'chars" \ This is a comment, it should be ignored by the compiler