Commit 3b5f539
authored
ParmParse: Remove two Aborts (#4576)
ParmParse now supports names containing special characters such as `/`,
`(`, `)`, and `,` except for white space and `=` (e.g.,
`dAx_x/dx(x,y,t,zeval) = 12`). In fact, even before this PR, such names
were already supported as long as they are not the first entry, due to
the way input parsing was implemented. With this PR, these names are now
allowed as the first entry as well.1 parent a7776f1 commit 3b5f539
3 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | 619 | | |
624 | 620 | | |
625 | 621 | | |
| |||
658 | 654 | | |
659 | 655 | | |
660 | 656 | | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | 657 | | |
668 | 658 | | |
669 | 659 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments