view interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/t/10compiler-ick.t @ 7490:fb46ec3ff0ae

<hppavilion[1]> ` echo "F=\\"$(find esobible -name \\"*$(echo "$1" | lowercase)*\\" -type f | shuf -n1)\\"; echo -n \\"${F#esobible/}/\\" | rnooodl; cat \\"$F\\" | rnooodl" > bin/bookofeso
author HackBot
date Tue, 19 Apr 2016 20:14:09 +0000
parents 859f9b4339e6
children
line wrap: on
line source

# test C-INTERCAL compiler

# Copyright (c) 2006-2008 Claudio Calvelli, all rights reserved.

# CLC-INTERCAL is copyrighted software. However, permission to use, modify,
# and distribute it is granted provided that the conditions set out in the
# licence agreement are met. See files README and COPYING in the distribution.

my @all_tests = (
    ['Comment', '', "*000 COMMENT\n", 0, "COMMENT"],
    ['READ OUT', '', "\nXII\n", undef, "DO .1 <- #12\nPLEASE READ OUT .1"],
    # XXX more tests would be nice
);

require 't/compiler-test';

runtest('ick', 'DO GIVE UP', \@all_tests);