protocol-chars.toml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [[cmd]]
  2. name = "Running with ‘ansi.str.example’ properly escapes the codes"
  3. shell = "dog --colour=always --tcp @madns.binarystar.systems:5301 CNAME ansi.str.example"
  4. stdout = { file = "outputs/ansi.str.example.ansitxt" }
  5. stderr = { empty = true }
  6. status = 0
  7. tags = [ "protocol", "madns" ]
  8. [[cmd]]
  9. name = "Running with ‘newline.str.example’ properly escapes the newlines"
  10. shell = "dog --colour=always --tcp @madns.binarystar.systems:5301 CNAME newline.str.example"
  11. stdout = { file = "outputs/newline.str.example.ansitxt" }
  12. stderr = { empty = true }
  13. status = 0
  14. tags = [ "protocol", "madns" ]
  15. [[cmd]]
  16. name = "Running with ‘null.str.example’ properly handles the null bytes"
  17. shell = "dog --colour=always --tcp @madns.binarystar.systems:5301 CNAME null.str.example"
  18. stdout = { file = "outputs/null.str.example.ansitxt" }
  19. stderr = { empty = true }
  20. status = 0
  21. tags = [ "protocol", "madns" ]
  22. [[cmd]]
  23. name = "Running with ‘tab.str.example’ properly escapes the tabs"
  24. shell = "dog --colour=always --tcp @madns.binarystar.systems:5301 CNAME tab.str.example"
  25. stdout = { file = "outputs/tab.str.example.ansitxt" }
  26. stderr = { empty = true }
  27. status = 0
  28. tags = [ "protocol", "madns" ]
  29. [[cmd]]
  30. name = "Running with ‘upperbit.str.example’ properly escapes the upper-bit characters"
  31. shell = "dog --colour=always --tcp @madns.binarystar.systems:5301 CNAME upperbit.str.example"
  32. stdout = { file = "outputs/upperbit.str.example.ansitxt" }
  33. stderr = { empty = true }
  34. status = 0
  35. tags = [ "protocol", "madns" ]