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/prolog/sibling.prolog.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

142 lines
3.4 KiB
Text
Generated

'/*' Comment.Multiline
' Comments ' Comment.Multiline
'/*' Comment.Multiline
' can nest ' Comment.Multiline
'*/' Comment.Multiline
'\nstill a comment\n' Comment.Multiline
'*/' Comment.Multiline
'\n\n' Text
':-' Punctuation
' ' Text
'module' Name.Function
'(' Punctuation
'maplist' Literal.String.Atom
',' Punctuation
' ' Text
'maplist' Literal.String.Atom
'/' Operator
'3' Literal.Number.Integer
')' Punctuation
'\n\n' Text
'assert' Name.Function
'(' Punctuation
'world' Name.Namespace
':' Punctuation
'done' Literal.String.Atom
')' Punctuation
'.' Punctuation
' ' Text
'% asserts' Comment.Single
'\n\n' Text
'sibling' Name.Function
'(' Punctuation
'X' Name.Variable
',' Punctuation
' ' Text
'Y' Name.Variable
')' Punctuation
' ' Text
':-' Punctuation
' ' Text
'parent_child' Name.Function
'(' Punctuation
'Z' Name.Variable
',' Punctuation
' ' Text
'X' Name.Variable
')' Punctuation
',' Punctuation
' ' Text
'parent_child' Name.Function
'(' Punctuation
'Z' Name.Variable
',' Punctuation
' ' Text
'Y' Name.Variable
')' Punctuation
'.' Punctuation
'\n\n' Text
'parent_child' Name.Function
'(' Punctuation
'X' Name.Variable
',' Punctuation
' ' Text
'Y' Name.Variable
')' Punctuation
' ' Text
':-' Punctuation
' ' Text
'father_child' Name.Function
'(' Punctuation
'X' Name.Variable
',' Punctuation
' ' Text
'Y' Name.Variable
')' Punctuation
'.' Punctuation
'\n' Text
'parent_child' Name.Function
'(' Punctuation
'X' Name.Variable
',' Punctuation
' ' Text
'Y' Name.Variable
')' Punctuation
' ' Text
':-' Punctuation
' ' Text
'mother_child' Name.Function
'(' Punctuation
'X' Name.Variable
',' Punctuation
' ' Text
'Y' Name.Variable
')' Punctuation
'.' Punctuation
'\n\n' Text
'mother_child' Name.Function
'(' Punctuation
'trude' Literal.String.Atom
',' Punctuation
' ' Text
'sally' Literal.String.Atom
')' Punctuation
'.' Punctuation
'\n\n' Text
'father_child' Name.Function
'(' Punctuation
'tom' Literal.String.Atom
',' Punctuation
' ' Text
'sally' Literal.String.Atom
')' Punctuation
'.' Punctuation
'\n' Text
'father_child' Name.Function
'(' Punctuation
'tom' Literal.String.Atom
',' Punctuation
' ' Text
'erica' Literal.String.Atom
')' Punctuation
'.' Punctuation
'\n' Text
'father_child' Name.Function
'(' Punctuation
'mike' Literal.String.Atom
',' Punctuation
' ' Text
'tom' Literal.String.Atom
')' Punctuation
'.' Punctuation
'\n' Text