Esempio n. 1
0
 public static void Main() 
 {
     XPointerParserTests pt = new XPointerParserTests();
     //pt.CircumflexErrorTest();
     //XPointerReaderTests rt = new XPointerReaderTests();
     try 
     {
        
         pt.CircumflexErrorTest();
     } 
     catch (Exception e) 
     {
         Console.WriteLine(e);
     }
 }
Esempio n. 2
0
        public static void Main()
        {
            XPointerParserTests pt = new XPointerParserTests();

            //pt.CircumflexErrorTest();
            //XPointerReaderTests rt = new XPointerReaderTests();
            try
            {
                pt.CircumflexErrorTest();
            }
            catch (Exception e)
            {
                Console.WriteLine(e);
            }
        }