You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test test_parsing/n_string_unicode_CapitalU.json considers that "\UA66D" should fail to parse.
But I am confused by this because the spec says that any character may be escaped, hence it's not illegal to escape U? Sure, this is not supposed to be a unicode sequence because unicode sequences use lowercase u... but why shouldn't the parser accept this as the string UA66D?