This commit is contained in:
Kyle Kelley
2024-04-10 15:37:19 -07:00
parent 8243401d42
commit 4e652e9214

View File

@@ -388,7 +388,7 @@ mod tests {
"Should handle both parsable and unparsable sections correctly"
);
let expected_chunks = vec![
let expected_chunks = [
"fn main() {",
" let a = 1;",
" let b = 2;",