Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3694b96

Browse files
committed
U+180E is no longer considered "whitespace" by the unicode 6.3.0 standard
http://www.unicode.org/versions/Unicode6.3.0/#Database_Changes (changeset 1345930)
1 parente869b5f commit3694b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/fsharpqa/Source/Libraries/Portable/parse_oracle.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static void Main(string[] args)
101101

102102

103103
// Misc whitespaces
104-
varws="\x180E\x2000\x2001\x2002\x2003\x2004\x2005\x2006\x2007\x2008\x2009\x200A\x202F\x205F\x3000\x2028\x2029\x0009\x000A\x000B\x000C\x000D\x0085\x00A0";
104+
varws="\x2000\x2001\x2002\x2003\x2004\x2005\x2006\x2007\x2008\x2009\x200A\x202F\x205F\x3000\x2028\x2029\x0009\x000A\x000B\x000C\x000D\x0085\x00A0";
105105
AssertEqual(ws+"123"+ws,onetwothee);
106106

107107
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp