Added regexp to test
git-svn-id: svn://10.0.0.236/trunk@58196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -33,6 +33,10 @@ function test()
|
||||
|
||||
reportCompare ("no error", eval("'no'\u00A0+ ' error'"),
|
||||
"Unicode non-breaking space character test.");
|
||||
|
||||
|
||||
var str = "\u00A0foo";
|
||||
reportCompare (0, str.search(/^\sfoo$/),
|
||||
"Unicode non-breaking space character regexp test."););
|
||||
|
||||
exitFunc ("test");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user