Added a bunch of .fail tests

Tests that are supposed to fail. They are a bit random, but at least
helped me fixing the test driver.
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2016-04-18 16:29:54 +02:00
parent 6fe70e12fe
commit fb643bd26d
24 changed files with 24 additions and 0 deletions

1
test/0.fail Normal file
View File

@ -0,0 +1 @@
σ , (people)

1
test/1.fail Normal file
View File

@ -0,0 +1 @@
((

1
test/10.fail Normal file
View File

@ -0,0 +1 @@
people - skills

1
test/11.fail Normal file
View File

@ -0,0 +1 @@
skills - people

1
test/12.fail Normal file
View File

@ -0,0 +1 @@
ρ i➡id(people)

1
test/13.fail Normal file
View File

@ -0,0 +1 @@
π i,id(people)

1
test/14.fail Normal file
View File

@ -0,0 +1 @@
π (people)

1
test/15.fail Normal file
View File

@ -0,0 +1 @@
πpeople

1
test/16.fail Normal file
View File

@ -0,0 +1 @@
skills * people

1
test/17.fail Normal file
View File

@ -0,0 +1 @@
people * skills

1
test/18.fail Normal file
View File

@ -0,0 +1 @@
skills ÷ people

1
test/19.fail Normal file
View File

@ -0,0 +1 @@
pepl

1
test/2.fail Normal file
View File

@ -0,0 +1 @@
)

1
test/20.fail Normal file
View File

@ -0,0 +1 @@
"people"

1
test/21.fail Normal file
View File

@ -0,0 +1 @@
a+b

1
test/22.fail Normal file
View File

@ -0,0 +1 @@
ratings ⋈ people people

1
test/23.fail Normal file
View File

@ -0,0 +1 @@
people (ratings ⋈ people)

1
test/3.fail Normal file
View File

@ -0,0 +1 @@
(people))

1
test/4.fail Normal file
View File

@ -0,0 +1 @@
((people)

1
test/5.fail Normal file
View File

@ -0,0 +1 @@
people*people

1
test/6.fail Normal file
View File

@ -0,0 +1 @@
people skills

1
test/7.fail Normal file
View File

@ -0,0 +1 @@
skills people

1
test/8.fail Normal file
View File

@ -0,0 +1 @@
people ∩ skills

1
test/9.fail Normal file
View File

@ -0,0 +1 @@
skills ∩ people