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/qsort.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

165 lines
3.9 KiB
Text
Generated

'partition' Name.Function
'(' Punctuation
'[' Punctuation
']' Punctuation
',' Punctuation
' ' Text
'_' Keyword
',' Punctuation
' ' Text
'[' Punctuation
']' Punctuation
',' Punctuation
' ' Text
'[' Punctuation
']' Punctuation
')' Punctuation
'.' Punctuation
'\n' Text
'partition' Name.Function
'(' Punctuation
'[' Punctuation
'X' Name.Variable
'|' Punctuation
'Xs' Name.Variable
']' Punctuation
',' Punctuation
' ' Text
'Pivot' Name.Variable
',' Punctuation
' ' Text
'Smalls' Name.Variable
',' Punctuation
' ' Text
'Bigs' Name.Variable
')' Punctuation
' ' Text
':-' Punctuation
'\n ' Text
'(' Punctuation
' ' Text
'X' Name.Variable
' ' Text
'@<' Literal.String.Atom
' ' Text
'Pivot' Name.Variable
' ' Text
'->' Literal.String.Atom
'\n ' Text
'Smalls' Name.Variable
' ' Text
'=' Operator
' ' Text
'[' Punctuation
'X' Name.Variable
'|' Punctuation
'Rest' Name.Variable
']' Punctuation
',' Punctuation
'\n ' Text
'partition' Name.Function
'(' Punctuation
'Xs' Name.Variable
',' Punctuation
' ' Text
'Pivot' Name.Variable
',' Punctuation
' ' Text
'Rest' Name.Variable
',' Punctuation
' ' Text
'Bigs' Name.Variable
')' Punctuation
'\n ' Text
';' Punctuation
' ' Text
'Bigs' Name.Variable
' ' Text
'=' Operator
' ' Text
'[' Punctuation
'X' Name.Variable
'|' Punctuation
'Rest' Name.Variable
']' Punctuation
',' Punctuation
'\n ' Text
'partition' Name.Function
'(' Punctuation
'Xs' Name.Variable
',' Punctuation
' ' Text
'Pivot' Name.Variable
',' Punctuation
' ' Text
'Smalls' Name.Variable
',' Punctuation
' ' Text
'Rest' Name.Variable
')' Punctuation
'\n ' Text
')' Punctuation
'.' Punctuation
'\n\n' Text
'quicksort' Name.Function
'(' Punctuation
'[' Punctuation
']' Punctuation
')' Punctuation
' ' Text
'-->' Punctuation
' ' Text
'[' Punctuation
']' Punctuation
'.' Punctuation
'\n' Text
'quicksort' Name.Function
'(' Punctuation
'[' Punctuation
'X' Name.Variable
'|' Punctuation
'Xs' Name.Variable
']' Punctuation
')' Punctuation
' ' Text
'-->' Punctuation
' \n ' Text
'{' Punctuation
' ' Text
'partition' Name.Function
'(' Punctuation
'Xs' Name.Variable
',' Punctuation
' ' Text
'X' Name.Variable
',' Punctuation
' ' Text
'Smaller' Name.Variable
',' Punctuation
' ' Text
'Bigger' Name.Variable
')' Punctuation
' ' Text
'}' Punctuation
',' Punctuation
'\n ' Text
'quicksort' Name.Function
'(' Punctuation
'Smaller' Name.Variable
')' Punctuation
',' Punctuation
' ' Text
'[' Punctuation
'X' Name.Variable
']' Punctuation
',' Punctuation
' ' Text
'quicksort' Name.Function
'(' Punctuation
'Bigger' Name.Variable
')' Punctuation
'.' Punctuation
'\n' Text