diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 12:07:21 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 12:07:21 -0400 |
commit | 949880b71b6b3d105ff5d73b1cf6958509b85c1e (patch) | |
tree | 68e966449a07c5dd9a2ce9a9c354e6b6b6b51106 /tests | |
parent | 7a0e04de1fd3d0e72deb4c78367a6894ef6e4396 (diff) |
Catching duplicate cookie and style paths
Diffstat (limited to 'tests')
-rw-r--r-- | tests/badCookie.ur | 2 | ||||
-rw-r--r-- | tests/badCookie.urp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/badCookie.ur b/tests/badCookie.ur new file mode 100644 index 00000000..bd9c38ae --- /dev/null +++ b/tests/badCookie.ur @@ -0,0 +1,2 @@ +cookie x : int +cookie x : float diff --git a/tests/badCookie.urp b/tests/badCookie.urp new file mode 100644 index 00000000..3473be8f --- /dev/null +++ b/tests/badCookie.urp @@ -0,0 +1,3 @@ +debug + +badCookie |