summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs/implicit-cast.slang.expected.txt5
-rw-r--r--tests/preprocessor/utf16_be_bom_crlf.slangbin0 -> 70 bytes
-rw-r--r--tests/preprocessor/utf16_le_bom_crlf.slangbin0 -> 70 bytes
-rw-r--r--tests/preprocessor/utf8_bom_crlf.slang4
4 files changed, 8 insertions, 1 deletions
diff --git a/tests/bugs/implicit-cast.slang.expected.txt b/tests/bugs/implicit-cast.slang.expected.txt
index d8263ee98..5a4d7b6ab 100644
--- a/tests/bugs/implicit-cast.slang.expected.txt
+++ b/tests/bugs/implicit-cast.slang.expected.txt
@@ -1 +1,4 @@
-2 \ No newline at end of file
+0
+1
+0
+0
diff --git a/tests/preprocessor/utf16_be_bom_crlf.slang b/tests/preprocessor/utf16_be_bom_crlf.slang
new file mode 100644
index 000000000..eba197eff
--- /dev/null
+++ b/tests/preprocessor/utf16_be_bom_crlf.slang
Binary files differ
diff --git a/tests/preprocessor/utf16_le_bom_crlf.slang b/tests/preprocessor/utf16_le_bom_crlf.slang
new file mode 100644
index 000000000..e0005e1e7
--- /dev/null
+++ b/tests/preprocessor/utf16_le_bom_crlf.slang
Binary files differ
diff --git a/tests/preprocessor/utf8_bom_crlf.slang b/tests/preprocessor/utf8_bom_crlf.slang
new file mode 100644
index 000000000..bc8a6b12b
--- /dev/null
+++ b/tests/preprocessor/utf8_bom_crlf.slang
@@ -0,0 +1,4 @@
+void main()
+{
+}
+//TEST:SIMPLE: