Skip to content

Commit d852692

Browse files
committed
updated tests
1 parent 0b89838 commit d852692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/output-testcases.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,15 +536,15 @@ special chars within cjsx are ignored by parser and escaped
536536
##input
537537
<Person> a,/';][' a\''@$%^&˚¬∑˜˚∆å∂¬˚*()*&^%$>><<<< '"''"'''\'\'m' i </Person>
538538
##expected
539-
React.createElement(Person, null, " a,\x2F\';][\' a\\\'\'@$%^\&\u02da\u00ac\u2211\u02dc\u02da\u2206\u00e5\u2202\u00ac\u02da*()*\&^%$\x3E\x3E\x3C\x3C\x3C\x3C \'\"\'\'\"\'\'\'\\\'\\\'m\' i ")
539+
React.createElement(Person, null, " a,\x2F\';][\' a\\\'\'@$%^\&˚¬∑˜˚∆å∂¬˚*()*\&^%$\x3E\x3E\x3C\x3C\x3C\x3C \'\"\'\'\"\'\'\'\\\'\\\'m\' i ")
540540
##end
541541

542542
##desc
543543
html entities (name, decimal, hex) within cjsx decoded
544544
##input
545545
<Person> &&&&euro; &#8364; &#x20AC;;; </Person>
546546
##expected
547-
React.createElement(Person, null, " \&\&\&\u20ac \u20ac \u20ac;; ")
547+
React.createElement(Person, null, " \&\&\&€ € €;; ")
548548
##end
549549

550550
##desc

0 commit comments

Comments
 (0)