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>2011-03-21 17:04:00 +0300
committerMarek Safar <marek.safar@gmail.com>2011-03-21 18:49:36 +0300
commit456f804b38319f7fda7a0c8f850c82636c1b9ff0 (patch)
treef89ef5bda96401b1f03b0f25410f735b36b89e05 /mcs/tests/test-782.cs
parentabd7ddbd9874b4f248b2b6ed7e125495dc0a0365 (diff)
Skip over more whitespace characters
Diffstat (limited to 'mcs/tests/test-782.cs')
-rw-r--r--mcs/tests/test-782.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-782.cs b/mcs/tests/test-782.cs
index a0d1448fc34..8a561cc41a8 100644
--- a/mcs/tests/test-782.cs
+++ b/mcs/tests/test-782.cs
@@ -8,5 +8,6 @@ class Test {
public static void Main()
{
+ string s =  "(" + 1; // This line contains IDEOGRAPHIC SPACE
}
}