• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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..
14foo
15/
16/foo
17foo/
18/foo/
19foo/bar
20/foo/bar
21//net
22//net/foo
23///foo///
24///foo///bar
25/.
26./
27/..
28../
29foo/.
30foo/..
31foo/./
32foo/./bar
33foo/..
34foo/../
35foo/../bar
36c:
37c:/
38c:foo
39c:/foo
40c:foo/
41c:/foo/
42c:/foo/bar
43prn:
44c:\
45c:foo
46c:\foo
47c:foo\
48c:\foo\
49c:\foo/
50c:/foo\bar
51