Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2008-12-19 01:04:54 +0300
committerMarek Safar <marek.safar@gmail.com>2008-12-19 01:04:54 +0300
commit154b6ffbb0e256961b896d61723311f3b699f6e6 (patch)
tree63fdf6cfefb485037f37e744ae3f12b3a938bb76 /mcs/tests/test-697.cs
parentefd2133654822d4815dc99754e6ace11f6bcfd15 (diff)
New test.
svn path=/trunk/mcs/; revision=121811
Diffstat (limited to 'mcs/tests/test-697.cs')
-rw-r--r--mcs/tests/test-697.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/tests/test-697.cs b/mcs/tests/test-697.cs
new file mode 100644
index 00000000000..e7e031fc179
--- /dev/null
+++ b/mcs/tests/test-697.cs
@@ -0,0 +1,9 @@
+// Tests ignorance of UTF-8 header in the middle of the file
+using  System\uFEFF;
+
+public class C
+{
+ public static void Main ()
+ {
+ }
+}