ruby-syntax-tree / syntax_tree

Interact with the Ruby syntax tree
https://ruby-syntax-tree.github.io/syntax_tree/
MIT License
563 stars 54 forks source link

Fix formatting for CHAR node when single_quotes plugin is enabled #385

Open nobuyo opened 1 year ago

nobuyo commented 1 year ago

Fixes #384.

I've fixed formatting behavior for a CHAR node ?" and ?' when single_quotes plugin is enabled.