Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / spirit / test / qi / char_class.cpp
index e4706a1..2ee25e7 100644 (file)
@@ -191,11 +191,6 @@ main()
         BOOST_TEST(test(L"0", xdigit));
         BOOST_TEST(test(L"f", xdigit));
         BOOST_TEST(!test(L"g", xdigit));
-
-        // TODO: these tests are suspicious, they do not test unicode
-        BOOST_TEST(test("\xE9", alpha));
-        BOOST_TEST(test("\xE9", lower));
-        BOOST_TEST(!test("\xE9", upper));
     }
 
     {   // test attribute extraction