mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
f592242737
This corrects a regression when pattern matching to the newline was added. If the newline is never matched the loop still needs to terminated so now when the position is before the newline and the last match had no tokens the loop is broken out of.
4 lines
22 B
Ruby
4 lines
22 B
Ruby
a = {
|
|
"b" => "c",
|
|
}
|