Exemplo n.º 1
0
        public void ParseDelimiters()
        {
            var response = _parseManager.ParseDelimiters(happyPath);

            response = _parseManager.ParseDelimiters(test1);

            response = _parseManager.ParseDelimiters(test2);

            response = _parseManager.ParseDelimiters("//[*][!!][r9r]\n11r9r22*33!!44");
        }