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 conversion of StringValue to String is incorrect when the value ends with an escaped double-quote \". There is likely a similar bug with block strings that end with \""" or starts with " but it is masked by #609. The offending code removes any number of " characters here:
Description
The conversion of
StringValue
toString
is incorrect when the value ends with an escaped double-quote\"
. There is likely a similar bug with block strings that end with\"""
or starts with"
but it is masked by #609. The offending code removes any number of"
characters here:apollo-rs/crates/apollo-parser/src/ast/node_ext.rs
Line 201 in 126816f
Steps to reproduce
crates/apollo-parser/src/ast/node_ext.rs
Expected result
Test passes
Actual result
Environment
apollo-rs
crate: apollo-parsermain
126816fThe text was updated successfully, but these errors were encountered: