Commit 00c5777
committed
Note the UAX 31 provenance of
For the `WHITESPACE` grammar rule, we cite `Pattern_White_Space`. For
`HORIZONTAL_WHITESPACE`, we hadn't cited provenance. Let's do that.
Horizontal whitespace, in a Unicode context, is defined by UAX
31, Section 4.1, which categorizes `Pattern_White_Space` into
line endings, ignorable format controls, and horizontal space.
The horizontal space category is exactly the two characters our
grammar specifies.HORIZONTAL_WHITESPACE
1 parent 544b5c6 commit 00c5777
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| 43 | + | |
0 commit comments