Commit ae94630
Issue 5164: Allow capital E in scientific notation (#5242)
* Remove prohibition of capital E exponent signifier
* Remove exponent error format test
* Add test for lowercase 'e' in exponent notation
* Update output
Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>1 parent d3f06e3 commit ae94630
File tree
10 files changed
+16
-33
lines changed- docs/v2
- annotated-source
- browser-compiler-legacy
- browser-compiler-modern
- lib
- coffeescript-browser-compiler-legacy
- coffeescript-browser-compiler-modern
- coffeescript
- src
- test
10 files changed
+16
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | 555 | | |
559 | 556 | | |
560 | 557 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21868 | 21868 | | |
21869 | 21869 | | |
21870 | 21870 | | |
21871 | | - | |
21872 | | - | |
21873 | | - | |
21874 | | - | |
21875 | | - | |
21876 | | - | |
21877 | | - | |
21878 | 21871 | | |
21879 | 21872 | | |
21880 | 21873 | | |
| |||
29359 | 29352 | | |
29360 | 29353 | | |
29361 | 29354 | | |
29362 | | - | |
29363 | | - | |
| 29355 | + | |
| 29356 | + | |
29364 | 29357 | | |
29365 | 29358 | | |
29366 | 29359 | | |
29367 | 29360 | | |
| 29361 | + | |
| 29362 | + | |
| 29363 | + | |
| 29364 | + | |
29368 | 29365 | | |
29369 | 29366 | | |
29370 | 29367 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | 273 | | |
277 | 274 | | |
278 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | 809 | | |
817 | 810 | | |
818 | 811 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments