file_names_T 1.6 KB

123456789101112131415161718192021222324252627
  1. /testcases/file-names
  2. ├── ansi: [\u{1b}[34mblue\u{1b}[0m]
  3. ├── ascii: hello
  4. ├── backspace: [\u{8}]
  5. ├── bell: [\u{7}]
  6. ├── emoji: [🆒]
  7. ├── escape: [\u{1b}]
  8. ├── form-feed: [\u{c}]
  9. ├── invalid-utf8-1: [�]
  10. │ └── <Error: path somehow contained a NUL?>
  11. ├── invalid-utf8-2: [�(]
  12. │ └── <Error: path somehow contained a NUL?>
  13. ├── invalid-utf8-3: [�(]
  14. │ └── <Error: path somehow contained a NUL?>
  15. ├── invalid-utf8-4: [�(�(]
  16. │ └── <Error: path somehow contained a NUL?>
  17. ├── links
  18. │ ├── another: [\n] -> /testcases/file-names/new-line-dir: [\n]/another: [\n]
  19. │ └── subfile -> /testcases/file-names/new-line-dir: [\n]/subfile
  20. ├── new-line-dir: [\n]
  21. │ ├── another: [\n]
  22. │ └── subfile
  23. ├── new-line: [\n]
  24. ├── return: [\r]
  25. ├── tab: [\t]
  26. ├── utf-8: pâté
  27. └── vertical-tab: [\u{b}]