This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/cfm/demo.cfm.output
Oleh Prypin 6f43092173
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
2021-01-20 10:48:45 +01:00

405 lines
9.3 KiB
Text
Generated

'<!---' Comment.Multiline
' cfcomment ' Comment.Multiline
'--->' Comment.Multiline
'\n' Text
'<!---' Comment.Multiline
' nested ' Comment.Multiline
'<!---' Comment.Multiline
' cfcomment ' Comment.Multiline
'--->' Comment.Multiline
' ' Comment.Multiline
'--->' Comment.Multiline
'\n' Text
'<!---' Comment.Multiline
' multi-line\nnested\n' Comment.Multiline
'<!---' Comment.Multiline
'\ncfcomment\n' Comment.Multiline
'--->' Comment.Multiline
'\n' Comment.Multiline
'--->' Comment.Multiline
'\n' Text
'<!-- html comment -->' Comment
'\n' Text
'<' Punctuation
'html' Name.Tag
'>' Punctuation
'\n' Text
'<' Punctuation
'head' Name.Tag
'>' Punctuation
'\n' Text
'<' Punctuation
'title' Name.Tag
'>' Punctuation
'Date Functions' Text
'<' Punctuation
'/' Punctuation
'title' Name.Tag
'>' Punctuation
'\n' Text
'<' Punctuation
'/' Punctuation
'head' Name.Tag
'>' Punctuation
'\n' Text
'<' Punctuation
'body' Name.Tag
'>' Punctuation
'\n' Text
'<cfset' Name.Builtin
' ' Text
'RightNow' Name.Variable
' ' Text
'=' Operator
' ' Text
'Now' Name.Function
'(' Punctuation
')' Punctuation
'>' Name.Builtin
'\n' Text
'<cfoutput>' Name.Builtin
'\n ' Text
'#' Punctuation
'RightNow' Name.Variable
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'DateFormat' Name.Function
'(' Punctuation
'RightNow' Name.Variable
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'DateFormat' Name.Function
'(' Punctuation
'RightNow' Name.Variable
',' Punctuation
'"' Literal.String.Double
'mm/dd/yy' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'TimeFormat' Name.Function
'(' Punctuation
'RightNow' Name.Variable
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'TimeFormat' Name.Function
'(' Punctuation
'RightNow' Name.Variable
',' Punctuation
'"' Literal.String.Double
'hh:mm tt' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'IsDate' Name.Function
'(' Punctuation
'RightNow' Name.Variable
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'IsDate' Name.Function
'(' Punctuation
'"' Literal.String.Double
'January 31, 2007' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'IsDate' Name.Function
'(' Punctuation
'"' Literal.String.Double
'foo' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
'#' Punctuation
'<' Punctuation
'br' Name.Tag
' ' Text
'/' Punctuation
'>' Punctuation
'\n ' Text
'#' Punctuation
'DaysInMonth' Name.Function
'(' Punctuation
'RightNow' Name.Variable
')' Punctuation
'#' Punctuation
'\n' Text
'</cfoutput>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'x' Name.Variable
'=' Operator
'"' Literal.String.Double
'x' Literal.String.Double
'"' Literal.String.Double
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'y' Name.Variable
'=' Operator
'"' Literal.String.Double
'y' Literal.String.Double
'"' Literal.String.Double
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'z' Name.Variable
'=' Operator
'"' Literal.String.Double
'z' Literal.String.Double
'"' Literal.String.Double
'>' Name.Builtin
'\n' Text
'<cfoutput group="x">' Name.Builtin
'\n ' Text
'#' Punctuation
'x' Name.Variable
'#' Punctuation
'\n ' Text
'<cfoutput>' Name.Builtin
'#' Punctuation
'y' Name.Variable
'#' Punctuation
'</cfoutput>' Name.Builtin
'\n ' Text
'#' Punctuation
'z' Name.Variable
'#' Punctuation
'\n' Text
'</cfoutput>' Name.Builtin
'\n' Text
'<' Punctuation
'/' Punctuation
'body' Name.Tag
'>' Punctuation
'\n' Text
'<' Punctuation
'/' Punctuation
'html' Name.Tag
'>' Punctuation
'\n\n' Text
'<cfset' Name.Builtin
' ' Text
'person' Name.Variable
' ' Text
'=' Operator
' ' Text
'"' Literal.String.Double
'Paul' Literal.String.Double
'"' Literal.String.Double
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'greeting' Name.Variable
' ' Text
'=' Operator
' ' Text
'"' Literal.String.Double
'Hello ' Literal.String.Double
'#person#' Literal.String.Interp
'"' Literal.String.Double
'>' Name.Builtin
'\n\n' Text
'<cfset' Name.Builtin
' ' Text
'greeting' Name.Variable
' ' Text
'=' Operator
' ' Text
'"' Literal.String.Double
'Hello' Literal.String.Double
'"' Literal.String.Double
' ' Text
'&' Operator
' ' Text
'"' Literal.String.Double
' world!' Literal.String.Double
'"' Literal.String.Double
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'a' Name.Variable
' ' Text
'=' Operator
' ' Text
'5' Literal.Number
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'b' Name.Variable
' ' Text
'=' Operator
' ' Text
'10' Literal.Number
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'c' Name.Variable
' ' Text
'=' Operator
' ' Text
'a' Name.Variable
'^' Operator
'b' Name.Variable
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'c' Name.Variable
' ' Text
'=' Operator
' ' Text
'a' Name.Variable
' ' Text
'MOD' Operator
' ' Text
'b' Name.Variable
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'c' Name.Variable
' ' Text
'=' Operator
' ' Text
'a' Name.Variable
' ' Text
'/' Operator
' ' Text
'b' Name.Variable
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'c' Name.Variable
' ' Text
'=' Operator
' ' Text
'a' Name.Variable
' ' Text
'*' Operator
' ' Text
'b' Name.Variable
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'c' Name.Variable
' ' Text
'=' Operator
' ' Text
'a' Name.Variable
' ' Text
'+' Operator
' ' Text
'b' Name.Variable
'>' Name.Builtin
'\n' Text
'<cfset' Name.Builtin
' ' Text
'c' Name.Variable
' ' Text
'=' Operator
' ' Text
'a' Name.Variable
' ' Text
'-' Operator
' ' Text
'b' Name.Variable
'>' Name.Builtin
'\n' Text
'<!---' Comment.Multiline
' <!-- another ' Comment.Multiline
'<!---' Comment.Multiline
' nested --> ' Comment.Multiline
'--->' Comment.Multiline
' comment ' Comment.Multiline
'--->' Comment.Multiline
'\n' Text