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
Copy file name to clipboardExpand all lines: Fluid/Parser/ErrorMessages.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ public static class ErrorMessages
14
14
publicconststringParenthesesNotAllowed="Parentheses are not allowed in order to group expressions. To enable the feature use the 'AllowParentheses' option.";
15
15
[Obsolete("Error no longer used")]publicconststringIdentifierAfterMacro="An identifier was expected after the 'macro' tag";
16
16
publicconststringIdentifierAfterTag="An identifier was expected after the '{0}' tag";
17
+
18
+
[Obsolete("This constant is deprecated, please use ParenthesesAfterFunctionName instead.")]
0 commit comments