summary refs log tree commit diff
path: root/tests/pracownia1/parse_operators.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia1/parse_operators.xi')
-rw-r--r--tests/pracownia1/parse_operators.xi14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/pracownia1/parse_operators.xi b/tests/pracownia1/parse_operators.xi
new file mode 100644
index 0000000..59bbe0c
--- /dev/null
+++ b/tests/pracownia1/parse_operators.xi
@@ -0,0 +1,14 @@
+test()
+{
+    x = a | b & c;
+    x = a & b | c & d;
+    x = a | b | c;
+    x = a < b < c;
+    x = a < b == c < d;
+    x = a < b * c == c + d < e * f
+    x = a * b / d % e
+
+}
+
+//@PRACOWNIA
+//@stop_after parser