mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
392 B
18 lines
392 B
12 years ago
|
/*
|
||
|
* Unicode character issues
|
||
|
* - control characters allowed as part of string literals,
|
||
|
* comments, regular expression literals
|
||
|
* - control characters outside outside these are allowed
|
||
|
* only when explicitly specified; Section 7.1 Table 1
|
||
|
* summarizes what ZWNJ, ZWJ, and BOM mean outside
|
||
|
* literals and comments
|
||
|
*/
|
||
|
|
||
|
/*---
|
||
|
{
|
||
|
"skip": true
|
||
|
}
|
||
|
---*/
|
||
|
|
||
|
/* FIXME */
|