You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// checking markup can have properties with underscores
1607
+
markup=lineParser.ParseString("Line with a regular [under_tag under_property=\"hello\"]underscored tag with an underscored property also[/under_tag] in it.","en-AU");
1608
+
markup.Text.Should().Be("Line with a regular underscored tag with an underscored property also in it.");
0 commit comments