Added regexp to test

git-svn-id: svn://10.0.0.236/trunk@58196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com
2000-01-19 01:36:54 +00:00
parent a0b59d0c17
commit c395c3dd51

View File

@@ -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");
}