Example #1
0
        public void TestGetValue()
        {
            string f       = @"../../abstract-classes2.md";
            string content = File.ReadAllText(f);
            string tag     = "translation.priority.ht";
            string temp    = YMLMeister.GetValue(content, tag);

            Debug.WriteLine("-------TestGetValue----------");
            Debug.Write(temp);
            Debug.WriteLine("-------");
        }