Actions
Bug #17846
closedPercent mode changes the output from ERB beyond what is documented
Bug #17846: Percent mode changes the output from ERB beyond what is documented
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.7.3p183 (2021-04-05 revision 6847ee089d) [x86_64-linux-musl]
Description
/ # cat repro.erb <% # %>x y / # erb repro.erb y / # erb -P repro.erb / # Based on documentation of -P (disabling percent mode), this change in behavior
is unexpected.
Actions