mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-28 11:00:59 -03:00
Imported test cases from pygments
This commit is contained in:
30
tests/csound/test_global_value_identifiers.txt
Normal file
30
tests/csound/test_global_value_identifiers.txt
Normal file
@ -0,0 +1,30 @@
|
||||
---input---
|
||||
0dbfs
|
||||
A4
|
||||
kr
|
||||
ksmps
|
||||
nchnls
|
||||
nchnls_i
|
||||
sr
|
||||
|
||||
---tokens---
|
||||
'0dbfs' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'A4' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'kr' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'ksmps' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'nchnls' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'nchnls_i' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'sr' Name.Variable.Global
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user