Raymond Toy pushed to branch issue-139-default-external-format-utf8 at cmucl / cmucl Commits: 3717f165 by Raymond Toy at 2022-10-30T09:33:54-07:00 Add test file and git ignore output file Forgot to add the test file used for testing opening files with the default external format. Ignore the output file. - - - - - 2 changed files: - + tests/.gitignore - + tests/utf8.txt Changes: ===================================== tests/.gitignore ===================================== @@ -0,0 +1 @@ +/out-utf8.txt ===================================== tests/utf8.txt ===================================== @@ -0,0 +1,2 @@ +안녕하세요 +UTF8 test. The above line is "Hello" in Hangul. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/3717f16569510d166630f009... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/3717f16569510d166630f009... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)