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
# Just because we check for escaped characters at the global
81
81
# level, it doesn't mean we allow them in every context.
82
-
raise"Found escaped character outside of allowed contexts on line #{line_no + 1} (current context: #{state.context})"unless%i[in_quoted_keyin_quoted_valuein_block_comment].include?(state.context)
raise"Found escaped character outside of allowed contexts on line #{line_no + 1} (current context: #{state.context})"unlessallowed_contexts_for_escaped_characters.include?(state.context)
0 commit comments