Version 1
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Asset / css_test_files / css_input_with_charset.css
diff --git a/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css
new file mode 100644 (file)
index 0000000..949f6ca
--- /dev/null
@@ -0,0 +1,4 @@
+@charset "iso-8859-15";
+.charset-test {
+  content: "ยค";
+}