Skip to content

Commit

Permalink
G.4 (string concatenation) is in 8610, not 8949
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed May 17, 2024
1 parent 8508076 commit 35a6c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-cbor-edn-literals.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ The following additional items should help in the interpretation:

* `string` and the rules preceding it in the same block realize both
the representation of strings that are split up into multiple chunks
({{Section G.4 of RFC8949@-cbor}}) and the use of ellipses to represent elisions
({{Section G.4 of -cddl}}) and the use of ellipses to represent elisions
({{elision}}). The semantic processing of these rules is relatively
complex:
* A single `...` is a general ellipsis, which can stand for any data
Expand All @@ -840,7 +840,7 @@ The following additional items should help in the interpretation:
represented by `888(null)`.
* A simple sequence of string chunks is simply joined together.
In both cases of joining strings, the rules of {{Section G.4 of
RFC8949@-cbor}} need to be followed; in particular, if a text string
-cddl}} need to be followed; in particular, if a text string
results from the joining operation, that result needs to be valid
UTF-8.
* Some of the strings may be app-strings.
Expand Down

0 comments on commit 35a6c69

Please sign in to comment.