Skip to content

Commit

Permalink
\t is not considered YAML whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna committed Mar 26, 2024
1 parent 8fc3a05 commit 2854243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/haskell.rs
Expand Up @@ -105,7 +105,7 @@ mod tests {
fn folder_stack() -> io::Result<()> {
let cases = vec![
("resolver: lts-18.12\n", "lts-18.12"),
("snapshot:\tnightly-2011-11-11", "nightly-2011-11-11"),
("snapshot: nightly-2011-11-11", "nightly-2011-11-11"),
("snapshot: ghc-8.10.7", "ghc-8.10.7"),
(
"snapshot: https://github.com/whatever/xxx.yaml\n",
Expand Down

0 comments on commit 2854243

Please sign in to comment.