path_table.txt 590 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Paths for the reference.html Path Decomposition Table
  2. #
  3. # This is the input file for path_table, which generates the actual html
  4. #
  5. # Copyright Beman Dawes 2010
  6. #
  7. # Distributed under the Boost Software License, Version 1.0.
  8. # See www.boost.org/LICENSE_1_0.txt
  9. #
  10. # Note that an empty line is treated as input rather than as a comment
  11. .
  12. ..
  13. foo
  14. /
  15. /foo
  16. foo/
  17. /foo/
  18. foo/bar
  19. /foo/bar
  20. //net
  21. //net/foo
  22. ///foo///
  23. ///foo///bar
  24. /.
  25. ./
  26. /..
  27. ../
  28. foo/.
  29. foo/..
  30. foo/./
  31. foo/./bar
  32. foo/..
  33. foo/../
  34. foo/../bar
  35. c:
  36. c:/
  37. c:foo
  38. c:/foo
  39. c:foo/
  40. c:/foo/
  41. c:/foo/bar
  42. prn:
  43. c:\
  44. c:foo
  45. c:\foo
  46. c:foo\
  47. c:\foo\
  48. c:\foo/
  49. c:/foo\bar