Commit c994f01b authored by Stefan Behnel's avatar Stefan Behnel

add test tags

parent 6bc2441e
# # mode: run
# tag: closures
# Cython version of Knuth's "man or boy" test -- "It separates the man # Cython version of Knuth's "man or boy" test -- "It separates the man
# Algol 60 compilers from the boy Algol 60 compilers." Here's the # Algol 60 compilers from the boy Algol 60 compilers." Here's the
# original (from wikipedia): # original (from wikipedia):
......
# # mode: run
# lambda_tests.pyx # tag: closures, lambda
#
# Battery of tests for closures in Cython. Based on the collection of # Battery of tests for closures in Cython. Based on the collection of
# compiler tests from P423/B629 at Indiana University, Spring 1999 and # compiler tests from P423/B629 at Indiana University, Spring 1999 and
# Fall 2000. Special thanks to R. Kent Dybvig, Dan Friedman, Kevin # Fall 2000. Special thanks to R. Kent Dybvig, Dan Friedman, Kevin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment