Actions
Bug #21980
openRubyVM::AST offsets are incorrect when BOM
Bug #21980:
RubyVM::AST offsets are incorrect when BOM
Description
When there is a BOM on a file, the offsets are incorrect for nodes. See:
RubyVM::AbstractSyntaxTree.parse("\xEF\xBB\xBF1").source # => "\xEF"
No data to display
Actions