mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
make repo compatible with windows again
Apparently windows (or probably more precisely NTFS) can not deal with special characters in file names.
This commit is contained in:
parent
663cd3bf0d
commit
e764d03458
3 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ mod directory_listing {
|
|||
|
||||
assert_eq!(
|
||||
page.body,
|
||||
Some("This is a directory listing\n=> %23yeah #yeah\n=> a\n=> b\n=> huh%3F huh?\n=> wao%20spaces wao spaces\n".into())
|
||||
Some("This is a directory listing\n=> a\n=> b\n=> wao%20spaces wao spaces\n".into())
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue