Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / spirit / test / x3 / no_case.cpp
index 00d4472..cbf6c9d 100644 (file)
@@ -137,5 +137,12 @@ main()
         BOOST_TEST(test("Bochi Bochi", no_case[s]));
     }
 
+    {
+        {
+            using namespace boost::spirit::x3::standard;
+            BOOST_TEST(!test("ą", no_case['a']));
+        }
+    }
+
     return boost::report_errors();
 }