ecma262 icon indicating copy to clipboard operation
ecma262 copied to clipboard

Language for empty strings is inconsistent

Open gibson042 opened this issue 4 years ago • 2 comments

Description: Some sections use the text "empty String", while others use *""*. We should pick one pattern and standardize on it.

$ grep -oi 'empty string\|[*]""[*]' spec.html | sort | uniq -c
     50 *""*
    105 empty String

gibson042 avatar Nov 05 '21 14:11 gibson042

Related: https://github.com/tc39/ecma262/issues/2169

michaelficarra avatar Nov 06 '21 00:11 michaelficarra

Also related: #2236

gibson042 avatar Nov 20 '21 16:11 gibson042