You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser incorrectly parses empty single quote and double quote scalars.
key: ""
key: ''
The above string, when parsed using apidom-parser-adapter-yaml-1-2 returns ApiDOM that contains the empty string instead of one space string. I suspect issue comes from canonical-format.ts within the apidom-ast package.
Specifically formatFlowSingleQuoted and formatFlowDoubleQuoted are affected.
The text was updated successfully, but these errors were encountered:
The parser incorrectly parses empty single quote and double quote scalars.
The above string, when parsed using
apidom-parser-adapter-yaml-1-2
returns ApiDOM that contains the empty string instead of one space string. I suspect issue comes fromcanonical-format.ts
within theapidom-ast
package.Specifically
formatFlowSingleQuoted
andformatFlowDoubleQuoted
are affected.The text was updated successfully, but these errors were encountered: