We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b81fe3 commit 0eb0c26Copy full SHA for 0eb0c26
ruby/extractor/src/bin/extractor.rs
@@ -320,6 +320,8 @@ fn scan_erb(
320
(result, line_breaks)
321
}
322
323
+/// Advance `index` to the next non-whitespace character.
324
+/// Newlines are **not** considered whitespace.
325
fn skip_space(content: &[u8], index: usize) -> usize {
326
let mut index = index;
327
while index < content.len() {
0 commit comments