]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/ESIExpressions.cc
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / ESIExpressions.cc
index 36979d5ddb25e2361e19b755bf32fc1fd05d1ab2..e8129e504985a5ee321051c09c53e5f69ddd56f9 100644 (file)
@@ -21,7 +21,7 @@ main ()
         "!('a'<='c')",
         "(1==1)|('abc'=='def')",
         "(4!=5)&(4==5)",
-        "(1==1)|(2==3)&(3==4)",        /* should be true because of precedence */
+        "(1==1)|(2==3)&(3==4)", /* should be true because of precedence */
         "(1 & 4)",
         "(\"abc\" | \"edf\")", "1==1==1",
         "!('')",
@@ -55,3 +55,4 @@ main ()
 
     return 0;
 }
+