Commit 5130f8a
committed
Check for end of datum more specifically
This prevents an empty list being treated as the end of a datum.
For example decoding `["foo", []]`, would give `["foo"]` and leave an
'e' on the end of input `s`.1 parent 7f0fa7b commit 5130f8a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments