Beispiel #1
0
        public void ParseTagContent_ShouldReturnEmptyListForEmptyContent(string content)
        {
            ITagParser tagParser = new TagParser();
            var        result    = tagParser.ParseTagContent(content);

            Assert.Empty(result);
        }