-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOD-Literal can only be parsed if it has 3 sections #355
Labels
compatibility-oscat
syntax or semantics which are not necessarily part of the standard, but seen in the oscat-libraries
good first issue
Good for newcomers
Comments
we should also consider more flexible versions of all the other time-literals |
the regex really wants 3 segments Line 347 in 1cc6dd6
die Funktionen parse_literal_date... im expression_parser.rs erwarten jetzt natürlich genau diese komponenten. Diese müssen auch angepasst werden. |
Branch issue-355-TOD-Literal_can_only_be_parsed_if_it_has_3_sections created! |
99NIMI
added a commit
that referenced
this issue
Nov 3, 2021
99NIMI
added a commit
that referenced
this issue
Nov 4, 2021
99NIMI
added a commit
that referenced
this issue
Nov 5, 2021
…be_parsed_if_it_has_3_sections TOD literlas can now be parsed with 2 and 3 sections (#355)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compatibility-oscat
syntax or semantics which are not necessarily part of the standard, but seen in the oscat-libraries
good first issue
Good for newcomers
the oscat-basic library contains TOD literals with only 2 sections. We currently fail parsing these:
TOD#12:00
should be treated asTOD#12:00:00
The text was updated successfully, but these errors were encountered: