-
Notifications
You must be signed in to change notification settings - Fork 10
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
Concatenated tstr/bstr fragments #16
Comments
That is a feature of EDN that apparently did not make it into the implementation yet. |
+1 FYI: This is also preventing me from using diag2cbor.rb and diag2pretty.rb directly with examples in Internet-Drafts (because I am trying to make my examples narrow enough to fit in 72 characters). |
Hi Rohan, thank you, that is very useful input. |
I will try using the edn-abnf tool. |
If there is anything missing in edn-abnf that you need for that, please holler. |
The definition in Section G.4 of RFC8610 allows whitespace-separated
tstr
andbstr
fragments to be treated as one whole concatenated value. When I attempt to use this with the tooldiag2pretty
I get an error shown below. This also happens if the whitespace includes newlines, which is what I was originally trying to do.The text was updated successfully, but these errors were encountered: