summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Mitchener, Jr. <bruce.mitchener@gmail.com>2013-01-10 13:53:53 +0700
committerBruce Mitchener, Jr. <bruce.mitchener@gmail.com>2013-01-10 13:53:53 +0700
commit2b9b06b9ef49e0d495fef410e78a7723ddbde9d5 (patch)
tree5f5a6477817f7c527ffc20aeddb7e8623914a1a8 /tests
parentf98697ad0962679db2ff490fcc7f8732ddc891f0 (diff)
downloadpygments-2b9b06b9ef49e0d495fef410e78a7723ddbde9d5.tar.gz
[dylan] Check the lowercase of the value against the various builtins.
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/classes.dylan2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/classes.dylan b/tests/examplefiles/classes.dylan
index 7bb88faa..83faf69c 100644
--- a/tests/examplefiles/classes.dylan
+++ b/tests/examplefiles/classes.dylan
@@ -121,3 +121,5 @@ define macro with-decoded-seconds
}
end macro;
+let x = "This size call should be seen as a builtin despite the odd case.".siZe;
+