Data-DPath-0.55/0000775000175000017500000000000012576306670011336 5ustar ss5ss5Data-DPath-0.55/t/0000775000175000017500000000000012576306670011601 5ustar ss5ss5Data-DPath-0.55/t/bigdata2.dump0000644000175000017500000004104612576306670014150 0ustar ss5ss5$VAR1 = { 'report' => { 'reportgroup_testrun_id' => '30862', }, 'results' => [ { 'section' => { 'SLBench-results' => { 'tap' => bless( { 'parse_errors' => [], 'tests_run' => 1, 'version' => '13', 'exit' => 0, 'start_time' => '1269439582.7107', 'skip_all' => undef, 'lines' => bless ([ { 'is_comment' => 0, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 1 }, { 'is_comment' => 0, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 1, '_children' => [ { 'is_comment' => 1, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0 } ], 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0 }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '1', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'has_skip' => 0, 'is_test' => 1, '_children' => [ { 'is_comment' => 0, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 1, 'is_plan' => 0, 'data' => { 'glibc' => 'xglibc, 2.4', 'count' => 'x150', 'language_series' => 'xarch_barcelona', 'language_binary' => 'x/opt/artemis/slbench/python/arch_barcelona/2.7/bin/python', 'standard_deviation' => 'x0.0164822946672', 'hostname' => 'xfoo.dept.lhm.com', 'operating_system' => 'xLinux', 'release' => 'x2.6.30.10-105.2.23.fc11.x86_64', 'median' => 'x0.58355140686', 'mean' => 'x0.592707689603', 'architecture' => 'x64bit', 'number_CPUs' => 'x16', 'benchmark' => 'xcall_simple', 'machine' => 'xx86_64' }, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0 } ], 'is_actual_ok' => 0, 'description' => '- benchmark results', 'is_ok' => 1, 'has_todo' => 0, 'explanation' => '', 'directive' => '', 'type' => 'test', 'is_version' => 0 } ], "Foo::Bar::Lines"), 'is_good_plan' => 1, 'has_problems' => 0, 'end_time' => '1269439582.71287', 'summary' => { 'parse_errors' => 0, 'status' => 'PASS', 'todo_passed' => 0, 'all_passed' => 1, 'exit' => 0, 'has_errors' => 0, 'passed' => 1, 'total' => 1, 'failed' => 0, 'elapsed_timestr' => ' 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)', 'elapsed' => bless( [ 0, '0', '0', 0, 0, 0 ], 'Benchmark' ), 'skipped' => 0, 'has_problems' => 0, 'wait' => 0, 'todo' => 0 }, 'pragmas' => [], 'plan' => '1..1', 'tests_planned' => '1' }, 'TAP::DOM' ), 'meta' => { 'section' => 'SLBench-results' } } } }, ] }; Data-DPath-0.55/t/00-load.t0000644000175000017500000000021712576306670013120 0ustar ss5ss5#! /usr/bin/env perl use Test::More tests => 1; use_ok( 'Data::DPath' ); #diag( "Testing Data::DPath $Data::DPath::VERSION, Perl $], $^X" ); Data-DPath-0.55/t/release-pod-coverage.t0000644000175000017500000000215112576306670015754 0ustar ss5ss5#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } # This file was automatically generated by Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable. use Test::Pod::Coverage 1.08; use Test::More 0.88; BEGIN { if ( $] <= 5.008008 ) { plan skip_all => 'These tests require Pod::Coverage::TrustPod, which only works with Perl 5.8.9+'; } } use Pod::Coverage::TrustPod; my %skip = map { $_ => 1 } qw( ); my @modules; for my $module ( all_modules() ) { next if $skip{$module}; push @modules, $module; } plan skip_all => 'All the modules we found were excluded from POD coverage test.' unless @modules; plan tests => scalar @modules; my %trustme = (); my @also_private; for my $module ( sort @modules ) { pod_coverage_ok( $module, { coverage_class => 'Pod::Coverage::TrustPod', also_private => \@also_private, trustme => $trustme{$module} || [], }, "pod coverage for $module" ); } done_testing(); Data-DPath-0.55/t/matchr.t0000644000175000017500000001717112576306670013251 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath 'dpath', 'dpathr'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; use_ok( 'Data::DPath' ); my $data = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }; my @resultlist; my $resultlist; my $context; # trivial matching # We use the same $data and paths here as in t/data_dpath.t. There, # the match() function is already tested so here we only compare # match() with matchr() results. @resultlist = dpath('/AAA/BBB/CCC')->match($data); $resultlist = dpath('/AAA/BBB/CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs" ); @resultlist = dpathr('/AAA/BBB/CCC')->match($data); $resultlist = dpathr('/AAA/BBB/CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs (REFERENCES)" ); @resultlist = dpath('/AAA/./BBB/./CCC')->match($data); $resultlist = dpath('/AAA/./BBB/./CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + NOSTEPs" ); @resultlist = dpathr('/AAA/./BBB/./CCC')->match($data); $resultlist = dpathr('/AAA/./BBB/./CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + NOSTEPs (REFERENCES)" ); @resultlist = dpath('/AAA/BBB/CCC/..')->match($data); $resultlist = dpath('/AAA/BBB/CCC/..')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT" ); @resultlist = dpathr('/AAA/BBB/CCC/..')->match($data); $resultlist = dpathr('/AAA/BBB/CCC/..')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT (REFERENCES)" ); @resultlist = dpath('/AAA/BBB/CCC/../.')->match($data); $resultlist = dpath('/AAA/BBB/CCC/../.')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + NOSTEP" ); @resultlist = dpath('//../CCC')->match($data); $resultlist = dpath('//../CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + ANYWHERE" ); # here only CCC that is 2 levels above leafs are expected, affe/zomtec do not match for a valid reason @resultlist = dpath('//../../CCC')->match($data); $resultlist = dpath('//../../CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + TOO MANY PARENT + ANYWHERE" ); @resultlist = dpath('//./.././CCC/.')->match($data); $resultlist = dpath('//./.././CCC/.')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + ANYWHERE + NOSTEP" ); @resultlist = dpath('/AAA/BBB/CCC/../..')->match($data); $resultlist = dpath('/AAA/BBB/CCC/../..')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + PARENT" ); @resultlist = dpathr('/AAA/BBB/CCC/../..')->match($data); $resultlist = dpathr('/AAA/BBB/CCC/../..')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + PARENT (REFERENCES)" ); @resultlist = dpath('/AAA/././././BBB/./CCC/../././../././.')->match($data); $resultlist = dpath('/AAA/././././BBB/./CCC/../././../././.')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + PARENT + NOSTEPs" ); @resultlist = dpath('/AAA/BBB/CCC/../../DDD')->match($data); $resultlist = dpath('/AAA/BBB/CCC/../../DDD')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + PARENT + KEY" ); @resultlist = dpath('/AAA/*/CCC/../../DDD')->match($data); $resultlist = dpath('/AAA/*/CCC/../../DDD')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + ANYSTEP + PARENT + KEY no double results" ); # -------------------- ::ancestor -------------------- @resultlist = dpath('/AAA/BBB/CCC/::ancestor')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[0]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor[0]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR + FILTER int 0" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[1]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor[1]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR + FILTER int 1" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[2]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor[2]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR + FILTER int 2" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[3]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor[3]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR + FILTER int outofbound" ); # -------------------- ::ancestor-or-self -------------------- @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR_OR_SELF" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[0]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[0]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR_OR_SELF + FILTER int 0" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[1]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[1]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR_OR_SELF + FILTER int 1" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[2]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[2]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR_OR_SELF + FILTER int 2" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[3]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[3]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR_OR_SELF + FILTER int 3" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[4]')->match($data); $resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[4]')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + ANCESTOR_OR_SELF + FILTER int outofbound" ); @resultlist = dpath('/AAA/BBB/CCC/"::ancestor-or-self"')->match($data); $resultlist = dpath('/AAA/BBB/CCC/"::ancestor-or-self"')->matchr($data); cmp_deeply(\@resultlist, $resultlist, "matchr: KEYs + quoted ANCESTOR_OR_SELF" ); # -------------------- misc -------------------- @resultlist = dpath('/')->match($data); $resultlist = dpath('/')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: ROOT" ); @resultlist = dpath('/AAA/*/CCC')->match($data); $resultlist = dpath('/AAA/*/CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: KEYs + ANYSTEP" ); # --- --- @resultlist = dpath('//AAA/*/CCC')->match($data); $resultlist = dpath('//AAA/*/CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: ANYWHERE + KEYs + ANYSTEP" ); @resultlist = dpath('///AAA/*/CCC')->match($data); $resultlist = dpath('///AAA/*/CCC')->matchr($data); cmp_bag(\@resultlist, $resultlist, "matchr: 2xANYWHERE + KEYs + ANYSTEP" ); @resultlist = Data::DPath->match($data, '//AAA/*/CCC'); $resultlist = Data::DPath->matchr($data, '//AAA/*/CCC'); cmp_bag(\@resultlist, $resultlist, "matchr: ANYWHERE + KEYs + ANYSTEP as function" ); @resultlist = Data::DPath->match($data, '///AAA/*/CCC'); $resultlist = Data::DPath->matchr($data, '///AAA/*/CCC'); cmp_bag(\@resultlist, $resultlist, "matchr: 2xANYWHERE + KEYs + ANYSTEP as function" ); done_testing(); Data-DPath-0.55/t/regressions.t0000644000175000017500000000332712576306670014334 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath 'dpath'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; BEGIN { if ($] < 5.010) { plan skip_all => "Perl 5.010 required for the smartmatch overloaded tests. This is ".$]; } } use feature 'say'; my $data = { aList => [qw/aa bb cc dd ee ff gg hh ii jj/], aHash => { apple => 'pie', banana => 'split', potato => [qw(baked chips fries fish&chips mashed)], }, }; my $res = $data ~~ dpath '//*[ value =~ /i/ ]'; my $expected = [ qw/split pie ii chips fries fish&chips/ ]; unlike ($data->{aHash}, qr/i/, "RT-68882 - aHash does not match the regex"); cmp_bag($res, $expected, "RT-68882 - elements with letter 'i' but not aHash"); # diag "res = ".Dumper($res); # diag "expected = ".Dumper($expected); local $Data::DPath::USE_SAFE; $res = $data ~~ dpath '//*[ value =~ /i/ ]'; unlike ($data->{aHash}, qr/i/, "RT-68882 - aHash does not match the regex - again without Safe.pm"); cmp_bag($res, $expected, "RT-68882 - elements with letter 'i' but not aHash - again without Safe.pm"); # To clarify confusion I once had here: # $data is not found with '//*' because # the '*' always gets a *sub* element and # therefore can never be the root element. $res = $data ~~ dpath '//*[ Scalar::Util::reftype(value) eq "HASH" ]'; $expected = [ $data->{aHash} ]; cmp_bag($res, $expected, "RT-68882 related - value filter function still works for hash"); $res = $data ~~ dpath '//*[ Scalar::Util::reftype(value) eq "ARRAY" ]'; $expected = [ $data->{aList}, $data->{aHash}{potato} ]; cmp_bag($res, $expected, "RT-68882 related - value filter function still works for array"); done_testing; Data-DPath-0.55/t/data_dpath.t0000644000175000017500000013247612576306670014072 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath 'dpath', 'dpathr'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; BEGIN { if ($] < 5.010) { plan skip_all => "Perl 5.010 required for the smartmatch overloaded tests. This is ".$]; } } use_ok( 'Data::DPath' ); my $data = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }; my @resultlist; my $resultlist; my $context; # trivial matching @resultlist = dpath('/AAA/BBB/CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "KEYs" ); @resultlist = dpathr('/AAA/BBB/CCC')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}{BBB}{CCC}) ], "KEYs (REFERENCES)" ); @resultlist = dpath('/AAA/./BBB/./CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "KEYs + NOSTEPs" ); @resultlist = dpathr('/AAA/./BBB/./CCC')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}{BBB}{CCC}) ], "KEYs + NOSTEPs (REFERENCES)" ); @resultlist = dpath('/AAA/BBB/CCC/..')->match($data); cmp_bag(\@resultlist, [ { CCC => ['XXX', 'YYY', 'ZZZ'] } ], "KEYs + PARENT" ); @resultlist = dpathr('/AAA/BBB/CCC/..')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}{BBB}) ], "KEYs + PARENT (REFERENCES)" ); @resultlist = dpath('/AAA/BBB/CCC/../.')->match($data); cmp_bag(\@resultlist, [ { CCC => ['XXX', 'YYY', 'ZZZ'] } ], "KEYs + PARENT + NOSTEP" ); @resultlist = dpath('//../CCC')->match($data); #print Dumper(\@resultlist); cmp_bag(\@resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', # missing due to reduction to HASH|ARRAY in _any? 'zomtec', ], "KEYs + PARENT + ANYWHERE" ); # here only CCC that is 2 levels above leafs are expected, affe/zomtec do not match for a valid reason @resultlist = dpath('//../../CCC')->match($data); #print Dumper(\@resultlist); cmp_bag(\@resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], ], "KEYs + TOO MANY PARENT + ANYWHERE" ); @resultlist = dpath('//./.././CCC/.')->match($data); #print Dumper(\@resultlist); cmp_bag(\@resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', # missing due to reduction to HASH|ARRAY in _any? 'zomtec', ], "KEYs + PARENT + ANYWHERE + NOSTEP" ); @resultlist = dpath('/AAA/BBB/CCC/../..')->match($data); cmp_bag(\@resultlist, [ { BBB => { CCC => ['XXX', 'YYY', 'ZZZ'] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "KEYs + PARENT + PARENT" ); @resultlist = dpathr('/AAA/BBB/CCC/../..')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}) ], "KEYs + PARENT + PARENT (REFERENCES)" ); @resultlist = dpath('/AAA/././././BBB/./CCC/../././../././.')->match($data); cmp_bag(\@resultlist, [ { BBB => { CCC => ['XXX', 'YYY', 'ZZZ'] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "KEYs + PARENT + PARENT + NOSTEPs" ); @resultlist = dpath('/AAA/BBB/CCC/../../DDD')->match($data); cmp_bag(\@resultlist, [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + PARENT + KEY" ); @resultlist = dpath('/AAA/*/CCC/../../DDD')->match($data); cmp_bag(\@resultlist, [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + ANYSTEP + PARENT + KEY no double results" ); # -------------------- ::ancestor -------------------- @resultlist = dpath('/AAA/BBB/CCC/::ancestor')->match($data); cmp_deeply(\@resultlist, [ # order matters! { CCC => [ qw/ XXX YYY ZZZ / ] }, { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }, ], "KEYs + ANCESTOR" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[0]')->match($data); cmp_deeply(\@resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, ], "KEYs + ANCESTOR + FILTER int 0" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[1]')->match($data); cmp_deeply(\@resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, ], "KEYs + ANCESTOR + FILTER int 1" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[2]')->match($data); cmp_deeply(\@resultlist, [ { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }, ], "KEYs + ANCESTOR + FILTER int 2" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor[3]')->match($data); cmp_deeply(\@resultlist, [ ], "KEYs + ANCESTOR + FILTER int outofbound" ); # -------------------- ::ancestor-or-self -------------------- @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self')->match($data); cmp_deeply(\@resultlist, [ # order matters! [ qw/ XXX YYY ZZZ / ], { CCC => [ qw/ XXX YYY ZZZ / ] }, { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }, ], "KEYs + ANCESTOR_OR_SELF" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[0]')->match($data); cmp_deeply(\@resultlist, [ [ qw/ XXX YYY ZZZ / ], ], "KEYs + ANCESTOR_OR_SELF + FILTER int 0" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[1]')->match($data); cmp_deeply(\@resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, ], "KEYs + ANCESTOR_OR_SELF + FILTER int 1" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[2]')->match($data); cmp_deeply(\@resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, ], "KEYs + ANCESTOR_OR_SELF + FILTER int 2" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[3]')->match($data); cmp_deeply(\@resultlist, [ { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }, ], "KEYs + ANCESTOR_OR_SELF + FILTER int 3" ); @resultlist = dpath('/AAA/BBB/CCC/::ancestor-or-self[4]')->match($data); cmp_deeply(\@resultlist, [ ], "KEYs + ANCESTOR_OR_SELF + FILTER int outofbound" ); @resultlist = dpath('/AAA/BBB/CCC/"::ancestor-or-self"')->match($data); cmp_deeply(\@resultlist, [ ], "KEYs + quoted ANCESTOR_OR_SELF" ); # -------------------- misc -------------------- @resultlist = dpath('/')->match($data); cmp_bag(\@resultlist, [ $data ], "ROOT" ); @resultlist = dpath('/AAA/*/CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "KEYs + ANYSTEP" ); # --- same with operator --- cmp_bag($data ~~ dpath('/AAA/BBB/CCC'), [ ['XXX', 'YYY', 'ZZZ'] ], "KEYs" ); cmp_bag($data ~~ dpath('/AAA/BBB/CCC/..'), [ { CCC => ['XXX', 'YYY', 'ZZZ'] } ], "KEYs + PARENT" ); cmp_bag($data ~~ dpath('/AAA/BBB/CCC/../..'), [ { BBB => { CCC => ['XXX', 'YYY', 'ZZZ'] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "KEYs + PARENT + PARENT" ); cmp_bag($data ~~ dpath('/AAA/BBB/CCC/../../DDD'), [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + PARENT + KEY" ); cmp_bag($data ~~ dpath('/AAA/*/CCC/../../DDD'), [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + ANYSTEP + PARENT + KEY no double results" ); cmp_bag($data ~~ dpath('/'), [ $data ], "ROOT" ); cmp_bag($data ~~ dpath('/AAA/*/CCC'), [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "KEYs + ANYSTEP" ); # --- --- @resultlist = dpath('//AAA/*/CCC')->match($data); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], ['RR1', 'RR2', 'RR3'] ], "ANYWHERE + KEYs + ANYSTEP" ); @resultlist = dpath('///AAA/*/CCC')->match($data); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], ['RR1', 'RR2', 'RR3'] ], "2xANYWHERE + KEYs + ANYSTEP" ); @resultlist = Data::DPath->match($data, '//AAA/*/CCC'); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP as function" ); @resultlist = Data::DPath->match($data, '///AAA/*/CCC'); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP as function" ); # from now on more via Perl 5.10 smart matching # -------------------- $resultlist = $data ~~ dpath '/some//CCC'; cmp_bag($resultlist, [ 'affe' ], "ROOT + ANYWHERE + KEY + KEY" ); $resultlist = $data ~~ dpath '//some//CCC'; cmp_bag($resultlist, [ 'affe' ], "ANYWHERE + KEY + ANYWHERE + KEY" ); $resultlist = $data ~~ dpath '/some//else//CCC'; cmp_bag($resultlist, [ 'affe' ], "ROOT + KEY + ANYWHEREs + KEY" ); $resultlist = $data ~~ dpath '//some//else//CCC'; cmp_bag($resultlist, [ 'affe' ], "ANYWHERE + KEYs + ANYWHEREs" ); $resultlist = $data ~~ dpathr '//some//else//CCC'; cmp_bag($resultlist, [ \($data->{some}{where}{else}{AAA}{BBB}{CCC}) ], "ANYWHERE + KEYs + ANYWHEREs (REFERENCES)" ); # -------------------- my $dpath = dpath('//AAA/*/CCC'); $resultlist = $data ~~ $dpath; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and variable" ); $dpath = dpath('///AAA/*/CCC'); $resultlist = $data ~~ $dpath; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and variable" ); $resultlist = $data ~~ dpath('//AAA/*/CCC'); cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and dpath()" ); $resultlist = $data ~~ dpath('///AAA/*/CCC'); cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath()" ); $resultlist = $data ~~ dpathr('///AAA/*/CCC'); cmp_bag($resultlist, [ \($data->{some}{where}{else}{AAA}{BBB}{CCC}), \($data->{AAA}{BBB}{CCC}), \($data->{AAA}{RRR}{CCC}), ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath() (REFERENCES)" ); $resultlist = $data ~~ dpath('//AAA'); cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, { BBB => { CCC => 'affe' } }, ], "ANYWHERE + KEY" ); $resultlist = $data ~~ dpath('//AAA/*'); cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ANYWHERE + KEY + ANYSTEP" ); $resultlist = $data ~~ dpath('//AAA/*[size == 3]'); cmp_bag($resultlist, [ ], "ANYWHERE + KEY + ANYSTEP + FILTER size" ); $resultlist = $data ~~ dpath('//AAA[size == 3]'); cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "ANYWHERE + KEY + FILTER size == 3" ); $resultlist = $data ~~ dpath('//AAA[size != 3]'); cmp_bag($resultlist, [ { BBB => { CCC => 'affe' } } ], "ANYWHERE + KEY + FILTER size != 3" ); $resultlist = $data ~~ dpath('//AAA/*/*[size == 3]'); cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], [ qw/ uuu vvv www / ], ], "ANYWHERE + KEY + ANYSTEP + FILTER size" ); $resultlist = $data ~~ dpath('//.[size == 3]'); cmp_bag($resultlist, [ $data, $data->{AAA}, [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], [ qw/ uuu vvv www / ], ], "ANYWHERE + FILTER size" ); $resultlist = $data ~~ dpath('//AAA/*[size == 1]'); cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ANYWHERE + KEY + ANYSTEP + FILTER size" ); $resultlist = $data ~~ dpath '//AAA/*/CCC'; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens" ); $resultlist = $data ~~ dpath '///AAA/*/CCC'; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens" ); $resultlist = $data ~~ dpath '//AAA/*/CCC'; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens commutative" ); $resultlist = $data ~~ dpath '///AAA/*/CCC'; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens commutative" ); $resultlist = $data ~~ dpath '/AAA/*/CCC/*'; cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'RR1', 'RR2', 'RR3' ], "trailing .../* unpacks" ); $resultlist = $data ~~ dpath '/strange_keys/DD DD/"EE/E"/CCC'; $resultlist = $data ~~ dpath '/strange_keys/"DD DD"/"EE/E"/CCC'; cmp_bag($resultlist, [ 'zomtec' ], "quoted KEY containg slash" ); $resultlist = $data ~~ dpath '//AAA/*/CCC[size == 3]'; # array with 3 elements cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], 'FILTER size == 3' ); $resultlist = $data ~~ dpath '//AAA/*/CCC[size == 1]'; # array with 1 elements cmp_bag($resultlist, [ 'affe' ], 'FILTER size == 1' ); $resultlist = $data ~~ dpath '//AAA/*/CCC[size >= 1]'; # array with >= elements cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ], 'affe' ], 'FILTER size >= 1' ); $resultlist = $data ~~ dpath '/AAA[size == 3]'; # hash with >= elements cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], 'FILTER hash size == 3' ); $resultlist = $data ~~ dpath '/AAA[size != 3]'; # hash with keys cmp_bag($resultlist, [ ], 'FILTER hash size != 3' ); $resultlist = $data ~~ dpath '//AAA[size >= 1]'; # hash with >= elements cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, { BBB => { CCC => 'affe' } }, ], 'FILTER hash size >= 1' ); $resultlist = $data ~~ dpath '//AAA[ size >= 3 ]'; # hash with >= 3 elements cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, ], 'FILTER hash size >= 3' ); $resultlist = $data ~~ dpath '//AAA[size == 1]'; # hash with >= elements cmp_bag($resultlist, [ { BBB => { CCC => 'affe' } }, ], 'ANYWHERE + FILTER hash size == 1' ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*'; cmp_bag($resultlist, [ 'affe', 'XXX', 'YYY', 'ZZZ', 'RR1', 'RR2', 'RR3' ] ); TODO: { local $TODO = 'far away future spec'; $resultlist = $data ~~ dpath '/AAA/*/CCC/* | /some/where/else/AAA/BBB/CCC'; # ( 'XXX', 'YYY', 'ZZZ', 'affe' ) cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'RR1', 'RR2', 'RR3', 'affe' ] ); } $resultlist = $data ~~ dpath '/AAA/*/CCC/*[0]'; cmp_bag($resultlist, [ 'XXX', 'RR1' ], "ANYSTEP + FILTER int 0" ); $resultlist = $data ~~ dpath '/AAA/*/CCC/*[ 0 ]'; cmp_bag($resultlist, [ 'XXX', 'RR1' ], "ANYSTEP + FILTER int 0 whitespace" ); $resultlist = $data ~~ dpath '/AAA/*/CCC/*[2]'; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int 2" ); $resultlist = $data ~~ dpath '/AAA/*/CCC/*[ 2 ]'; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int 2 whitespace" ); $resultlist = $data ~~ dpath '/AAA/*/CCC/*[-1]'; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int -1" ); $resultlist = $data ~~ dpath '/AAA/*/CCC/*[ -1 ]'; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int -1 whitespace" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*[0]'; cmp_bag($resultlist, [ 'XXX', 'RR1', 'affe' ], "ANYWHERE + ANYSTEP + FILTER int 0" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*[ 0 ]'; cmp_bag($resultlist, [ 'XXX', 'RR1', 'affe' ], "ANYWHERE + ANYSTEP + FILTER int 0 whitespace" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*[-3]'; cmp_bag($resultlist, [ 'XXX', 'RR1', ], "ANYWHERE + ANYSTEP + FILTER int -3" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*[ -3 ]'; cmp_bag($resultlist, [ 'XXX', 'RR1', ], "ANYWHERE + ANYSTEP + FILTER int -3 whitespace" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*[2]'; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYWHERE + ANYSTEP + FILTER int 2" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/*[ 2 ]'; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYWHERE + ANYSTEP + FILTER int 2 whitespace" ); $resultlist = $data ~~ dpath '/AAA/*/CCC[2]'; cmp_bag($resultlist, [ ], "KEY + FILTER int" ); $resultlist = $data ~~ dpath '//AAA/*/CCC[2]'; cmp_bag($resultlist, [ ], "ANYWHERE + KEY + FILTER int" ); $resultlist = $data ~~ dpath '/AAA/*/CCC[0]'; #diag Dumper($resultlist); cmp_bag($resultlist, [ [ 'XXX', 'YYY', 'ZZZ' ], [ 'RR1', 'RR2', 'RR3' ] ], "KEY + FILTER int 0" ); $resultlist = $data ~~ dpath '/AAA/*/CCC[1]'; cmp_bag($resultlist, [ ], "KEY + FILTER int 1" ); $resultlist = $data ~~ dpath '//AAA/*/CCC[0]'; #diag Dumper($resultlist); cmp_bag($resultlist, [ [ 'XXX', 'YYY', 'ZZZ' ], [ 'RR1', 'RR2', 'RR3' ], 'affe' ], "ANYWHERE + KEY + FILTER int 0" ); $resultlist = $data ~~ dpath '//AAA/*/CCC[1]'; #diag Dumper($resultlist); cmp_bag($resultlist, [ ], "ANYWHERE + KEY + FILTER int 1" ); # ---------------------------------------- my $data2 = [ 'UUU', 'VVV', 'WWW', { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } }, ]; $resultlist = $data2 ~~ dpath '/*'; # /* cmp_bag($resultlist, [ 'UUU', 'VVV', 'WWW', { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } } ], "ROOT + ANYSTEP" ); $resultlist = $data2 ~~ dpath '/'; cmp_bag($resultlist, [ $data2 ], "ROOT" ); $resultlist = $data2 ~~ dpath '//'; cmp_bag($resultlist, [ qw( UUU VVV WWW XXX YYY ZZZ ), [ qw/ XXX YYY ZZZ / ], { CCC => [ qw/ XXX YYY ZZZ / ] }, { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } }, { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } }, $data2, ], "ANYWHERE" ); $resultlist = $data2 ~~ dpath '//*[ size == 3 ]'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ] ], "ANYWHERE + ANYSTEP + FILTER int" ); $resultlist = $data2 ~~ dpath '/*[2]'; cmp_bag($resultlist, [ 'WWW' ], "ROOT + ANYSTEP + FILTER int: plain value" ); $resultlist = $data2 ~~ dpath '/*[3]'; # ( { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } } ) cmp_bag($resultlist, [ { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } } ], "ROOT + ANYSTEP + FILTER int: ref value" ); $resultlist = $data2 ~~ dpath '//*[2]'; cmp_bag($resultlist, [ 'WWW', 'ZZZ' ], "ANYWHERE + ANYSTEP + FILTER int" ); # basic eval filters $resultlist = $data2 ~~ dpath '/*/AAA/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval prepare" ); $resultlist = $data2 ~~ dpath '/*/AAA/BBB/CCC[17 == 17]'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval simple true" ); $resultlist = $data2 ~~ dpath '/*/AAA/BBB/CCC[0 == 0]'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval simple true with false values" ); $resultlist = $data2 ~~ dpath '/*/AAA/BBB/CCC["foo" eq "foo"]'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval simple true with strings" ); $resultlist = $data2 ~~ dpath '/*/AAA/BBB/CCC[1 == 2]'; cmp_bag($resultlist, [ ], "FILTER eval simple false" ); $resultlist = $data2 ~~ dpath '/*/AAA/BBB/CCC["foo" eq "bar"]'; cmp_bag($resultlist, [ ], "FILTER eval simple false with strings" ); # ---------------------------------------- my $data3 = { AAA => bless( { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } }, "Foo::Bar"), # blessed BBB some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, # plain BBB } } }, neighbourhoods => [ { 'DDD' => { EEE => bless( { F1 => 'affe', F2 => 'tiger', F3 => 'fink', F4 => 'star', }, "Affe"), FFF => 'interesting value' } }, { 'DDD' => { EEE => { F1 => 'bla', F2 => 'bli', F3 => 'blu', F4 => 'blo', }, FFF => 'boring value' } }, { 'DDD' => { EEE => { F1 => 'xbla', F2 => 'xbli', F3 => 'xblu', F4 => 'xblo', }, FFF => 'third value' } }, { 'DDD' => { EEE => { F1 => 'ybla', F2 => 'ybli', F3 => 'yblu', F4 => 'yblo', }, FFF => 'fourth value' } }, ], }; # ------------------------------ $resultlist = $data3 ~~ dpath '//AAA/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + KEYs in blessed structs" ); $resultlist = $data3 ~~ dpath '//AAA//BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + ANYWHERE + KEYs in blessed structs" ); $resultlist = $data3 ~~ dpath '//AAA//BBB//CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + ANYWHERE + ANYWHERE + KEYs in blessed structs" ); SKIP: { skip "Filter functions with optional args are deprecated, use the is_XXX(args) form instead.", 1; $resultlist = $data3 ~~ dpath '//AAA[ reftype("HASH") ]/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype funcall + KEYs" ); } $resultlist = $data3 ~~ dpath '//AAA[ is_reftype("HASH") ]/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype funcall + KEYs" ); $resultlist = $data3 ~~ dpath '//AAA[ reftype eq "HASH" ]/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype eq + KEYs" ); $resultlist = $data3 ~~ dpath '//AAA[ reftype ~~ /ASH/ ]/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype smartmatch + KEYs" ); $resultlist = $data3 ~~ dpath '//AAA[ isa("Foo::Bar") ]/BBB/CCC'; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "ANYWHERE + FILTER isa + KEYs" ); $resultlist = $data3 ~~ dpath '//DDD/EEE/F1[ value eq "affe" ]/../../FFF'; # the DDD/FFF where the neighbor DDD/EEE/F1 == "affe" cmp_bag($resultlist, [ 'interesting value' ], "ANYWHERE + KEYs + FILTER in blessed structs" ); # ------------------------------ $resultlist = $data3 ~~ dpath '/neighbourhoods/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + KEYs + FILTER int 0 + KEYs" ); $resultlist = $data3 ~~ dpath '/*[key ~~ /neighbourhoods/]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + FILTER eval key matches + FILTER int 0 + KEYs" ); $resultlist = $data3 ~~ dpath '/*/.[key ~~ /neighbourhoods/]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + NOSTEP + FILTER eval key matches + FILTER int 0 + KEYs" ); $resultlist = $data3 ~~ dpath '/*/*/../.[key ~~ /neighbourhoods/]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + PARENT + NOSTEP + FILTER eval key matches + FILTER int 0 + KEYs" ); $resultlist = $data3 ~~ dpath '/neighbourhoods/*[1]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'boring value' ], "ROOT + KEYs + FILTER int 1 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ANYWHERE + KEYs + FILTER int 0 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[1]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'boring value' ], "ANYWHERE + KEYs + FILTER int 1 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[2]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'third value' ], "ANYWHERE + KEYs + FILTER int 2 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[3]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'fourth value' ], "ANYWHERE + KEYs + FILTER int 3 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[-1]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'fourth value' ], "ANYWHERE + KEYs + FILTER int -1 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[-2]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'third value' ], "ANYWHERE + KEYs + FILTER int -2 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[-3]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'boring value' ], "ANYWHERE + KEYs + FILTER int -3 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[-4]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ANYWHERE + KEYs + FILTER int -4 + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[-5]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ ], "ANYWHERE + KEYs + FILTER too negative int + KEYs" ); $resultlist = $data3 ~~ dpath '//neighbourhoods/*[20]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ ], "ANYWHERE + KEYs + FILTER too high int + KEYs" ); $resultlist = $data3 ~~ dpath '/*[key eq "neighbourhoods"]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + FILTER eval key eq + FILTER int" ); $resultlist = $data3 ~~ dpath '/*/.[key eq "neighbourhoods"]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + NOSTEP + FILTER eval key eq + FILTER int" ); $resultlist = $data3 ~~ dpath '/*/*/../.[key eq "neighbourhoods"]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + PARENT + NOSTEP + FILTER eval key eq + FILTER int" ); $resultlist = $data3 ~~ dpath '/*[key ~~ /neigh.*hoods/]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + FILTER eval key matches + FILTER int" ); $resultlist = $data3 ~~ dpath '/*/.[key ~~ /neigh.*hoods/]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + NOSTEP + FILTER eval key matches + FILTER int" ); $resultlist = $data3 ~~ dpath '/*/*/../.[key ~~ /neigh.*hoods/]/*[0]/DDD/FFF'; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + PARENT + NOSTEP + FILTER eval key matches + FILTER int" ); # ---------------------------------------- my $data4 = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ XXXX YYYY ZZZZ / ] } }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, # plain BBB } } }, neighbourhoods => [ { 'DDD' => { EEE => { F1 => 'affe', F2 => 'tiger', F3 => 'fink', F4 => 'star', }, FFF => 'interesting value' } }, { 'DDD' => { EEE => { F1 => 'bla', F2 => 'bli', F3 => 'blu', F4 => 'blo', }, FFF => 'boring value' } }, ], }; $resultlist = $data4 ~~ dpath '//AAA/BBB/CCC/*[ affe ]'; cmp_bag($resultlist, [ 'affe' ], "FILTER: affe" ); $resultlist = $data4 ~~ dpath '/AAA/BBB/CCC/*[ idx == 1 ]'; cmp_bag($resultlist, [ 'YYY' ], "FILTER: index" ); $resultlist = $data4 ~~ dpath '/AAA/BBB/CCC/*[ 1 ]'; cmp_bag($resultlist, [ 'YYY' ], "FILTER: index" ); $resultlist = $data4 ~~ dpath '//AAA/BBB/CCC/*[ /..../ ]'; cmp_bag($resultlist, [ 'XXXX', 'YYYY', 'ZZZZ', 'affe' ], "FILTER eval regex five chars" ); $resultlist = $data4 ~~ dpath '//AAA/BBB/CCC/*[ /[A-Z]+/ ]'; cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'XXXX', 'YYYY', 'ZZZZ', ], "FILTER eval regex just capitalizes" ); SKIP: { skip "quote semantics changed", 1; $resultlist = $data4 ~~ dpath '//AAA/BBB/CCC/"*"[ m/[A-Z]+/ ]'; cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'XXXX', 'YYYY', 'ZZZZ', ], "FILTER eval regex with quotes and slashes" ); } $resultlist = $data ~~ dpath '//AAA/BBB/*[key eq "CCC"]'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + FILTER eval key eq string" ); $resultlist = $data ~~ dpath '//AAA/BBB/.[key eq "CCC"]'; cmp_bag($resultlist, [ ], "ANYWHERE + STEP + NOSTEP + FILTER eval key eq string" ); $resultlist = $data ~~ dpath '//AAA/*[ key eq "CCC" ]'; cmp_bag($resultlist, [ ], "ANYWHERE + ANYSTEP + FILTER eval key eq string" ); $resultlist = $data ~~ dpath '//AAA/*/*[ key eq "CCC" ]'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + ANYSTEP + ANYSTEP + FILTER eval key eq string" ); $resultlist = $data ~~ dpath '//AAA/*/CCC'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + STEP" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/.[ key eq "CCC" ]'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + STEP + FILTER eval key eq last STEP" ); $resultlist = $data ~~ dpath '//.[ key eq "DD DD" ]'; cmp_bag($resultlist, [ { 'EE/E' => { CCC => 'zomtec' } } ], "ANYWHERE + NOSTEP + FILTER eval key" ); $resultlist = $data ~~ dpath '//.[ key eq "EE/E" ]'; cmp_bag($resultlist, [ { CCC => 'zomtec' } ], "ANYWHERE + NOSTEP + FILTER eval key + slash in eval" ); $resultlist = $data ~~ dpath '//AAA/*/CCC/.[ key eq "CCC" ]'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + STEP + FILTER eval key eq last STEP" ); $resultlist = $data ~~ dpath '//AAA/*[ key ~~ /.../ ]'; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ANYWHERE + STEP + ANYSTEP + FILTER eval key matches" ); $resultlist = $data ~~ dpath '//AAA/*[ key ~~ qr(...) ]'; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ROOT + ANYSTEP + FILTER eval key matches qr()" ); $resultlist = $data ~~ dpath '//AAA/*[ key ~~ m(...) ]'; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ROOT + ANYSTEP + FILTER eval with key matches m(...)" ); $resultlist = $data ~~ dpath '//AAA/*[ key ~~ /CC/ ]'; cmp_bag($resultlist, [ ], "ROOT + ANYSTEP + FILTER eval with key matches /CC/" ); $resultlist = $data ~~ dpath '//AAA/*/*[ key ~~ /CC/ ]'; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ROOT + ANYSTEP + ANYSTEP + FILTER eval with key matches /CC/" ); $resultlist = $data ~~ dpath('//CCC/*[value eq "RR2"]'); #print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ 'RR2' ], "ANYWHERE + ANYSTEP + FILTER eval value" ); # print STDERR "**************************************************\n"; # print STDERR "resultlist = ", Dumper($data ~~ dpath('//CCC/*[value eq "RR2"]')); # /.. $resultlist = $data ~~ dpath('//CCC/*[value eq "RR2"]/..'); #print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + ANYSTEP + FILTER eval value + PARENT" ); # print STDERR "**************************************************\n"; $resultlist = $data ~~ dpath('//CCC/*[value eq "RR2"]/../..'); #print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ { CCC => [ 'RR1', 'RR2', 'RR3' ] } ], "ANYWHERE + ANYSTEP + FILTER eval value + 2xPARENT" ); # ---------------------------------------- my $data5 = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, "*" => { CCC => [ qw/ ASTAR BSTAR CSTAR / ] }, "//" => { CCC => [ qw/ ASLASH BSLASH CSLASH / ] }, ".." => { CCC => [ qw/ ADOTDOT BDOTDOT CDOTDOT / ] }, "." => { CCC => [ qw/ ADOT BDOT CDOT / ] }, }, }; $resultlist = $data5 ~~ dpath('/AAA/*/CCC'); cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], [ qw/ ASTAR BSTAR CSTAR / ], [ qw/ ASLASH BSLASH CSLASH / ], [ qw/ ADOTDOT BDOTDOT CDOTDOT / ], [ qw/ ADOT BDOT CDOT / ], ], "KEYs + ANYSTEP again" ); $resultlist = $data5 ~~ dpath('/AAA/"*"/CCC'); cmp_bag($resultlist, [ [ qw/ ASTAR BSTAR CSTAR / ] ], "KEYs + (*)" ); $resultlist = $data5 ~~ dpath('/AAA/"//"/CCC'); cmp_bag($resultlist, [ [ qw/ ASLASH BSLASH CSLASH / ] ], "KEYs + (//)" ); $resultlist = $data5 ~~ dpath('/AAA/".."/CCC'); cmp_bag($resultlist, [ [ qw/ ADOTDOT BDOTDOT CDOTDOT / ] ], "KEYs + (..)" ); $resultlist = $data5 ~~ dpath('/AAA/"."/CCC'); cmp_bag($resultlist, [ [ qw/ ADOT BDOT CDOT / ] ], "KEYs + (.)" ); # ---------------------------------------- my $data6 = bless [ [ 2, 3, 5, 7, 11, 13, 17, 19, 23 ], [ 1, 2, 3, 4 ], [ qw( AAA BBB CCC DDD ) ], [ 11, 22, 33 ], { hot => { stuff => { ahead => [ qw( affe tiger fink star ) ], "" => "some value on empty key", } } }, ], "Some::Funky::Stuff"; $resultlist = $data6 ~~ dpath '/.[ isa("Foo::Bar") ]'; cmp_bag($resultlist, [ ], "ROOT + NOSTEP + FILTER isa (with no match)" ); $resultlist = $data6 ~~ dpath '/.[ isa("Some::Funky::Stuff") ]'; cmp_bag($resultlist, [ $data6 ], "ROOT + NOSTEP + FILTER isa" ); # chaining filters by using NOSTEP $resultlist = $data6 ~~ dpath '/.[ isa("Some::Funky::Stuff") ]/.[ size == 5 ]'; cmp_bag($resultlist, [ $data6 ], "ROOT + NOSTEP + FILTER isa + FILTER size" ); $resultlist = $data6 ~~ dpath '/.[ isa("Some::Funky::Stuff") ]/.[ size == 5 ]/.[ reftype eq "ARRAY" ]'; cmp_bag($resultlist, [ $data6 ], "ROOT + NOSTEP + FILTER isa + FILTER size + FILTER reftype" ); $resultlist = $data6 ~~ dpath '//.[ size == 4 ]'; cmp_bag($resultlist, [ [ 1, 2, 3, 4 ], [ qw( AAA BBB CCC DDD ) ], [ qw( affe tiger fink star ) ], ], "ANYWHERE + NOSTEP + FILTER int" ); $resultlist = $data6 ~~ dpath '//""/'; cmp_bag($resultlist, [ "some value on empty key" ], "empty key"); my $data7 = [ [ 2, 3, 5, 7, 11, 13, 17, 19, 23 ], [ 1, 2, 3, 4 ], [ qw( AAA BBB CCC DDD ) ], [ 11, 22, 33 ], { hot => { stuff => { ahead => [ qw( affe tiger fink star ) ], "" => "some value on empty key", } } }, ]; $resultlist = $data7 ~~ dpathr '//.[ size == 4 ]'; cmp_bag($resultlist, [ \($data7->[1]), \($data7->[2]), \($data7->[4]{hot}{stuff}{ahead}), ], "ANYWHERE + NOSTEP + FILTER int (REFERENCES)" ); ${$resultlist->[0]} = [ qw(one two three four) ]; ${$resultlist->[1]} = "there once was an array in LA"; ${$resultlist->[2]} = { affe => "tiger", fink => "star", }; my $data7_expected_change = [ [ 2, 3, 5, 7, 11, 13, 17, 19, 23 ], [ 'one', 'two', 'three', 'four' ], "there once was an array in LA", [ 11, 22, 33 ], { hot => { stuff => { ahead => { affe => "tiger", fink => "star" }, "" => "some value on empty key", } } }, ]; # diag Dumper($resultlist); # diag Dumper($data7_expected_change); # diag Dumper($data7); cmp_bag($data7, $data7_expected_change, "ANYWHERE + NOSTEP + FILTER int (REFERENCES CHANGED)" ); my $data8 = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => bless([ [ qw/ RR1 RR2 RR3 /], [ 11, 22, 33 ], ], "Zomtec") }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }; TODO: { local $TODO = "REAL TODO FIX ME SOON!"; $resultlist = $data8 ~~ dpath('//CCC//*[ value eq "RR3" ]/..'); # /../*[1]'); # print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ [ 11, 22, 33 ] ], "ANYWHERE + ANYSTEP + FILTER eval value + PARENT + bless" ); } TODO: { local $TODO = "REAL TODO FIX ME SOON! (but depends on test before)"; $resultlist = $data8 ~~ dpath('//CCC//*[ value eq "RR3" ]/../../*[1]'); # print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ [ 11, 22, 33 ] ], "ANYWHERE + ANYSTEP + FILTER eval value + 2xPARENT + FILTER int + bless" ); } done_testing(); Data-DPath-0.55/t/references.t0000644000175000017500000001246612576306670014116 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath qw'dpathr dpath'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; use_ok( 'Data::DPath' ); my $data = { 'goal' => 15, }; # ================================================== my $res; # -------------------------------------------------- $res = [ dpath('/goal')->match($data) ]; isnt("".\($data->{goal}), "".\($res->[0]), "ROOT/KEY - references are to copies"); # diag "orig: " . $data->{goal} . " -- " . \($data->{goal}); # diag "dpath: " . $res->[0] . " -- " . \($res->[0]); $res = [ dpathr('/goal')->match($data) ]; is("".\($data->{goal}), "".$res->[0], "ROOT/KEY - references are the same"); # diag "orig: \\" . $data->{goal} . " -- " . \($data->{goal}); # diag "dpathr: \\" . ${$res->[0]} . " -- " . $res->[0]; # -------------------------------------------------- $res = [ dpath('//goal')->match($data) ]; isnt("".\($data->{goal}), "".\($res->[0]), "ANYWHERE/KEY - references are to copies"); # diag "orig: " . $data->{goal} . " -- " . \($data->{goal}); # diag "dpath: " . $res->[0] . " -- " . \($res->[0]); $res = [ dpathr('//goal')->match($data) ]; is("".\($data->{goal}), "".$res->[0], "ANYWHERE/KEY - references are the same"); # diag "orig: \\" . $data->{goal} . " -- " . \($data->{goal}); # diag "dpathr: \\" . ${$res->[0]} . " -- " . $res->[0]; # -------------------------------------------------- $res = [ dpath('/*')->match($data) ]; isnt("".\($data->{goal}), "".\($res->[0]), "ROOT/ANYSTEP - references are to copies"); # diag "orig: " . $data->{goal} . " -- " . \($data->{goal}); # diag "dpath: " . $res->[0] . " -- " . \($res->[0]); $res = [ dpathr('/*')->match($data) ]; is("".\($data->{goal}), "".$res->[0], "ROOT/ANYSTEP - references are the same"); # diag "orig: \\" . $data->{goal} . " -- " . \($data->{goal}); # diag "dpathr: \\" . ${$res->[0]} . " -- " . $res->[0]; # -------------------------------------------------- $res = [ dpath('//*')->match($data) ]; isnt("".\($data->{goal}), "".\($res->[0]), "ANYWHERE/ANYSTEP - references are to copies"); # diag "orig: " . $data->{goal} . " -- " . \($data->{goal}); # diag "dpath: " . $res->[0] . " -- " . \($res->[0]); $res = [ dpathr('//*')->match($data) ]; is("".\($data->{goal}), "".$res->[0], "ANYWHERE/ANYSTEP - references are the same"); # diag "orig: \\" . $data->{goal} . " -- " . \($data->{goal}); # diag "dpathr: \\" . ${$res->[0]} . " -- " . $res->[0]; # -------------------------------------------------- my $old = $data->{goal}; my $new = 17; # -------------------------------------------------- is($data->{goal}, $old, "ANYWHERE/KEY -- value before change"); $res = [ dpathr('//goal')->match($data) ]; ${$res->[0]} = $new; is($data->{goal}, $new, "ANYWHERE/KEY -- value after change"); $res = [ dpathr("//goal[ value eq $new]")->match($data) ]; is(${$res->[0]}, $new, "ANYWHERE/KEY[FILTER] -- found again with new value"); ${$res->[0]} = $old; is($data->{goal}, $old, "ANYWHERE/KEY[FILTER] -- value changed back to orig"); $res = [ dpathr("//goal[ value eq $old]")->match($data) ]; is(${$res->[0]}, $old, "ANYWHERE/KEY[FILTER] -- found again with orig value"); # -------------------------------------------------- is($data->{goal}, $old, "modify -- ANYWHERE/KEY -- value before change"); $res = [ dpathr("//goal")->match($data) ]; ${$res->[0]} = $new; is($data->{goal}, $new, "modify -- ANYWHERE/KEY -- value after change"); $res = [ dpathr("//goal[ value eq $new]")->match($data) ]; is(${$res->[0]}, $new, "modify -- ANYWHERE/KEY[FILTER] -- found again with new value"); ${$res->[0]} = $old; is($data->{goal}, $old, "modify -- ANYWHERE/KEY[FILTER] -- value changed back to orig"); $res = [ dpathr("//goal[ value eq $old]")->match($data) ]; is(${$res->[0]}, $old, "modify -- ANYWHERE/KEY[FILTER] -- found again with orig value"); # -------------------------------------------------- is($data->{goal}, $old, "modify -- ANYWHERE/ANYSTEP -- value before change"); $res = [ dpathr("//*")->match($data) ]; ${$res->[0]} = $new; is($data->{goal}, $new, "modify -- ANYWHERE/ANYSTEP -- value after change"); $res = [ dpathr("//*[ value eq $new]")->match($data) ]; is(${$res->[0]}, $new, "modify -- ANYWHERE/ANYSTEP[FILTER] -- found again with new value"); ${$res->[0]} = $old; is($data->{goal}, $old, "modify -- ANYWHERE/ANYSTEP[FILTER] -- value changed back to orig"); $res = [ dpathr("//*[ value eq $old]")->match($data) ]; is(${$res->[0]}, $old, "modify -- ANYWHERE/ANYSTEP[FILTER] -- found again with orig value"); # -------------------------------------------------- is($data->{goal}, $old, "modify -- ANYWHERE/ANYSTEP/PARENT/ANYSTEP -- value before change"); $res = [ dpathr("//*/../*")->match($data) ]; ${$res->[0]} = $new; is($data->{goal}, $new, "modify -- ANYWHERE/ANYSTEP/PARENT/ANYSTEP -- value after change"); $res = [ dpathr("//*/../*[ value eq $new]")->match($data) ]; is(${$res->[0]}, $new, "modify -- ANYWHERE/ANYSTEP/PARENT/ANYSTEP[FILTER] -- found again with new value"); ${$res->[0]} = $old; is($data->{goal}, $old, "modify -- ANYWHERE/ANYSTEP/PARENT/ANYSTEP[FILTER] -- value changed back to orig"); $res = [ dpathr("//*/../*[ value eq $old]")->match($data) ]; is(${$res->[0]}, $old, "modify -- ANYWHERE/ANYSTEP/PARENT/ANYSTEP[FILTER] -- found again with orig value"); # -------------------------------------------------- done_testing(); Data-DPath-0.55/t/path.t0000644000175000017500000004152412576306670012726 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More tests => 48; use Data::Dumper; use_ok( 'Data::DPath::Path' ); my $dpath; my @kinds; my @parts; my @filters; my @refs; my @isas; # -------------------- easy DPath -------------------- $dpath = new Data::DPath::Path( path => '/AAA/*[0]/CCC' ); my @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; #print Dumper(@steps); #print Dumper(\@kinds); is_deeply(\@kinds, [qw/ROOT KEY ANYSTEP KEY/], "kinds"); is_deeply(\@parts, ['', qw{ AAA * CCC } ], "parts"); is_deeply(\@filters, [ undef, undef, '[0]', undef ], "filters"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs"); # -------------------- really strange DPath with lots of hardcore quoting -------------------- my $strange_path = '//A1/A2/A3/AAA/"BB BB"/BB2 BB2/"CC CC"["foo bar"]/"DD / DD"/"DD2\DD2"//EEE[ $_->isa("Foo::Bar") ]/"\"EE E2\""[ "\"affe\"" eq "Foo2::Bar2" ]/"\"EE E3\"[1]"/"\"EE E4\""[1]/"\"EE\E5\\\\\\""[1]/"\"FFF\""/"GGG[foo == bar]"/*/*[2]/XXX/YYY/ZZZ'; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY KEY KEY KEY KEY KEY KEY KEY KEY ANYWHERE KEY KEY KEY KEY KEY KEY KEY ANYSTEP ANYSTEP KEY KEY KEY /], "kinds2"); is_deeply(\@parts, [ '', '', 'A1', 'A2', 'A3', 'AAA', 'BB BB', 'BB2 BB2', 'CC CC', 'DD / DD', 'DD2\DD2', '', 'EEE', '"EE E2"', '"EE E3"[1]', '"EE E4"', '"EE\E5\\\\"', '"FFF"', 'GGG[foo == bar]', '*', '*', 'XXX', 'YYY', 'ZZZ' ], "parts2"); is_deeply(\@filters, [ undef, undef, undef, undef, undef, undef, undef, undef, '["foo bar"]', undef, undef, undef, '[ $_->isa("Foo::Bar") ]', '[ "\"affe\"" eq "Foo2::Bar2" ]', undef, '[1]', '[1]', undef, undef, undef, '[2]', undef, undef, undef, ], "filters2"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs2"); # -------------------- same again but with other quote characters -------------------- $strange_path = q!//A1/A2/A3/AAA/"BB BB"/BB2 BB2/"CC CC"["foo bar"]/"DD / DD"/"DD2\DD2"//EEE[ $_->isa("Foo::Bar") ]/"\"EE E2\""[ "\"affe\"" eq "Foo2::Bar2" ]/"\"EE E3\"[1]"/"\"EE E4\""[1]/"\"EE\E5\\\\\\""[1]/"\"FFF\""/"GGG[foo == bar]"/*/*[2]/XXX/YYY/ZZZ!; # " $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY KEY KEY KEY KEY KEY KEY KEY KEY ANYWHERE KEY KEY KEY KEY KEY KEY KEY ANYSTEP ANYSTEP KEY KEY KEY /], "kinds2"); is_deeply(\@parts, [ '', '', 'A1', 'A2', 'A3', 'AAA', 'BB BB', 'BB2 BB2', 'CC CC', 'DD / DD', 'DD2\DD2', '', 'EEE', '"EE E2"', '"EE E3"[1]', '"EE E4"', '"EE\E5\\\\"', '"FFF"', 'GGG[foo == bar]', '*', '*', 'XXX', 'YYY', 'ZZZ' ], "parts2"); is_deeply(\@filters, [ undef, undef, undef, undef, undef, undef, undef, undef, '["foo bar"]', undef, undef, undef, '[ $_->isa("Foo::Bar") ]', '[ "\"affe\"" eq "Foo2::Bar2" ]', undef, '[1]', '[1]', undef, undef, undef, '[2]', undef, undef, undef, ], "filters2"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs2"); # ---------------------------- filter without path part ---------------------- $strange_path = q!//A1/[2]/A3/[key =~ qw(neigh.*hoods)]/A5///A6!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY ANYWHERE KEY ANYWHERE KEY ANYWHERE ANYWHERE KEY /], "kinds3"); is_deeply(\@parts, [ '', '', 'A1', '', 'A3', '', 'A5', '', '', 'A6', ], "parts3"); is_deeply(\@filters, [ undef, undef, undef, '[2]', undef, '[key =~ qw(neigh.*hoods)]', undef, undef, undef, undef, ], "filters3"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs3"); is((scalar @isas), (scalar @steps), "isas3"); # -------------------------------------------------- $strange_path = q!/*[2]!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYSTEP /], "kinds4"); is_deeply(\@parts, [ '', '*', ], "parts4"); is_deeply(\@filters, [ undef, '[2]', ], "filters4"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs4"); is((scalar @isas), (scalar @steps), "isas4"); # ---------------------------- filter with slashes ---------------------- $strange_path = q!//A1/*[2]/A3/.[key =~ /neigh.*hoods/]/A5///A6!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY ANYSTEP KEY NOSTEP KEY ANYWHERE ANYWHERE KEY /], "kinds5"); is_deeply(\@parts, [ '', '', 'A1', '*', 'A3', '.', 'A5', '', '', 'A6', ], "parts5"); is_deeply(\@filters, [ undef, undef, undef, '[2]', undef, '[key =~ /neigh.*hoods/]', undef, undef, undef, undef, ], "filters5"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs5"); is((scalar @isas), (scalar @steps), "isas5"); # ---------------------------- filter with slashes ---------------------- $strange_path = q!//A1/*[2]/A3/.[//]/A5///A6!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY ANYSTEP KEY NOSTEP KEY ANYWHERE ANYWHERE KEY /], "kinds6"); is_deeply(\@parts, [ '', '', 'A1', '*', 'A3', '.', 'A5', '', '', 'A6', ], "parts6"); is_deeply(\@filters, [ undef, undef, undef, '[2]', undef, '[//]', undef, undef, undef, undef, ], "filters6"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs6"); is((scalar @isas), (scalar @steps), "isas6"); # ---------------------------- filter with strange perl variables ------------ $strange_path = q!//A1/*[2]/A3/.[ local $/ = $/ ]/A5///A6!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY ANYSTEP KEY NOSTEP KEY ANYWHERE ANYWHERE KEY /], "kinds7"); is_deeply(\@parts, [ '', '', 'A1', '*', 'A3', '.', 'A5', '', '', 'A6', ], "parts7"); is_deeply(\@filters, [ undef, undef, undef, '[2]', undef, '[ local $/ = $/ ]', undef, undef, undef, undef, ], "filters7"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs7"); is((scalar @isas), (scalar @steps), "isas7"); # ---------------------------- filter with strange perl variables ------------ $strange_path = q!//A1/*[2]/A3/.[ local $] = $] ]/A5///A6!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY ANYSTEP KEY NOSTEP KEY ANYWHERE ANYWHERE KEY /], "kinds8"); is_deeply(\@parts, [ '', '', 'A1', '*', 'A3', '.', 'A5', '', '', 'A6', ], "parts8"); is_deeply(\@filters, [ undef, undef, undef, '[2]', undef, '[ local $] = $] ]', undef, undef, undef, undef, ], "filters8"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs8"); is((scalar @isas), (scalar @steps), "isas8"); # -------------------------------------------------- # ---------------------------- filter with perl variables $/ and $] combined ------------ $strange_path = q!//A1/*[2]/A3/.[ local $/ = $/; local $] = $] ]/A5///A6!; $dpath = new Data::DPath::Path( path => $strange_path ); @steps = @{$dpath->_steps}; @kinds = map { $_->kind } @steps; @parts = map { $_->part } @steps; @filters = map { $_->filter } @steps; @refs = map { ref $_ } @steps; @isas = grep { $_->isa('Data::DPath::Step') } @steps; is_deeply(\@kinds, [qw/ROOT ANYWHERE KEY ANYSTEP KEY NOSTEP KEY ANYWHERE ANYWHERE KEY /], "kinds9"); is_deeply(\@parts, [ '', '', 'A1', '*', 'A3', '.', 'A5', '', '', 'A6', ], "parts9"); is_deeply(\@filters, [ undef, undef, undef, '[2]', undef, '[ local $/ = $/; local $] = $] ]', undef, undef, undef, undef, ], "filters9"); is((scalar grep { $_ eq 'Data::DPath::Step' } @refs), (scalar @steps), "refs9"); is((scalar @isas), (scalar @steps), "isas9"); # -------------------------------------------------- Data-DPath-0.55/t/bigdata.dump0000644000175000017500000004077512576306670014076 0ustar ss5ss5$VAR1 = { 'report' => { 'reportgroup_testrun_id' => '30862', }, 'results' => [ { 'section' => { 'SLBench-results' => { 'tap' => bless( { 'parse_errors' => [], 'tests_run' => 1, 'version' => '13', 'exit' => 0, 'start_time' => '1269439582.7107', 'skip_all' => undef, 'lines' => [ { 'is_comment' => 0, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 1 }, { 'is_comment' => 0, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 1, '_children' => [ { 'is_comment' => 1, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0 } ], 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0 }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '1', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'has_skip' => 0, 'is_test' => 1, '_children' => [ { 'is_comment' => 0, 'has_skip' => 0, 'is_test' => 0, 'is_yaml' => 1, 'is_plan' => 0, 'data' => { 'glibc' => 'glibc, 2.4', 'count' => '150', 'language_series' => 'arch_barcelona', 'language_binary' => '/opt/artemis/slbench/python/arch_barcelona/2.7/bin/python', 'standard_deviation' => '0.0164822946672', 'hostname' => 'foo.dept.lhm.com', 'operating_system' => 'Linux', 'release' => '2.6.30.10-105.2.23.fc11.x86_64', 'median' => '0.58355140686', 'mean' => '0.592707689603', 'architecture' => '64bit', 'number_CPUs' => '16', 'benchmark' => 'call_simple', 'machine' => 'x86_64' }, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0 } ], 'is_actual_ok' => 0, 'description' => '- benchmark results', 'is_ok' => 1, 'has_todo' => 0, 'explanation' => '', 'directive' => '', 'type' => 'test', 'is_version' => 0 } ], 'is_good_plan' => 1, 'has_problems' => 0, 'end_time' => '1269439582.71287', 'summary' => { 'parse_errors' => 0, 'status' => 'PASS', 'todo_passed' => 0, 'all_passed' => 1, 'exit' => 0, 'has_errors' => 0, 'passed' => 1, 'total' => 1, 'failed' => 0, 'elapsed_timestr' => ' 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)', 'elapsed' => bless( [ 0, '0', '0', 0, 0, 0 ], 'Benchmark' ), 'skipped' => 0, 'has_problems' => 0, 'wait' => 0, 'todo' => 0 }, 'pragmas' => [], 'plan' => '1..1', 'tests_planned' => '1' }, 'TAP::DOM' ), 'meta' => { 'section' => 'SLBench-results' } } } }, ] }; Data-DPath-0.55/t/author-eol.t0000644000175000017500000000176312576306670014052 0ustar ss5ss5 BEGIN { unless ($ENV{AUTHOR_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for testing by the author'); } } use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 use Test::More 0.88; use Test::EOL; my @files = ( 'lib/Data/DPath.pm', 'lib/Data/DPath/Attrs.pm', 'lib/Data/DPath/Context.pm', 'lib/Data/DPath/Filters.pm', 'lib/Data/DPath/Path.pm', 'lib/Data/DPath/Point.pm', 'lib/Data/DPath/Step.pm', 't/00-load.t', 't/author-eol.t', 't/author-no-tabs.t', 't/basics_without_overload.t', 't/bigdata.dump', 't/bigdata2.dump', 't/cyclic_structures.t', 't/data_dpath.t', 't/iterator.t', 't/matchr.t', 't/optimization.t', 't/parallel.t', 't/path.t', 't/references.t', 't/regressions.t', 't/release-pod-coverage.t', 't/release-pod-syntax.t', 't/zeros.t' ); eol_unix_ok($_, { trailing_whitespace => 0 }) foreach @files; done_testing; Data-DPath-0.55/t/zeros.t0000644000175000017500000000350312576306670013127 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath 'dpath'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; BEGIN { if ($] < 5.010) { plan skip_all => "Perl 5.010 required for the smartmatch overloaded tests. This is ".$]; } } use_ok( 'Data::DPath' ); my $data = { 'zero' => { 'goal' => 0, 'count' => "zero", }, 'undef' => { 'goal' => undef, 'count' => "UNDEF", }, 'normal' => { 'normal' => { 'goal' => 15, 'data_size' => 254242, } } }; # ================================================== my $res; $res = $data ~~ dpath '//goal[ value == 15]'; cmp_bag($res, [ 15 ], "leaf with value"); $res = $data ~~ dpath '//goal'; cmp_bag($res, [ 15, 0, undef ], "many leafs with value"); $res = $data ~~ dpath '//goal[value == 15]/../data_size'; cmp_bag($res, [ 254242 ], "data_size via leaf"); $res = $data ~~ dpath '//goal[ value eq 0 ]'; cmp_bag($res, [ 0 ], "leaf of value 0"); $res = $data ~~ dpath '//goal[value eq 0]/../count'; cmp_bag($res, [ "zero" ], "data_size via leaf of value 0"); $res = $data ~~ dpath '//goal[ value eq undef ]'; cmp_bag($res, [ undef ], "leaf of value undef"); $res = $data ~~ dpath '//goal[ value eq undef ]/../count'; cmp_bag($res, [ "UNDEF" ], "data_size via leaf of value undef"); $res = $data ~~ dpath '/normal/normal/goal'; cmp_bag($res, [ 15 ], "absolute path - leaf with value"); $res = $data ~~ dpath '/zero/goal'; cmp_bag($res, [ 0 ], "absolute path - leaf of value 0"); done_testing(); Data-DPath-0.55/t/parallel.t0000644000175000017500000001227112576306670013563 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Data::DPath::Context; use List::Util 'min'; BEGIN { if ($] < 5.010) { plan skip_all => "Perl 5.010 required for the smartmatch overloaded tests. This is ".$]; } } ok (1, "dummy"); my $chunks; my $threadcount; # ==================== 2 cpus ==================== local $Data::DPath::Context::THREADCOUNT = 2; my $nr_chunks; my $expected; $chunks = Data::DPath::Context::_splice_threads([1..6]); $nr_chunks = scalar @$chunks; is($nr_chunks, $Data::DPath::Context::THREADCOUNT, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT); $chunks = Data::DPath::Context::_splice_threads([1..7]); $nr_chunks = scalar @$chunks; is($nr_chunks, $Data::DPath::Context::THREADCOUNT, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT); $chunks = Data::DPath::Context::_splice_threads([1..8]); $nr_chunks = scalar @$chunks; is($nr_chunks, $Data::DPath::Context::THREADCOUNT, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT); # ==================== 3 cpus ==================== local $Data::DPath::Context::THREADCOUNT = 3; $chunks = Data::DPath::Context::_splice_threads([1..6]); $nr_chunks = scalar @$chunks; is($nr_chunks, $Data::DPath::Context::THREADCOUNT, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT); $chunks = Data::DPath::Context::_splice_threads([1..7]); $nr_chunks = scalar @$chunks; is($nr_chunks, $Data::DPath::Context::THREADCOUNT, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT); $chunks = Data::DPath::Context::_splice_threads([1..8]); $nr_chunks = scalar @$chunks; is($nr_chunks, $Data::DPath::Context::THREADCOUNT, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT); # ==================== 12 cpus ==================== local $Data::DPath::Context::THREADCOUNT = 12; my @data24 = (0..24-1); $chunks = Data::DPath::Context::_splice_threads(\@data24); $nr_chunks = scalar @$chunks; $expected = min($Data::DPath::Context::THREADCOUNT, scalar @data24); is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected"); # ==================== mix cpus ==================== local $Data::DPath::Context::THREADCOUNT = 48; $chunks = Data::DPath::Context::_splice_threads(\@data24); $nr_chunks = scalar @$chunks; $expected = min($Data::DPath::Context::THREADCOUNT, scalar @data24); is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected"); local $Data::DPath::Context::THREADCOUNT = 7; $chunks = Data::DPath::Context::_splice_threads(\@data24); $nr_chunks = scalar @$chunks; $expected = 6; is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected (sic, under-utilized)"); my @data32 = (0..32-1); local $Data::DPath::Context::THREADCOUNT = 10; $chunks = Data::DPath::Context::_splice_threads(\@data32); $nr_chunks = scalar @$chunks; $expected = 8; is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected (sic, under-utilized)"); local $Data::DPath::Context::THREADCOUNT = 5; $chunks = Data::DPath::Context::_splice_threads(\@data24); $nr_chunks = scalar @$chunks; $expected = min($Data::DPath::Context::THREADCOUNT, scalar @data24); is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected"); local $Data::DPath::Context::THREADCOUNT = 1; $chunks = Data::DPath::Context::_splice_threads(\@data24); $nr_chunks = scalar @$chunks; $expected = min($Data::DPath::Context::THREADCOUNT, scalar @data24); is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected"); local $Data::DPath::Context::THREADCOUNT = 0; $chunks = Data::DPath::Context::_splice_threads(\@data24); $nr_chunks = scalar @$chunks; $expected = 1; is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected (0 cpus)"); my @data1 = (0); local $Data::DPath::Context::THREADCOUNT = 0; $chunks = Data::DPath::Context::_splice_threads(\@data1); $nr_chunks = scalar @$chunks; $expected = 1; is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected (0 cpus)"); local $Data::DPath::Context::THREADCOUNT = 1; $chunks = Data::DPath::Context::_splice_threads(\@data1); $nr_chunks = scalar @$chunks; $expected = 1; is($nr_chunks, $expected, "threads/chunks == ". $Data::DPath::Context::THREADCOUNT . " / $expected"); my @data0 = (); local $Data::DPath::Context::THREADCOUNT = 0; $chunks = Data::DPath::Context::_splice_threads(\@data0); $nr_chunks = scalar @$chunks; $expected = 1; is($nr_chunks, $expected, "no multi threads on empty set (". $Data::DPath::Context::THREADCOUNT." cpus)"); local $Data::DPath::Context::THREADCOUNT = 1; $chunks = Data::DPath::Context::_splice_threads(\@data0); $nr_chunks = scalar @$chunks; $expected = 1; is($nr_chunks, $expected, "no multi threads on empty set (". $Data::DPath::Context::THREADCOUNT." cpus)"); local $Data::DPath::Context::THREADCOUNT = 12; $chunks = Data::DPath::Context::_splice_threads(\@data0); $nr_chunks = scalar @$chunks; $expected = 1; is($nr_chunks, $expected, "no multi threads on empty set (". $Data::DPath::Context::THREADCOUNT." cpus)"); done_testing(); Data-DPath-0.55/t/author-no-tabs.t0000644000175000017500000000173112576306670014631 0ustar ss5ss5 BEGIN { unless ($ENV{AUTHOR_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for testing by the author'); } } use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15 use Test::More 0.88; use Test::NoTabs; my @files = ( 'lib/Data/DPath.pm', 'lib/Data/DPath/Attrs.pm', 'lib/Data/DPath/Context.pm', 'lib/Data/DPath/Filters.pm', 'lib/Data/DPath/Path.pm', 'lib/Data/DPath/Point.pm', 'lib/Data/DPath/Step.pm', 't/00-load.t', 't/author-eol.t', 't/author-no-tabs.t', 't/basics_without_overload.t', 't/bigdata.dump', 't/bigdata2.dump', 't/cyclic_structures.t', 't/data_dpath.t', 't/iterator.t', 't/matchr.t', 't/optimization.t', 't/parallel.t', 't/path.t', 't/references.t', 't/regressions.t', 't/release-pod-coverage.t', 't/release-pod-syntax.t', 't/zeros.t' ); notabs_ok($_) foreach @files; done_testing; Data-DPath-0.55/t/optimization.t0000644000175000017500000000562712576306670014524 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath 'dpath'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; BEGIN { if ($] < 5.010) { plan skip_all => "Perl 5.010 required for the smartmatch overloaded tests. This is ".$]; } else { plan tests => 5; } } use_ok( 'Data::DPath' ); my $datacontent=''; { local $/; open F, "<", "t/bigdata.dump" or die; $datacontent = ; close F; } my $VAR1; eval $datacontent; my $data = $VAR1; my $res; $res = $data ~~ dpath('/report'); is($res->[0]{reportgroup_testrun_id}, 30862, "simple dpath" ); $res = $data ~~ dpath('//data//benchmark[ value eq "call_simple"]/../mean/..'); cmp_bag($res, [ { 'glibc' => 'glibc, 2.4', 'count' => '150', 'language_series' => 'arch_barcelona', 'standard_deviation' => '0.0164822946672', 'language_binary' => '/opt/artemis/slbench/python/arch_barcelona/2.7/bin/python', 'release' => '2.6.30.10-105.2.23.fc11.x86_64', 'operating_system' => 'Linux', 'hostname' => 'foo.dept.lhm.com', 'mean' => '0.592707689603', 'median' => '0.58355140686', 'architecture' => '64bit', 'number_CPUs' => '16', 'benchmark' => 'call_simple', 'machine' => 'x86_64' } ] , "very complicated dpath" ); $datacontent=''; { local $/; open F, "<", "t/bigdata2.dump" or die; $datacontent = ; close F; } eval $datacontent; $data = $VAR1; $res = $data ~~ dpath('/report'); is($res->[0]{reportgroup_testrun_id}, 30862, "simple dpath 2" ); $res = $data ~~ dpath('//data//benchmark[ value eq "xcall_simple"]/../mean/..'); cmp_bag($res, [ { 'glibc' => 'xglibc, 2.4', 'count' => 'x150', 'language_series' => 'xarch_barcelona', 'standard_deviation' => 'x0.0164822946672', 'language_binary' => 'x/opt/artemis/slbench/python/arch_barcelona/2.7/bin/python', 'release' => 'x2.6.30.10-105.2.23.fc11.x86_64', 'operating_system' => 'xLinux', 'hostname' => 'xfoo.dept.lhm.com', 'mean' => 'x0.592707689603', 'median' => 'x0.58355140686', 'architecture' => 'x64bit', 'number_CPUs' => 'x16', 'benchmark' => 'xcall_simple', 'machine' => 'xx86_64' } ] , "dpath on complex blessed ARRAYs" ); Data-DPath-0.55/t/cyclic_structures.t0000644000175000017500000000153112576306670015535 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More tests => 2; use Test::Deep; use Data::DPath 'dpath'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; my $data = {}; $data->{AAA} = { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }; $data->{point} = { to => { ourself => $data } }; my @resultlist; my $resultlist; my $context; # trivial matching @resultlist = dpath('/AAA/BBB/CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "ROOT + KEYs in cyclic structure" ); SKIP: { skip "No recursion detection yet.", 1; @resultlist = dpath('//AAA/BBB/CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "ANYWHERE + KEYs in cyclic structure" ); } Data-DPath-0.55/t/release-pod-syntax.t0000644000175000017500000000045612576306670015515 0ustar ss5ss5#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. use Test::More; use Test::Pod 1.41; all_pod_files_ok(); Data-DPath-0.55/t/iterator.t0000644000175000017500000001432012576306670013615 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More; use Test::Deep; use Data::DPath 'dpathi'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; use_ok( 'Data::DPath' ); # This is basically how the Benchmark::Perl::Formance suite utilizes # Iterator Style approach. my $RESULTS = { 'perlformance' => { 'overall_runtime' => '2.13346099853516', 'config' => { 'use_forks' => 0, 'fastmode' => 1 } }, 'results' => { 'Rx' => { 'regexes' => { 'pathological' => { 'goal' => 5, 'count' => 5, 'Benchmark' => [ '0.000167131423950195', 0, 0, 0, 0, 5 ] }, 'fieldsplitratio' => '2.3750', 'fieldsplit2' => { 'goal' => 5, 'count' => 5, 'Benchmark' => [ '0.165295839309692', '0.16', 0, 0, 0, 5 ] }, 'fieldsplit1' => { 'goal' => 5, 'count' => 5, 'Benchmark' => [ '0.394932270050049', '0.38', 0, 0, 0, 5 ] } } }, 'DPath' => { 'dpath' => { 'goal' => 15, 'data_size' => 254242, 'Benchmark' => [ '1.39033102989197', '1.37', 0, 0, 0, 5 ], 'result' => '2' } } } }; # ================================================== my @all_keys = (); my $root = dpathi($RESULTS); cmp_deeply ($root->ref, \$RESULTS, "dpathi initial root ref"); cmp_deeply ($root->deref, $RESULTS, "dpathi initial root deref"); my $benchmarks = $root->isearch("//Benchmark"); my $i = 0; while ($benchmarks->isnt_exhausted) { $i++; my @keys; my $benchmark = $benchmarks->value; my $ancestors = $benchmark->isearch ("/::ancestor"); my $j = 0; while ($ancestors->isnt_exhausted) { $j++; my $ancestor = $ancestors->value; my $key = $ancestor->first_point->{attrs}{key}; push @keys, $key if defined $key; if ($key) { is ($key, $ancestor->first_point->attrs->key, "accessor methods $i.$j"); } } pop @keys; push @all_keys, join(".", reverse @keys); } cmp_bag(\@all_keys, [ qw(DPath.dpath Rx.regexes.pathological Rx.regexes.fieldsplit2 Rx.regexes.fieldsplit1 ) ], "KEY + FILTER int 0" ); done_testing(); Data-DPath-0.55/t/basics_without_overload.t0000644000175000017500000011724212576306670016715 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::More 0.88; use Test::Deep; use Data::DPath 'dpath', 'dpathr'; use Data::Dumper; # local $Data::DPath::DEBUG = 1; my $data = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }; my @resultlist; my $resultlist; my $context; # trivial matching @resultlist = dpath('/AAA/BBB/CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "KEYs" ); @resultlist = dpathr('/AAA/BBB/CCC')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}{BBB}{CCC}) ], "KEYs (REFERENCES)" ); @resultlist = dpath('/AAA/./BBB/./CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "KEYs + NOSTEPs" ); @resultlist = dpathr('/AAA/./BBB/./CCC')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}{BBB}{CCC}) ], "KEYs + NOSTEPs (REFERENCES)" ); @resultlist = dpath('/AAA/BBB/CCC/..')->match($data); cmp_bag(\@resultlist, [ { CCC => ['XXX', 'YYY', 'ZZZ'] } ], "KEYs + PARENT" ); @resultlist = dpathr('/AAA/BBB/CCC/..')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}{BBB}) ], "KEYs + PARENT (REFERENCES)" ); @resultlist = dpath('/AAA/BBB/CCC/../.')->match($data); cmp_bag(\@resultlist, [ { CCC => ['XXX', 'YYY', 'ZZZ'] } ], "KEYs + PARENT + NOSTEP" ); @resultlist = dpath('//../CCC')->match($data); #print Dumper(\@resultlist); cmp_bag(\@resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', # missing due to reduction to HASH|ARRAY in _any? 'zomtec', ], "KEYs + PARENT + ANYWHERE" ); @resultlist = dpath('//./.././CCC/.')->match($data); #print Dumper(\@resultlist); cmp_bag(\@resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', # missing due to reduction to HASH|ARRAY in _any? 'zomtec', ], "KEYs + PARENT + ANYWHERE + NOSTEP" ); @resultlist = dpath('/AAA/BBB/CCC/../..')->match($data); cmp_bag(\@resultlist, [ { BBB => { CCC => ['XXX', 'YYY', 'ZZZ'] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "KEYs + PARENT + PARENT" ); @resultlist = dpathr('/AAA/BBB/CCC/../..')->match($data); cmp_bag(\@resultlist, [ \($data->{AAA}) ], "KEYs + PARENT + PARENT (REFERENCES)" ); @resultlist = dpath('/AAA/././././BBB/./CCC/../././../././.')->match($data); cmp_bag(\@resultlist, [ { BBB => { CCC => ['XXX', 'YYY', 'ZZZ'] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "KEYs + PARENT + PARENT + NOSTEPs" ); @resultlist = dpath('/AAA/BBB/CCC/../../DDD')->match($data); cmp_bag(\@resultlist, [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + PARENT + KEY" ); @resultlist = dpath('/AAA/*/CCC/../../DDD')->match($data); cmp_bag(\@resultlist, [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + ANYSTEP + PARENT + KEY no double results" ); @resultlist = dpath('/')->match($data); cmp_bag(\@resultlist, [ $data ], "ROOT" ); @resultlist = dpath('/AAA/*/CCC')->match($data); cmp_bag(\@resultlist, [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "KEYs + ANYSTEP" ); cmp_bag([dpath('/AAA/BBB/CCC')->match($data)], [ ['XXX', 'YYY', 'ZZZ'] ], "KEYs" ); cmp_bag([dpath('/AAA/BBB/CCC/..')->match($data)], [ { CCC => ['XXX', 'YYY', 'ZZZ'] } ], "KEYs + PARENT" ); cmp_bag([dpath('/AAA/BBB/CCC/../..')->match($data)], [ { BBB => { CCC => ['XXX', 'YYY', 'ZZZ'] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "KEYs + PARENT + PARENT" ); cmp_bag([dpath('/AAA/BBB/CCC/../../DDD')->match($data)], [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + PARENT + KEY" ); cmp_bag([dpath('/AAA/*/CCC/../../DDD')->match($data)], [ { EEE => [ qw/ uuu vvv www / ] } ], "KEYs + ANYSTEP + PARENT + KEY no double results" ); cmp_bag([dpath('/')->match($data)], [ $data ], "ROOT" ); cmp_bag([dpath('/AAA/*/CCC')->match($data)], [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "KEYs + ANYSTEP" ); @resultlist = dpath('//AAA/*/CCC')->match($data); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], ['RR1', 'RR2', 'RR3'] ], "ANYWHERE + KEYs + ANYSTEP" ); @resultlist = dpath('///AAA/*/CCC')->match($data); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], ['RR1', 'RR2', 'RR3'] ], "2xANYWHERE + KEYs + ANYSTEP" ); @resultlist = Data::DPath->match($data, '//AAA/*/CCC'); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP as function" ); @resultlist = Data::DPath->match($data, '///AAA/*/CCC'); cmp_bag(\@resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP as function" ); # -------------------- $resultlist = [dpath('/some//CCC')->match($data)]; cmp_bag($resultlist, [ 'affe' ], "ROOT + ANYWHERE + KEY + KEY" ); $resultlist = [dpath('//some//CCC')->match($data)]; cmp_bag($resultlist, [ 'affe' ], "ANYWHERE + KEY + ANYWHERE + KEY" ); $resultlist = [dpath('/some//else//CCC')->match($data)]; cmp_bag($resultlist, [ 'affe' ], "ROOT + KEY + ANYWHEREs + KEY" ); $resultlist = [dpath('//some//else//CCC')->match($data)]; cmp_bag($resultlist, [ 'affe' ], "ANYWHERE + KEYs + ANYWHEREs" ); $resultlist = [dpathr('//some//else//CCC')->match($data)]; cmp_bag($resultlist, [ \($data->{some}{where}{else}{AAA}{BBB}{CCC}) ], "ANYWHERE + KEYs + ANYWHEREs (REFERENCES)" ); # -------------------- my $dpath = dpath('//AAA/*/CCC'); $resultlist = [$dpath->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and variable" ); $dpath = dpath('///AAA/*/CCC'); $resultlist = [$dpath->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and variable" ); $resultlist = [dpath('//AAA/*/CCC')->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and dpath()" ); $resultlist = [dpath('///AAA/*/CCC')->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath()" ); $resultlist = [ dpathr('///AAA/*/CCC')->match($data) ]; cmp_bag($resultlist, [ \($data->{some}{where}{else}{AAA}{BBB}{CCC}), \($data->{AAA}{BBB}{CCC}), \($data->{AAA}{RRR}{CCC}), ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath() (REFERENCES)" ); $resultlist = [dpath('//AAA')->match($data)]; cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, { BBB => { CCC => 'affe' } }, ], "ANYWHERE + KEY" ); $resultlist = [dpath('//AAA/*')->match($data)]; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ANYWHERE + KEY + ANYSTEP" ); $resultlist = [dpath('//AAA/*[size == 3]')->match($data)]; cmp_bag($resultlist, [ ], "ANYWHERE + KEY + ANYSTEP + FILTER size" ); $resultlist = [dpath('//AAA[size == 3]')->match($data)]; cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], "ANYWHERE + KEY + FILTER size == 3" ); $resultlist = [dpath('//AAA[size != 3]')->match($data)]; cmp_bag($resultlist, [ { BBB => { CCC => 'affe' } } ], "ANYWHERE + KEY + FILTER size != 3" ); $resultlist = [dpath('//AAA/*/*[size == 3]')->match($data)]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], [ qw/ uuu vvv www / ], ], "ANYWHERE + KEY + ANYSTEP + FILTER size" ); $resultlist = [dpath('//.[size == 3]')->match($data)]; cmp_bag($resultlist, [ $data, $data->{AAA}, [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], [ qw/ uuu vvv www / ], ], "ANYWHERE + FILTER size" ); $resultlist = [dpath('//AAA/*[size == 1]')->match($data)]; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ANYWHERE + KEY + ANYSTEP + FILTER size" ); $resultlist = [dpath('//AAA/*/CCC')->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens" ); $resultlist = [dpath('///AAA/*/CCC')->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens" ); $resultlist = [dpath('//AAA/*/CCC')->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens commutative" ); $resultlist = [dpath('///AAA/*/CCC')->match($data)]; cmp_bag($resultlist, [ 'affe', ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], "2xANYWHERE + KEYs + ANYSTEP with smartmatch and dpath without parens commutative" ); $resultlist = [dpath('/AAA/*/CCC/*')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'RR1', 'RR2', 'RR3' ], "trailing .../* unpacks" ); $resultlist = [dpath('/strange_keys/DD DD/"EE/E"/CCC')->match($data)]; $resultlist = [dpath('/strange_keys/"DD DD"/"EE/E"/CCC')->match($data)]; cmp_bag($resultlist, [ 'zomtec' ], "quoted KEY containg slash" ); $resultlist = [dpath('//AAA/*/CCC[size == 3]')->match($data)]; # array with 3 elements cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ], 'FILTER size == 3' ); $resultlist = [dpath('//AAA/*/CCC[size == 1]')->match($data)]; # array with 1 elements cmp_bag($resultlist, [ 'affe' ], 'FILTER size == 1' ); $resultlist = [dpath('//AAA/*/CCC[size >= 1]')->match($data)]; # array with >= elements cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ], 'affe' ], 'FILTER size >= 1' ); $resultlist = [dpath('/AAA[size == 3]')->match($data)]; # hash with >= elements cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, } ], 'FILTER hash size == 3' ); $resultlist = [dpath('/AAA[size != 3]')->match($data)]; # hash with keys cmp_bag($resultlist, [ ], 'FILTER hash size != 3' ); $resultlist = [dpath('//AAA[size >= 1]')->match($data)]; # hash with >= elements cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, { BBB => { CCC => 'affe' } }, ], 'FILTER hash size >= 1' ); $resultlist = [dpath('//AAA[ size >= 3 ]')->match($data)]; # hash with >= 3 elements cmp_bag($resultlist, [ { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, ], 'FILTER hash size >= 3' ); $resultlist = [dpath('//AAA[size == 1]')->match($data)]; # hash with >= elements cmp_bag($resultlist, [ { BBB => { CCC => 'affe' } }, ], 'ANYWHERE + FILTER hash size == 1' ); $resultlist = [dpath('//AAA/*/CCC/*')->match($data)]; cmp_bag($resultlist, [ 'affe', 'XXX', 'YYY', 'ZZZ', 'RR1', 'RR2', 'RR3' ] ); TODO: { local $TODO = 'far away future spec'; $resultlist = [dpath('/AAA/*/CCC/* | /some/where/else/AAA/BBB/CCC')->match($data)]; # ( 'XXX', 'YYY', 'ZZZ', 'affe' ) cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'RR1', 'RR2', 'RR3', 'affe' ] ); } $resultlist = [dpath('/AAA/*/CCC/*[0]')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'RR1' ], "ANYSTEP + FILTER int 0" ); $resultlist = [dpath('/AAA/*/CCC/*[ 0 ]')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'RR1' ], "ANYSTEP + FILTER int 0 whitespace" ); $resultlist = [dpath('/AAA/*/CCC/*[2]')->match($data)]; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int 2" ); $resultlist = [dpath('/AAA/*/CCC/*[ 2 ]')->match($data)]; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int 2 whitespace" ); $resultlist = [dpath('/AAA/*/CCC/*[-1]')->match($data)]; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int -1" ); $resultlist = [dpath('/AAA/*/CCC/*[ -1 ]')->match($data)]; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYSTEP + FILTER int -1 whitespace" ); $resultlist = [dpath('//AAA/*/CCC/*[0]')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'RR1', 'affe' ], "ANYWHERE + ANYSTEP + FILTER int 0" ); $resultlist = [dpath('//AAA/*/CCC/*[ 0 ]')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'RR1', 'affe' ], "ANYWHERE + ANYSTEP + FILTER int 0 whitespace" ); $resultlist = [dpath('//AAA/*/CCC/*[-3]')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'RR1', ], "ANYWHERE + ANYSTEP + FILTER int -3" ); $resultlist = [dpath('//AAA/*/CCC/*[ -3 ]')->match($data)]; cmp_bag($resultlist, [ 'XXX', 'RR1', ], "ANYWHERE + ANYSTEP + FILTER int -3 whitespace" ); $resultlist = [dpath('//AAA/*/CCC/*[2]')->match($data)]; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYWHERE + ANYSTEP + FILTER int 2" ); $resultlist = [dpath('//AAA/*/CCC/*[ 2 ]')->match($data)]; cmp_bag($resultlist, [ 'ZZZ', 'RR3' ], "ANYWHERE + ANYSTEP + FILTER int 2 whitespace" ); $resultlist = [dpath('/AAA/*/CCC[2]')->match($data)]; cmp_bag($resultlist, [ ], "KEY + FILTER int" ); $resultlist = [dpath('//AAA/*/CCC[2]')->match($data)]; cmp_bag($resultlist, [ ], "ANYWHERE + KEY + FILTER int" ); $resultlist = [dpath('/AAA/*/CCC[0]')->match($data)]; #diag Dumper($resultlist); cmp_bag($resultlist, [ [ 'XXX', 'YYY', 'ZZZ' ], [ 'RR1', 'RR2', 'RR3' ] ], "KEY + FILTER int 0" ); $resultlist = [dpath('/AAA/*/CCC[1]')->match($data)]; cmp_bag($resultlist, [ ], "KEY + FILTER int 1" ); $resultlist = [dpath('//AAA/*/CCC[0]')->match($data)]; #diag Dumper($resultlist); cmp_bag($resultlist, [ [ 'XXX', 'YYY', 'ZZZ' ], [ 'RR1', 'RR2', 'RR3' ], 'affe' ], "ANYWHERE + KEY + FILTER int 0" ); $resultlist = [dpath('//AAA/*/CCC[1]')->match($data)]; #diag Dumper($resultlist); cmp_bag($resultlist, [ ], "ANYWHERE + KEY + FILTER int 1" ); # ================================================== my $data2 = [ 'UUU', 'VVV', 'WWW', { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } }, ]; $resultlist = dpath('/*'); # /* cmp_bag([ $resultlist->match($data2)] , [ 'UUU', 'VVV', 'WWW', { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } } ], "ROOT + ANYSTEP" ); $resultlist = [ dpath('/')->match($data2) ]; cmp_bag($resultlist, [ $data2 ], "ROOT" ); $resultlist = [ dpath('//')->match($data2) ]; cmp_bag($resultlist, [ qw( UUU VVV WWW XXX YYY ZZZ ), [ qw/ XXX YYY ZZZ / ], { CCC => [ qw/ XXX YYY ZZZ / ] }, { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } }, { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } }, $data2, ], "ANYWHERE" ); $resultlist = [ dpath('//*[ size == 3 ]')->match($data2) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ] ], "ANYWHERE + ANYSTEP + FILTER int" ); $resultlist = [ dpath('/*[2]')->match($data2) ]; cmp_bag($resultlist, [ 'WWW' ], "ROOT + ANYSTEP + FILTER int: plain value" ); $resultlist = [ dpath('/*[3]')->match($data2) ]; # ( { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } } ) cmp_bag($resultlist, [ { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } } } ], "ROOT + ANYSTEP + FILTER int: ref value" ); $resultlist = [ dpath('//*[2]')->match($data2) ]; cmp_bag($resultlist, [ 'WWW', 'ZZZ' ], "ANYWHERE + ANYSTEP + FILTER int" ); # basic eval filters $resultlist = [ dpath('/*/AAA/BBB/CCC')->match($data2) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval prepare" ); $resultlist = [ dpath('/*/AAA/BBB/CCC[17 == 17]')->match($data2) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval simple true" ); $resultlist = [ dpath('/*/AAA/BBB/CCC[0 == 0]')->match($data2) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval simple true with false values" ); $resultlist = [ dpath('/*/AAA/BBB/CCC["foo" eq "foo"]')->match($data2) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "FILTER eval simple true with strings" ); $resultlist = [ dpath('/*/AAA/BBB/CCC[1 == 2]')->match($data2) ]; cmp_bag($resultlist, [ ], "FILTER eval simple false" ); $resultlist = [ dpath('/*/AAA/BBB/CCC["foo" eq "bar"]')->match($data2) ]; cmp_bag($resultlist, [ ], "FILTER eval simple false with strings" ); # ---------------------------------------- my $data3 = { AAA => bless( { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] } }, "Foo::Bar"), # blessed BBB some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, # plain BBB } } }, neighbourhoods => [ { 'DDD' => { EEE => bless( { F1 => 'affe', F2 => 'tiger', F3 => 'fink', F4 => 'star', }, "Affe"), FFF => 'interesting value' } }, { 'DDD' => { EEE => { F1 => 'bla', F2 => 'bli', F3 => 'blu', F4 => 'blo', }, FFF => 'boring value' } }, { 'DDD' => { EEE => { F1 => 'xbla', F2 => 'xbli', F3 => 'xblu', F4 => 'xblo', }, FFF => 'third value' } }, { 'DDD' => { EEE => { F1 => 'ybla', F2 => 'ybli', F3 => 'yblu', F4 => 'yblo', }, FFF => 'fourth value' } }, ], }; # ------------------------------ $resultlist = [ dpath('//AAA/BBB/CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + KEYs in blessed structs" ); $resultlist = [ dpath('//AAA//BBB/CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + ANYWHERE + KEYs in blessed structs" ); $resultlist = [ dpath('//AAA//BBB//CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + ANYWHERE + ANYWHERE + KEYs in blessed structs" ); $resultlist = [ dpath('//AAA[ is_reftype("HASH") ]/BBB/CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype funcall + KEYs" ); $resultlist = [ dpath('//AAA[ reftype eq "HASH" ]/BBB/CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype eq + KEYs" ); $resultlist = [ dpath('//AAA[ reftype =~ /ASH/ ]/BBB/CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'], 'affe' ], "ANYWHERE + FILTER reftype match + KEYs" ); $resultlist = [ dpath('//AAA[ isa("Foo::Bar") ]/BBB/CCC')->match($data3) ]; cmp_bag($resultlist, [ ['XXX', 'YYY', 'ZZZ'] ], "ANYWHERE + FILTER isa + KEYs" ); $resultlist = [ dpath('//DDD/EEE/F1[ value eq "affe" ]/../../FFF')->match($data3) ]; # the DDD/FFF where the neighbor DDD/EEE/F1 == "affe" cmp_bag($resultlist, [ 'interesting value' ], "ANYWHERE + KEYs + FILTER in blessed structs" ); $resultlist = [ dpath('/neighbourhoods/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + KEYs + FILTER int 0 + KEYs" ); $resultlist = [ dpath('/*[key =~ /neighbourhoods/]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + FILTER eval key matches + FILTER int 0 + KEYs" ); $resultlist = [ dpath('/*/.[key =~ /neighbourhoods/]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + NOSTEP + FILTER eval key matches + FILTER int 0 + KEYs" ); $resultlist = [ dpath('/*/*/../.[key =~ /neighbourhoods/]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + PARENT + NOSTEP + FILTER eval key matches + FILTER int 0 + KEYs" ); $resultlist = [ dpath('/neighbourhoods/*[1]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'boring value' ], "ROOT + KEYs + FILTER int 1 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ANYWHERE + KEYs + FILTER int 0 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[1]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'boring value' ], "ANYWHERE + KEYs + FILTER int 1 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[2]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'third value' ], "ANYWHERE + KEYs + FILTER int 2 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[3]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'fourth value' ], "ANYWHERE + KEYs + FILTER int 3 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[-1]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'fourth value' ], "ANYWHERE + KEYs + FILTER int -1 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[-2]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'third value' ], "ANYWHERE + KEYs + FILTER int -2 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[-3]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'boring value' ], "ANYWHERE + KEYs + FILTER int -3 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[-4]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ANYWHERE + KEYs + FILTER int -4 + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[-5]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ ], "ANYWHERE + KEYs + FILTER too negative int + KEYs" ); $resultlist = [ dpath('//neighbourhoods/*[20]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ ], "ANYWHERE + KEYs + FILTER too high int + KEYs" ); $resultlist = [ dpath('/*[key eq "neighbourhoods"]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + FILTER eval key eq + FILTER int" ); $resultlist = [ dpath('/*/.[key eq "neighbourhoods"]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + NOSTEP + FILTER eval key eq + FILTER int" ); $resultlist = [ dpath('/*/*/../.[key eq "neighbourhoods"]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + PARENT + NOSTEP + FILTER eval key eq + FILTER int" ); $resultlist = [ dpath('/*[key =~ /neigh.*hoods/]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + FILTER eval key matches + FILTER int" ); $resultlist = [ dpath('/*/.[key =~ /neigh.*hoods/]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + NOSTEP + FILTER eval key matches + FILTER int" ); $resultlist = [ dpath('/*/*/../.[key =~ /neigh.*hoods/]/*[0]/DDD/FFF')->match($data3) ]; # ( 'interesting value' ) cmp_bag($resultlist, [ 'interesting value' ], "ROOT + ANYSTEP + PARENT + NOSTEP + FILTER eval key matches + FILTER int" ); # ---------------------------------------- my $data4 = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ XXXX YYYY ZZZZ / ] } }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, # plain BBB } } }, neighbourhoods => [ { 'DDD' => { EEE => { F1 => 'affe', F2 => 'tiger', F3 => 'fink', F4 => 'star', }, FFF => 'interesting value' } }, { 'DDD' => { EEE => { F1 => 'bla', F2 => 'bli', F3 => 'blu', F4 => 'blo', }, FFF => 'boring value' } }, ], }; $resultlist = [ dpath('//AAA/BBB/CCC/*[ affe ]')->match($data4) ]; cmp_bag($resultlist, [ 'affe' ], "FILTER: affe" ); $resultlist = [ dpath('/AAA/BBB/CCC/*[ idx == 1 ]')->match($data4) ]; cmp_bag($resultlist, [ 'YYY' ], "FILTER: index" ); $resultlist = [ dpath('/AAA/BBB/CCC/*[ 1 ]')->match($data4) ]; cmp_bag($resultlist, [ 'YYY' ], "FILTER: index" ); $resultlist = [ dpath('//AAA/BBB/CCC/*[ /..../ ]')->match($data4) ]; cmp_bag($resultlist, [ 'XXXX', 'YYYY', 'ZZZZ', 'affe' ], "FILTER eval regex five chars" ); $resultlist = [ dpath('//AAA/BBB/CCC/*[ /[A-Z]+/ ]')->match($data4) ]; cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'XXXX', 'YYYY', 'ZZZZ', ], "FILTER eval regex just capitalizes" ); SKIP: { skip "quote semantics changed", 1; $resultlist = [ dpath('//AAA/BBB/CCC/"*"[ m/[A-Z]+/ ]')->match($data4) ]; cmp_bag($resultlist, [ 'XXX', 'YYY', 'ZZZ', 'XXXX', 'YYYY', 'ZZZZ', ], "FILTER eval regex with quotes and slashes" ); } $resultlist = [ dpath('//AAA/BBB/*[key eq "CCC"]')->match($data) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + FILTER eval key eq string" ); $resultlist = [ dpath('//AAA/BBB/.[key eq "CCC"]')->match($data) ]; cmp_bag($resultlist, [ ], "ANYWHERE + STEP + NOSTEP + FILTER eval key eq string" ); $resultlist = [ dpath('//AAA/*[ key eq "CCC" ]')->match($data) ]; cmp_bag($resultlist, [ ], "ANYWHERE + ANYSTEP + FILTER eval key eq string" ); $resultlist = [ dpath('//AAA/*/*[ key eq "CCC" ]')->match($data) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + ANYSTEP + ANYSTEP + FILTER eval key eq string" ); $resultlist = [ dpath('//AAA/*/CCC')->match($data) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + STEP" ); $resultlist = [ dpath('//AAA/*/CCC/.[ key eq "CCC" ]')->match($data) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + STEP + FILTER eval key eq last STEP" ); $resultlist = [ dpath('//.[ key eq "DD DD" ]')->match($data) ]; cmp_bag($resultlist, [ { 'EE/E' => { CCC => 'zomtec' } } ], "ANYWHERE + NOSTEP + FILTER eval key" ); $resultlist = [ dpath('//.[ key eq "EE/E" ]')->match($data) ]; cmp_bag($resultlist, [ { CCC => 'zomtec' } ], "ANYWHERE + NOSTEP + FILTER eval key + slash in eval" ); $resultlist = [ dpath('//AAA/*/CCC/.[ key eq "CCC" ]')->match($data) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ANYWHERE + STEP + ANYSTEP + STEP + FILTER eval key eq last STEP" ); $resultlist = [ dpath('//AAA/*[ key =~ /.../ ]')->match($data) ]; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ANYWHERE + STEP + ANYSTEP + FILTER eval key matches" ); $resultlist = [ dpath('//AAA/*[ key =~ qr(...) ]')->match($data) ]; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ROOT + ANYSTEP + FILTER eval key matches qr()" ); $resultlist = [ dpath('//AAA/*[ key =~ m(...) ]')->match($data) ]; cmp_bag($resultlist, [ { CCC => [ qw/ XXX YYY ZZZ / ] }, { CCC => [ qw/ RR1 RR2 RR3 / ] }, { EEE => [ qw/ uuu vvv www / ] }, { CCC => 'affe' }, ], "ROOT + ANYSTEP + FILTER eval with key matches m(...)" ); $resultlist = [ dpath('//AAA/*[ key =~ /CC/ ]')->match($data) ]; # diag Dumper($resultlist); cmp_bag($resultlist, [ ], "ROOT + ANYSTEP + FILTER eval with key matches /CC/" ); $resultlist = [ dpath('//AAA/*/*[ key =~ /CC/ ]')->match($data) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], 'affe', ], "ROOT + ANYSTEP + ANYSTEP + FILTER eval with key matches /CC/" ); $resultlist = [ dpath('//CCC/*[value eq "RR2"]')->match($data) ]; #print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ 'RR2' ], "ANYWHERE + ANYSTEP + FILTER eval value" ); # print STDERR "**************************************************\n"; # print STDERR "resultlist = ", Dumper(dpath('//CCC/*[value eq "RR2"]'))->match($data); # /.. $resultlist = [ dpath('//CCC/*[value eq "RR2"]/..')->match($data) ]; #print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ [ 'RR1', 'RR2', 'RR3' ] ], "ANYWHERE + ANYSTEP + FILTER eval value + PARENT" ); # print STDERR "**************************************************\n"; $resultlist = [ dpath('//CCC/*[value eq "RR2"]/../..')->match($data) ]; #print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ { CCC => [ 'RR1', 'RR2', 'RR3' ] } ], "ANYWHERE + ANYSTEP + FILTER eval value + 2xPARENT" ); # ---------------------------------------- my $data5 = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, "*" => { CCC => [ qw/ ASTAR BSTAR CSTAR / ] }, "//" => { CCC => [ qw/ ASLASH BSLASH CSLASH / ] }, ".." => { CCC => [ qw/ ADOTDOT BDOTDOT CDOTDOT / ] }, "." => { CCC => [ qw/ ADOT BDOT CDOT / ] }, }, }; $resultlist = [ dpath('/AAA/*/CCC')->match($data5) ]; cmp_bag($resultlist, [ [ qw/ XXX YYY ZZZ / ], [ qw/ RR1 RR2 RR3 / ], [ qw/ ASTAR BSTAR CSTAR / ], [ qw/ ASLASH BSLASH CSLASH / ], [ qw/ ADOTDOT BDOTDOT CDOTDOT / ], [ qw/ ADOT BDOT CDOT / ], ], "KEYs + ANYSTEP again" ); $resultlist = [ dpath('/AAA/"*"/CCC')->match($data5) ]; cmp_bag($resultlist, [ [ qw/ ASTAR BSTAR CSTAR / ] ], "KEYs + (*)" ); $resultlist = [ dpath('/AAA/"//"/CCC')->match($data5) ]; cmp_bag($resultlist, [ [ qw/ ASLASH BSLASH CSLASH / ] ], "KEYs + (//)" ); $resultlist = [ dpath('/AAA/".."/CCC')->match($data5) ]; cmp_bag($resultlist, [ [ qw/ ADOTDOT BDOTDOT CDOTDOT / ] ], "KEYs + (..)" ); $resultlist = [ dpath('/AAA/"."/CCC')->match($data5) ]; cmp_bag($resultlist, [ [ qw/ ADOT BDOT CDOT / ] ], "KEYs + (.)" ); # ---------------------------------------- my $data6 = bless [ [ 2, 3, 5, 7, 11, 13, 17, 19, 23 ], [ 1, 2, 3, 4 ], [ qw( AAA BBB CCC DDD ) ], [ 11, 22, 33 ], { hot => { stuff => { ahead => [ qw( affe tiger fink star ) ], "" => "some value on empty key", } } }, ], "Some::Funky::Stuff"; $resultlist = [ dpath('/.[ isa("Foo::Bar") ]')->match($data6) ]; cmp_bag($resultlist, [ ], "ROOT + NOSTEP + FILTER isa (with no match)" ); $resultlist = [ dpath('/.[ isa("Some::Funky::Stuff") ]')->match($data6) ]; cmp_bag($resultlist, [ $data6 ], "ROOT + NOSTEP + FILTER isa" ); # chaining filters by using NOSTEP $resultlist = [ dpath('/.[ isa("Some::Funky::Stuff") ]/.[ size == 5 ]')->match($data6) ]; cmp_bag($resultlist, [ $data6 ], "ROOT + NOSTEP + FILTER isa + FILTER size" ); $resultlist = [ dpath('/.[ isa("Some::Funky::Stuff") ]/.[ size == 5 ]/.[ reftype eq "ARRAY" ]')->match($data6) ]; cmp_bag($resultlist, [ $data6 ], "ROOT + NOSTEP + FILTER isa + FILTER size + FILTER reftype" ); $resultlist = [ dpath('//.[ size == 4 ]')->match($data6) ]; cmp_bag($resultlist, [ [ 1, 2, 3, 4 ], [ qw( AAA BBB CCC DDD ) ], [ qw( affe tiger fink star ) ], ], "ANYWHERE + NOSTEP + FILTER int" ); $resultlist = [ dpath('//""/')->match($data6) ]; cmp_bag($resultlist, [ "some value on empty key" ], "empty key"); my $data7 = [ [ 2, 3, 5, 7, 11, 13, 17, 19, 23 ], [ 1, 2, 3, 4 ], [ qw( AAA BBB CCC DDD ) ], [ 11, 22, 33 ], { hot => { stuff => { ahead => [ qw( affe tiger fink star ) ], "" => "some value on empty key", } } }, ]; $resultlist = [ dpathr('//.[ size == 4 ]')->match($data7) ]; cmp_bag($resultlist, [ \($data7->[1]), \($data7->[2]), \($data7->[4]{hot}{stuff}{ahead}), ], "ANYWHERE + NOSTEP + FILTER int (REFERENCES)" ); ${$resultlist->[0]} = [ qw(one two three four) ]; ${$resultlist->[1]} = "there once was an array in LA"; ${$resultlist->[2]} = { affe => "tiger", fink => "star", }; my $data7_expected_change = [ [ 2, 3, 5, 7, 11, 13, 17, 19, 23 ], [ 'one', 'two', 'three', 'four' ], "there once was an array in LA", [ 11, 22, 33 ], { hot => { stuff => { ahead => { affe => "tiger", fink => "star" }, "" => "some value on empty key", } } }, ]; # diag Dumper($resultlist); # diag Dumper($data7_expected_change); # diag Dumper($data7); cmp_bag($data7, $data7_expected_change, "ANYWHERE + NOSTEP + FILTER int (REFERENCES CHANGED)" ); my $data8 = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => bless([ [ qw/ RR1 RR2 RR3 /], [ 11, 22, 33 ], ], "Zomtec") }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, some => { where => { else => { AAA => { BBB => { CCC => 'affe' } }, } } }, strange_keys => { 'DD DD' => { 'EE/E' => { CCC => 'zomtec' } } }, }; TODO: { local $TODO = "REAL TODO FIX ME SOON!"; $resultlist = [ dpath('//CCC//*[ value eq "RR3" ]/..')->match($data8) ]; # /../*[1]'); # print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ [ 11, 22, 33 ] ], "ANYWHERE + ANYSTEP + FILTER eval value + PARENT + bless" ); } TODO: { local $TODO = "REAL TODO FIX ME SOON! (but depends on test before)"; $resultlist = [ dpath('//CCC//*[ value eq "RR3" ]/../../*[1]')->match($data8) ]; # print STDERR "resultlist = ", Dumper($resultlist); cmp_bag($resultlist, [ [ 11, 22, 33 ] ], "ANYWHERE + ANYSTEP + FILTER eval value + 2xPARENT + FILTER int + bless" ); } done_testing(); Data-DPath-0.55/lib/0000775000175000017500000000000012576306670012104 5ustar ss5ss5Data-DPath-0.55/lib/Data/0000775000175000017500000000000012576306670012755 5ustar ss5ss5Data-DPath-0.55/lib/Data/DPath/0000775000175000017500000000000012576306670013755 5ustar ss5ss5Data-DPath-0.55/lib/Data/DPath/Filters.pm0000644000175000017500000000750412576306670015727 0ustar ss5ss5package Data::DPath::Filters; BEGIN { $Data::DPath::Filters::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: Magic functions available inside filter conditions $Data::DPath::Filters::VERSION = '0.55'; use strict; use warnings; use Data::Dumper; use Scalar::Util; use constant { HASH => 'HASH', ARRAY => 'ARRAY', SCALAR => 'SCALAR', }; our $idx; our $p; # current point sub affe { return $_ eq 'affe' ? 1 : 0; } sub idx { $idx } sub size() { no warnings 'uninitialized'; return -1 unless defined $_; # speed optimization: first try faster ref, then reftype # ref return scalar @$_ if ref $_ eq ARRAY; return scalar keys %$_ if ref $_ eq HASH; return 1 if ref \$_ eq SCALAR; # reftype return scalar @$_ if Scalar::Util::reftype $_ eq ARRAY; return scalar keys %$_ if Scalar::Util::reftype $_ eq HASH; return 1 if Scalar::Util::reftype \$_ eq SCALAR; # else return -1; } sub key() { no warnings 'uninitialized'; my $attrs = defined $p->attrs ? $p->attrs : {}; return $attrs->{key}; } sub value() { no warnings 'uninitialized'; return $_; } sub isa($) { my ($classname) = @_; no warnings 'uninitialized'; #print STDERR "*** value ", Dumper($_ ? $_ : "UNDEF"); return $_->isa($classname) if Scalar::Util::blessed $_; return undef; } sub reftype() { return Scalar::Util::reftype($_); } sub is_reftype($) { return (Scalar::Util::reftype($_) eq shift); } 1; =pod =encoding UTF-8 =head1 NAME Data::DPath::Filters - Magic functions available inside filter conditions =head1 API METHODS =head2 affe Mysterious test function. Will vanish. Soon. Or will it really? No, probably not. I like it. :-) Returns true if the value eq "affe". =head2 idx Returns the current index inside array elements. Please note that the current matching elements might not be in a defined order if resulting from anything else than arrays. =head2 size Returns the size of the current element. If it is an array ref it returns the number of elements, if it is a hash ref it returns number of keys, if it is a scalar it returns 1, everything else returns -1. =head2 key If it is a hashref returns the key under which the current element is associated as value. Else it returns undef. This gives the key() function kind of a "look back" behaviour because the associated point is already after that key. =head2 value Returns the value of the current element. =head2 isa Frontend to UNIVERSAL::isa. True if the current element is_a given class. =head2 reftype Frontend to Scalar::Util::reftype. Returns Scalar::Util::reftype of current element $_. With this you can do comparison by yourself with C, C<=~>, C<~~> or whatever in filter expressions. =head2 is_reftype($EXPECTED_TYPE) Frontend to Scalar::Util::reftype. Checks whether Scalar::Util::reftype of current element $_ equals the provided argument $EXPECTED_TYPE and returns true/false. =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut __END__ # sub parent, Eltern-Knoten liefern # nextchild, von parent und mir selbst # previous child # "." als aktueller Knoten, kind of "no-op", daran aber Filter verknüpfbar, löst //.[filter] und /.[filter] # IDEA: functions that return always true, but track stack of values, eg. last taken index # # //AAA/*[ _push_idx ]/CCC[ condition ]/../../*[ idx == pop_idx + 1]/ # # This would take a way down to a filtered CCC, then back again and take the next neighbor. Data-DPath-0.55/lib/Data/DPath/Attrs.pm0000644000175000017500000000164412576306670015413 0ustar ss5ss5package Data::DPath::Attrs; BEGIN { $Data::DPath::Attrs::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: Abstraction for internal attributes attached to a point $Data::DPath::Attrs::VERSION = '0.55'; use strict; use warnings; use Class::XSAccessor # ::Array chained => 1, constructor => 'new', accessors => [qw( key )]; 1; __END__ =pod =encoding UTF-8 =head1 NAME Data::DPath::Attrs - Abstraction for internal attributes attached to a point =head1 INTERNAL METHODS =head2 new Constructor. =head2 key Attribute / accessor. The key actual hash key under which the point is located in case it's the value of a hash entry. =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Data-DPath-0.55/lib/Data/DPath/Path.pm0000644000175000017500000001604012576306670015206 0ustar ss5ss5package Data::DPath::Path; BEGIN { $Data::DPath::Path::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: Abstraction for a DPath $Data::DPath::Path::VERSION = '0.55'; use strict; use warnings; use Data::Dumper; use aliased 'Data::DPath::Step'; use aliased 'Data::DPath::Point'; use aliased 'Data::DPath::Context'; use Text::Balanced 2.02 'extract_delimited', 'extract_codeblock'; use Class::XSAccessor chained => 1, accessors => { path => 'path', _steps => '_steps', give_references => 'give_references', }; use constant { ROOT => 'ROOT', ANYWHERE => 'ANYWHERE', KEY => 'KEY', ANYSTEP => 'ANYSTEP', NOSTEP => 'NOSTEP', PARENT => 'PARENT', ANCESTOR => 'ANCESTOR', ANCESTOR_OR_SELF => 'ANCESTOR_OR_SELF', }; sub new { my $class = shift; my $self = bless { @_ }, $class; $self->_build__steps; return $self; } sub unescape { my ($str) = @_; return unless defined $str; $str =~ s/(? \&op_match' if $] >= 5.010; sub op_match { my ($self, $data, $rhs) = @_; return $self->matchr( $data ); } # essentially the Path parser sub _build__steps { my ($self) = @_; my $remaining_path = $self->path; my $extracted; my @steps; push @steps, Step->new->part('')->kind(ROOT); while ($remaining_path) { my $plain_part; my $filter; my $kind; if ( quoted($remaining_path) ) { ($plain_part, $remaining_path) = extract_delimited($remaining_path, q/'"/, "/"); # ' ($filter, $remaining_path) = extract_codeblock($remaining_path, "[]"); $plain_part = unescape unquote $plain_part; $kind = KEY; # quoted is always a key } else { my $filter_already_extracted = 0; ($extracted, $remaining_path) = extract_delimited($remaining_path,'/'); if (not $extracted) { ($extracted, $remaining_path) = ($remaining_path, undef); # END OF PATH } else { # work around to recognize slashes in filter expressions and handle them: # # - 1) see if key unexpectedly contains opening "[" but no closing "]" # - 2) use the part before "[" # - 3) unshift the rest to remaining # - 4) extract_codeblock() explicitely if ($extracted =~ /(.*)((?new->part($plain_part)->kind($kind)->filter($filter); } pop @steps if $steps[-1]->kind eq ANYWHERE; # ignore final '/' $self->_steps( \@steps ); } sub match { my ($self, $data) = @_; return @{$self->matchr($data)}; } sub matchr { my ($self, $data) = @_; my $context = Context ->new ->current_points([ Point->new->ref(\$data) ]) ->give_references($self->give_references); return $context->matchr($self); } 1; __END__ =pod =encoding UTF-8 =head1 NAME Data::DPath::Path - Abstraction for a DPath =head1 ABOUT Take a string description, parse it, provide frontend methods. =head1 PUBLIC METHODS =head2 new ( %args ) Constructor; creates instance. Args: =over 4 =item give_references Default 0. If set to true value then results are references to the matched points in the data structure. =back =head2 match( $data ) Returns an array of all values in C<$data> that match the Path object. =head2 matchr( $data ) Returns an array ref of all values in C<$data> that match the Path object. =head1 INTERNAL METHODS =head2 op_match( $self, $data ) This sub/method is bound as the overloading function for C<~~>. =head2 quoted Checks whether a path part starts with quotes. =head2 unquote Removes surrounding quotes. =head2 unescape Converts backslashed characters into their non-backslashed form. =head2 _build__steps This method is essentially the DPath parser as it tokenizes the path into single steps whose later execution is the base functionality of the whole DPath module. =head2 path Attribute / accessor. =head2 _steps Attribute / accessor. =head2 give_references Attribute / accessor. =head1 aliased classes That's just to make Pod::Coverage happy which does not handle aliased modules. =head2 Context =head2 Point =head2 Step =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Data-DPath-0.55/lib/Data/DPath/Context.pm0000644000175000017500000004531512576306670015745 0ustar ss5ss5package Data::DPath::Context; BEGIN { $Data::DPath::Context::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: Abstraction for a current context that enables incremental searches $Data::DPath::Context::VERSION = '0.55'; use strict; use warnings; use Data::Dumper; use aliased 'Data::DPath::Point'; use aliased 'Data::DPath::Attrs'; use List::MoreUtils 'uniq'; use Scalar::Util 'reftype'; use Data::DPath::Filters; use Iterator::Util; use List::Util 'min'; #use Sys::CPU; use POSIX (); use Safe; # run filter expressions in own Safe.pm compartment our $COMPARTMENT; our $THREADCOUNT; BEGIN { #$THREADCOUNT = $Data::DPath::PARALLELIZE ? Sys::CPU::cpu_count : 1; #print "THREADCOUNT: $THREADCOUNT\n"; package Data::DPath::Filters; BEGIN { $Data::DPath::Filters::AUTHORITY = 'cpan:SCHWIGON'; } $Data::DPath::Filters::VERSION = '0.55'; $COMPARTMENT = Safe->new; $COMPARTMENT->permit(qw":base_core"); # map DPath filter functions into new namespace $COMPARTMENT->share(qw(affe idx size key value isa reftype is_reftype )); } # print "use $]\n" if $] >= 5.010; # allow new-school Perl inside filter expressions # eval "use $]" if $] >= 5.010; # allow new-school Perl inside filter expressions use Class::XSAccessor::Array chained => 1, constructor => 'new', accessors => { current_points => 0, give_references => 1, }; use constant { HASH => 'HASH', ARRAY => 'ARRAY', SCALAR => 'SCALAR', ROOT => 'ROOT', ANYWHERE => 'ANYWHERE', KEY => 'KEY', ANYSTEP => 'ANYSTEP', NOSTEP => 'NOSTEP', PARENT => 'PARENT', ANCESTOR => 'ANCESTOR', ANCESTOR_OR_SELF => 'ANCESTOR_OR_SELF', }; sub _splice_threads { my ($cargo) = @_; my $nr_cargo = @$cargo; return [[]] unless $nr_cargo; my $threadcount = $THREADCOUNT || 1; my $blocksize = POSIX::ceil ($nr_cargo / $threadcount); my @result = map { my $first = $_ * $blocksize; my $last = min(($_+1) * $blocksize - 1, $nr_cargo-1); ($first <= $last) ? [ @$cargo[$first .. $last]] : (); } 0 .. $threadcount-1; return \@result; } # only finds "inner" values; if you need the outer start value # then just wrap it into one more level of array brackets. sub _any { my ($out, $in, $lookahead_key) = @_; no warnings 'uninitialized'; $in = defined $in ? $in : []; return $out unless @$in; my @newin; my $tmp_ref; my $tmp_deref; my $tmp_reftype; foreach my $point (@$in) { my @values; next unless defined $point; my $ref = $point->ref; # speed optimization: first try faster ref, then reftype if (ref($$ref) eq HASH or reftype($$ref) eq HASH) { push @$out, map { my $newpoint = Point->new ->ref(\($$ref->{$_})) ->parent($point) ->attrs(Attrs->new(key => $_)); push @newin, $newpoint; # remember added points $newpoint; } grep { # speed optimization: only consider a key if lookahead looks promising not defined $lookahead_key or $_ eq $lookahead_key or ($tmp_ref = ref($tmp_deref =$$ref->{$_})) eq HASH or $tmp_ref eq ARRAY or ($tmp_reftype = reftype($tmp_deref)) eq HASH or $tmp_reftype eq ARRAY # or HASH_or_ARRAY(\($$ref->{$_})) } keys %{$$ref}; } elsif (ref($$ref) eq ARRAY or reftype($$ref) eq ARRAY) { push @$out, map { my $newpoint = Point->new->ref($_->{val_ref})->parent($point); push @newin, $newpoint; # remember added points $newpoint; } map { { val_ref => \$_ } } @{$$ref} } else { next } } return _any ($out, \@newin, $lookahead_key); } sub _all { my ($self) = @_; return @{$self->_all_ref}; } sub _all_ref { my ($self) = @_; no strict 'refs'; no warnings 'uninitialized'; return [ map { $self->give_references ? $_ : $$_ } uniq map { defined $_ ? $_->ref : () } @{$self->current_points} ]; } # filter current results by array index sub _filter_points_index { my ($self, $index, $points) = @_; return $points ? [$points->[$index]] : []; } # filter current results by condition sub _filter_points_eval { my ($self, $filter, $points) = @_; return [] unless @$points; return $points unless defined $filter; my $new_points; my $res; { package Data::DPath::Filters; local our $idx = 0; $new_points = [ grep { local our $p = $_; local $_; my $pref = $p->ref; if ( defined $pref ) { $_ = $$pref; if ($Data::DPath::USE_SAFE) { # 'uninitialized' values are the norm # but "no warnings 'uninitialized'" does # not work in this restrictive Safe.pm config, so # we deactivate warnings completely by localizing $^W $res = $COMPARTMENT->reval('local $^W;'.$filter); } else { # 'uninitialized' values are the norm no warnings 'uninitialized'; $res = eval($filter); } print STDERR ($@, "\n") if $@; } else { $res = 0; } $idx++; $res; } @$points ]; } return $new_points; } sub _filter_points { my ($self, $step, $points) = @_; no strict 'refs'; no warnings 'uninitialized'; return [] unless @$points; my $filter = $step->filter; return $points unless defined $filter; $filter =~ s/^\[\s*(.*?)\s*\]$/$1/; # strip brackets and whitespace if ($filter =~ /^-?\d+$/) { return $self->_filter_points_index($filter, $points); # simple array index } elsif ($filter =~ /\S/) { return $self->_filter_points_eval($filter, $points); # full condition } else { return $points; } } # the root node # (only makes sense at first step, but currently not asserted) sub _select_root { my ($self, $step, $current_points, $new_points) = @_; my $step_points = $self->_filter_points($step, $current_points); push @$new_points, @$step_points; } # // # anywhere in the tree sub _select_anywhere { my ($self, $step, $current_points, $lookahead, $new_points) = @_; # speed optimization: only useful points added my $lookahead_key; if (defined $lookahead and $lookahead->kind eq KEY) { $lookahead_key = $lookahead->part; } # '//' # all hash/array nodes of a data structure foreach my $point (@$current_points) { my @step_points = (@{_any([], [ $point ], $lookahead_key)}, $point); push @$new_points, @{$self->_filter_points($step, \@step_points)}; } } # /key # the value of a key sub _select_key { my ($self, $step, $current_points, $new_points) = @_; foreach my $point (@$current_points) { no warnings 'uninitialized'; next unless defined $point; my $pref = $point->ref; next unless ( # speed optimization: # first try faster ref, then reftype ref($$pref) eq HASH or reftype($$pref) eq HASH ); # take point as hash, skip undefs my $attrs = Attrs->new(key => $step->part); my $step_points = []; if (exists $$pref->{$step->part}) { $step_points = [ Point->new->ref(\($$pref->{$step->part}))->parent($point)->attrs($attrs) ]; } push @$new_points, @{$self->_filter_points($step, $step_points)}; } } # '*' # all leaves of a data tree sub _select_anystep { my ($self, $step, $current_points, $new_points) = @_; no warnings 'uninitialized'; foreach my $point (@$current_points) { # take point as array my $pref = $point->ref; my $ref = $$pref; my $step_points = []; # speed optimization: first try faster ref, then reftype if (ref($ref) eq HASH or reftype($ref) eq HASH) { $step_points = [ map { my $v_ref = \($ref->{$_}); my $attrs = Attrs->new(key => $_); Point->new->ref($v_ref)->parent($point)->attrs($attrs) } keys %$ref ]; } elsif (ref($ref) eq ARRAY or reftype($ref) eq ARRAY) { $step_points = [ map { Point->new->ref(\$_)->parent($point) } @$ref ]; } else { if (ref($pref) eq SCALAR or reftype($pref) eq SCALAR) { # TODO: without map, it's just one value $step_points = [ #map { Point->new->ref($pref)->parent($point) # XXX? why $_? What happens to $pref? ]; # } $ref ]; } } push @$new_points, @{ $self->_filter_points($step, $step_points) }; } } # '.' # no step (neither up nor down), just allow filtering sub _select_nostep { my ($self, $step, $current_points, $new_points) = @_; foreach my $point (@{$current_points}) { my $step_points = [$point]; push @$new_points, @{ $self->_filter_points($step, $step_points) }; } } # '..' # the parent sub _select_parent { my ($self, $step, $current_points, $new_points) = @_; foreach my $point (@{$current_points}) { next unless defined $point; my $step_points = [$point->parent]; push @$new_points, @{ $self->_filter_points($step, $step_points) }; } } # '::ancestor' # all ancestors (parent, grandparent, etc.) of the current node sub _select_ancestor { my ($self, $step, $current_points, $new_points) = @_; foreach my $point (@{$current_points}) { my $step_points = []; my $parent = $point; while ($parent = $parent->parent) { push @$step_points, $parent; # order matters } push @$new_points, @{ $self->_filter_points($step, $step_points) }; } } # '::ancestor-or-self' # all ancestors (parent, grandparent, etc.) of the current node and the current node itself sub _select_ancestor_or_self { my ($self, $step, $current_points, $new_points) = @_; foreach my $point (@{$current_points}) { my $step_points = [$point]; my $parent = $point; while ($parent = $parent->parent) { push @$step_points, $parent; # order matters } push @$new_points, @{ $self->_filter_points($step, $step_points) }; } } sub ref { my ($self) = @_; $self->first_point->{ref}; } sub deref { my ($self) = @_; ${$self->ref}; } sub first_point { my ($self) = @_; $self->current_points->[0]; } sub all_points { my ($self) = @_; iarray $self->current_points; } sub _iter { my ($self) = @_; my $iter = iarray $self->current_points; return imap { __PACKAGE__->new->current_points([ $_ ]) } $iter; } sub isearch { my ($self, $path_str) = @_; $self->_search(Data::DPath::Path->new(path => $path_str))->_iter; } sub _search { my ($self, $dpath) = @_; no strict 'refs'; no warnings 'uninitialized'; my $current_points = $self->current_points; my $steps = $dpath->_steps; for (my $i = 0; $i < @$steps; $i++) { my $step = $steps->[$i]; my $lookahead = $steps->[$i+1]; my $new_points = []; if ($step->kind eq ROOT) { $self->_select_root($step, $current_points, $new_points); } elsif ($step->kind eq ANYWHERE) { $self->_select_anywhere($step, $current_points, $lookahead, $new_points); } elsif ($step->kind eq KEY) { $self->_select_key($step, $current_points, $new_points); } elsif ($step->kind eq ANYSTEP) { $self->_select_anystep($step, $current_points, $new_points); } elsif ($step->kind eq NOSTEP) { $self->_select_nostep($step, $current_points, $new_points); } elsif ($step->kind eq PARENT) { $self->_select_parent($step, $current_points, $new_points); } elsif ($step->kind eq ANCESTOR) { $self->_select_ancestor($step, $current_points, $new_points); } elsif ($step->kind eq ANCESTOR_OR_SELF) { $self->_select_ancestor_or_self($step, $current_points, $new_points); } $current_points = $new_points; } $self->current_points( $current_points ); return $self; } sub match { my ($self, $dpath) = @_; $self->_search($dpath)->_all; } sub matchr { my ($self, $dpath) = @_; $self->_search($dpath)->_all_ref; } 1; __END__ =pod =encoding UTF-8 =head1 NAME Data::DPath::Context - Abstraction for a current context that enables incremental searches =head1 API METHODS =head2 new ( %args ) Constructor; creates instance. Args: =over 4 =item give_references Default 0. If set to true value then results are references to the matched points in the data structure. =back =head2 match( $dpath ) Return array of all data that match the given DPath. =head2 matchr( $dpath ) Return array ref of all data that match the given DPath. =head2 isearch( $path_str ) Searches a path relative to current context and returns an iterator. See L for usage. =head2 ref() It returns the reference to the actual data from the current context's first element. This mostly makes sense on contexts returned by iterators as there is only one point there. (Having the reference theoretically allows you to even change the data on this point. It's not yet clear what impact this has to currently active iterators, which B still return the original data but that's not yet tested. So don't rely on that behaviour.) =head2 deref() This is one dereference step on top of F. It gives you the actual data found. Most of the time you want this. =head2 first_point On a current context consisting on a set of points it returns the first point. This makes most sense with Iterator style API when the current iterator contains exactly one point. =head2 all_points On a current context consisting on a set of points it returns all those. This method is a functional complement to F. =head1 UTILITY SUBS/METHODS =head2 _all Returns all values covered by current context. If C is set to true value then results are references to the matched points in the data structure. =head2 _search( $dpath ) Return new context for a DPath relative to current context. =head2 _filter_points Evaluates the filter condition in brackets. It differenciates between simple integers, which are taken as array index, and all other conditions, which are taken as evaled perl expression in a grep like expression onto the set of points found by current step. =head2 current_points Attribute / accessor. =head2 give_references Attribute / accessor. =head1 aliased classes That's just to make Pod::Coverage happy which does not handle aliased modules. =head2 Context =head2 Point =head2 Step =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Data-DPath-0.55/lib/Data/DPath/Point.pm0000644000175000017500000000233712576306670015407 0ustar ss5ss5package Data::DPath::Point; BEGIN { $Data::DPath::Point::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: Abstraction for a single reference (a "point") in the datastructure $Data::DPath::Point::VERSION = '0.55'; use strict; use warnings; use Class::XSAccessor # ::Array chained => 1, constructor => 'new', accessors => [qw( parent attrs ref )]; 1; __END__ =pod =encoding UTF-8 =head1 NAME Data::DPath::Point - Abstraction for a single reference (a "point") in the datastructure =head1 ABOUT Intermediate steps during execution are lists of currently covered references in the data structure, i.e., lists of such Bs. The remaining Bs at the end just need to be dereferenced and form the result. =head1 INTERNAL METHODS =head2 new Constructor. =head2 parent Attribute / accessor. =head2 ref Attribute / accessor. =head2 attrs Attribute / accessor. =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Data-DPath-0.55/lib/Data/DPath/Step.pm0000644000175000017500000000206012576306670015222 0ustar ss5ss5package Data::DPath::Step; BEGIN { $Data::DPath::Step::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: Abstraction for a single Step through a Path $Data::DPath::Step::VERSION = '0.55'; use strict; use warnings; use Class::XSAccessor::Array chained => 1, constructor => 'new', accessors => { kind => 0, part => 1, filter => 2, }; 1; __END__ =pod =encoding UTF-8 =head1 NAME Data::DPath::Step - Abstraction for a single Step through a Path =head1 ABOUT When a DPath is evaluated it executes these Bs of a B. =head1 INTERNAL METHODS =head2 new Constructor. =head2 kind Attribute / accessor. =head2 part Attribute / accessor. =head2 filter Attribute / accessor. =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Data-DPath-0.55/lib/Data/DPath.pm0000644000175000017500000006167312576306670014326 0ustar ss5ss5package Data::DPath; BEGIN { $Data::DPath::AUTHORITY = 'cpan:SCHWIGON'; } # ABSTRACT: DPath is not XPath! $Data::DPath::VERSION = '0.55'; use 5.008; use strict; use warnings; our $DEBUG = 0; our $USE_SAFE = 1; our $PARALLELIZE = 0; use Data::DPath::Path; use Data::DPath::Context; sub build_dpath { return sub ($) { my ($path_str) = @_; Data::DPath::Path->new(path => $path_str); }; } sub build_dpathr { return sub ($) { my ($path_str) = @_; Data::DPath::Path->new(path => $path_str, give_references => 1); }; } sub build_dpathi { return sub ($) { my ($data, $path_str) = @_; Data::DPath::Context ->new ->current_points([ Data::DPath::Point->new->ref(\$data) ]) ->_search(Data::DPath::Path->new(path => "/")) ->_iter ->value; # there is always exactly one root "/" }; } use Sub::Exporter -setup => { exports => [ dpath => \&build_dpath, dpathr => \&build_dpathr, dpathi => \&build_dpathi, ], groups => { all => [ 'dpath', 'dpathr' ] }, }; sub match { my ($class, $data, $path_str) = @_; Data::DPath::Path->new(path => $path_str)->match($data); } sub matchr { my ($class, $data, $path_str) = @_; Data::DPath::Path->new(path => $path_str)->matchr($data); } # ------------------------------------------------------------ 1; __END__ =pod =encoding UTF-8 =head1 NAME Data::DPath - DPath is not XPath! =head1 SYNOPSIS use Data::DPath 'dpath'; my $data = { AAA => { BBB => { CCC => [ qw/ XXX YYY ZZZ / ] }, RRR => { CCC => [ qw/ RR1 RR2 RR3 / ] }, DDD => { EEE => [ qw/ uuu vvv www / ] }, }, }; # Perl 5.8 style my @resultlist = dpath('/AAA/*/CCC')->match($data); # ( ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ) # Perl 5.10 style using overloaded smartmatch operator my $resultlist = $data ~~ dpath '/AAA/*/CCC'; # [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ] Note that the C function returns an array but the overloaded C<~~> operator returns an array reference (that's a limitation of overloading). Various other example paths from C (not neccessarily fitting to above data structure): $data ~~ dpath '/AAA/*/CCC' $data ~~ dpath '/AAA/BBB/CCC/../..' # parents (..) $data ~~ dpath '//AAA' # anywhere (//) $data ~~ dpath '//AAA/*' # anywhere + anystep $data ~~ dpath '//AAA/*[size == 3]' # filter by arrays/hash size $data ~~ dpath '//AAA/*[size != 3]' # filter by arrays/hash size $data ~~ dpath '/"EE/E"/CCC' # quote strange keys $data ~~ dpath '/AAA/BBB/CCC/*[1]' # filter by array index $data ~~ dpath '/AAA/BBB/CCC/*[ idx == 1 ]' # same, filter by array index $data ~~ dpath '//AAA/BBB/*[key eq "CCC"]' # filter by exact keys $data ~~ dpath '//AAA/*[ key =~ /CC/ ]' # filter by regex matching keys $data ~~ dpath '//CCC/*[ value eq "RR2" ]' # filter by values of hashes See full details in C. You can get references into the C<$data> data structure by using C: $data ~~ dpathr '//AAA/BBB/*' # etc. You can request iterators to do incremental searches using C: my $benchmarks_iter = dpathi($data)->isearch("//Benchmark"); while ($benchmarks_iter->isnt_exhausted) { my $benchmark = $benchmarks_iter->value; my $ancestors_iter = $benchmark->isearch ("/::ancestor"); while ($ancestors_iter->isnt_exhausted) { my $ancestor = $ancestors_iter->value; print Dumper( $ancestor->deref ); } } This finds all elements anywhere behind a key "Benchmark" and for each one found print all its ancestors, respectively. See also chapter L. =head1 ABOUT With this module you can address points in a datastructure by describing a "path" to it using hash keys, array indexes or some wildcard-like steps. It is inspired by XPath but differs from it. =head2 Why not XPath? XPath is for XML. DPath is for data structures, with a stronger Perl focus. Although XML documents are data structures, they are special. Elements in XML always have an order which is in contrast to hash keys in Perl. XML elements names on same level can be repeated, not so in hashes. XML element names are more limited than arbitrary strange hash keys. XML elements can have attributes and those can be addressed by XPath; Perl data structures do not need this. On the other side, data structures in Perl can contain blessed elements, DPath can address this. XML has namespaces, data structures have not. Arrays starting with index 1 as in XPath would be confusing to read for data structures. DPath allows filter expressions that are in fact just Perl expressions not an own sub language as in XPath. =head2 Comparison with Data::Path There is a similar approach on CPAN, L. Here is a comparison matrix between L and L. (Warning: B grade comparison ahead, not yet fully verified, only evaluated by reading the source. Speed comparison not really benchmarked.) --------------------------------------------------------------------- Criteria Data::Path Data::DPath --------------------------------------------------------------------- real XPath syntax no no --------------------------------------------------------------------- allow strange, YES YES non-xml but perl-like although hash keys limited, see next --------------------------------------------------------------------- allows special no YES chars of own path syntax in you can quoting everything hash keys ("/[]|*.") --------------------------------------------------------------------- call subs in YES no data structure, like: /method() --------------------------------------------------------------------- callbacks on YES no not found keys --------------------------------------------------------------------- element "//" no YES for "ANYWHERE" (//foo/bar) --------------------------------------------------------------------- element "." no YES for "NOSTEP" or "actual position" (/.[filter expr]) --------------------------------------------------------------------- element ".." no YES for "PARENT" (//foo/..) --------------------------------------------------------------------- element "::ancestor" no YES for "ANCESTOR" (//foo/::ancestor) --------------------------------------------------------------------- element no YES "::ancestor-or-self" --------------------------------------------------------------------- element "*" no YES for "ANYSTEP" or "all subelements" (/foo/*) --------------------------------------------------------------------- array access YES YES like /foo[4] although including negative indexes limited and whitespace awareness --------------------------------------------------------------------- complex no YES filter expressions like full Perl expressions /foo[size == 3] or plus sugar functions /.[isa("Foo::Bar")] --------------------------------------------------------------------- works with YES YES blessed subelements --------------------------------------------------------------------- arrays start YES YES with index 0 (in contrast to 1 as in XPath) --------------------------------------------------------------------- array semantics /foo[2] /foo/*[2] is a bit different --------------------------------------------------------------------- handling of croak RETURN EMPTY not matching paths but can be overwritten as callback --------------------------------------------------------------------- usage sugar none overloaded '~~' operator --------------------------------------------------------------------- Speed FAST quite fast - raw Perl - probably comparable - considered fast speed with expressions that Data::Path handles - slower on fuzzy paths, eg. with many "//" in it --------------------------------------------------------------------- Perl Versions 5.6+ 5.8+ --------------------------------------------------------------------- Install chance 100% 90% (http://deps .cpantesters .org) --------------------------------------------------------------------- =head3 Summary Generally L is for simpler use cases but does not suffer from surrounding meta problems: it has no dependencies, is fast and works on practically every Perl version. Whereas L provides more XPath-alike features, but isn't quite as fast and has more dependencies. =head1 Security warning B This module Cs parts of provided dpaths (in particular: the filter expressions). Don't use it if you don't trust your paths. Since v0.41 the filter expressions are secured using L to only allow basic Perl core ops. This provides more safety but is also significantly slower. To unrestrict this to pre-v0.41 raw C behaviour you can set C<$Data::DPath::USE_SAFE> to False: local $Data::DPath::USE_SAFE; # dpath '//CCC//*[ unsecure_perl_expression ]' Read L to understand how secure this is. =head1 FUNCTIONS =head2 dpath( $path_str ) Meant as the front end function for everyday use of Data::DPath. It takes a path string and returns a C object on which the match method can be called with data structures and the operator C<~~> is overloaded. The function is prototyped to take exactly one argument so that you can omit the parens in many cases. See SYNOPSIS. =head2 dpathr( $path_str ) Same as C but toggles that results are references to the matched points in the data structure. =head2 dpathi( $data ) This is a different, iterator style, approach. You provide the data structure on which to work and get back a current context containing the root element (as if you had searched for the path C), and now you can do incremental searches using C. See chapter L below for details. =head1 API METHODS =head2 match( $data, $path ) Returns an array of all values in C<$data> that match the C<$path>. =head2 matchr( $data, $path ) Returns an array ref of all values in C<$data> that match the C<$path>. =head1 OPERATOR =head2 ~~ Does a C of a dpath against a data structure. Due to the B nature of DPath the operator C<~~> should make your code more readable. =head1 THE DPATH LANGUAGE =head2 Synopsis /AAA/BBB/CCC /AAA/*/CCC //CCC/* //CCC/*[2] //CCC/*[size == 3] //CCC/*[size != 3] /"EE/E"/CCC /AAA/BBB/CCC/*[1] /AAA/BBB/CCC/*[ idx == 1 ] //AAA/BBB/*[key eq "CCC"] //AAA/*[ key =~ /CC/ ] //CCC/*[value eq "RR2"] //.[ size == 4 ] /.[ isa("Funky::Stuff") ]/.[ size == 5 ]/.[ reftype eq "ARRAY" ] =head2 Modeled on XPath The basic idea is that of XPath: define a way through a datastructure and allow some funky ways to describe fuzzy ways. The syntax is roughly looking like XPath but in fact have not much more in common. =head3 Some wording I call the whole path a, well, B. It consists of single (B) B that are divided by the path separator C. Each step can have a B appended in brackets C<[]> that narrows down the matching set of results. Additional functions provided inside the filters are called, well, B. Each step has a set of Bs relative to the set of points before this step, all starting at the root of the data structure. =head2 Special elements =over 4 =item C Anchors to any hash or array inside the data structure below the currently found points (or the root). Typically used at the start of a path to anchor the path anywhere instead of only the root node: //FOO/BAR but can also happen inside paths to skip middle parts: /AAA/BBB//FARAWAY This allows any way between C and C. =item C<*> Matches one step of any value relative to the current points (or the root). This step might be any hash key or all values of an array in the step before. =item C<..> Matches the parent element relative to the current points. =item C<::ancestor> Matches all ancestors (parent, grandparent, etc.) of the current node. =item C<::ancestor-or-self> Matches all ancestors (parent, grandparent, etc.) of the current node and the current node itself. =item C<.> A "no step". This keeps passively at the current points, but allows incrementally attaching filters to points or to otherwise hard to reach steps, like the top root element C. So you can do: /.[ FILTER ] or chain filters: /AAA/BBB/.[ filter1 ]/.[ filter2 ]/.[ filter3 ] This way you do not need to stuff many filters together into one huge killer expression and can more easily maintain them. See L for more details on filters. =item If you need those special elements to be not special but as key names, just quote them: /"*"/ /"*"[ filter ]/ /"::ancestor"/ /".."/ /".."[ filter ]/ /"."/ /"."[ filter ]/ /"//"/ /"//"[ filter ]/ =back =head2 Difference between C vs. C vs. C The filter applies to the matched points of the step to which it is applied, therefore C is the normal form, but see below how this affects array access. The "no step" "/." stays on the current step, therefore C should be the same as C. Lastly, C means: take all the sub elements ("*") B "step" and apply the filter to those. The most common use is to take "all" elements of an array and chose one element via index: C. This takes the fifth element of the array inside "step". This is explained in even more depth in the next section. =head2 Difference between C vs. C B This is different from what you probably expect when you know XPath. In B "/affe[2]" would address an item of all elements named "affe" on this step. This is because in XPath elements with the same name can be repeated, like this: Pavian Gorilla Schimpanse and "//affe[2]" would get "Schimpanse" (we ignore the fact that in XPath array indexes start with 1, not 0 as in DPath, so we would actually get "Gorilla"; anyway, both are funky fellows). So what does "/affe[2]" return in DPath? Nothing! It makes no sense, because "affe" is interpreted as a hash key and hash keys can not repeat in Perl data structures. So what you often want in DPath is to look at the elements B "affe" and takes the third of them, e.g. in such a structure: { affe => [ 'Pavian', 'Gorilla', 'Schimpanse' ] } the path "/affe/*[2]" would return "Schimpanse". =head2 Filters Filters are conditions in brackets. They apply to all elements that are directly found by the path part to which the filter is appended. Internally the filter condition is part of a C construct (exception: single integers, they choose array elements). See below. Examples: =over 4 =item C A single integer as filter means choose an element from an array. So the C<*> finds all subelements that follow current step C and the C<[2]> reduces them to only the third element (index starts at 0). =item C The C<*> is a step that matches all elements after C, but with the filter only those elements are chosen that are of index 2. This is actually the same as just C. =item C In all elements after C it matches only those elements whose key is "CCC". =item C In all elements after step C it matches only those elements whose key matches the regex C. It is actually just Perl code inside the filter which works in a grep{}-like context. =item C Find elements below C that have the value C. Combine this with the parent step C<..>: =item C Find such an element below C where an element with value C is contained. =item C= 3]> Find C elements that are arrays or hashes of size 3 or bigger. =back =head2 Filter functions The filter condition is internally part of a C over the current subset of values. So you can write any condition like in a grep and also use the variable C<$_>. Additional filter functions are available that are usually written to use $_ by default. See L for complete list of available filter functions. Here are some of them: =over 4 =item idx Returns the current index inside array elements. Please note that the current matching elements might not be in a defined order if resulting from anything else than arrays. =item size Returns the size of the current element. If it is an arrayref it returns number of elements, if it's a hashref it returns number of keys, if it's a scalar it returns 1, everything else returns -1. =item key Returns the key of the current element if it is a hashref. Else it returns undef. =item value Returns the value of the current element. If it is a hashref, return the value. If a scalar, return the scalar. Else return undef. =back =head2 Special characters There are 4 special characters: the slash C, paired brackets C<[]>, the double-quote C<"> and the backslash C<\>. They are needed and explained in a logical order. Path parts are divided by the slash C. A path part can be extended by a filter with appending an expression in brackets C<[]>. To contain slashes in hash keys, they can be surrounded by double quotes C<">. To contain double-quotes in hash keys they can be escaped with backslash C<\>. Backslashes in path parts don't need to be escaped, except before escaped quotes (but see below on L). Filters of parts are already sufficiently divided by the brackets C<[]>. There is no need to handle special characters in them, not even double-quotes. The filter expression just needs to be balanced on the brackets. So this is the order how to create paths: =over 4 =item 1. backslash double-quotes that are part of the key =item 2. put double-quotes around the resulting key =item 3. append the filter expression after the key =item 4. separate several path parts with slashes =back =head2 Backslash handling If you know backslash in Perl strings, skip this paragraph, it should be the same. It is somewhat difficult to create a backslash directly before a quoted double-quote. Inside the DPath language the typical backslash rules of apply that you already know from Perl B strings. The challenge is to specify such strings inside Perl programs where another layer of this backslashing applies. Without quotes it's all easy. Both a single backslash C<\> and a double backslash C<\\> get evaluated to a single backslash C<\>. Extreme edge case by example: To specify a plain hash key like this: "EE\E5\" where the quotes are part of the key, you need to escape the quotes and the backslash: \"EE\E5\\\" Now put quotes around that to use it as DPath hash key: "\"EE\E5\\\"" and if you specify this in a Perl program you need to additionally escape the backslashes (i.e., double their count): "\"EE\E5\\\\\\"" As you can see, strangely, this backslash escaping is only needed on backslashes that are not standing alone. The first backslash before the first escaped double-quote is ok to be a single backslash. All strange, isn't it? At least it's (hopefully) consistent with something you know (Perl, Shell, etc.). =head2 XPath idioms Here are some typical XPath use-cases that can be achieved with Data::DPath, although a bit differently. =head3 Attribute access In XPath it's quite common to use a filter with attributes like this: //AAA/BBB/*[@CCC="DDD"] A naive user could translate such a construct for Data::DPath like this: //AAA/BBB/*[CCC eq "DDD"] except that it does not work. What works is this: //AAA/BBB/*[key eq "CCC" && value eq "DDD"] =head1 Iterator style The I approach is an alternative to the already describe I approach. With it you iterate over the results one by one and even allow relative sub searches on each. The iterators use the L API. Please note, that the iterators do B save memory, they are just holding the context to go step-by-step and to start subsequent searches. Each iterator needs to evaluate its whole result set first. So in fact with nested iterators your memory might even go up. =head2 Basic usage by example Initialize a DPath iterator on a data structure using: my $root = dpathi($data); Create a new iterator context, with the path relative to current root context: my $affe_iter = $root->isearch("//anywhere/affe"); Iterate over affe results: while ($affe_iter->isnt_exhausted) { my $affe_point = $affe_iter->value; # next "affe" point my $affe = $affe_point->deref; # the actual "affe" } =head2 Nested iterators example This example is taken from the L suite, where the several plugins are allowed to provide their results anywhere at any level down in the result hash. When the results are printed we look for all keys C and regenerate the path to each so we can name it accordingly, e.g., C. For this we need an iterator to get the single C points one by one and evaluate the corresponding ancestors to fetch their hash keys. Here is the code: my $benchmarks_iter = dpathi($results)->isearch("//Benchmark"); while ($benchmarks_iter->isnt_exhausted) { my $benchmark = $benchmarks_iter->value; my $ancestors_iter = $benchmark->isearch ("/::ancestor"); while ($ancestors_iter->isnt_exhausted) { my $ancestor = $ancestors_iter->value; print Dumper( $ancestor->deref ); #(1) print $ancestor->first_point->{attrs}{key}; #(2) } } Note that we have two iterators, the first one (C<$benchmarks_iter>) over the actual benchmark results and the second one (C<$ancestors_iter>) over the ancestors relative to one benchmark. In line B<#(1)> you can see that once you have the searched point, here the ancestors, you get the actual data using C<< $iterator->value->deref >>. The line B<#(2)> is utilizing the internal data structure to find out about the actual hash key under which the point is located. (There is also an official API to that: C<< $ancestor->first_point->attrs->key >>, but there it's necessary to check for undefined values before calling the methods F and F, so I went the easy way). =head1 INTERNAL METHODS To make pod coverage happy. =head2 build_dpath Prepares internal attributes for I. =head2 build_dpathr Prepares internal attributes for I. =head2 build_dpathi Prepares internal attributes for I. =head1 AUTHOR Steffen Schwigon, C<< >> =head1 CONTRIBUTIONS Florian Ragwitz (cleaner exports, $_ scoping, general perl consultant) =head1 SEE ALSO There are other modules on CPAN which are related to finding elements in data structures. =over 4 =item Data::Path L =item XML::XPathEngine L =item Tree::XPathEngine L =item Class::XPath L =item Hash::Path L =back =head1 AUTHOR Steffen Schwigon =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut Data-DPath-0.55/todo.org0000644000175000017500000000163212576306670013014 0ustar ss5ss5Idea collection * XPath localization paths - [ ] ancestor - http://doc.ddart.net/xmlsdk/htm/xpath_syntax2_3prn.htm - examples: * Find the nearest book ancestor of the current element: ancestor::book[1] * Find the nearest ancestor book that has an author element: ancestor::book[author][1] * Find the nearest ancestor author element that is contained in a book element: ancestor::author[parent::book][1] - [ ] preceding-sibling - [ ] preceding - might not work well with hashes - still useful, as data could be tied to Tie::IxHash? - else ignore the wrong order, it's the user's responsibility to (not) use it this way, as it is the same with ordinary perl % and @ * Functions for node collections - [ ] position() - [ ] last() - [ ] count() - [ ] id() - [ ] Data-DPath-0.55/MANIFEST.SKIP0000644000175000017500000000002412576306670013226 0ustar ss5ss5experiments nytprof Data-DPath-0.55/Makefile.PL0000644000175000017500000000334012576306670013306 0ustar ss5ss5# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039. use strict; use warnings; use 5.008; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "DPath is not XPath!", "AUTHOR" => "Steffen Schwigon ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Data-DPath", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008", "NAME" => "Data::DPath", "PREREQ_PM" => { "Class::XSAccessor" => 0, "Class::XSAccessor::Array" => 0, "Data::Dumper" => 0, "Iterator::Util" => 0, "List::MoreUtils" => 0, "List::Util" => 0, "POSIX" => 0, "Safe" => "2.30", "Scalar::Util" => 0, "Sub::Exporter" => 0, "Text::Balanced" => "2.02", "aliased" => "0.33", "constant" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "Test::Deep" => 0, "Test::More" => "0.88" }, "VERSION" => "0.55", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Class::XSAccessor" => 0, "Class::XSAccessor::Array" => 0, "Data::Dumper" => 0, "Iterator::Util" => 0, "List::MoreUtils" => 0, "List::Util" => 0, "POSIX" => 0, "Safe" => "2.30", "Scalar::Util" => 0, "Sub::Exporter" => 0, "Test::Deep" => 0, "Test::More" => "0.88", "Text::Balanced" => "2.02", "aliased" => "0.33", "constant" => 0, "strict" => 0, "warnings" => 0 ); unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); Data-DPath-0.55/LICENSE0000644000175000017500000004366712576306670012361 0ustar ss5ss5This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Terms of the Perl programming language system itself a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- This software is Copyright (c) 2015 by Steffen Schwigon. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 GNU GENERAL PUBLIC LICENSE Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. 2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. 3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. 4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. 5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. 7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. 8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice That's all there is to it! --- The Artistic License 1.0 --- This software is Copyright (c) 2015 by Steffen Schwigon. This is free software, licensed under: The Artistic License 1.0 The Artistic License Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End Data-DPath-0.55/META.yml0000644000175000017500000002124212576306670012606 0ustar ss5ss5--- abstract: 'DPath is not XPath!' author: - 'Steffen Schwigon ' build_requires: Test::Deep: 0 Test::More: 0.88 configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 0 generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.143240' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: Data-DPath requires: Class::XSAccessor: 0 Class::XSAccessor::Array: 0 Data::Dumper: 0 Iterator::Util: 0 List::MoreUtils: 0 List::Util: 0 POSIX: 0 Safe: 2.30 Scalar::Util: 0 Sub::Exporter: 0 Text::Balanced: 2.02 aliased: 0.33 constant: 0 perl: 5.008 strict: 0 warnings: 0 resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Data-DPath homepage: http://metacpan.org/release/Data-DPath repository: git://github.com/renormalist/data-dpath.git version: 0.55 x_Dist_Zilla: perl: version: 5.016003 plugins: - class: Dist::Zilla::Plugin::GatherDir config: Dist::Zilla::Plugin::GatherDir: exclude_filename: [] exclude_match: [] follow_symlinks: 0 include_dotfiles: 0 prefix: '' prune_directory: [] root: '.' name: '@SCHWIGON/@Basic/GatherDir' version: 5.039 - class: Dist::Zilla::Plugin::PruneCruft name: '@SCHWIGON/@Basic/PruneCruft' version: 5.039 - class: Dist::Zilla::Plugin::ManifestSkip name: '@SCHWIGON/@Basic/ManifestSkip' version: 5.039 - class: Dist::Zilla::Plugin::MetaYAML name: '@SCHWIGON/@Basic/MetaYAML' version: 5.039 - class: Dist::Zilla::Plugin::License name: '@SCHWIGON/@Basic/License' version: 5.039 - class: Dist::Zilla::Plugin::Readme name: '@SCHWIGON/@Basic/Readme' version: 5.039 - class: Dist::Zilla::Plugin::ExtraTests name: '@SCHWIGON/@Basic/ExtraTests' version: 5.039 - class: Dist::Zilla::Plugin::ExecDir name: '@SCHWIGON/@Basic/ExecDir' version: 5.039 - class: Dist::Zilla::Plugin::ShareDir name: '@SCHWIGON/@Basic/ShareDir' version: 5.039 - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@SCHWIGON/@Basic/MakeMaker' version: 5.039 - class: Dist::Zilla::Plugin::Manifest name: '@SCHWIGON/@Basic/Manifest' version: 5.039 - class: Dist::Zilla::Plugin::TestRelease name: '@SCHWIGON/@Basic/TestRelease' version: 5.039 - class: Dist::Zilla::Plugin::ConfirmRelease name: '@SCHWIGON/@Basic/ConfirmRelease' version: 5.039 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@SCHWIGON/@Basic/UploadToCPAN' version: 5.039 - class: Dist::Zilla::Plugin::MetaConfig name: '@SCHWIGON/MetaConfig' version: 5.039 - class: Dist::Zilla::Plugin::MetaJSON name: '@SCHWIGON/MetaJSON' version: 5.039 - class: Dist::Zilla::Plugin::PkgVersion name: '@SCHWIGON/PkgVersion' version: 5.039 - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@SCHWIGON/PodSyntaxTests' version: 5.039 - class: Dist::Zilla::Plugin::Test::NoTabs config: Dist::Zilla::Plugin::Test::NoTabs: filename: xt/author/no-tabs.t finder: - ':InstallModules' - ':ExecFiles' - ':TestFiles' name: '@SCHWIGON/Test::NoTabs' version: 0.15 - class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable name: '@SCHWIGON/Test::Pod::Coverage::Configurable' version: 0.05 - class: Dist::Zilla::Plugin::MetaResources name: '@SCHWIGON/MetaResources' version: 5.039 - class: Dist::Zilla::Plugin::Authority name: '@SCHWIGON/Authority' version: 1.006 - class: Dist::Zilla::Plugin::Test::EOL config: Dist::Zilla::Plugin::Test::EOL: filename: xt/author/eol.t finder: - ':InstallModules' - ':ExecFiles' - ':TestFiles' trailing_whitespace: 0 name: '@SCHWIGON/Test::EOL' version: 0.18 - class: Dist::Zilla::Plugin::PodWeaver name: '@SCHWIGON/PodWeaver' version: 3.101641 - class: Dist::Zilla::Plugin::AutoPrereqs name: '@SCHWIGON/AutoPrereqs' version: 5.039 - class: Dist::Zilla::Plugin::Git::Describe name: '@SCHWIGON/Git::Describe' version: 0.002 - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@SCHWIGON/CheckChangesHasContent' version: 0.006 - class: Dist::Zilla::Plugin::NextRelease name: '@SCHWIGON/NextRelease' version: 5.039 - class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: repo_root: '.' name: '@SCHWIGON/Git::CheckFor::CorrectBranch' version: 0.006 - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: 0.001 version_by_branch: 0 version_regexp: '(?^:^v(.+)$)' Dist::Zilla::Role::Git::Repo: repo_root: '.' name: '@SCHWIGON/Git::NextVersion' version: 2.036 - class: Dist::Zilla::Plugin::Git::Check config: Dist::Zilla::Plugin::Git::Check: untracked_files: die Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: '.' name: '@SCHWIGON/@Git/Check' version: 2.036 - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%v%n%n%c Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: '.' Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@SCHWIGON/@Git/Commit' version: 2.036 - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ changelog: Changes signed: 0 tag: v0.55 tag_format: v%v tag_message: v%v Dist::Zilla::Role::Git::Repo: repo_root: '.' Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@SCHWIGON/@Git/Tag' version: 2.036 - class: Dist::Zilla::Plugin::Git::Push config: Dist::Zilla::Plugin::Git::Push: push_to: - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: repo_root: '.' name: '@SCHWIGON/@Git/Push' version: 2.036 - class: Dist::Zilla::Plugin::ManifestSkip name: ManifestSkip version: 5.039 - class: Dist::Zilla::Plugin::Prereqs config: Dist::Zilla::Plugin::Prereqs: phase: runtime type: requires name: Prereqs version: 5.039 - class: Dist::Zilla::Plugin::Prereqs::Soften config: Dist::Zilla::Plugin::Prereqs::Soften: copy_to: - develop.requires modules: - feature modules_from_features: ~ to_relationship: recommends name: Prereqs::Soften version: 0.005001 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' version: 5.039 - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' version: 5.039 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 version: 5.039 x_authority: cpan:SCHWIGON Data-DPath-0.55/Changes0000644000175000017500000002213612576306670012633 0ustar ss5ss5Revision history for Data-DPath 0.55 2015-09-16 - spelling error, sync with Debian [Lucas Kanashiro] 0.54 2015-09-02 - new function matchr() which returns results as arrayref instead of array (RT#106515) [requested by djerius@cpan.org] 0.53 2015-06-03 - no import from POSIX (RT#104914) [reported by ether] 0.52 2015-02-27 - Make sure feature.pm is only "test.recommends", as is optional prior to 5.10 (GH #4, kentnl) - skip NYTProf files in dist (GH #6) [kentnl] - doc patches (GH #3) [David Schmidt] 0.51 2015-02-04 - docs: how to do XPath-like attributes access (RT#94211) [Slaven Rezić] - avoid warning with perl 5.21+ via newer "aliased" [Doug Bell] - speed optimizations (5%) [Reini Urban] 0.50 2014-03-14 - micro optimization: _any() saves a dereference 0.49 2012-12-05 - Bummer! Uploaded 0.48 as wrong user - too many identities... The Creature: "Who am I?" Victor Frankenstein: "You? I don't know." 0.48 2012-12-05 [Maintenance] - fix POD (pdl++) - use Test::TAPv13 in xt tests [Bugfixes] - fix tests to work with Perl 5.17.6+ 0.47 2012-05-23 - set dependency to Safe.pm 2.30 only in meta but do not require it at runtime. This relaxes it for older Perls where newer Safe breaks but the corresponding older Safe works good enough. 0.46 2012-04-11 [micro fixes only] - fix broken links - changelog conforms to CPAN::Changes::Spec 0.45 2012-04-11 [Maintenance] - use Dist::Zilla for building - xt/ benchmarks without Safe.pm - small optimizations [by Alexei Znamensky] [Bugfixes] - RT#69042: use module Sys::CPU to figure # of processors (but deactivated completely for now) - RT#72059: incorrect POD syntax : =item * - RT#76016: Please depend on Safe 2.30 0.44 2011-06-22 - fix RT#68882 - the value() filter function worked odd [reported by Alexei "RUSSOZ" Znamensky] 0.43 2011-04-16 [Mainly a maintenance release] [Bugfixes] - allow "too many" parent(/..) steps - Avoid clobbering $_ [contributed by FLORA] - fix bug with dpathr() - Code Æsthetics [Speed] - some speed improvement - docs: hint to more slowness with Safe.pm - run xt/ benchmarks without Safe.pm 0.42 2011-01-04 - dependency to Safe.pm raised 0.41 2010-10-01 [Incompatible changes:] - restrict filter expression syntax with Safe.pm - set local $Data::DPath::USE_SAFE = 0 to enable old eval again [Bugfixes:] - The optimization for '//' (ANYWHERE) had skipped ARRAYs that were blessed. It now checks them, too. - Hash entry values of 0 or undef were filtered away. Now fixed. (spotted by Dirk Melchers) [Refactoring for easier code and later hopefully easier] parallelization. Currently slightly slower. 0.40 2010-07-13 [Incompatible API changes!] [Cleanup iterator style API and document it. It now consists of:] - dpathi() ... initialize iterator - isearch() ... incremental search - deref() ... get actual value - ref() ... get reference to actual value [Several methods now internal (prefixed with underscore) to make] the public API more clear. [Make accessing internal point attributes ("attrs") a public API] 0.37 2010-07-10 [Introduce Iterator style context usage] - dpathi($data, $path_str) returns an iterator on which you can do incremental searches using isearch($path_str) - API still experimental 0.36 2010-07-09 [New axis ::ancestor] - selects all ancestors (parent, grandparent, etc.) of the current node [New axis ::ancestor-or-self] - selects all ancestors (parent, grandparent, etc.) of the current node and the current node itself [Code refactoring] - more readable internal data structure to ease debugging - factored out subs - this might make the code a bit slower again, but I hope it helps profiling and optimizing on encapsulated small parts in the long run 0.35 2010-04-07 - Bummer! Fixed stupid perl version checking in tests. 0.34 2010-03-27 - solve some CPAN testing issues 0.33 2010-03-24 [bugfixes] - Fix regression that sneaked in with the //KEY-look-ahead optimization [maintenance] - testsuite maintenance - documentation maintenance - comparison with Data::Path reworked - more verbose array semantics described 0.32 2009-09-25 [maintenance] - I cannot believe that I forgot to define the dependency to Text::Balanced! Let's see if this fixes some FAIL reports. 0.31 2009-09-22 [maintenance] - fix docs and changelog of 0.30 which appeared rather incomplete 0.30 2009-09-22 [Yet more speed optimizations] - switch from Object::Tiny::RW to Class::XSAccessor::Array - try fast ref() before falling back to slower reftype() - use constants - We are now at 3.2sec runtime for my benchmark, compared to original 65sec v0.17, so we are now 20 times faster. [maintenance] - Backported code to Perl 5.8 [Enable 5.10 features by default if Perl >= 5.10 available] - in particular the overloading of the smartmatch '~~' operator - cloned and backported large parts of the test suite to only use 5.8 features and skip 5.10 specific suite on 5.8 - drop some redundant test scripts [INCOMPATIBLE CHANGE] Filter functions are now hard prototyped, no more behaviour depending on optional params. You now have to use explicit check functions for this, like this: - //ZOMTEC[ reftype eq "Foo::Bar" ] # reftype just returns value - //ZOMTEC[ is_reftype("Foo::Bar") ] # is_reftype checks against arg 0.21 2009-09-17 [even more aggressive speed optimizations:] - dropped Moose and MX::Declare completely in favor of Object::Tiny::RW and classical old school subs [cleaned up dirty code by partially using] - no strict 'refs' - no warnings 'uninitialized' [benchmarks] - the overall speed improvement for my "xt/large_data.t" benchmark is an improved runtime from originally - 65s (v0.17) to - 4.2s (v0.21) on my netbook. Yes, 15 times faster. - thanks to Devel::NYTProf which helped a lot profiling this 0.20 2009-09-16 [aggressive speed optimizations, needed @ work] - the ANYSTEP "//" not looks ahead to the following step and reduces the intermediate point sets if it is a hash key, like in "//AFFE" - remove Moose type constraints - more array references instead of arrays - partially this led to more dirty code, I try to fix this later 0.17 2009-08-11 [filter expressions] - understand even more strange perl'oid filter expressions by using extract_codeblock instead of extract_bracketed - tests for this 0.16 2009-08-11 [filter expressions] - filter expressions can now contain slashes (just as you would naturally expect) 0.15 2009-08-11 [filter expressions] - fix semantics of filter function key(). It now provides the key under which the value is associated. - many more and fixed tests - doc cleanups and fixes - moved distro and development tests under xt/ 0.14 2009-07-14 - The overloaded smartmatch "~~" does not work commutative anymore in bleadperl and Perl 5.10.1. - cleanup for bleadperl smartmatch warnings with undefined $_ - minor additions to the comparison section 0.13 2009-07-14 - comparison matrix Data::DPath vs. Data::Path, requested in RT#47540, http://rt.cpan.org/Public/Bug/Display.html?id=47540 0.12 2009-06-26 - allow returning references into original data structure via new frontend function "dpathr" instead of "dpath" 0.11 2009-05-15 - Dependencies raised to current MooseX stuff 0.10 2009-04-16 - new path step: nostep "." (for filter chaining and on difficult elements, like root node) - documentation improvements 0.09 2009-02-12 - Quoted special chars ("*", "//", "..") now work as keys - compatibility with newest MooseX::Method::Signatures on class methods [Florian Ragwitz] 0.08 2009-02-11 - Fix missing dependency to Test::Deep. Thanks, CPAN testers. [v0.07] - use Scalar::Util::reftype instead of ref. This enables blessed data structures to work. - Provide "reftype" and "isa" as filter functions. [v0.06] - "package" statements to help the CPAN indexer. 0.05 2009-02-10 - more docs - tests for negative array indexes 0.04 2009-02-10 - Fix $VERSION inside MoosX::Declare'd class not recognized by CPAN indexer 0.03 2009-02-09 - The first useful release, see test suite for many examples! - much improved path tokenizer - new path steps: parent "..", anywhere "//", anystep "*" - implemented filter conditions (in brackets after path step) - filter condition type "just index": *[1] - filter condition type "eval": *[idx == 3], *[ key =~ m(foo) ] - cleaner semantics for STEP[filter] vs. STEP/*[filter] - cleaner semantics for combinations of "//", "..", "*", and filters - provide filter functions: size, idx, key, value - many more tests - more clean export behaviour [rafl++] - uniq results if found via multiple ways - overloaded '~~' smartmatch - switch to Module::Install - tests do not depend on result order 0.01 2008-11-26 - initial CPAN version - basic paths, parents, placeholders Data-DPath-0.55/MANIFEST0000644000175000017500000000133112576306670012463 0ustar ss5ss5# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.039. Changes LICENSE MANIFEST MANIFEST.SKIP META.json META.yml Makefile.PL README dist.ini lib/Data/DPath.pm lib/Data/DPath/Attrs.pm lib/Data/DPath/Context.pm lib/Data/DPath/Filters.pm lib/Data/DPath/Path.pm lib/Data/DPath/Point.pm lib/Data/DPath/Step.pm t/00-load.t t/author-eol.t t/author-no-tabs.t t/basics_without_overload.t t/bigdata.dump t/bigdata2.dump t/cyclic_structures.t t/data_dpath.t t/iterator.t t/matchr.t t/optimization.t t/parallel.t t/path.t t/references.t t/regressions.t t/release-pod-coverage.t t/release-pod-syntax.t t/zeros.t todo.org xt/alltest.t xt/large_data.t xt/large_tapdom.t xt/regexp-common-small.tap xt/regexp-common.tap Data-DPath-0.55/dist.ini0000644000175000017500000000073412576306670013004 0ustar ss5ss5name = Data-DPath author = Steffen Schwigon license = Perl_5 copyright_holder = Steffen Schwigon [@SCHWIGON] dist = Data-DPath repository_at = github repository = git://github.com/renormalist/data-dpath.git repository_web = http://github.com/renormalist/data-dpath disable_trailing_whitespace_tests = 1 [ManifestSkip] [Prereqs] Safe = 2.30 aliased = 0.33 [Prereqs::Soften] to_relationship = recommends copy_to = develop.requires module = feature Data-DPath-0.55/README0000644000175000017500000000054512576306670012220 0ustar ss5ss5 This archive contains the distribution Data-DPath, version 0.55: DPath is not XPath! This software is copyright (c) 2015 by Steffen Schwigon. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. This README file was generated by Dist::Zilla::Plugin::Readme v5.039. Data-DPath-0.55/META.json0000644000175000017500000003431612576306670012764 0ustar ss5ss5{ "abstract" : "DPath is not XPath!", "author" : [ "Steffen Schwigon " ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.143240", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "Data-DPath", "prereqs" : { "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0" } }, "develop" : { "requires" : { "Benchmark" : "0", "Clone" : "0", "Devel::Size" : "0", "Pod::Coverage::TrustPod" : "0", "TAP::DOM" : "0", "Test::Deep" : "0", "Test::EOL" : "0", "Test::More" : "0.88", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", "Test::TAPv13" : "0", "feature" : "0" } }, "runtime" : { "requires" : { "Class::XSAccessor" : "0", "Class::XSAccessor::Array" : "0", "Data::Dumper" : "0", "Iterator::Util" : "0", "List::MoreUtils" : "0", "List::Util" : "0", "POSIX" : "0", "Safe" : "2.30", "Scalar::Util" : "0", "Sub::Exporter" : "0", "Text::Balanced" : "2.02", "aliased" : "0.33", "constant" : "0", "perl" : "5.008", "strict" : "0", "warnings" : "0" } }, "test" : { "recommends" : { "feature" : "0" }, "requires" : { "Test::Deep" : "0", "Test::More" : "0.88" } } }, "release_status" : "stable", "resources" : { "bugtracker" : { "mailto" : "bug-Data-DPath@rt.cpan.org", "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Data-DPath" }, "homepage" : "http://metacpan.org/release/Data-DPath", "repository" : { "type" : "git", "url" : "git://github.com/renormalist/data-dpath.git", "web" : "http://github.com/renormalist/data-dpath" } }, "version" : "0.55", "x_Dist_Zilla" : { "perl" : { "version" : "5.016003" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::GatherDir", "config" : { "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [], "exclude_match" : [], "follow_symlinks" : 0, "include_dotfiles" : 0, "prefix" : "", "prune_directory" : [], "root" : "." } }, "name" : "@SCHWIGON/@Basic/GatherDir", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@SCHWIGON/@Basic/PruneCruft", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@SCHWIGON/@Basic/ManifestSkip", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@SCHWIGON/@Basic/MetaYAML", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@SCHWIGON/@Basic/License", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@SCHWIGON/@Basic/Readme", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@SCHWIGON/@Basic/ExtraTests", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@SCHWIGON/@Basic/ExecDir", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@SCHWIGON/@Basic/ShareDir", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", "config" : { "Dist::Zilla::Role::TestRunner" : { "default_jobs" : 1 } }, "name" : "@SCHWIGON/@Basic/MakeMaker", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@SCHWIGON/@Basic/Manifest", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@SCHWIGON/@Basic/TestRelease", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@SCHWIGON/@Basic/ConfirmRelease", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@SCHWIGON/@Basic/UploadToCPAN", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@SCHWIGON/MetaConfig", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@SCHWIGON/MetaJSON", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@SCHWIGON/PkgVersion", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@SCHWIGON/PodSyntaxTests", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Test::NoTabs", "config" : { "Dist::Zilla::Plugin::Test::NoTabs" : { "filename" : "xt/author/no-tabs.t", "finder" : [ ":InstallModules", ":ExecFiles", ":TestFiles" ] } }, "name" : "@SCHWIGON/Test::NoTabs", "version" : "0.15" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable", "name" : "@SCHWIGON/Test::Pod::Coverage::Configurable", "version" : "0.05" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@SCHWIGON/MetaResources", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@SCHWIGON/Authority", "version" : "1.006" }, { "class" : "Dist::Zilla::Plugin::Test::EOL", "config" : { "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ ":InstallModules", ":ExecFiles", ":TestFiles" ], "trailing_whitespace" : "0" } }, "name" : "@SCHWIGON/Test::EOL", "version" : "0.18" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", "name" : "@SCHWIGON/PodWeaver", "version" : "3.101641" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@SCHWIGON/AutoPrereqs", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Git::Describe", "name" : "@SCHWIGON/Git::Describe", "version" : "0.002" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", "name" : "@SCHWIGON/CheckChangesHasContent", "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@SCHWIGON/NextRelease", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@SCHWIGON/Git::CheckFor::CorrectBranch", "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", "version_by_branch" : 0, "version_regexp" : "(?^:^v(.+)$)" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@SCHWIGON/Git::NextVersion", "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Check", "config" : { "Dist::Zilla::Plugin::Git::Check" : { "untracked_files" : "die" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ "Changes", "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@SCHWIGON/@Git/Check", "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], "commit_msg" : "v%v%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ "Changes", "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { "time_zone" : "local" } }, "name" : "@SCHWIGON/@Git/Commit", "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "changelog" : "Changes", "signed" : 0, "tag" : "v0.55", "tag_format" : "v%v", "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { "time_zone" : "local" } }, "name" : "@SCHWIGON/@Git/Tag", "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "config" : { "Dist::Zilla::Plugin::Git::Push" : { "push_to" : [ "origin" ], "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@SCHWIGON/@Git/Push", "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "ManifestSkip", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Prereqs", "config" : { "Dist::Zilla::Plugin::Prereqs" : { "phase" : "runtime", "type" : "requires" } }, "name" : "Prereqs", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Soften", "config" : { "Dist::Zilla::Plugin::Prereqs::Soften" : { "copy_to" : [ "develop.requires" ], "modules" : [ "feature" ], "modules_from_features" : null, "to_relationship" : "recommends" } }, "name" : "Prereqs::Soften", "version" : "0.005001" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", "version" : "5.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", "version" : "5.039" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { "is_trial" : "0" }, "version" : "5.039" } }, "x_authority" : "cpan:SCHWIGON" } Data-DPath-0.55/xt/0000775000175000017500000000000012576306670011771 5ustar ss5ss5Data-DPath-0.55/xt/regexp-common-small.tap0000644000175000017500000000344512576306670016371 0ustar ss5ss51..27 ok 1 - Regexp::Common::comment::VERSION # TODO version migration ok 2 - "\\\n" ([RE/P/MT] ABC) ok 3 - "\\\n" ([OM/P/MT] ABC) ok 4 - "\\\n" ([OS/P/MT] ABC) ok 5 - "\\\n" ([SB/P/MT] ABC) ok 6 - "\\\n" ([KP/P/MT] ABC) ok 7 - "\\This is a comment\n" ([RE/P/MT] ABC) ok 8 - "\\This is a comment\n" ([OM/P/MT] ABC) ok 9 - "\\This is a comment\n" ([OS/P/MT] ABC) ok 10 - "\\This is a comment\n" ([SB/P/MT] ABC) ok 11 - "\\This is a comment\n" ([KP/P/MT] ABC) ok 12 - "\\A\tcomment\n" ([RE/P/MT] ABC) ok 13 - "\\A\tcomment\n" ([OM/P/MT] ABC) ok 14 - "\\A\tcomment\n" ([OS/P/MT] ABC) ok 15 - "\\A\tcomment\n" ([SB/P/MT] ABC) ok 16 - "\\A\tcomment\n" ([KP/P/MT] ABC) ok 17 - "\\Another /* comment\n" ([RE/P/MT] ABC) ok 18 - "\\Another /* comment\n" ([OM/P/MT] ABC) ok 19 - "\\Another /* comment\n" ([OS/P/MT] ABC) ok 20 - "\\Another /* comment\n" ([SB/P/MT] ABC) ok 21 - "\\Another /* comment\n" ([KP/P/MT] ABC) ok 22 - "\\" ([RE/F/NM] ABC) ok 23 - "\\" ([SB/F/NM] ABC) ok 24 - "\\This is a comment" ([RE/F/NM] ABC) ok 25 - "\\This is a comment" ([SB/F/NM] ABC) ok 26 - "\\A\tcomment" ([RE/F/NM] ABC) not ok 27 - fail me # TODO expected fail ok 28 - fail me # TODO unexpected ok Data-DPath-0.55/xt/large_tapdom.t0000644000175000017500000000340612576306670014615 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::TAPv13 ":all"; use Test::More tests => 3; use Data::DPath 'dpath'; use Data::Dumper; use Benchmark ':all', ':hireswallclock'; use Devel::Size 'total_size'; use TAP::DOM; BEGIN { use_ok( 'Data::DPath' ); } my $tap; { local $/; open (TAP, "< xt/regexp-common.tap") or die "Cannot read xt/regexp-common.tap"; $tap = ; close TAP; } local $Data::DPath::USE_SAFE; my $path = '//is_has[ value & $TAP::DOM::HAS_TODO & $TAP::DOM::IS_ACTUAL_OK ]/..'; #my $path = '//is_has[ print(((value & $TAP::DOM::IS_ACTUAL_OK) ? "1" : "0")."\n") ; value & $TAP::DOM::HAS_TODO & $TAP::DOM::IS_ACTUAL_OK ]/..'; #my $path = qq|//is_has[ print(((value & $IS_ACTUAL_OK) ? "1" : "0")."\n") ; value & $HAS_TODO & $IS_ACTUAL_OK ]/..|; #my $path = '//is_has[ print value."\n" ]/..'; #my $expected = "2"; foreach my $usebitsets (0..1) { my $huge_data = TAP::DOM->new( tap => $tap, usebitsets => $usebitsets ); my $resultlist; diag "Running benchmark. Can take some time ..."; my $count = 1; my $t = timeit ($count, sub { $resultlist = [ dpath($path)->match($huge_data) ] }); my $n = $t->[5]; my $throughput = $n / $t->[0]; diag Dumper($resultlist); ok(1, "benchmark -- usebitsets = $usebitsets"); tap13_yaml({ benchmark => { timestr => timestr($t), wallclock => $t->[0], usr => $t->[1], sys => $t->[2], throughput => $throughput, } }); } done_testing; Data-DPath-0.55/xt/large_data.t0000644000175000017500000005610312576306670014244 0ustar ss5ss5#! /usr/bin/env perl use strict; use warnings; use Test::TAPv13 ":all"; use Test::Deep; use Test::More tests => 3; use Data::DPath 'dpath'; use Data::Dumper; use Clone 'clone'; use Benchmark ':all', ':hireswallclock'; use Devel::Size 'total_size'; # local $Data::DPath::DEBUG = 1; local $Data::DPath::USE_SAFE = 0; BEGIN { use_ok( 'Data::DPath' ); } my $base_data = { 'parse_errors' => [ 'Bad plan. You planned 6 tests but ran 8.' ], 'tests_run' => 8, 'version' => 13, 'exit' => 0, 'start_time' => '1236463400.25151', 'skip_all' => undef, 'lines' => [ { 'is_comment' => 0, 'has_skip' => 0, 'as_string' => 'TAP version 13', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 1, 'raw' => 'TAP version 13' }, { 'is_comment' => 0, 'has_skip' => 0, 'as_string' => '1..6', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 1, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '1..6' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '1', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'as_string' => 'ok 1 - use Data::DPath;', 'has_skip' => 0, 'is_test' => 1, '_children' => [ { 'is_comment' => 0, 'has_skip' => 0, 'as_string' => ' --- - name: \'Hash one\' value: 1 - name: \'Hash two\' value: 2 ...', 'is_test' => 0, 'is_yaml' => 1, 'is_plan' => 0, 'data' => [ { 'value' => '1', 'name' => 'Hash one' }, { 'value' => '2', 'name' => 'Hash two' } ], 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => ' --- - name: \'Hash one\' value: 1 - name: \'Hash two\' value: 2 ...' } ], 'is_actual_ok' => 0, 'description' => '- use Data::DPath;', 'is_ok' => 1, 'has_todo' => 0, 'explanation' => '', 'directive' => '', 'type' => 'test', 'is_version' => 0, 'raw' => 'ok 1 - use Data::DPath;' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '2', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'as_string' => 'ok 2 - KEYs + PARENT', 'has_skip' => 0, 'is_test' => 1, 'is_actual_ok' => 0, 'description' => '- KEYs + PARENT', 'is_ok' => 1, 'has_todo' => 0, 'explanation' => '', 'directive' => '', 'type' => 'test', 'is_version' => 0, 'raw' => 'ok 2 - KEYs + PARENT' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '3', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'as_string' => 'ok 3 - quoted KEY containg slash', 'has_skip' => 0, 'is_test' => 1, 'is_actual_ok' => 0, 'description' => '- quoted KEY containg slash', 'is_ok' => 1, 'has_todo' => 0, 'explanation' => '', 'directive' => '', 'type' => 'test', 'is_version' => 0, 'raw' => 'ok 3 - quoted KEY containg slash' }, { 'is_comment' => 0, 'has_skip' => 0, 'as_string' => 'pragma +strict', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 1, 'is_version' => 0, 'raw' => 'pragma +strict' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '4', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'as_string' => 'not ok 4 # TODO spec only', 'has_skip' => 0, 'is_test' => 1, '_children' => [ { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# Failed (TODO) test at t/data_dpath.t line 144.', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# Failed (TODO) test at t/data_dpath.t line 144.' }, { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# Structures begin differing at:', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# Structures begin differing at:' }, { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# $got->[0] = Does not exist', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# $got->[0] = Does not exist' }, { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# $expected->[0] = ARRAY(0x8e4c238)', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# $expected->[0] = ARRAY(0x8e4c238)' } ], 'is_actual_ok' => 0, 'description' => '', 'is_ok' => 1, 'has_todo' => 1, 'explanation' => 'spec only', 'directive' => 'TODO', 'type' => 'test', 'is_version' => 0, 'raw' => 'not ok 4 # TODO spec only' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '5', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'as_string' => 'ok 5 - ANYWHERE + KEY + FILTER int # TODO spec only', 'has_skip' => 0, 'is_test' => 1, 'is_actual_ok' => 1, 'description' => '- ANYWHERE + KEY + FILTER int', 'is_ok' => 1, 'has_todo' => 1, 'explanation' => 'spec only', 'directive' => 'TODO', 'type' => 'test', 'is_version' => 0, 'raw' => 'ok 5 - ANYWHERE + KEY + FILTER int # TODO spec only' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '6', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 0, 'as_string' => 'ok 6 # SKIP rethink twice', 'has_skip' => 1, 'is_test' => 1, 'is_actual_ok' => 0, 'description' => '', 'is_ok' => 1, 'has_todo' => 0, 'explanation' => 'rethink twice', 'directive' => 'SKIP', 'type' => 'test', 'is_version' => 0, 'raw' => 'ok 6 # skip rethink twice' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '7', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 1, 'as_string' => 'not ok 7 # TODO spec only', 'has_skip' => 0, 'is_test' => 1, '_children' => [ { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# Failed (TODO) test at t/data_dpath.t line 356.', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# Failed (TODO) test at t/data_dpath.t line 356.' }, { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# Structures begin differing at:', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# Structures begin differing at:' }, { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# $got->[0] = Does not exist', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# $got->[0] = Does not exist' }, { 'is_comment' => 1, 'has_skip' => 0, 'as_string' => '# $expected->[0] = \'interesting value\'', 'is_test' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'is_actual_ok' => 0, 'is_unknown' => 0, 'has_todo' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_version' => 0, 'raw' => '# $expected->[0] = \'interesting value\'' } ], 'is_actual_ok' => 0, 'description' => '', 'is_ok' => 0, 'has_todo' => 1, 'explanation' => 'spec only', 'directive' => 'TODO', 'type' => 'test', 'is_version' => 0, 'raw' => 'not ok 7 # TODO spec only' }, { 'is_comment' => 0, 'is_yaml' => 0, 'is_plan' => 0, 'number' => '8', 'is_unknown' => 0, 'is_bailout' => 0, 'is_pragma' => 0, 'is_unplanned' => 1, 'as_string' => 'ok 8 - FILTER eval regex # TODO too dirty, first cleanup _filter_eval', 'has_skip' => 0, 'is_test' => 1, 'is_actual_ok' => 1, 'description' => '- FILTER eval regex', 'is_ok' => 0, 'has_todo' => 1, 'explanation' => 'too dirty, first cleanup _filter_eval', 'directive' => 'TODO', 'type' => 'test', 'is_version' => 0, 'raw' => 'ok 8 - FILTER eval regex # TODO too dirty, first cleanup _filter_eval' }, ], 'is_good_plan' => 0, 'has_problems' => 2, 'end_time' => '1236463400.25468', 'pragmas' => [ 'strict' ], 'plan' => '1..6', 'tests_planned' => 6 }; my $resultlist; # ---------- prepare ---------- my $path = '//lines//description[ value =~ m(use Data::DPath) ]/../_children//data//name[ value eq "Hash two"]/../value'; my $expected = "2"; $resultlist = [ dpath($path)->match($base_data) ]; # diag Dumper($resultlist); cmp_deeply $resultlist, [ $expected ], "base_data"; diag "Prepare big data..."; my $huge_data; my $multi = 1000; my @huge_expected = map { $expected } 1..$multi; $huge_data->{$_} = clone ( $base_data ) foreach 1..$multi; diag "Data size: ".total_size ($huge_data); diag "Running benchmark. Can take some time ..."; my $count = 3; my $t = timeit ($count, sub { $resultlist = [ dpath($path)->match($huge_data) ] }); my $n = $t->[5]; my $throughput = $n / $t->[0]; #diag Dumper($huge_data); # diag Dumper(\@huge_expected); # diag Dumper($resultlist); diag Dumper($t); cmp_deeply $resultlist, [ @huge_expected ], "huge_data"; tap13_yaml({ benchmark => { timestr => timestr($t), wallclock => $t->[0], usr => $t->[1], sys => $t->[2], throughput => $throughput, }, }); Data-DPath-0.55/xt/regexp-common.tap0000644000175000017500001305450212576306670015267 0ustar ss5ss51..41499 ok 1 - Regexp::Common::comment::VERSION ok 2 - "\\\n" ([RE/P/MT] ABC) ok 3 - "\\\n" ([OM/P/MT] ABC) ok 4 - "\\\n" ([OS/P/MT] ABC) ok 5 - "\\\n" ([SB/P/MT] ABC) ok 6 - "\\\n" ([KP/P/MT] ABC) ok 7 - "\\This is a comment\n" ([RE/P/MT] ABC) ok 8 - "\\This is a comment\n" ([OM/P/MT] ABC) ok 9 - "\\This is a comment\n" ([OS/P/MT] ABC) ok 10 - "\\This is a comment\n" ([SB/P/MT] ABC) ok 11 - "\\This is a comment\n" ([KP/P/MT] ABC) ok 12 - "\\A\tcomment\n" ([RE/P/MT] ABC) ok 13 - "\\A\tcomment\n" ([OM/P/MT] ABC) ok 14 - "\\A\tcomment\n" ([OS/P/MT] ABC) ok 15 - "\\A\tcomment\n" ([SB/P/MT] ABC) ok 16 - "\\A\tcomment\n" ([KP/P/MT] ABC) ok 17 - "\\Another /* comment\n" ([RE/P/MT] ABC) ok 18 - "\\Another /* comment\n" ([OM/P/MT] ABC) ok 19 - "\\Another /* comment\n" ([OS/P/MT] ABC) ok 20 - "\\Another /* comment\n" ([SB/P/MT] ABC) ok 21 - "\\Another /* comment\n" ([KP/P/MT] ABC) ok 22 - "\\" ([RE/F/NM] ABC) ok 23 - "\\" ([SB/F/NM] ABC) ok 24 - "\\This is a comment" ([RE/F/NM] ABC) ok 25 - "\\This is a comment" ([SB/F/NM] ABC) ok 26 - "\\A\tcomment" ([RE/F/NM] ABC) ok 27 - "\\A\tcomment" ([SB/F/NM] ABC) ok 28 - "\\Another /* comment" ([RE/F/NM] ABC) ok 29 - "\\Another /* comment" ([SB/F/NM] ABC) ok 30 - "\n" ([RE/F/NM] ABC) ok 31 - "\n" ([SB/F/NM] ABC) ok 32 - "This is a comment\n" ([RE/F/NM] ABC) ok 33 - "This is a comment\n" ([SB/F/NM] ABC) ok 34 - "A\tcomment\n" ([RE/F/NM] ABC) ok 35 - "A\tcomment\n" ([SB/F/NM] ABC) ok 36 - "Another /* comment\n" ([RE/F/NM] ABC) ok 37 - "Another /* comment\n" ([SB/F/NM] ABC) ok 38 - "#" ([RE/F/NM] ABC) ok 39 - "#" ([SB/F/NM] ABC) ok 40 - "#This is a comment" ([RE/F/NM] ABC) ok 41 - "#This is a comment" ([SB/F/NM] ABC) ok 42 - "#A\tcomment" ([RE/F/NM] ABC) ok 43 - "#A\tcomment" ([SB/F/NM] ABC) ok 44 - "#Another /* comment" ([RE/F/NM] ABC) ok 45 - "#Another /* comment" ([SB/F/NM] ABC) ok 46 - "\n" ([RE/F/NM] ABC) ok 47 - "\n" ([SB/F/NM] ABC) ok 48 - "This is a comment\n" ([RE/F/NM] ABC) ok 49 - "This is a comment\n" ([SB/F/NM] ABC) ok 50 - "A\tcomment\n" ([RE/F/NM] ABC) ok 51 - "A\tcomment\n" ([SB/F/NM] ABC) ok 52 - "Another /* comment\n" ([RE/F/NM] ABC) ok 53 - "Another /* comment\n" ([SB/F/NM] ABC) ok 54 - "//" ([RE/F/NM] ABC) ok 55 - "//" ([SB/F/NM] ABC) ok 56 - "//This is a comment" ([RE/F/NM] ABC) ok 57 - "//This is a comment" ([SB/F/NM] ABC) ok 58 - "//A\tcomment" ([RE/F/NM] ABC) ok 59 - "//A\tcomment" ([SB/F/NM] ABC) ok 60 - "//Another /* comment" ([RE/F/NM] ABC) ok 61 - "//Another /* comment" ([SB/F/NM] ABC) ok 62 - "\n" ([RE/F/NM] ABC) ok 63 - "\n" ([SB/F/NM] ABC) ok 64 - "This is a comment\n" ([RE/F/NM] ABC) ok 65 - "This is a comment\n" ([SB/F/NM] ABC) ok 66 - "A\tcomment\n" ([RE/F/NM] ABC) ok 67 - "A\tcomment\n" ([SB/F/NM] ABC) ok 68 - "Another /* comment\n" ([RE/F/NM] ABC) ok 69 - "Another /* comment\n" ([SB/F/NM] ABC) ok 70 - "--" ([RE/F/NM] ABC) ok 71 - "--" ([SB/F/NM] ABC) ok 72 - "--This is a comment" ([RE/F/NM] ABC) ok 73 - "--This is a comment" ([SB/F/NM] ABC) ok 74 - "--A\tcomment" ([RE/F/NM] ABC) ok 75 - "--A\tcomment" ([SB/F/NM] ABC) ok 76 - "--Another /* comment" ([RE/F/NM] ABC) ok 77 - "--Another /* comment" ([SB/F/NM] ABC) ok 78 - "\n" ([RE/F/NM] ABC) ok 79 - "\n" ([SB/F/NM] ABC) ok 80 - "This is a comment\n" ([RE/F/NM] ABC) ok 81 - "This is a comment\n" ([SB/F/NM] ABC) ok 82 - "A\tcomment\n" ([RE/F/NM] ABC) ok 83 - "A\tcomment\n" ([SB/F/NM] ABC) ok 84 - "Another /* comment\n" ([RE/F/NM] ABC) ok 85 - "Another /* comment\n" ([SB/F/NM] ABC) ok 86 - ";" ([RE/F/NM] ABC) ok 87 - ";" ([SB/F/NM] ABC) ok 88 - ";This is a comment" ([RE/F/NM] ABC) ok 89 - ";This is a comment" ([SB/F/NM] ABC) ok 90 - ";A\tcomment" ([RE/F/NM] ABC) ok 91 - ";A\tcomment" ([SB/F/NM] ABC) ok 92 - ";Another /* comment" ([RE/F/NM] ABC) ok 93 - ";Another /* comment" ([SB/F/NM] ABC) ok 94 - "\n" ([RE/F/NM] ABC) ok 95 - "\n" ([SB/F/NM] ABC) ok 96 - "This is a comment\n" ([RE/F/NM] ABC) ok 97 - "This is a comment\n" ([SB/F/NM] ABC) ok 98 - "A\tcomment\n" ([RE/F/NM] ABC) ok 99 - "A\tcomment\n" ([SB/F/NM] ABC) ok 100 - "Another /* comment\n" ([RE/F/NM] ABC) ok 101 - "Another /* comment\n" ([SB/F/NM] ABC) ok 102 - "#" ([RE/F/NM] ABC) ok 103 - "#" ([SB/F/NM] ABC) ok 104 - "#This is a comment" ([RE/F/NM] ABC) ok 105 - "#This is a comment" ([SB/F/NM] ABC) ok 106 - "#A\tcomment" ([RE/F/NM] ABC) ok 107 - "#A\tcomment" ([SB/F/NM] ABC) ok 108 - "#Another /* comment" ([RE/F/NM] ABC) ok 109 - "#Another /* comment" ([SB/F/NM] ABC) ok 110 - "\n" ([RE/F/NM] ABC) ok 111 - "\n" ([SB/F/NM] ABC) ok 112 - "This is a comment\n" ([RE/F/NM] ABC) ok 113 - "This is a comment\n" ([SB/F/NM] ABC) ok 114 - "A\tcomment\n" ([RE/F/NM] ABC) ok 115 - "A\tcomment\n" ([SB/F/NM] ABC) ok 116 - "Another /* comment\n" ([RE/F/NM] ABC) ok 117 - "Another /* comment\n" ([SB/F/NM] ABC) ok 118 - "*" ([RE/F/NM] ABC) ok 119 - "*" ([SB/F/NM] ABC) ok 120 - "*This is a comment" ([RE/F/NM] ABC) ok 121 - "*This is a comment" ([SB/F/NM] ABC) ok 122 - "*A\tcomment" ([RE/F/NM] ABC) ok 123 - "*A\tcomment" ([SB/F/NM] ABC) ok 124 - "*Another /* comment" ([RE/F/NM] ABC) ok 125 - "*Another /* comment" ([SB/F/NM] ABC) ok 126 - "\n" ([RE/F/NM] ABC) ok 127 - "\n" ([SB/F/NM] ABC) ok 128 - "This is a comment\n" ([RE/F/NM] ABC) ok 129 - "This is a comment\n" ([SB/F/NM] ABC) ok 130 - "A\tcomment\n" ([RE/F/NM] ABC) ok 131 - "A\tcomment\n" ([SB/F/NM] ABC) ok 132 - "Another /* comment\n" ([RE/F/NM] ABC) ok 133 - "Another /* comment\n" ([SB/F/NM] ABC) ok 134 - "!" ([RE/F/NM] ABC) ok 135 - "!" ([SB/F/NM] ABC) ok 136 - "!This is a comment" ([RE/F/NM] ABC) ok 137 - "!This is a comment" ([SB/F/NM] ABC) ok 138 - "!A\tcomment" ([RE/F/NM] ABC) ok 139 - "!A\tcomment" ([SB/F/NM] ABC) ok 140 - "!Another /* comment" ([RE/F/NM] ABC) ok 141 - "!Another /* comment" ([SB/F/NM] ABC) ok 142 - "\n" ([RE/F/NM] ABC) ok 143 - "\n" ([SB/F/NM] ABC) ok 144 - "This is a comment\n" ([RE/F/NM] ABC) ok 145 - "This is a comment\n" ([SB/F/NM] ABC) ok 146 - "A\tcomment\n" ([RE/F/NM] ABC) ok 147 - "A\tcomment\n" ([SB/F/NM] ABC) ok 148 - "Another /* comment\n" ([RE/F/NM] ABC) ok 149 - "Another /* comment\n" ([SB/F/NM] ABC) ok 150 - "REM" ([RE/F/NM] ABC) ok 151 - "REM" ([SB/F/NM] ABC) ok 152 - "REMThis is a comment" ([RE/F/NM] ABC) ok 153 - "REMThis is a comment" ([SB/F/NM] ABC) ok 154 - "REMA\tcomment" ([RE/F/NM] ABC) ok 155 - "REMA\tcomment" ([SB/F/NM] ABC) ok 156 - "REMAnother /* comment" ([RE/F/NM] ABC) ok 157 - "REMAnother /* comment" ([SB/F/NM] ABC) ok 158 - "\n" ([RE/F/NM] ABC) ok 159 - "\n" ([SB/F/NM] ABC) ok 160 - "This is a comment\n" ([RE/F/NM] ABC) ok 161 - "This is a comment\n" ([SB/F/NM] ABC) ok 162 - "A\tcomment\n" ([RE/F/NM] ABC) ok 163 - "A\tcomment\n" ([SB/F/NM] ABC) ok 164 - "Another /* comment\n" ([RE/F/NM] ABC) ok 165 - "Another /* comment\n" ([SB/F/NM] ABC) ok 166 - "//" ([RE/F/NM] ABC) ok 167 - "//" ([SB/F/NM] ABC) ok 168 - "//This is a comment" ([RE/F/NM] ABC) ok 169 - "//This is a comment" ([SB/F/NM] ABC) ok 170 - "//A\tcomment" ([RE/F/NM] ABC) ok 171 - "//A\tcomment" ([SB/F/NM] ABC) ok 172 - "//Another /* comment" ([RE/F/NM] ABC) ok 173 - "//Another /* comment" ([SB/F/NM] ABC) ok 174 - "\n" ([RE/F/NM] ABC) ok 175 - "\n" ([SB/F/NM] ABC) ok 176 - "This is a comment\n" ([RE/F/NM] ABC) ok 177 - "This is a comment\n" ([SB/F/NM] ABC) ok 178 - "A\tcomment\n" ([RE/F/NM] ABC) ok 179 - "A\tcomment\n" ([SB/F/NM] ABC) ok 180 - "Another /* comment\n" ([RE/F/NM] ABC) ok 181 - "Another /* comment\n" ([SB/F/NM] ABC) ok 182 - "%" ([RE/F/NM] ABC) ok 183 - "%" ([SB/F/NM] ABC) ok 184 - "%This is a comment" ([RE/F/NM] ABC) ok 185 - "%This is a comment" ([SB/F/NM] ABC) ok 186 - "%A\tcomment" ([RE/F/NM] ABC) ok 187 - "%A\tcomment" ([SB/F/NM] ABC) ok 188 - "%Another /* comment" ([RE/F/NM] ABC) ok 189 - "%Another /* comment" ([SB/F/NM] ABC) ok 190 - "\n" ([RE/F/NM] ABC) ok 191 - "\n" ([SB/F/NM] ABC) ok 192 - "This is a comment\n" ([RE/F/NM] ABC) ok 193 - "This is a comment\n" ([SB/F/NM] ABC) ok 194 - "A\tcomment\n" ([RE/F/NM] ABC) ok 195 - "A\tcomment\n" ([SB/F/NM] ABC) ok 196 - "Another /* comment\n" ([RE/F/NM] ABC) ok 197 - "Another /* comment\n" ([SB/F/NM] ABC) ok 198 - "!" ([RE/F/NM] ABC) ok 199 - "!" ([SB/F/NM] ABC) ok 200 - "!This is a comment" ([RE/F/NM] ABC) ok 201 - "!This is a comment" ([SB/F/NM] ABC) ok 202 - "!A\tcomment" ([RE/F/NM] ABC) ok 203 - "!A\tcomment" ([SB/F/NM] ABC) ok 204 - "!Another /* comment" ([RE/F/NM] ABC) ok 205 - "!Another /* comment" ([SB/F/NM] ABC) ok 206 - "\n" ([RE/F/NM] ABC) ok 207 - "\n" ([SB/F/NM] ABC) ok 208 - "This is a comment\n" ([RE/F/NM] ABC) ok 209 - "This is a comment\n" ([SB/F/NM] ABC) ok 210 - "A\tcomment\n" ([RE/F/NM] ABC) ok 211 - "A\tcomment\n" ([SB/F/NM] ABC) ok 212 - "Another /* comment\n" ([RE/F/NM] ABC) ok 213 - "Another /* comment\n" ([SB/F/NM] ABC) ok 214 - "NB" ([RE/F/NM] ABC) ok 215 - "NB" ([SB/F/NM] ABC) ok 216 - "NBThis is a comment" ([RE/F/NM] ABC) ok 217 - "NBThis is a comment" ([SB/F/NM] ABC) ok 218 - "NBA\tcomment" ([RE/F/NM] ABC) ok 219 - "NBA\tcomment" ([SB/F/NM] ABC) ok 220 - "NBAnother /* comment" ([RE/F/NM] ABC) ok 221 - "NBAnother /* comment" ([SB/F/NM] ABC) ok 222 - "\n" ([RE/F/NM] ABC) ok 223 - "\n" ([SB/F/NM] ABC) ok 224 - "This is a comment\n" ([RE/F/NM] ABC) ok 225 - "This is a comment\n" ([SB/F/NM] ABC) ok 226 - "A\tcomment\n" ([RE/F/NM] ABC) ok 227 - "A\tcomment\n" ([SB/F/NM] ABC) ok 228 - "Another /* comment\n" ([RE/F/NM] ABC) ok 229 - "Another /* comment\n" ([SB/F/NM] ABC) ok 230 - "PLEASE NOT" ([RE/F/NM] ABC) ok 231 - "PLEASE NOT" ([SB/F/NM] ABC) ok 232 - "PLEASE NOTThis is a comment" ([RE/F/NM] ABC) ok 233 - "PLEASE NOTThis is a comment" ([SB/F/NM] ABC) ok 234 - "PLEASE NOTA\tcomment" ([RE/F/NM] ABC) ok 235 - "PLEASE NOTA\tcomment" ([SB/F/NM] ABC) ok 236 - "PLEASE NOTAnother /* comment" ([RE/F/NM] ABC) ok 237 - "PLEASE NOTAnother /* comment" ([SB/F/NM] ABC) ok 238 - "\n" ([RE/F/NM] ABC) ok 239 - "\n" ([SB/F/NM] ABC) ok 240 - "This is a comment\n" ([RE/F/NM] ABC) ok 241 - "This is a comment\n" ([SB/F/NM] ABC) ok 242 - "A\tcomment\n" ([RE/F/NM] ABC) ok 243 - "A\tcomment\n" ([SB/F/NM] ABC) ok 244 - "Another /* comment\n" ([RE/F/NM] ABC) ok 245 - "Another /* comment\n" ([SB/F/NM] ABC) ok 246 - "PLEASE NOT" ([RE/F/NM] ABC) ok 247 - "PLEASE NOT" ([SB/F/NM] ABC) ok 248 - "PLEASE NOTThis is a comment" ([RE/F/NM] ABC) ok 249 - "PLEASE NOTThis is a comment" ([SB/F/NM] ABC) ok 250 - "PLEASE NOTA\tcomment" ([RE/F/NM] ABC) ok 251 - "PLEASE NOTA\tcomment" ([SB/F/NM] ABC) ok 252 - "PLEASE NOTAnother /* comment" ([RE/F/NM] ABC) ok 253 - "PLEASE NOTAnother /* comment" ([SB/F/NM] ABC) ok 254 - "\n" ([RE/F/NM] ABC) ok 255 - "\n" ([SB/F/NM] ABC) ok 256 - "This is a comment\n" ([RE/F/NM] ABC) ok 257 - "This is a comment\n" ([SB/F/NM] ABC) ok 258 - "A\tcomment\n" ([RE/F/NM] ABC) ok 259 - "A\tcomment\n" ([SB/F/NM] ABC) ok 260 - "Another /* comment\n" ([RE/F/NM] ABC) ok 261 - "Another /* comment\n" ([SB/F/NM] ABC) ok 262 - "PLEASE N'T" ([RE/F/NM] ABC) ok 263 - "PLEASE N'T" ([SB/F/NM] ABC) ok 264 - "PLEASE N'TThis is a comment" ([RE/F/NM] ABC) ok 265 - "PLEASE N'TThis is a comment" ([SB/F/NM] ABC) ok 266 - "PLEASE N'TA\tcomment" ([RE/F/NM] ABC) ok 267 - "PLEASE N'TA\tcomment" ([SB/F/NM] ABC) ok 268 - "PLEASE N'TAnother /* comment" ([RE/F/NM] ABC) ok 269 - "PLEASE N'TAnother /* comment" ([SB/F/NM] ABC) ok 270 - "\n" ([RE/F/NM] ABC) ok 271 - "\n" ([SB/F/NM] ABC) ok 272 - "This is a comment\n" ([RE/F/NM] ABC) ok 273 - "This is a comment\n" ([SB/F/NM] ABC) ok 274 - "A\tcomment\n" ([RE/F/NM] ABC) ok 275 - "A\tcomment\n" ([SB/F/NM] ABC) ok 276 - "Another /* comment\n" ([RE/F/NM] ABC) ok 277 - "Another /* comment\n" ([SB/F/NM] ABC) ok 278 - "DO NOT" ([RE/F/NM] ABC) ok 279 - "DO NOT" ([SB/F/NM] ABC) ok 280 - "DO NOTThis is a comment" ([RE/F/NM] ABC) ok 281 - "DO NOTThis is a comment" ([SB/F/NM] ABC) ok 282 - "DO NOTA\tcomment" ([RE/F/NM] ABC) ok 283 - "DO NOTA\tcomment" ([SB/F/NM] ABC) ok 284 - "DO NOTAnother /* comment" ([RE/F/NM] ABC) ok 285 - "DO NOTAnother /* comment" ([SB/F/NM] ABC) ok 286 - "\n" ([RE/F/NM] ABC) ok 287 - "\n" ([SB/F/NM] ABC) ok 288 - "This is a comment\n" ([RE/F/NM] ABC) ok 289 - "This is a comment\n" ([SB/F/NM] ABC) ok 290 - "A\tcomment\n" ([RE/F/NM] ABC) ok 291 - "A\tcomment\n" ([SB/F/NM] ABC) ok 292 - "Another /* comment\n" ([RE/F/NM] ABC) ok 293 - "Another /* comment\n" ([SB/F/NM] ABC) ok 294 - "DO N'T" ([RE/F/NM] ABC) ok 295 - "DO N'T" ([SB/F/NM] ABC) ok 296 - "DO N'TThis is a comment" ([RE/F/NM] ABC) ok 297 - "DO N'TThis is a comment" ([SB/F/NM] ABC) ok 298 - "DO N'TA\tcomment" ([RE/F/NM] ABC) ok 299 - "DO N'TA\tcomment" ([SB/F/NM] ABC) ok 300 - "DO N'TAnother /* comment" ([RE/F/NM] ABC) ok 301 - "DO N'TAnother /* comment" ([SB/F/NM] ABC) ok 302 - "\n" ([RE/F/NM] ABC) ok 303 - "\n" ([SB/F/NM] ABC) ok 304 - "This is a comment\n" ([RE/F/NM] ABC) ok 305 - "This is a comment\n" ([SB/F/NM] ABC) ok 306 - "A\tcomment\n" ([RE/F/NM] ABC) ok 307 - "A\tcomment\n" ([SB/F/NM] ABC) ok 308 - "Another /* comment\n" ([RE/F/NM] ABC) ok 309 - "Another /* comment\n" ([SB/F/NM] ABC) ok 310 - "DO NOT" ([RE/F/NM] ABC) ok 311 - "DO NOT" ([SB/F/NM] ABC) ok 312 - "DO NOTThis is a comment" ([RE/F/NM] ABC) ok 313 - "DO NOTThis is a comment" ([SB/F/NM] ABC) ok 314 - "DO NOTA\tcomment" ([RE/F/NM] ABC) ok 315 - "DO NOTA\tcomment" ([SB/F/NM] ABC) ok 316 - "DO NOTAnother /* comment" ([RE/F/NM] ABC) ok 317 - "DO NOTAnother /* comment" ([SB/F/NM] ABC) ok 318 - "\n" ([RE/F/NM] ABC) ok 319 - "\n" ([SB/F/NM] ABC) ok 320 - "This is a comment\n" ([RE/F/NM] ABC) ok 321 - "This is a comment\n" ([SB/F/NM] ABC) ok 322 - "A\tcomment\n" ([RE/F/NM] ABC) ok 323 - "A\tcomment\n" ([SB/F/NM] ABC) ok 324 - "Another /* comment\n" ([RE/F/NM] ABC) ok 325 - "Another /* comment\n" ([SB/F/NM] ABC) ok 326 - "PLEASE DO NOT" ([RE/F/NM] ABC) ok 327 - "PLEASE DO NOT" ([SB/F/NM] ABC) ok 328 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] ABC) ok 329 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] ABC) ok 330 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] ABC) ok 331 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] ABC) ok 332 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] ABC) ok 333 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] ABC) ok 334 - "\n" ([RE/F/NM] ABC) ok 335 - "\n" ([SB/F/NM] ABC) ok 336 - "This is a comment\n" ([RE/F/NM] ABC) ok 337 - "This is a comment\n" ([SB/F/NM] ABC) ok 338 - "A\tcomment\n" ([RE/F/NM] ABC) ok 339 - "A\tcomment\n" ([SB/F/NM] ABC) ok 340 - "Another /* comment\n" ([RE/F/NM] ABC) ok 341 - "Another /* comment\n" ([SB/F/NM] ABC) ok 342 - "PLEASE DO NOT" ([RE/F/NM] ABC) ok 343 - "PLEASE DO NOT" ([SB/F/NM] ABC) ok 344 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] ABC) ok 345 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] ABC) ok 346 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] ABC) ok 347 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] ABC) ok 348 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] ABC) ok 349 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] ABC) ok 350 - "\n" ([RE/F/NM] ABC) ok 351 - "\n" ([SB/F/NM] ABC) ok 352 - "This is a comment\n" ([RE/F/NM] ABC) ok 353 - "This is a comment\n" ([SB/F/NM] ABC) ok 354 - "A\tcomment\n" ([RE/F/NM] ABC) ok 355 - "A\tcomment\n" ([SB/F/NM] ABC) ok 356 - "Another /* comment\n" ([RE/F/NM] ABC) ok 357 - "Another /* comment\n" ([SB/F/NM] ABC) ok 358 - "PLEASE DO N'T" ([RE/F/NM] ABC) ok 359 - "PLEASE DO N'T" ([SB/F/NM] ABC) ok 360 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] ABC) ok 361 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] ABC) ok 362 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] ABC) ok 363 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] ABC) ok 364 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] ABC) ok 365 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] ABC) ok 366 - "\n" ([RE/F/NM] ABC) ok 367 - "\n" ([SB/F/NM] ABC) ok 368 - "This is a comment\n" ([RE/F/NM] ABC) ok 369 - "This is a comment\n" ([SB/F/NM] ABC) ok 370 - "A\tcomment\n" ([RE/F/NM] ABC) ok 371 - "A\tcomment\n" ([SB/F/NM] ABC) ok 372 - "Another /* comment\n" ([RE/F/NM] ABC) ok 373 - "Another /* comment\n" ([SB/F/NM] ABC) ok 374 - "NB." ([RE/F/NM] ABC) ok 375 - "NB." ([SB/F/NM] ABC) ok 376 - "NB.This is a comment" ([RE/F/NM] ABC) ok 377 - "NB.This is a comment" ([SB/F/NM] ABC) ok 378 - "NB.A\tcomment" ([RE/F/NM] ABC) ok 379 - "NB.A\tcomment" ([SB/F/NM] ABC) ok 380 - "NB.Another /* comment" ([RE/F/NM] ABC) ok 381 - "NB.Another /* comment" ([SB/F/NM] ABC) ok 382 - "\n" ([RE/F/NM] ABC) ok 383 - "\n" ([SB/F/NM] ABC) ok 384 - "This is a comment\n" ([RE/F/NM] ABC) ok 385 - "This is a comment\n" ([SB/F/NM] ABC) ok 386 - "A\tcomment\n" ([RE/F/NM] ABC) ok 387 - "A\tcomment\n" ([SB/F/NM] ABC) ok 388 - "Another /* comment\n" ([RE/F/NM] ABC) ok 389 - "Another /* comment\n" ([SB/F/NM] ABC) ok 390 - "{" ([RE/F/NM] ABC) ok 391 - "{" ([SB/F/NM] ABC) ok 392 - "{This is a comment" ([RE/F/NM] ABC) ok 393 - "{This is a comment" ([SB/F/NM] ABC) ok 394 - "{A\tcomment" ([RE/F/NM] ABC) ok 395 - "{A\tcomment" ([SB/F/NM] ABC) ok 396 - "{Another /* comment" ([RE/F/NM] ABC) ok 397 - "{Another /* comment" ([SB/F/NM] ABC) ok 398 - "}" ([RE/F/NM] ABC) ok 399 - "}" ([SB/F/NM] ABC) ok 400 - "This is a comment}" ([RE/F/NM] ABC) ok 401 - "This is a comment}" ([SB/F/NM] ABC) ok 402 - "A\tcomment}" ([RE/F/NM] ABC) ok 403 - "A\tcomment}" ([SB/F/NM] ABC) ok 404 - "Another /* comment}" ([RE/F/NM] ABC) ok 405 - "Another /* comment}" ([SB/F/NM] ABC) ok 406 - "." ([RE/F/NM] ABC) ok 407 - "." ([SB/F/NM] ABC) ok 408 - ".This is a comment" ([RE/F/NM] ABC) ok 409 - ".This is a comment" ([SB/F/NM] ABC) ok 410 - ".A\tcomment" ([RE/F/NM] ABC) ok 411 - ".A\tcomment" ([SB/F/NM] ABC) ok 412 - ".Another /* comment" ([RE/F/NM] ABC) ok 413 - ".Another /* comment" ([SB/F/NM] ABC) ok 414 - "\n" ([RE/F/NM] ABC) ok 415 - "\n" ([SB/F/NM] ABC) ok 416 - "This is a comment\n" ([RE/F/NM] ABC) ok 417 - "This is a comment\n" ([SB/F/NM] ABC) ok 418 - "A\tcomment\n" ([RE/F/NM] ABC) ok 419 - "A\tcomment\n" ([SB/F/NM] ABC) ok 420 - "Another /* comment\n" ([RE/F/NM] ABC) ok 421 - "Another /* comment\n" ([SB/F/NM] ABC) ok 422 - ";" ([RE/F/NM] ABC) ok 423 - ";" ([SB/F/NM] ABC) ok 424 - ";This is a comment" ([RE/F/NM] ABC) ok 425 - ";This is a comment" ([SB/F/NM] ABC) ok 426 - ";A\tcomment" ([RE/F/NM] ABC) ok 427 - ";A\tcomment" ([SB/F/NM] ABC) ok 428 - ";Another /* comment" ([RE/F/NM] ABC) ok 429 - ";Another /* comment" ([SB/F/NM] ABC) ok 430 - "\n" ([RE/F/NM] ABC) ok 431 - "\n" ([SB/F/NM] ABC) ok 432 - "This is a comment\n" ([RE/F/NM] ABC) ok 433 - "This is a comment\n" ([SB/F/NM] ABC) ok 434 - "A\tcomment\n" ([RE/F/NM] ABC) ok 435 - "A\tcomment\n" ([SB/F/NM] ABC) ok 436 - "Another /* comment\n" ([RE/F/NM] ABC) ok 437 - "Another /* comment\n" ([SB/F/NM] ABC) ok 438 - "`" ([RE/F/NM] ABC) ok 439 - "`" ([SB/F/NM] ABC) ok 440 - "`This is a comment" ([RE/F/NM] ABC) ok 441 - "`This is a comment" ([SB/F/NM] ABC) ok 442 - "`A\tcomment" ([RE/F/NM] ABC) ok 443 - "`A\tcomment" ([SB/F/NM] ABC) ok 444 - "`Another /* comment" ([RE/F/NM] ABC) ok 445 - "`Another /* comment" ([SB/F/NM] ABC) ok 446 - "\n" ([RE/F/NM] ABC) ok 447 - "\n" ([SB/F/NM] ABC) ok 448 - "This is a comment\n" ([RE/F/NM] ABC) ok 449 - "This is a comment\n" ([SB/F/NM] ABC) ok 450 - "A\tcomment\n" ([RE/F/NM] ABC) ok 451 - "A\tcomment\n" ([SB/F/NM] ABC) ok 452 - "Another /* comment\n" ([RE/F/NM] ABC) ok 453 - "Another /* comment\n" ([SB/F/NM] ABC) ok 454 - "--" ([RE/F/NM] ABC) ok 455 - "--" ([SB/F/NM] ABC) ok 456 - "--This is a comment" ([RE/F/NM] ABC) ok 457 - "--This is a comment" ([SB/F/NM] ABC) ok 458 - "--A\tcomment" ([RE/F/NM] ABC) ok 459 - "--A\tcomment" ([SB/F/NM] ABC) ok 460 - "--Another /* comment" ([RE/F/NM] ABC) ok 461 - "--Another /* comment" ([SB/F/NM] ABC) ok 462 - "\n" ([RE/F/NM] ABC) ok 463 - "\n" ([SB/F/NM] ABC) ok 464 - "This is a comment\n" ([RE/F/NM] ABC) ok 465 - "This is a comment\n" ([SB/F/NM] ABC) ok 466 - "A\tcomment\n" ([RE/F/NM] ABC) ok 467 - "A\tcomment\n" ([SB/F/NM] ABC) ok 468 - "Another /* comment\n" ([RE/F/NM] ABC) ok 469 - "Another /* comment\n" ([SB/F/NM] ABC) ok 470 - "---" ([RE/F/NM] ABC) ok 471 - "---" ([SB/F/NM] ABC) ok 472 - "---This is a comment" ([RE/F/NM] ABC) ok 473 - "---This is a comment" ([SB/F/NM] ABC) ok 474 - "---A\tcomment" ([RE/F/NM] ABC) ok 475 - "---A\tcomment" ([SB/F/NM] ABC) ok 476 - "---Another /* comment" ([RE/F/NM] ABC) ok 477 - "---Another /* comment" ([SB/F/NM] ABC) ok 478 - "\n" ([RE/F/NM] ABC) ok 479 - "\n" ([SB/F/NM] ABC) ok 480 - "This is a comment\n" ([RE/F/NM] ABC) ok 481 - "This is a comment\n" ([SB/F/NM] ABC) ok 482 - "A\tcomment\n" ([RE/F/NM] ABC) ok 483 - "A\tcomment\n" ([SB/F/NM] ABC) ok 484 - "Another /* comment\n" ([RE/F/NM] ABC) ok 485 - "Another /* comment\n" ([SB/F/NM] ABC) ok 486 - "-----" ([RE/F/NM] ABC) ok 487 - "-----" ([SB/F/NM] ABC) ok 488 - "-----This is a comment" ([RE/F/NM] ABC) ok 489 - "-----This is a comment" ([SB/F/NM] ABC) ok 490 - "-----A\tcomment" ([RE/F/NM] ABC) ok 491 - "-----A\tcomment" ([SB/F/NM] ABC) ok 492 - "-----Another /* comment" ([RE/F/NM] ABC) ok 493 - "-----Another /* comment" ([SB/F/NM] ABC) ok 494 - "\n" ([RE/F/NM] ABC) ok 495 - "\n" ([SB/F/NM] ABC) ok 496 - "This is a comment\n" ([RE/F/NM] ABC) ok 497 - "This is a comment\n" ([SB/F/NM] ABC) ok 498 - "A\tcomment\n" ([RE/F/NM] ABC) ok 499 - "A\tcomment\n" ([SB/F/NM] ABC) ok 500 - "Another /* comment\n" ([RE/F/NM] ABC) ok 501 - "Another /* comment\n" ([SB/F/NM] ABC) ok 502 - "\\"" ([RE/F/NM] ABC) ok 503 - "\\"" ([SB/F/NM] ABC) ok 504 - "\\"This is a comment" ([RE/F/NM] ABC) ok 505 - "\\"This is a comment" ([SB/F/NM] ABC) ok 506 - "\\"A\tcomment" ([RE/F/NM] ABC) ok 507 - "\\"A\tcomment" ([SB/F/NM] ABC) ok 508 - "\\"Another /* comment" ([RE/F/NM] ABC) ok 509 - "\\"Another /* comment" ([SB/F/NM] ABC) ok 510 - "\n" ([RE/F/NM] ABC) ok 511 - "\n" ([SB/F/NM] ABC) ok 512 - "This is a comment\n" ([RE/F/NM] ABC) ok 513 - "This is a comment\n" ([SB/F/NM] ABC) ok 514 - "A\tcomment\n" ([RE/F/NM] ABC) ok 515 - "A\tcomment\n" ([SB/F/NM] ABC) ok 516 - "Another /* comment\n" ([RE/F/NM] ABC) ok 517 - "Another /* comment\n" ([SB/F/NM] ABC) ok 518 - """ ([RE/F/NM] ABC) ok 519 - """ ([SB/F/NM] ABC) ok 520 - ""This is a comment" ([RE/F/NM] ABC) ok 521 - ""This is a comment" ([SB/F/NM] ABC) ok 522 - ""A\tcomment" ([RE/F/NM] ABC) ok 523 - ""A\tcomment" ([SB/F/NM] ABC) ok 524 - ""Another /* comment" ([RE/F/NM] ABC) ok 525 - ""Another /* comment" ([SB/F/NM] ABC) ok 526 - "\n" ([RE/F/NM] ABC) ok 527 - "\n" ([SB/F/NM] ABC) ok 528 - "This is a comment\n" ([RE/F/NM] ABC) ok 529 - "This is a comment\n" ([SB/F/NM] ABC) ok 530 - "A\tcomment\n" ([RE/F/NM] ABC) ok 531 - "A\tcomment\n" ([SB/F/NM] ABC) ok 532 - "Another /* comment\n" ([RE/F/NM] ABC) ok 533 - "Another /* comment\n" ([SB/F/NM] ABC) ok 534 - "'" ([RE/F/NM] ABC) ok 535 - "'" ([SB/F/NM] ABC) ok 536 - "'This is a comment" ([RE/F/NM] ABC) ok 537 - "'This is a comment" ([SB/F/NM] ABC) ok 538 - "'A\tcomment" ([RE/F/NM] ABC) ok 539 - "'A\tcomment" ([SB/F/NM] ABC) ok 540 - "'Another /* comment" ([RE/F/NM] ABC) ok 541 - "'Another /* comment" ([SB/F/NM] ABC) ok 542 - "\n" ([RE/F/NM] ABC) ok 543 - "\n" ([SB/F/NM] ABC) ok 544 - "This is a comment\n" ([RE/F/NM] ABC) ok 545 - "This is a comment\n" ([SB/F/NM] ABC) ok 546 - "A\tcomment\n" ([RE/F/NM] ABC) ok 547 - "A\tcomment\n" ([SB/F/NM] ABC) ok 548 - "Another /* comment\n" ([RE/F/NM] ABC) ok 549 - "Another /* comment\n" ([SB/F/NM] ABC) ok 550 - "/* This is a C comment */" ([RE/F/NM] ABC) ok 551 - "/* This is a C comment */" ([SB/F/NM] ABC) ok 552 - "(* This is a Pascal comment *)" ([RE/F/NM] ABC) ok 553 - "(* This is a Pascal comment *)" ([SB/F/NM] ABC) ok 554 - "" ([RE/F/NM] ABC) ok 555 - "" ([SB/F/NM] ABC) ok 556 - "\\\n\n" ([RE/F/NM] ABC) ok 557 - "\\\n\n" ([SB/F/NM] ABC) ok 558 - "\\This is a comment\n\n" ([RE/F/NM] ABC) ok 559 - "\\This is a comment\n\n" ([SB/F/NM] ABC) ok 560 - "\\A\tcomment\n\n" ([RE/F/NM] ABC) ok 561 - "\\A\tcomment\n\n" ([SB/F/NM] ABC) ok 562 - "\\Another /* comment\n\n" ([RE/F/NM] ABC) ok 563 - "\\Another /* comment\n\n" ([SB/F/NM] ABC) ok 564 - "\\\n\\\n" ([RE/F/NM] ABC) ok 565 - "\\\n\\\n" ([SB/F/NM] ABC) ok 566 - "\\This is a comment\n\\This is a comment\n" ([RE/F/NM] ABC) ok 567 - "\\This is a comment\n\\This is a comment\n" ([SB/F/NM] ABC) ok 568 - "\\A\tcomment\n\\A\tcomment\n" ([RE/F/NM] ABC) ok 569 - "\\A\tcomment\n\\A\tcomment\n" ([SB/F/NM] ABC) ok 570 - "\\Another /* comment\n\\Another /* comment\n" ([RE/F/NM] ABC) ok 571 - "\\Another /* comment\n\\Another /* comment\n" ([SB/F/NM] ABC) ok 572 - "\\\ned74" ([RE/F/NM] ABC) ok 573 - "\\\ned74" ([SB/F/NM] ABC) ok 574 - "\\This is a comment\ngupq" ([RE/F/NM] ABC) ok 575 - "\\This is a comment\ngupq" ([SB/F/NM] ABC) ok 576 - "\\A\tcomment\nknip" ([RE/F/NM] ABC) ok 577 - "\\A\tcomment\nknip" ([SB/F/NM] ABC) ok 578 - "\\Another /* comment\ngke" ([RE/F/NM] ABC) ok 579 - "\\Another /* comment\ngke" ([SB/F/NM] ABC) ok 580 - "ppk\\\n" ([RE/F/NM] ABC) ok 581 - "ppk\\\n" ([SB/F/NM] ABC) ok 582 - "z\\This is a comment\n" ([RE/F/NM] ABC) ok 583 - "z\\This is a comment\n" ([SB/F/NM] ABC) ok 584 - "1vxl\\A\tcomment\n" ([RE/F/NM] ABC) ok 585 - "1vxl\\A\tcomment\n" ([SB/F/NM] ABC) ok 586 - "vzgj\\Another /* comment\n" ([RE/F/NM] ABC) ok 587 - "vzgj\\Another /* comment\n" ([SB/F/NM] ABC) ok 588 - "#\n" ([RE/F/NM] ABC) ok 589 - "#\n" ([SB/F/NM] ABC) ok 590 - "#This is a comment\n" ([RE/F/NM] ABC) ok 591 - "#This is a comment\n" ([SB/F/NM] ABC) ok 592 - "#A\tcomment\n" ([RE/F/NM] ABC) ok 593 - "#A\tcomment\n" ([SB/F/NM] ABC) ok 594 - "#Another /* comment\n" ([RE/F/NM] ABC) ok 595 - "#Another /* comment\n" ([SB/F/NM] ABC) ok 596 - "//\n" ([RE/F/NM] ABC) ok 597 - "//\n" ([SB/F/NM] ABC) ok 598 - "//This is a comment\n" ([RE/F/NM] ABC) ok 599 - "//This is a comment\n" ([SB/F/NM] ABC) ok 600 - "//A\tcomment\n" ([RE/F/NM] ABC) ok 601 - "//A\tcomment\n" ([SB/F/NM] ABC) ok 602 - "//Another /* comment\n" ([RE/F/NM] ABC) ok 603 - "//Another /* comment\n" ([SB/F/NM] ABC) ok 604 - "--\n" ([RE/F/NM] ABC) ok 605 - "--\n" ([SB/F/NM] ABC) ok 606 - "--This is a comment\n" ([RE/F/NM] ABC) ok 607 - "--This is a comment\n" ([SB/F/NM] ABC) ok 608 - "--A\tcomment\n" ([RE/F/NM] ABC) ok 609 - "--A\tcomment\n" ([SB/F/NM] ABC) ok 610 - "--Another /* comment\n" ([RE/F/NM] ABC) ok 611 - "--Another /* comment\n" ([SB/F/NM] ABC) ok 612 - ";\n" ([RE/F/NM] ABC) ok 613 - ";\n" ([SB/F/NM] ABC) ok 614 - ";This is a comment\n" ([RE/F/NM] ABC) ok 615 - ";This is a comment\n" ([SB/F/NM] ABC) ok 616 - ";A\tcomment\n" ([RE/F/NM] ABC) ok 617 - ";A\tcomment\n" ([SB/F/NM] ABC) ok 618 - ";Another /* comment\n" ([RE/F/NM] ABC) ok 619 - ";Another /* comment\n" ([SB/F/NM] ABC) ok 620 - "#\n" ([RE/F/NM] ABC) ok 621 - "#\n" ([SB/F/NM] ABC) ok 622 - "#This is a comment\n" ([RE/F/NM] ABC) ok 623 - "#This is a comment\n" ([SB/F/NM] ABC) ok 624 - "#A\tcomment\n" ([RE/F/NM] ABC) ok 625 - "#A\tcomment\n" ([SB/F/NM] ABC) ok 626 - "#Another /* comment\n" ([RE/F/NM] ABC) ok 627 - "#Another /* comment\n" ([SB/F/NM] ABC) ok 628 - "*\n" ([RE/F/NM] ABC) ok 629 - "*\n" ([SB/F/NM] ABC) ok 630 - "*This is a comment\n" ([RE/F/NM] ABC) ok 631 - "*This is a comment\n" ([SB/F/NM] ABC) ok 632 - "*A\tcomment\n" ([RE/F/NM] ABC) ok 633 - "*A\tcomment\n" ([SB/F/NM] ABC) ok 634 - "*Another /* comment\n" ([RE/F/NM] ABC) ok 635 - "*Another /* comment\n" ([SB/F/NM] ABC) ok 636 - "!\n" ([RE/F/NM] ABC) ok 637 - "!\n" ([SB/F/NM] ABC) ok 638 - "!This is a comment\n" ([RE/F/NM] ABC) ok 639 - "!This is a comment\n" ([SB/F/NM] ABC) ok 640 - "!A\tcomment\n" ([RE/F/NM] ABC) ok 641 - "!A\tcomment\n" ([SB/F/NM] ABC) ok 642 - "!Another /* comment\n" ([RE/F/NM] ABC) ok 643 - "!Another /* comment\n" ([SB/F/NM] ABC) ok 644 - "REM\n" ([RE/F/NM] ABC) ok 645 - "REM\n" ([SB/F/NM] ABC) ok 646 - "REMThis is a comment\n" ([RE/F/NM] ABC) ok 647 - "REMThis is a comment\n" ([SB/F/NM] ABC) ok 648 - "REMA\tcomment\n" ([RE/F/NM] ABC) ok 649 - "REMA\tcomment\n" ([SB/F/NM] ABC) ok 650 - "REMAnother /* comment\n" ([RE/F/NM] ABC) ok 651 - "REMAnother /* comment\n" ([SB/F/NM] ABC) ok 652 - "//\n" ([RE/F/NM] ABC) ok 653 - "//\n" ([SB/F/NM] ABC) ok 654 - "//This is a comment\n" ([RE/F/NM] ABC) ok 655 - "//This is a comment\n" ([SB/F/NM] ABC) ok 656 - "//A\tcomment\n" ([RE/F/NM] ABC) ok 657 - "//A\tcomment\n" ([SB/F/NM] ABC) ok 658 - "//Another /* comment\n" ([RE/F/NM] ABC) ok 659 - "//Another /* comment\n" ([SB/F/NM] ABC) ok 660 - "%\n" ([RE/F/NM] ABC) ok 661 - "%\n" ([SB/F/NM] ABC) ok 662 - "%This is a comment\n" ([RE/F/NM] ABC) ok 663 - "%This is a comment\n" ([SB/F/NM] ABC) ok 664 - "%A\tcomment\n" ([RE/F/NM] ABC) ok 665 - "%A\tcomment\n" ([SB/F/NM] ABC) ok 666 - "%Another /* comment\n" ([RE/F/NM] ABC) ok 667 - "%Another /* comment\n" ([SB/F/NM] ABC) ok 668 - "!\n" ([RE/F/NM] ABC) ok 669 - "!\n" ([SB/F/NM] ABC) ok 670 - "!This is a comment\n" ([RE/F/NM] ABC) ok 671 - "!This is a comment\n" ([SB/F/NM] ABC) ok 672 - "!A\tcomment\n" ([RE/F/NM] ABC) ok 673 - "!A\tcomment\n" ([SB/F/NM] ABC) ok 674 - "!Another /* comment\n" ([RE/F/NM] ABC) ok 675 - "!Another /* comment\n" ([SB/F/NM] ABC) ok 676 - "NB\n" ([RE/F/NM] ABC) ok 677 - "NB\n" ([SB/F/NM] ABC) ok 678 - "NBThis is a comment\n" ([RE/F/NM] ABC) ok 679 - "NBThis is a comment\n" ([SB/F/NM] ABC) ok 680 - "NBA\tcomment\n" ([RE/F/NM] ABC) ok 681 - "NBA\tcomment\n" ([SB/F/NM] ABC) ok 682 - "NBAnother /* comment\n" ([RE/F/NM] ABC) ok 683 - "NBAnother /* comment\n" ([SB/F/NM] ABC) ok 684 - "PLEASE NOT\n" ([RE/F/NM] ABC) ok 685 - "PLEASE NOT\n" ([SB/F/NM] ABC) ok 686 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] ABC) ok 687 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] ABC) ok 688 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] ABC) ok 689 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] ABC) ok 690 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] ABC) ok 691 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] ABC) ok 692 - "PLEASE NOT\n" ([RE/F/NM] ABC) ok 693 - "PLEASE NOT\n" ([SB/F/NM] ABC) ok 694 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] ABC) ok 695 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] ABC) ok 696 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] ABC) ok 697 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] ABC) ok 698 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] ABC) ok 699 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] ABC) ok 700 - "PLEASE N'T\n" ([RE/F/NM] ABC) ok 701 - "PLEASE N'T\n" ([SB/F/NM] ABC) ok 702 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] ABC) ok 703 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] ABC) ok 704 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] ABC) ok 705 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] ABC) ok 706 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] ABC) ok 707 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] ABC) ok 708 - "DO NOT\n" ([RE/F/NM] ABC) ok 709 - "DO NOT\n" ([SB/F/NM] ABC) ok 710 - "DO NOTThis is a comment\n" ([RE/F/NM] ABC) ok 711 - "DO NOTThis is a comment\n" ([SB/F/NM] ABC) ok 712 - "DO NOTA\tcomment\n" ([RE/F/NM] ABC) ok 713 - "DO NOTA\tcomment\n" ([SB/F/NM] ABC) ok 714 - "DO NOTAnother /* comment\n" ([RE/F/NM] ABC) ok 715 - "DO NOTAnother /* comment\n" ([SB/F/NM] ABC) ok 716 - "DO N'T\n" ([RE/F/NM] ABC) ok 717 - "DO N'T\n" ([SB/F/NM] ABC) ok 718 - "DO N'TThis is a comment\n" ([RE/F/NM] ABC) ok 719 - "DO N'TThis is a comment\n" ([SB/F/NM] ABC) ok 720 - "DO N'TA\tcomment\n" ([RE/F/NM] ABC) ok 721 - "DO N'TA\tcomment\n" ([SB/F/NM] ABC) ok 722 - "DO N'TAnother /* comment\n" ([RE/F/NM] ABC) ok 723 - "DO N'TAnother /* comment\n" ([SB/F/NM] ABC) ok 724 - "DO NOT\n" ([RE/F/NM] ABC) ok 725 - "DO NOT\n" ([SB/F/NM] ABC) ok 726 - "DO NOTThis is a comment\n" ([RE/F/NM] ABC) ok 727 - "DO NOTThis is a comment\n" ([SB/F/NM] ABC) ok 728 - "DO NOTA\tcomment\n" ([RE/F/NM] ABC) ok 729 - "DO NOTA\tcomment\n" ([SB/F/NM] ABC) ok 730 - "DO NOTAnother /* comment\n" ([RE/F/NM] ABC) ok 731 - "DO NOTAnother /* comment\n" ([SB/F/NM] ABC) ok 732 - "PLEASE DO NOT\n" ([RE/F/NM] ABC) ok 733 - "PLEASE DO NOT\n" ([SB/F/NM] ABC) ok 734 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] ABC) ok 735 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] ABC) ok 736 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] ABC) ok 737 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] ABC) ok 738 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] ABC) ok 739 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] ABC) ok 740 - "PLEASE DO NOT\n" ([RE/F/NM] ABC) ok 741 - "PLEASE DO NOT\n" ([SB/F/NM] ABC) ok 742 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] ABC) ok 743 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] ABC) ok 744 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] ABC) ok 745 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] ABC) ok 746 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] ABC) ok 747 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] ABC) ok 748 - "PLEASE DO N'T\n" ([RE/F/NM] ABC) ok 749 - "PLEASE DO N'T\n" ([SB/F/NM] ABC) ok 750 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] ABC) ok 751 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] ABC) ok 752 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] ABC) ok 753 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] ABC) ok 754 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] ABC) ok 755 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] ABC) ok 756 - "NB.\n" ([RE/F/NM] ABC) ok 757 - "NB.\n" ([SB/F/NM] ABC) ok 758 - "NB.This is a comment\n" ([RE/F/NM] ABC) ok 759 - "NB.This is a comment\n" ([SB/F/NM] ABC) ok 760 - "NB.A\tcomment\n" ([RE/F/NM] ABC) ok 761 - "NB.A\tcomment\n" ([SB/F/NM] ABC) ok 762 - "NB.Another /* comment\n" ([RE/F/NM] ABC) ok 763 - "NB.Another /* comment\n" ([SB/F/NM] ABC) ok 764 - "{}" ([RE/F/NM] ABC) ok 765 - "{}" ([SB/F/NM] ABC) ok 766 - "{This is a comment}" ([RE/F/NM] ABC) ok 767 - "{This is a comment}" ([SB/F/NM] ABC) ok 768 - "{A\tcomment}" ([RE/F/NM] ABC) ok 769 - "{A\tcomment}" ([SB/F/NM] ABC) ok 770 - "{Another /* comment}" ([RE/F/NM] ABC) ok 771 - "{Another /* comment}" ([SB/F/NM] ABC) ok 772 - ".\n" ([RE/F/NM] ABC) ok 773 - ".\n" ([SB/F/NM] ABC) ok 774 - ".This is a comment\n" ([RE/F/NM] ABC) ok 775 - ".This is a comment\n" ([SB/F/NM] ABC) ok 776 - ".A\tcomment\n" ([RE/F/NM] ABC) ok 777 - ".A\tcomment\n" ([SB/F/NM] ABC) ok 778 - ".Another /* comment\n" ([RE/F/NM] ABC) ok 779 - ".Another /* comment\n" ([SB/F/NM] ABC) ok 780 - ";\n" ([RE/F/NM] ABC) ok 781 - ";\n" ([SB/F/NM] ABC) ok 782 - ";This is a comment\n" ([RE/F/NM] ABC) ok 783 - ";This is a comment\n" ([SB/F/NM] ABC) ok 784 - ";A\tcomment\n" ([RE/F/NM] ABC) ok 785 - ";A\tcomment\n" ([SB/F/NM] ABC) ok 786 - ";Another /* comment\n" ([RE/F/NM] ABC) ok 787 - ";Another /* comment\n" ([SB/F/NM] ABC) ok 788 - "`\n" ([RE/F/NM] ABC) ok 789 - "`\n" ([SB/F/NM] ABC) ok 790 - "`This is a comment\n" ([RE/F/NM] ABC) ok 791 - "`This is a comment\n" ([SB/F/NM] ABC) ok 792 - "`A\tcomment\n" ([RE/F/NM] ABC) ok 793 - "`A\tcomment\n" ([SB/F/NM] ABC) ok 794 - "`Another /* comment\n" ([RE/F/NM] ABC) ok 795 - "`Another /* comment\n" ([SB/F/NM] ABC) ok 796 - "--\n" ([RE/F/NM] ABC) ok 797 - "--\n" ([SB/F/NM] ABC) ok 798 - "--This is a comment\n" ([RE/F/NM] ABC) ok 799 - "--This is a comment\n" ([SB/F/NM] ABC) ok 800 - "--A\tcomment\n" ([RE/F/NM] ABC) ok 801 - "--A\tcomment\n" ([SB/F/NM] ABC) ok 802 - "--Another /* comment\n" ([RE/F/NM] ABC) ok 803 - "--Another /* comment\n" ([SB/F/NM] ABC) ok 804 - "---\n" ([RE/F/NM] ABC) ok 805 - "---\n" ([SB/F/NM] ABC) ok 806 - "---This is a comment\n" ([RE/F/NM] ABC) ok 807 - "---This is a comment\n" ([SB/F/NM] ABC) ok 808 - "---A\tcomment\n" ([RE/F/NM] ABC) ok 809 - "---A\tcomment\n" ([SB/F/NM] ABC) ok 810 - "---Another /* comment\n" ([RE/F/NM] ABC) ok 811 - "---Another /* comment\n" ([SB/F/NM] ABC) ok 812 - "-----\n" ([RE/F/NM] ABC) ok 813 - "-----\n" ([SB/F/NM] ABC) ok 814 - "-----This is a comment\n" ([RE/F/NM] ABC) ok 815 - "-----This is a comment\n" ([SB/F/NM] ABC) ok 816 - "-----A\tcomment\n" ([RE/F/NM] ABC) ok 817 - "-----A\tcomment\n" ([SB/F/NM] ABC) ok 818 - "-----Another /* comment\n" ([RE/F/NM] ABC) ok 819 - "-----Another /* comment\n" ([SB/F/NM] ABC) ok 820 - ""\n" ([RE/F/NM] ABC) ok 821 - ""\n" ([SB/F/NM] ABC) ok 822 - ""This is a comment\n" ([RE/F/NM] ABC) ok 823 - ""This is a comment\n" ([SB/F/NM] ABC) ok 824 - ""A\tcomment\n" ([RE/F/NM] ABC) ok 825 - ""A\tcomment\n" ([SB/F/NM] ABC) ok 826 - ""Another /* comment\n" ([RE/F/NM] ABC) ok 827 - ""Another /* comment\n" ([SB/F/NM] ABC) ok 828 - "'\n" ([RE/F/NM] ABC) ok 829 - "'\n" ([SB/F/NM] ABC) ok 830 - "'This is a comment\n" ([RE/F/NM] ABC) ok 831 - "'This is a comment\n" ([SB/F/NM] ABC) ok 832 - "'A\tcomment\n" ([RE/F/NM] ABC) ok 833 - "'A\tcomment\n" ([SB/F/NM] ABC) ok 834 - "'Another /* comment\n" ([RE/F/NM] ABC) ok 835 - "'Another /* comment\n" ([SB/F/NM] ABC) ok 836 - "\\\n" ([RE/P/MT] Forth) ok 837 - "\\\n" ([OM/P/MT] Forth) ok 838 - "\\\n" ([OS/P/MT] Forth) ok 839 - "\\\n" ([SB/P/MT] Forth) ok 840 - "\\\n" ([KP/P/MT] Forth) ok 841 - "\\This is a comment\n" ([RE/P/MT] Forth) ok 842 - "\\This is a comment\n" ([OM/P/MT] Forth) ok 843 - "\\This is a comment\n" ([OS/P/MT] Forth) ok 844 - "\\This is a comment\n" ([SB/P/MT] Forth) ok 845 - "\\This is a comment\n" ([KP/P/MT] Forth) ok 846 - "\\A\tcomment\n" ([RE/P/MT] Forth) ok 847 - "\\A\tcomment\n" ([OM/P/MT] Forth) ok 848 - "\\A\tcomment\n" ([OS/P/MT] Forth) ok 849 - "\\A\tcomment\n" ([SB/P/MT] Forth) ok 850 - "\\A\tcomment\n" ([KP/P/MT] Forth) ok 851 - "\\Another /* comment\n" ([RE/P/MT] Forth) ok 852 - "\\Another /* comment\n" ([OM/P/MT] Forth) ok 853 - "\\Another /* comment\n" ([OS/P/MT] Forth) ok 854 - "\\Another /* comment\n" ([SB/P/MT] Forth) ok 855 - "\\Another /* comment\n" ([KP/P/MT] Forth) ok 856 - "\\" ([RE/F/NM] Forth) ok 857 - "\\" ([SB/F/NM] Forth) ok 858 - "\\This is a comment" ([RE/F/NM] Forth) ok 859 - "\\This is a comment" ([SB/F/NM] Forth) ok 860 - "\\A\tcomment" ([RE/F/NM] Forth) ok 861 - "\\A\tcomment" ([SB/F/NM] Forth) ok 862 - "\\Another /* comment" ([RE/F/NM] Forth) ok 863 - "\\Another /* comment" ([SB/F/NM] Forth) ok 864 - "\n" ([RE/F/NM] Forth) ok 865 - "\n" ([SB/F/NM] Forth) ok 866 - "This is a comment\n" ([RE/F/NM] Forth) ok 867 - "This is a comment\n" ([SB/F/NM] Forth) ok 868 - "A\tcomment\n" ([RE/F/NM] Forth) ok 869 - "A\tcomment\n" ([SB/F/NM] Forth) ok 870 - "Another /* comment\n" ([RE/F/NM] Forth) ok 871 - "Another /* comment\n" ([SB/F/NM] Forth) ok 872 - "#" ([RE/F/NM] Forth) ok 873 - "#" ([SB/F/NM] Forth) ok 874 - "#This is a comment" ([RE/F/NM] Forth) ok 875 - "#This is a comment" ([SB/F/NM] Forth) ok 876 - "#A\tcomment" ([RE/F/NM] Forth) ok 877 - "#A\tcomment" ([SB/F/NM] Forth) ok 878 - "#Another /* comment" ([RE/F/NM] Forth) ok 879 - "#Another /* comment" ([SB/F/NM] Forth) ok 880 - "\n" ([RE/F/NM] Forth) ok 881 - "\n" ([SB/F/NM] Forth) ok 882 - "This is a comment\n" ([RE/F/NM] Forth) ok 883 - "This is a comment\n" ([SB/F/NM] Forth) ok 884 - "A\tcomment\n" ([RE/F/NM] Forth) ok 885 - "A\tcomment\n" ([SB/F/NM] Forth) ok 886 - "Another /* comment\n" ([RE/F/NM] Forth) ok 887 - "Another /* comment\n" ([SB/F/NM] Forth) ok 888 - "//" ([RE/F/NM] Forth) ok 889 - "//" ([SB/F/NM] Forth) ok 890 - "//This is a comment" ([RE/F/NM] Forth) ok 891 - "//This is a comment" ([SB/F/NM] Forth) ok 892 - "//A\tcomment" ([RE/F/NM] Forth) ok 893 - "//A\tcomment" ([SB/F/NM] Forth) ok 894 - "//Another /* comment" ([RE/F/NM] Forth) ok 895 - "//Another /* comment" ([SB/F/NM] Forth) ok 896 - "\n" ([RE/F/NM] Forth) ok 897 - "\n" ([SB/F/NM] Forth) ok 898 - "This is a comment\n" ([RE/F/NM] Forth) ok 899 - "This is a comment\n" ([SB/F/NM] Forth) ok 900 - "A\tcomment\n" ([RE/F/NM] Forth) ok 901 - "A\tcomment\n" ([SB/F/NM] Forth) ok 902 - "Another /* comment\n" ([RE/F/NM] Forth) ok 903 - "Another /* comment\n" ([SB/F/NM] Forth) ok 904 - "--" ([RE/F/NM] Forth) ok 905 - "--" ([SB/F/NM] Forth) ok 906 - "--This is a comment" ([RE/F/NM] Forth) ok 907 - "--This is a comment" ([SB/F/NM] Forth) ok 908 - "--A\tcomment" ([RE/F/NM] Forth) ok 909 - "--A\tcomment" ([SB/F/NM] Forth) ok 910 - "--Another /* comment" ([RE/F/NM] Forth) ok 911 - "--Another /* comment" ([SB/F/NM] Forth) ok 912 - "\n" ([RE/F/NM] Forth) ok 913 - "\n" ([SB/F/NM] Forth) ok 914 - "This is a comment\n" ([RE/F/NM] Forth) ok 915 - "This is a comment\n" ([SB/F/NM] Forth) ok 916 - "A\tcomment\n" ([RE/F/NM] Forth) ok 917 - "A\tcomment\n" ([SB/F/NM] Forth) ok 918 - "Another /* comment\n" ([RE/F/NM] Forth) ok 919 - "Another /* comment\n" ([SB/F/NM] Forth) ok 920 - ";" ([RE/F/NM] Forth) ok 921 - ";" ([SB/F/NM] Forth) ok 922 - ";This is a comment" ([RE/F/NM] Forth) ok 923 - ";This is a comment" ([SB/F/NM] Forth) ok 924 - ";A\tcomment" ([RE/F/NM] Forth) ok 925 - ";A\tcomment" ([SB/F/NM] Forth) ok 926 - ";Another /* comment" ([RE/F/NM] Forth) ok 927 - ";Another /* comment" ([SB/F/NM] Forth) ok 928 - "\n" ([RE/F/NM] Forth) ok 929 - "\n" ([SB/F/NM] Forth) ok 930 - "This is a comment\n" ([RE/F/NM] Forth) ok 931 - "This is a comment\n" ([SB/F/NM] Forth) ok 932 - "A\tcomment\n" ([RE/F/NM] Forth) ok 933 - "A\tcomment\n" ([SB/F/NM] Forth) ok 934 - "Another /* comment\n" ([RE/F/NM] Forth) ok 935 - "Another /* comment\n" ([SB/F/NM] Forth) ok 936 - "#" ([RE/F/NM] Forth) ok 937 - "#" ([SB/F/NM] Forth) ok 938 - "#This is a comment" ([RE/F/NM] Forth) ok 939 - "#This is a comment" ([SB/F/NM] Forth) ok 940 - "#A\tcomment" ([RE/F/NM] Forth) ok 941 - "#A\tcomment" ([SB/F/NM] Forth) ok 942 - "#Another /* comment" ([RE/F/NM] Forth) ok 943 - "#Another /* comment" ([SB/F/NM] Forth) ok 944 - "\n" ([RE/F/NM] Forth) ok 945 - "\n" ([SB/F/NM] Forth) ok 946 - "This is a comment\n" ([RE/F/NM] Forth) ok 947 - "This is a comment\n" ([SB/F/NM] Forth) ok 948 - "A\tcomment\n" ([RE/F/NM] Forth) ok 949 - "A\tcomment\n" ([SB/F/NM] Forth) ok 950 - "Another /* comment\n" ([RE/F/NM] Forth) ok 951 - "Another /* comment\n" ([SB/F/NM] Forth) ok 952 - "*" ([RE/F/NM] Forth) ok 953 - "*" ([SB/F/NM] Forth) ok 954 - "*This is a comment" ([RE/F/NM] Forth) ok 955 - "*This is a comment" ([SB/F/NM] Forth) ok 956 - "*A\tcomment" ([RE/F/NM] Forth) ok 957 - "*A\tcomment" ([SB/F/NM] Forth) ok 958 - "*Another /* comment" ([RE/F/NM] Forth) ok 959 - "*Another /* comment" ([SB/F/NM] Forth) ok 960 - "\n" ([RE/F/NM] Forth) ok 961 - "\n" ([SB/F/NM] Forth) ok 962 - "This is a comment\n" ([RE/F/NM] Forth) ok 963 - "This is a comment\n" ([SB/F/NM] Forth) ok 964 - "A\tcomment\n" ([RE/F/NM] Forth) ok 965 - "A\tcomment\n" ([SB/F/NM] Forth) ok 966 - "Another /* comment\n" ([RE/F/NM] Forth) ok 967 - "Another /* comment\n" ([SB/F/NM] Forth) ok 968 - "!" ([RE/F/NM] Forth) ok 969 - "!" ([SB/F/NM] Forth) ok 970 - "!This is a comment" ([RE/F/NM] Forth) ok 971 - "!This is a comment" ([SB/F/NM] Forth) ok 972 - "!A\tcomment" ([RE/F/NM] Forth) ok 973 - "!A\tcomment" ([SB/F/NM] Forth) ok 974 - "!Another /* comment" ([RE/F/NM] Forth) ok 975 - "!Another /* comment" ([SB/F/NM] Forth) ok 976 - "\n" ([RE/F/NM] Forth) ok 977 - "\n" ([SB/F/NM] Forth) ok 978 - "This is a comment\n" ([RE/F/NM] Forth) ok 979 - "This is a comment\n" ([SB/F/NM] Forth) ok 980 - "A\tcomment\n" ([RE/F/NM] Forth) ok 981 - "A\tcomment\n" ([SB/F/NM] Forth) ok 982 - "Another /* comment\n" ([RE/F/NM] Forth) ok 983 - "Another /* comment\n" ([SB/F/NM] Forth) ok 984 - "REM" ([RE/F/NM] Forth) ok 985 - "REM" ([SB/F/NM] Forth) ok 986 - "REMThis is a comment" ([RE/F/NM] Forth) ok 987 - "REMThis is a comment" ([SB/F/NM] Forth) ok 988 - "REMA\tcomment" ([RE/F/NM] Forth) ok 989 - "REMA\tcomment" ([SB/F/NM] Forth) ok 990 - "REMAnother /* comment" ([RE/F/NM] Forth) ok 991 - "REMAnother /* comment" ([SB/F/NM] Forth) ok 992 - "\n" ([RE/F/NM] Forth) ok 993 - "\n" ([SB/F/NM] Forth) ok 994 - "This is a comment\n" ([RE/F/NM] Forth) ok 995 - "This is a comment\n" ([SB/F/NM] Forth) ok 996 - "A\tcomment\n" ([RE/F/NM] Forth) ok 997 - "A\tcomment\n" ([SB/F/NM] Forth) ok 998 - "Another /* comment\n" ([RE/F/NM] Forth) ok 999 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1000 - "//" ([RE/F/NM] Forth) ok 1001 - "//" ([SB/F/NM] Forth) ok 1002 - "//This is a comment" ([RE/F/NM] Forth) ok 1003 - "//This is a comment" ([SB/F/NM] Forth) ok 1004 - "//A\tcomment" ([RE/F/NM] Forth) ok 1005 - "//A\tcomment" ([SB/F/NM] Forth) ok 1006 - "//Another /* comment" ([RE/F/NM] Forth) ok 1007 - "//Another /* comment" ([SB/F/NM] Forth) ok 1008 - "\n" ([RE/F/NM] Forth) ok 1009 - "\n" ([SB/F/NM] Forth) ok 1010 - "This is a comment\n" ([RE/F/NM] Forth) ok 1011 - "This is a comment\n" ([SB/F/NM] Forth) ok 1012 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1013 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1014 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1015 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1016 - "%" ([RE/F/NM] Forth) ok 1017 - "%" ([SB/F/NM] Forth) ok 1018 - "%This is a comment" ([RE/F/NM] Forth) ok 1019 - "%This is a comment" ([SB/F/NM] Forth) ok 1020 - "%A\tcomment" ([RE/F/NM] Forth) ok 1021 - "%A\tcomment" ([SB/F/NM] Forth) ok 1022 - "%Another /* comment" ([RE/F/NM] Forth) ok 1023 - "%Another /* comment" ([SB/F/NM] Forth) ok 1024 - "\n" ([RE/F/NM] Forth) ok 1025 - "\n" ([SB/F/NM] Forth) ok 1026 - "This is a comment\n" ([RE/F/NM] Forth) ok 1027 - "This is a comment\n" ([SB/F/NM] Forth) ok 1028 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1029 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1030 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1031 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1032 - "!" ([RE/F/NM] Forth) ok 1033 - "!" ([SB/F/NM] Forth) ok 1034 - "!This is a comment" ([RE/F/NM] Forth) ok 1035 - "!This is a comment" ([SB/F/NM] Forth) ok 1036 - "!A\tcomment" ([RE/F/NM] Forth) ok 1037 - "!A\tcomment" ([SB/F/NM] Forth) ok 1038 - "!Another /* comment" ([RE/F/NM] Forth) ok 1039 - "!Another /* comment" ([SB/F/NM] Forth) ok 1040 - "\n" ([RE/F/NM] Forth) ok 1041 - "\n" ([SB/F/NM] Forth) ok 1042 - "This is a comment\n" ([RE/F/NM] Forth) ok 1043 - "This is a comment\n" ([SB/F/NM] Forth) ok 1044 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1045 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1046 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1047 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1048 - "NB" ([RE/F/NM] Forth) ok 1049 - "NB" ([SB/F/NM] Forth) ok 1050 - "NBThis is a comment" ([RE/F/NM] Forth) ok 1051 - "NBThis is a comment" ([SB/F/NM] Forth) ok 1052 - "NBA\tcomment" ([RE/F/NM] Forth) ok 1053 - "NBA\tcomment" ([SB/F/NM] Forth) ok 1054 - "NBAnother /* comment" ([RE/F/NM] Forth) ok 1055 - "NBAnother /* comment" ([SB/F/NM] Forth) ok 1056 - "\n" ([RE/F/NM] Forth) ok 1057 - "\n" ([SB/F/NM] Forth) ok 1058 - "This is a comment\n" ([RE/F/NM] Forth) ok 1059 - "This is a comment\n" ([SB/F/NM] Forth) ok 1060 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1061 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1062 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1063 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1064 - "PLEASE NOT" ([RE/F/NM] Forth) ok 1065 - "PLEASE NOT" ([SB/F/NM] Forth) ok 1066 - "PLEASE NOTThis is a comment" ([RE/F/NM] Forth) ok 1067 - "PLEASE NOTThis is a comment" ([SB/F/NM] Forth) ok 1068 - "PLEASE NOTA\tcomment" ([RE/F/NM] Forth) ok 1069 - "PLEASE NOTA\tcomment" ([SB/F/NM] Forth) ok 1070 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Forth) ok 1071 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Forth) ok 1072 - "\n" ([RE/F/NM] Forth) ok 1073 - "\n" ([SB/F/NM] Forth) ok 1074 - "This is a comment\n" ([RE/F/NM] Forth) ok 1075 - "This is a comment\n" ([SB/F/NM] Forth) ok 1076 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1077 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1078 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1079 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1080 - "PLEASE NOT" ([RE/F/NM] Forth) ok 1081 - "PLEASE NOT" ([SB/F/NM] Forth) ok 1082 - "PLEASE NOTThis is a comment" ([RE/F/NM] Forth) ok 1083 - "PLEASE NOTThis is a comment" ([SB/F/NM] Forth) ok 1084 - "PLEASE NOTA\tcomment" ([RE/F/NM] Forth) ok 1085 - "PLEASE NOTA\tcomment" ([SB/F/NM] Forth) ok 1086 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Forth) ok 1087 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Forth) ok 1088 - "\n" ([RE/F/NM] Forth) ok 1089 - "\n" ([SB/F/NM] Forth) ok 1090 - "This is a comment\n" ([RE/F/NM] Forth) ok 1091 - "This is a comment\n" ([SB/F/NM] Forth) ok 1092 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1093 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1094 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1095 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1096 - "PLEASE N'T" ([RE/F/NM] Forth) ok 1097 - "PLEASE N'T" ([SB/F/NM] Forth) ok 1098 - "PLEASE N'TThis is a comment" ([RE/F/NM] Forth) ok 1099 - "PLEASE N'TThis is a comment" ([SB/F/NM] Forth) ok 1100 - "PLEASE N'TA\tcomment" ([RE/F/NM] Forth) ok 1101 - "PLEASE N'TA\tcomment" ([SB/F/NM] Forth) ok 1102 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Forth) ok 1103 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Forth) ok 1104 - "\n" ([RE/F/NM] Forth) ok 1105 - "\n" ([SB/F/NM] Forth) ok 1106 - "This is a comment\n" ([RE/F/NM] Forth) ok 1107 - "This is a comment\n" ([SB/F/NM] Forth) ok 1108 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1109 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1110 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1111 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1112 - "DO NOT" ([RE/F/NM] Forth) ok 1113 - "DO NOT" ([SB/F/NM] Forth) ok 1114 - "DO NOTThis is a comment" ([RE/F/NM] Forth) ok 1115 - "DO NOTThis is a comment" ([SB/F/NM] Forth) ok 1116 - "DO NOTA\tcomment" ([RE/F/NM] Forth) ok 1117 - "DO NOTA\tcomment" ([SB/F/NM] Forth) ok 1118 - "DO NOTAnother /* comment" ([RE/F/NM] Forth) ok 1119 - "DO NOTAnother /* comment" ([SB/F/NM] Forth) ok 1120 - "\n" ([RE/F/NM] Forth) ok 1121 - "\n" ([SB/F/NM] Forth) ok 1122 - "This is a comment\n" ([RE/F/NM] Forth) ok 1123 - "This is a comment\n" ([SB/F/NM] Forth) ok 1124 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1125 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1126 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1127 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1128 - "DO N'T" ([RE/F/NM] Forth) ok 1129 - "DO N'T" ([SB/F/NM] Forth) ok 1130 - "DO N'TThis is a comment" ([RE/F/NM] Forth) ok 1131 - "DO N'TThis is a comment" ([SB/F/NM] Forth) ok 1132 - "DO N'TA\tcomment" ([RE/F/NM] Forth) ok 1133 - "DO N'TA\tcomment" ([SB/F/NM] Forth) ok 1134 - "DO N'TAnother /* comment" ([RE/F/NM] Forth) ok 1135 - "DO N'TAnother /* comment" ([SB/F/NM] Forth) ok 1136 - "\n" ([RE/F/NM] Forth) ok 1137 - "\n" ([SB/F/NM] Forth) ok 1138 - "This is a comment\n" ([RE/F/NM] Forth) ok 1139 - "This is a comment\n" ([SB/F/NM] Forth) ok 1140 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1141 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1142 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1143 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1144 - "DO NOT" ([RE/F/NM] Forth) ok 1145 - "DO NOT" ([SB/F/NM] Forth) ok 1146 - "DO NOTThis is a comment" ([RE/F/NM] Forth) ok 1147 - "DO NOTThis is a comment" ([SB/F/NM] Forth) ok 1148 - "DO NOTA\tcomment" ([RE/F/NM] Forth) ok 1149 - "DO NOTA\tcomment" ([SB/F/NM] Forth) ok 1150 - "DO NOTAnother /* comment" ([RE/F/NM] Forth) ok 1151 - "DO NOTAnother /* comment" ([SB/F/NM] Forth) ok 1152 - "\n" ([RE/F/NM] Forth) ok 1153 - "\n" ([SB/F/NM] Forth) ok 1154 - "This is a comment\n" ([RE/F/NM] Forth) ok 1155 - "This is a comment\n" ([SB/F/NM] Forth) ok 1156 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1157 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1158 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1159 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1160 - "PLEASE DO NOT" ([RE/F/NM] Forth) ok 1161 - "PLEASE DO NOT" ([SB/F/NM] Forth) ok 1162 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Forth) ok 1163 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Forth) ok 1164 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Forth) ok 1165 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Forth) ok 1166 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Forth) ok 1167 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Forth) ok 1168 - "\n" ([RE/F/NM] Forth) ok 1169 - "\n" ([SB/F/NM] Forth) ok 1170 - "This is a comment\n" ([RE/F/NM] Forth) ok 1171 - "This is a comment\n" ([SB/F/NM] Forth) ok 1172 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1173 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1174 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1175 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1176 - "PLEASE DO NOT" ([RE/F/NM] Forth) ok 1177 - "PLEASE DO NOT" ([SB/F/NM] Forth) ok 1178 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Forth) ok 1179 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Forth) ok 1180 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Forth) ok 1181 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Forth) ok 1182 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Forth) ok 1183 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Forth) ok 1184 - "\n" ([RE/F/NM] Forth) ok 1185 - "\n" ([SB/F/NM] Forth) ok 1186 - "This is a comment\n" ([RE/F/NM] Forth) ok 1187 - "This is a comment\n" ([SB/F/NM] Forth) ok 1188 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1189 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1190 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1191 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1192 - "PLEASE DO N'T" ([RE/F/NM] Forth) ok 1193 - "PLEASE DO N'T" ([SB/F/NM] Forth) ok 1194 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Forth) ok 1195 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Forth) ok 1196 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Forth) ok 1197 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Forth) ok 1198 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Forth) ok 1199 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Forth) ok 1200 - "\n" ([RE/F/NM] Forth) ok 1201 - "\n" ([SB/F/NM] Forth) ok 1202 - "This is a comment\n" ([RE/F/NM] Forth) ok 1203 - "This is a comment\n" ([SB/F/NM] Forth) ok 1204 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1205 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1206 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1207 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1208 - "NB." ([RE/F/NM] Forth) ok 1209 - "NB." ([SB/F/NM] Forth) ok 1210 - "NB.This is a comment" ([RE/F/NM] Forth) ok 1211 - "NB.This is a comment" ([SB/F/NM] Forth) ok 1212 - "NB.A\tcomment" ([RE/F/NM] Forth) ok 1213 - "NB.A\tcomment" ([SB/F/NM] Forth) ok 1214 - "NB.Another /* comment" ([RE/F/NM] Forth) ok 1215 - "NB.Another /* comment" ([SB/F/NM] Forth) ok 1216 - "\n" ([RE/F/NM] Forth) ok 1217 - "\n" ([SB/F/NM] Forth) ok 1218 - "This is a comment\n" ([RE/F/NM] Forth) ok 1219 - "This is a comment\n" ([SB/F/NM] Forth) ok 1220 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1221 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1222 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1223 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1224 - "{" ([RE/F/NM] Forth) ok 1225 - "{" ([SB/F/NM] Forth) ok 1226 - "{This is a comment" ([RE/F/NM] Forth) ok 1227 - "{This is a comment" ([SB/F/NM] Forth) ok 1228 - "{A\tcomment" ([RE/F/NM] Forth) ok 1229 - "{A\tcomment" ([SB/F/NM] Forth) ok 1230 - "{Another /* comment" ([RE/F/NM] Forth) ok 1231 - "{Another /* comment" ([SB/F/NM] Forth) ok 1232 - "}" ([RE/F/NM] Forth) ok 1233 - "}" ([SB/F/NM] Forth) ok 1234 - "This is a comment}" ([RE/F/NM] Forth) ok 1235 - "This is a comment}" ([SB/F/NM] Forth) ok 1236 - "A\tcomment}" ([RE/F/NM] Forth) ok 1237 - "A\tcomment}" ([SB/F/NM] Forth) ok 1238 - "Another /* comment}" ([RE/F/NM] Forth) ok 1239 - "Another /* comment}" ([SB/F/NM] Forth) ok 1240 - "." ([RE/F/NM] Forth) ok 1241 - "." ([SB/F/NM] Forth) ok 1242 - ".This is a comment" ([RE/F/NM] Forth) ok 1243 - ".This is a comment" ([SB/F/NM] Forth) ok 1244 - ".A\tcomment" ([RE/F/NM] Forth) ok 1245 - ".A\tcomment" ([SB/F/NM] Forth) ok 1246 - ".Another /* comment" ([RE/F/NM] Forth) ok 1247 - ".Another /* comment" ([SB/F/NM] Forth) ok 1248 - "\n" ([RE/F/NM] Forth) ok 1249 - "\n" ([SB/F/NM] Forth) ok 1250 - "This is a comment\n" ([RE/F/NM] Forth) ok 1251 - "This is a comment\n" ([SB/F/NM] Forth) ok 1252 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1253 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1254 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1255 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1256 - ";" ([RE/F/NM] Forth) ok 1257 - ";" ([SB/F/NM] Forth) ok 1258 - ";This is a comment" ([RE/F/NM] Forth) ok 1259 - ";This is a comment" ([SB/F/NM] Forth) ok 1260 - ";A\tcomment" ([RE/F/NM] Forth) ok 1261 - ";A\tcomment" ([SB/F/NM] Forth) ok 1262 - ";Another /* comment" ([RE/F/NM] Forth) ok 1263 - ";Another /* comment" ([SB/F/NM] Forth) ok 1264 - "\n" ([RE/F/NM] Forth) ok 1265 - "\n" ([SB/F/NM] Forth) ok 1266 - "This is a comment\n" ([RE/F/NM] Forth) ok 1267 - "This is a comment\n" ([SB/F/NM] Forth) ok 1268 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1269 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1270 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1271 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1272 - "`" ([RE/F/NM] Forth) ok 1273 - "`" ([SB/F/NM] Forth) ok 1274 - "`This is a comment" ([RE/F/NM] Forth) ok 1275 - "`This is a comment" ([SB/F/NM] Forth) ok 1276 - "`A\tcomment" ([RE/F/NM] Forth) ok 1277 - "`A\tcomment" ([SB/F/NM] Forth) ok 1278 - "`Another /* comment" ([RE/F/NM] Forth) ok 1279 - "`Another /* comment" ([SB/F/NM] Forth) ok 1280 - "\n" ([RE/F/NM] Forth) ok 1281 - "\n" ([SB/F/NM] Forth) ok 1282 - "This is a comment\n" ([RE/F/NM] Forth) ok 1283 - "This is a comment\n" ([SB/F/NM] Forth) ok 1284 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1285 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1286 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1287 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1288 - "--" ([RE/F/NM] Forth) ok 1289 - "--" ([SB/F/NM] Forth) ok 1290 - "--This is a comment" ([RE/F/NM] Forth) ok 1291 - "--This is a comment" ([SB/F/NM] Forth) ok 1292 - "--A\tcomment" ([RE/F/NM] Forth) ok 1293 - "--A\tcomment" ([SB/F/NM] Forth) ok 1294 - "--Another /* comment" ([RE/F/NM] Forth) ok 1295 - "--Another /* comment" ([SB/F/NM] Forth) ok 1296 - "\n" ([RE/F/NM] Forth) ok 1297 - "\n" ([SB/F/NM] Forth) ok 1298 - "This is a comment\n" ([RE/F/NM] Forth) ok 1299 - "This is a comment\n" ([SB/F/NM] Forth) ok 1300 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1301 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1302 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1303 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1304 - "---" ([RE/F/NM] Forth) ok 1305 - "---" ([SB/F/NM] Forth) ok 1306 - "---This is a comment" ([RE/F/NM] Forth) ok 1307 - "---This is a comment" ([SB/F/NM] Forth) ok 1308 - "---A\tcomment" ([RE/F/NM] Forth) ok 1309 - "---A\tcomment" ([SB/F/NM] Forth) ok 1310 - "---Another /* comment" ([RE/F/NM] Forth) ok 1311 - "---Another /* comment" ([SB/F/NM] Forth) ok 1312 - "\n" ([RE/F/NM] Forth) ok 1313 - "\n" ([SB/F/NM] Forth) ok 1314 - "This is a comment\n" ([RE/F/NM] Forth) ok 1315 - "This is a comment\n" ([SB/F/NM] Forth) ok 1316 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1317 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1318 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1319 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1320 - "-----" ([RE/F/NM] Forth) ok 1321 - "-----" ([SB/F/NM] Forth) ok 1322 - "-----This is a comment" ([RE/F/NM] Forth) ok 1323 - "-----This is a comment" ([SB/F/NM] Forth) ok 1324 - "-----A\tcomment" ([RE/F/NM] Forth) ok 1325 - "-----A\tcomment" ([SB/F/NM] Forth) ok 1326 - "-----Another /* comment" ([RE/F/NM] Forth) ok 1327 - "-----Another /* comment" ([SB/F/NM] Forth) ok 1328 - "\n" ([RE/F/NM] Forth) ok 1329 - "\n" ([SB/F/NM] Forth) ok 1330 - "This is a comment\n" ([RE/F/NM] Forth) ok 1331 - "This is a comment\n" ([SB/F/NM] Forth) ok 1332 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1333 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1334 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1335 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1336 - "\\"" ([RE/F/NM] Forth) ok 1337 - "\\"" ([SB/F/NM] Forth) ok 1338 - "\\"This is a comment" ([RE/F/NM] Forth) ok 1339 - "\\"This is a comment" ([SB/F/NM] Forth) ok 1340 - "\\"A\tcomment" ([RE/F/NM] Forth) ok 1341 - "\\"A\tcomment" ([SB/F/NM] Forth) ok 1342 - "\\"Another /* comment" ([RE/F/NM] Forth) ok 1343 - "\\"Another /* comment" ([SB/F/NM] Forth) ok 1344 - "\n" ([RE/F/NM] Forth) ok 1345 - "\n" ([SB/F/NM] Forth) ok 1346 - "This is a comment\n" ([RE/F/NM] Forth) ok 1347 - "This is a comment\n" ([SB/F/NM] Forth) ok 1348 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1349 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1350 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1351 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1352 - """ ([RE/F/NM] Forth) ok 1353 - """ ([SB/F/NM] Forth) ok 1354 - ""This is a comment" ([RE/F/NM] Forth) ok 1355 - ""This is a comment" ([SB/F/NM] Forth) ok 1356 - ""A\tcomment" ([RE/F/NM] Forth) ok 1357 - ""A\tcomment" ([SB/F/NM] Forth) ok 1358 - ""Another /* comment" ([RE/F/NM] Forth) ok 1359 - ""Another /* comment" ([SB/F/NM] Forth) ok 1360 - "\n" ([RE/F/NM] Forth) ok 1361 - "\n" ([SB/F/NM] Forth) ok 1362 - "This is a comment\n" ([RE/F/NM] Forth) ok 1363 - "This is a comment\n" ([SB/F/NM] Forth) ok 1364 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1365 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1366 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1367 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1368 - "'" ([RE/F/NM] Forth) ok 1369 - "'" ([SB/F/NM] Forth) ok 1370 - "'This is a comment" ([RE/F/NM] Forth) ok 1371 - "'This is a comment" ([SB/F/NM] Forth) ok 1372 - "'A\tcomment" ([RE/F/NM] Forth) ok 1373 - "'A\tcomment" ([SB/F/NM] Forth) ok 1374 - "'Another /* comment" ([RE/F/NM] Forth) ok 1375 - "'Another /* comment" ([SB/F/NM] Forth) ok 1376 - "\n" ([RE/F/NM] Forth) ok 1377 - "\n" ([SB/F/NM] Forth) ok 1378 - "This is a comment\n" ([RE/F/NM] Forth) ok 1379 - "This is a comment\n" ([SB/F/NM] Forth) ok 1380 - "A\tcomment\n" ([RE/F/NM] Forth) ok 1381 - "A\tcomment\n" ([SB/F/NM] Forth) ok 1382 - "Another /* comment\n" ([RE/F/NM] Forth) ok 1383 - "Another /* comment\n" ([SB/F/NM] Forth) ok 1384 - "/* This is a C comment */" ([RE/F/NM] Forth) ok 1385 - "/* This is a C comment */" ([SB/F/NM] Forth) ok 1386 - "(* This is a Pascal comment *)" ([RE/F/NM] Forth) ok 1387 - "(* This is a Pascal comment *)" ([SB/F/NM] Forth) ok 1388 - "" ([RE/F/NM] Forth) ok 1389 - "" ([SB/F/NM] Forth) ok 1390 - "\\\n\n" ([RE/F/NM] Forth) ok 1391 - "\\\n\n" ([SB/F/NM] Forth) ok 1392 - "\\This is a comment\n\n" ([RE/F/NM] Forth) ok 1393 - "\\This is a comment\n\n" ([SB/F/NM] Forth) ok 1394 - "\\A\tcomment\n\n" ([RE/F/NM] Forth) ok 1395 - "\\A\tcomment\n\n" ([SB/F/NM] Forth) ok 1396 - "\\Another /* comment\n\n" ([RE/F/NM] Forth) ok 1397 - "\\Another /* comment\n\n" ([SB/F/NM] Forth) ok 1398 - "\\\n\\\n" ([RE/F/NM] Forth) ok 1399 - "\\\n\\\n" ([SB/F/NM] Forth) ok 1400 - "\\This is a comment\n\\This is a comment\n" ([RE/F/NM] Forth) ok 1401 - "\\This is a comment\n\\This is a comment\n" ([SB/F/NM] Forth) ok 1402 - "\\A\tcomment\n\\A\tcomment\n" ([RE/F/NM] Forth) ok 1403 - "\\A\tcomment\n\\A\tcomment\n" ([SB/F/NM] Forth) ok 1404 - "\\Another /* comment\n\\Another /* comment\n" ([RE/F/NM] Forth) ok 1405 - "\\Another /* comment\n\\Another /* comment\n" ([SB/F/NM] Forth) ok 1406 - "\\\ned74" ([RE/F/NM] Forth) ok 1407 - "\\\ned74" ([SB/F/NM] Forth) ok 1408 - "\\This is a comment\ngupq" ([RE/F/NM] Forth) ok 1409 - "\\This is a comment\ngupq" ([SB/F/NM] Forth) ok 1410 - "\\A\tcomment\nknip" ([RE/F/NM] Forth) ok 1411 - "\\A\tcomment\nknip" ([SB/F/NM] Forth) ok 1412 - "\\Another /* comment\ngke" ([RE/F/NM] Forth) ok 1413 - "\\Another /* comment\ngke" ([SB/F/NM] Forth) ok 1414 - "ppk\\\n" ([RE/F/NM] Forth) ok 1415 - "ppk\\\n" ([SB/F/NM] Forth) ok 1416 - "z\\This is a comment\n" ([RE/F/NM] Forth) ok 1417 - "z\\This is a comment\n" ([SB/F/NM] Forth) ok 1418 - "1vxl\\A\tcomment\n" ([RE/F/NM] Forth) ok 1419 - "1vxl\\A\tcomment\n" ([SB/F/NM] Forth) ok 1420 - "vzgj\\Another /* comment\n" ([RE/F/NM] Forth) ok 1421 - "vzgj\\Another /* comment\n" ([SB/F/NM] Forth) ok 1422 - "#\n" ([RE/F/NM] Forth) ok 1423 - "#\n" ([SB/F/NM] Forth) ok 1424 - "#This is a comment\n" ([RE/F/NM] Forth) ok 1425 - "#This is a comment\n" ([SB/F/NM] Forth) ok 1426 - "#A\tcomment\n" ([RE/F/NM] Forth) ok 1427 - "#A\tcomment\n" ([SB/F/NM] Forth) ok 1428 - "#Another /* comment\n" ([RE/F/NM] Forth) ok 1429 - "#Another /* comment\n" ([SB/F/NM] Forth) ok 1430 - "//\n" ([RE/F/NM] Forth) ok 1431 - "//\n" ([SB/F/NM] Forth) ok 1432 - "//This is a comment\n" ([RE/F/NM] Forth) ok 1433 - "//This is a comment\n" ([SB/F/NM] Forth) ok 1434 - "//A\tcomment\n" ([RE/F/NM] Forth) ok 1435 - "//A\tcomment\n" ([SB/F/NM] Forth) ok 1436 - "//Another /* comment\n" ([RE/F/NM] Forth) ok 1437 - "//Another /* comment\n" ([SB/F/NM] Forth) ok 1438 - "--\n" ([RE/F/NM] Forth) ok 1439 - "--\n" ([SB/F/NM] Forth) ok 1440 - "--This is a comment\n" ([RE/F/NM] Forth) ok 1441 - "--This is a comment\n" ([SB/F/NM] Forth) ok 1442 - "--A\tcomment\n" ([RE/F/NM] Forth) ok 1443 - "--A\tcomment\n" ([SB/F/NM] Forth) ok 1444 - "--Another /* comment\n" ([RE/F/NM] Forth) ok 1445 - "--Another /* comment\n" ([SB/F/NM] Forth) ok 1446 - ";\n" ([RE/F/NM] Forth) ok 1447 - ";\n" ([SB/F/NM] Forth) ok 1448 - ";This is a comment\n" ([RE/F/NM] Forth) ok 1449 - ";This is a comment\n" ([SB/F/NM] Forth) ok 1450 - ";A\tcomment\n" ([RE/F/NM] Forth) ok 1451 - ";A\tcomment\n" ([SB/F/NM] Forth) ok 1452 - ";Another /* comment\n" ([RE/F/NM] Forth) ok 1453 - ";Another /* comment\n" ([SB/F/NM] Forth) ok 1454 - "#\n" ([RE/F/NM] Forth) ok 1455 - "#\n" ([SB/F/NM] Forth) ok 1456 - "#This is a comment\n" ([RE/F/NM] Forth) ok 1457 - "#This is a comment\n" ([SB/F/NM] Forth) ok 1458 - "#A\tcomment\n" ([RE/F/NM] Forth) ok 1459 - "#A\tcomment\n" ([SB/F/NM] Forth) ok 1460 - "#Another /* comment\n" ([RE/F/NM] Forth) ok 1461 - "#Another /* comment\n" ([SB/F/NM] Forth) ok 1462 - "*\n" ([RE/F/NM] Forth) ok 1463 - "*\n" ([SB/F/NM] Forth) ok 1464 - "*This is a comment\n" ([RE/F/NM] Forth) ok 1465 - "*This is a comment\n" ([SB/F/NM] Forth) ok 1466 - "*A\tcomment\n" ([RE/F/NM] Forth) ok 1467 - "*A\tcomment\n" ([SB/F/NM] Forth) ok 1468 - "*Another /* comment\n" ([RE/F/NM] Forth) ok 1469 - "*Another /* comment\n" ([SB/F/NM] Forth) ok 1470 - "!\n" ([RE/F/NM] Forth) ok 1471 - "!\n" ([SB/F/NM] Forth) ok 1472 - "!This is a comment\n" ([RE/F/NM] Forth) ok 1473 - "!This is a comment\n" ([SB/F/NM] Forth) ok 1474 - "!A\tcomment\n" ([RE/F/NM] Forth) ok 1475 - "!A\tcomment\n" ([SB/F/NM] Forth) ok 1476 - "!Another /* comment\n" ([RE/F/NM] Forth) ok 1477 - "!Another /* comment\n" ([SB/F/NM] Forth) ok 1478 - "REM\n" ([RE/F/NM] Forth) ok 1479 - "REM\n" ([SB/F/NM] Forth) ok 1480 - "REMThis is a comment\n" ([RE/F/NM] Forth) ok 1481 - "REMThis is a comment\n" ([SB/F/NM] Forth) ok 1482 - "REMA\tcomment\n" ([RE/F/NM] Forth) ok 1483 - "REMA\tcomment\n" ([SB/F/NM] Forth) ok 1484 - "REMAnother /* comment\n" ([RE/F/NM] Forth) ok 1485 - "REMAnother /* comment\n" ([SB/F/NM] Forth) ok 1486 - "//\n" ([RE/F/NM] Forth) ok 1487 - "//\n" ([SB/F/NM] Forth) ok 1488 - "//This is a comment\n" ([RE/F/NM] Forth) ok 1489 - "//This is a comment\n" ([SB/F/NM] Forth) ok 1490 - "//A\tcomment\n" ([RE/F/NM] Forth) ok 1491 - "//A\tcomment\n" ([SB/F/NM] Forth) ok 1492 - "//Another /* comment\n" ([RE/F/NM] Forth) ok 1493 - "//Another /* comment\n" ([SB/F/NM] Forth) ok 1494 - "%\n" ([RE/F/NM] Forth) ok 1495 - "%\n" ([SB/F/NM] Forth) ok 1496 - "%This is a comment\n" ([RE/F/NM] Forth) ok 1497 - "%This is a comment\n" ([SB/F/NM] Forth) ok 1498 - "%A\tcomment\n" ([RE/F/NM] Forth) ok 1499 - "%A\tcomment\n" ([SB/F/NM] Forth) ok 1500 - "%Another /* comment\n" ([RE/F/NM] Forth) ok 1501 - "%Another /* comment\n" ([SB/F/NM] Forth) ok 1502 - "!\n" ([RE/F/NM] Forth) ok 1503 - "!\n" ([SB/F/NM] Forth) ok 1504 - "!This is a comment\n" ([RE/F/NM] Forth) ok 1505 - "!This is a comment\n" ([SB/F/NM] Forth) ok 1506 - "!A\tcomment\n" ([RE/F/NM] Forth) ok 1507 - "!A\tcomment\n" ([SB/F/NM] Forth) ok 1508 - "!Another /* comment\n" ([RE/F/NM] Forth) ok 1509 - "!Another /* comment\n" ([SB/F/NM] Forth) ok 1510 - "NB\n" ([RE/F/NM] Forth) ok 1511 - "NB\n" ([SB/F/NM] Forth) ok 1512 - "NBThis is a comment\n" ([RE/F/NM] Forth) ok 1513 - "NBThis is a comment\n" ([SB/F/NM] Forth) ok 1514 - "NBA\tcomment\n" ([RE/F/NM] Forth) ok 1515 - "NBA\tcomment\n" ([SB/F/NM] Forth) ok 1516 - "NBAnother /* comment\n" ([RE/F/NM] Forth) ok 1517 - "NBAnother /* comment\n" ([SB/F/NM] Forth) ok 1518 - "PLEASE NOT\n" ([RE/F/NM] Forth) ok 1519 - "PLEASE NOT\n" ([SB/F/NM] Forth) ok 1520 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Forth) ok 1521 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Forth) ok 1522 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Forth) ok 1523 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Forth) ok 1524 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Forth) ok 1525 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Forth) ok 1526 - "PLEASE NOT\n" ([RE/F/NM] Forth) ok 1527 - "PLEASE NOT\n" ([SB/F/NM] Forth) ok 1528 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Forth) ok 1529 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Forth) ok 1530 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Forth) ok 1531 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Forth) ok 1532 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Forth) ok 1533 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Forth) ok 1534 - "PLEASE N'T\n" ([RE/F/NM] Forth) ok 1535 - "PLEASE N'T\n" ([SB/F/NM] Forth) ok 1536 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Forth) ok 1537 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Forth) ok 1538 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Forth) ok 1539 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Forth) ok 1540 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Forth) ok 1541 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Forth) ok 1542 - "DO NOT\n" ([RE/F/NM] Forth) ok 1543 - "DO NOT\n" ([SB/F/NM] Forth) ok 1544 - "DO NOTThis is a comment\n" ([RE/F/NM] Forth) ok 1545 - "DO NOTThis is a comment\n" ([SB/F/NM] Forth) ok 1546 - "DO NOTA\tcomment\n" ([RE/F/NM] Forth) ok 1547 - "DO NOTA\tcomment\n" ([SB/F/NM] Forth) ok 1548 - "DO NOTAnother /* comment\n" ([RE/F/NM] Forth) ok 1549 - "DO NOTAnother /* comment\n" ([SB/F/NM] Forth) ok 1550 - "DO N'T\n" ([RE/F/NM] Forth) ok 1551 - "DO N'T\n" ([SB/F/NM] Forth) ok 1552 - "DO N'TThis is a comment\n" ([RE/F/NM] Forth) ok 1553 - "DO N'TThis is a comment\n" ([SB/F/NM] Forth) ok 1554 - "DO N'TA\tcomment\n" ([RE/F/NM] Forth) ok 1555 - "DO N'TA\tcomment\n" ([SB/F/NM] Forth) ok 1556 - "DO N'TAnother /* comment\n" ([RE/F/NM] Forth) ok 1557 - "DO N'TAnother /* comment\n" ([SB/F/NM] Forth) ok 1558 - "DO NOT\n" ([RE/F/NM] Forth) ok 1559 - "DO NOT\n" ([SB/F/NM] Forth) ok 1560 - "DO NOTThis is a comment\n" ([RE/F/NM] Forth) ok 1561 - "DO NOTThis is a comment\n" ([SB/F/NM] Forth) ok 1562 - "DO NOTA\tcomment\n" ([RE/F/NM] Forth) ok 1563 - "DO NOTA\tcomment\n" ([SB/F/NM] Forth) ok 1564 - "DO NOTAnother /* comment\n" ([RE/F/NM] Forth) ok 1565 - "DO NOTAnother /* comment\n" ([SB/F/NM] Forth) ok 1566 - "PLEASE DO NOT\n" ([RE/F/NM] Forth) ok 1567 - "PLEASE DO NOT\n" ([SB/F/NM] Forth) ok 1568 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Forth) ok 1569 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Forth) ok 1570 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Forth) ok 1571 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Forth) ok 1572 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Forth) ok 1573 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Forth) ok 1574 - "PLEASE DO NOT\n" ([RE/F/NM] Forth) ok 1575 - "PLEASE DO NOT\n" ([SB/F/NM] Forth) ok 1576 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Forth) ok 1577 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Forth) ok 1578 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Forth) ok 1579 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Forth) ok 1580 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Forth) ok 1581 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Forth) ok 1582 - "PLEASE DO N'T\n" ([RE/F/NM] Forth) ok 1583 - "PLEASE DO N'T\n" ([SB/F/NM] Forth) ok 1584 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Forth) ok 1585 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Forth) ok 1586 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Forth) ok 1587 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Forth) ok 1588 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Forth) ok 1589 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Forth) ok 1590 - "NB.\n" ([RE/F/NM] Forth) ok 1591 - "NB.\n" ([SB/F/NM] Forth) ok 1592 - "NB.This is a comment\n" ([RE/F/NM] Forth) ok 1593 - "NB.This is a comment\n" ([SB/F/NM] Forth) ok 1594 - "NB.A\tcomment\n" ([RE/F/NM] Forth) ok 1595 - "NB.A\tcomment\n" ([SB/F/NM] Forth) ok 1596 - "NB.Another /* comment\n" ([RE/F/NM] Forth) ok 1597 - "NB.Another /* comment\n" ([SB/F/NM] Forth) ok 1598 - "{}" ([RE/F/NM] Forth) ok 1599 - "{}" ([SB/F/NM] Forth) ok 1600 - "{This is a comment}" ([RE/F/NM] Forth) ok 1601 - "{This is a comment}" ([SB/F/NM] Forth) ok 1602 - "{A\tcomment}" ([RE/F/NM] Forth) ok 1603 - "{A\tcomment}" ([SB/F/NM] Forth) ok 1604 - "{Another /* comment}" ([RE/F/NM] Forth) ok 1605 - "{Another /* comment}" ([SB/F/NM] Forth) ok 1606 - ".\n" ([RE/F/NM] Forth) ok 1607 - ".\n" ([SB/F/NM] Forth) ok 1608 - ".This is a comment\n" ([RE/F/NM] Forth) ok 1609 - ".This is a comment\n" ([SB/F/NM] Forth) ok 1610 - ".A\tcomment\n" ([RE/F/NM] Forth) ok 1611 - ".A\tcomment\n" ([SB/F/NM] Forth) ok 1612 - ".Another /* comment\n" ([RE/F/NM] Forth) ok 1613 - ".Another /* comment\n" ([SB/F/NM] Forth) ok 1614 - ";\n" ([RE/F/NM] Forth) ok 1615 - ";\n" ([SB/F/NM] Forth) ok 1616 - ";This is a comment\n" ([RE/F/NM] Forth) ok 1617 - ";This is a comment\n" ([SB/F/NM] Forth) ok 1618 - ";A\tcomment\n" ([RE/F/NM] Forth) ok 1619 - ";A\tcomment\n" ([SB/F/NM] Forth) ok 1620 - ";Another /* comment\n" ([RE/F/NM] Forth) ok 1621 - ";Another /* comment\n" ([SB/F/NM] Forth) ok 1622 - "`\n" ([RE/F/NM] Forth) ok 1623 - "`\n" ([SB/F/NM] Forth) ok 1624 - "`This is a comment\n" ([RE/F/NM] Forth) ok 1625 - "`This is a comment\n" ([SB/F/NM] Forth) ok 1626 - "`A\tcomment\n" ([RE/F/NM] Forth) ok 1627 - "`A\tcomment\n" ([SB/F/NM] Forth) ok 1628 - "`Another /* comment\n" ([RE/F/NM] Forth) ok 1629 - "`Another /* comment\n" ([SB/F/NM] Forth) ok 1630 - "--\n" ([RE/F/NM] Forth) ok 1631 - "--\n" ([SB/F/NM] Forth) ok 1632 - "--This is a comment\n" ([RE/F/NM] Forth) ok 1633 - "--This is a comment\n" ([SB/F/NM] Forth) ok 1634 - "--A\tcomment\n" ([RE/F/NM] Forth) ok 1635 - "--A\tcomment\n" ([SB/F/NM] Forth) ok 1636 - "--Another /* comment\n" ([RE/F/NM] Forth) ok 1637 - "--Another /* comment\n" ([SB/F/NM] Forth) ok 1638 - "---\n" ([RE/F/NM] Forth) ok 1639 - "---\n" ([SB/F/NM] Forth) ok 1640 - "---This is a comment\n" ([RE/F/NM] Forth) ok 1641 - "---This is a comment\n" ([SB/F/NM] Forth) ok 1642 - "---A\tcomment\n" ([RE/F/NM] Forth) ok 1643 - "---A\tcomment\n" ([SB/F/NM] Forth) ok 1644 - "---Another /* comment\n" ([RE/F/NM] Forth) ok 1645 - "---Another /* comment\n" ([SB/F/NM] Forth) ok 1646 - "-----\n" ([RE/F/NM] Forth) ok 1647 - "-----\n" ([SB/F/NM] Forth) ok 1648 - "-----This is a comment\n" ([RE/F/NM] Forth) ok 1649 - "-----This is a comment\n" ([SB/F/NM] Forth) ok 1650 - "-----A\tcomment\n" ([RE/F/NM] Forth) ok 1651 - "-----A\tcomment\n" ([SB/F/NM] Forth) ok 1652 - "-----Another /* comment\n" ([RE/F/NM] Forth) ok 1653 - "-----Another /* comment\n" ([SB/F/NM] Forth) ok 1654 - ""\n" ([RE/F/NM] Forth) ok 1655 - ""\n" ([SB/F/NM] Forth) ok 1656 - ""This is a comment\n" ([RE/F/NM] Forth) ok 1657 - ""This is a comment\n" ([SB/F/NM] Forth) ok 1658 - ""A\tcomment\n" ([RE/F/NM] Forth) ok 1659 - ""A\tcomment\n" ([SB/F/NM] Forth) ok 1660 - ""Another /* comment\n" ([RE/F/NM] Forth) ok 1661 - ""Another /* comment\n" ([SB/F/NM] Forth) ok 1662 - "'\n" ([RE/F/NM] Forth) ok 1663 - "'\n" ([SB/F/NM] Forth) ok 1664 - "'This is a comment\n" ([RE/F/NM] Forth) ok 1665 - "'This is a comment\n" ([SB/F/NM] Forth) ok 1666 - "'A\tcomment\n" ([RE/F/NM] Forth) ok 1667 - "'A\tcomment\n" ([SB/F/NM] Forth) ok 1668 - "'Another /* comment\n" ([RE/F/NM] Forth) ok 1669 - "'Another /* comment\n" ([SB/F/NM] Forth) ok 1670 - "#\n" ([RE/P/MT] Advisor) ok 1671 - "#\n" ([OM/P/MT] Advisor) ok 1672 - "#\n" ([OS/P/MT] Advisor) ok 1673 - "#\n" ([SB/P/MT] Advisor) ok 1674 - "#\n" ([KP/P/MT] Advisor) ok 1675 - "#This is a comment\n" ([RE/P/MT] Advisor) ok 1676 - "#This is a comment\n" ([OM/P/MT] Advisor) ok 1677 - "#This is a comment\n" ([OS/P/MT] Advisor) ok 1678 - "#This is a comment\n" ([SB/P/MT] Advisor) ok 1679 - "#This is a comment\n" ([KP/P/MT] Advisor) ok 1680 - "#A\tcomment\n" ([RE/P/MT] Advisor) ok 1681 - "#A\tcomment\n" ([OM/P/MT] Advisor) ok 1682 - "#A\tcomment\n" ([OS/P/MT] Advisor) ok 1683 - "#A\tcomment\n" ([SB/P/MT] Advisor) ok 1684 - "#A\tcomment\n" ([KP/P/MT] Advisor) ok 1685 - "#Another /* comment\n" ([RE/P/MT] Advisor) ok 1686 - "#Another /* comment\n" ([OM/P/MT] Advisor) ok 1687 - "#Another /* comment\n" ([OS/P/MT] Advisor) ok 1688 - "#Another /* comment\n" ([SB/P/MT] Advisor) ok 1689 - "#Another /* comment\n" ([KP/P/MT] Advisor) ok 1690 - "//\n" ([RE/P/MT] Advisor) ok 1691 - "//\n" ([OM/P/MT] Advisor) ok 1692 - "//\n" ([OS/P/MT] Advisor) ok 1693 - "//\n" ([SB/P/MT] Advisor) ok 1694 - "//\n" ([KP/P/MT] Advisor) ok 1695 - "//This is a comment\n" ([RE/P/MT] Advisor) ok 1696 - "//This is a comment\n" ([OM/P/MT] Advisor) ok 1697 - "//This is a comment\n" ([OS/P/MT] Advisor) ok 1698 - "//This is a comment\n" ([SB/P/MT] Advisor) ok 1699 - "//This is a comment\n" ([KP/P/MT] Advisor) ok 1700 - "//A\tcomment\n" ([RE/P/MT] Advisor) ok 1701 - "//A\tcomment\n" ([OM/P/MT] Advisor) ok 1702 - "//A\tcomment\n" ([OS/P/MT] Advisor) ok 1703 - "//A\tcomment\n" ([SB/P/MT] Advisor) ok 1704 - "//A\tcomment\n" ([KP/P/MT] Advisor) ok 1705 - "//Another /* comment\n" ([RE/P/MT] Advisor) ok 1706 - "//Another /* comment\n" ([OM/P/MT] Advisor) ok 1707 - "//Another /* comment\n" ([OS/P/MT] Advisor) ok 1708 - "//Another /* comment\n" ([SB/P/MT] Advisor) ok 1709 - "//Another /* comment\n" ([KP/P/MT] Advisor) ok 1710 - "\\" ([RE/F/NM] Advisor) ok 1711 - "\\" ([SB/F/NM] Advisor) ok 1712 - "\\This is a comment" ([RE/F/NM] Advisor) ok 1713 - "\\This is a comment" ([SB/F/NM] Advisor) ok 1714 - "\\A\tcomment" ([RE/F/NM] Advisor) ok 1715 - "\\A\tcomment" ([SB/F/NM] Advisor) ok 1716 - "\\Another /* comment" ([RE/F/NM] Advisor) ok 1717 - "\\Another /* comment" ([SB/F/NM] Advisor) ok 1718 - "\n" ([RE/F/NM] Advisor) ok 1719 - "\n" ([SB/F/NM] Advisor) ok 1720 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1721 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1722 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1723 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1724 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1725 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1726 - "#" ([RE/F/NM] Advisor) ok 1727 - "#" ([SB/F/NM] Advisor) ok 1728 - "#This is a comment" ([RE/F/NM] Advisor) ok 1729 - "#This is a comment" ([SB/F/NM] Advisor) ok 1730 - "#A\tcomment" ([RE/F/NM] Advisor) ok 1731 - "#A\tcomment" ([SB/F/NM] Advisor) ok 1732 - "#Another /* comment" ([RE/F/NM] Advisor) ok 1733 - "#Another /* comment" ([SB/F/NM] Advisor) ok 1734 - "\n" ([RE/F/NM] Advisor) ok 1735 - "\n" ([SB/F/NM] Advisor) ok 1736 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1737 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1738 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1739 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1740 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1741 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1742 - "//" ([RE/F/NM] Advisor) ok 1743 - "//" ([SB/F/NM] Advisor) ok 1744 - "//This is a comment" ([RE/F/NM] Advisor) ok 1745 - "//This is a comment" ([SB/F/NM] Advisor) ok 1746 - "//A\tcomment" ([RE/F/NM] Advisor) ok 1747 - "//A\tcomment" ([SB/F/NM] Advisor) ok 1748 - "//Another /* comment" ([RE/F/NM] Advisor) ok 1749 - "//Another /* comment" ([SB/F/NM] Advisor) ok 1750 - "\n" ([RE/F/NM] Advisor) ok 1751 - "\n" ([SB/F/NM] Advisor) ok 1752 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1753 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1754 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1755 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1756 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1757 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1758 - "--" ([RE/F/NM] Advisor) ok 1759 - "--" ([SB/F/NM] Advisor) ok 1760 - "--This is a comment" ([RE/F/NM] Advisor) ok 1761 - "--This is a comment" ([SB/F/NM] Advisor) ok 1762 - "--A\tcomment" ([RE/F/NM] Advisor) ok 1763 - "--A\tcomment" ([SB/F/NM] Advisor) ok 1764 - "--Another /* comment" ([RE/F/NM] Advisor) ok 1765 - "--Another /* comment" ([SB/F/NM] Advisor) ok 1766 - "\n" ([RE/F/NM] Advisor) ok 1767 - "\n" ([SB/F/NM] Advisor) ok 1768 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1769 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1770 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1771 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1772 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1773 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1774 - ";" ([RE/F/NM] Advisor) ok 1775 - ";" ([SB/F/NM] Advisor) ok 1776 - ";This is a comment" ([RE/F/NM] Advisor) ok 1777 - ";This is a comment" ([SB/F/NM] Advisor) ok 1778 - ";A\tcomment" ([RE/F/NM] Advisor) ok 1779 - ";A\tcomment" ([SB/F/NM] Advisor) ok 1780 - ";Another /* comment" ([RE/F/NM] Advisor) ok 1781 - ";Another /* comment" ([SB/F/NM] Advisor) ok 1782 - "\n" ([RE/F/NM] Advisor) ok 1783 - "\n" ([SB/F/NM] Advisor) ok 1784 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1785 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1786 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1787 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1788 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1789 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1790 - "#" ([RE/F/NM] Advisor) ok 1791 - "#" ([SB/F/NM] Advisor) ok 1792 - "#This is a comment" ([RE/F/NM] Advisor) ok 1793 - "#This is a comment" ([SB/F/NM] Advisor) ok 1794 - "#A\tcomment" ([RE/F/NM] Advisor) ok 1795 - "#A\tcomment" ([SB/F/NM] Advisor) ok 1796 - "#Another /* comment" ([RE/F/NM] Advisor) ok 1797 - "#Another /* comment" ([SB/F/NM] Advisor) ok 1798 - "\n" ([RE/F/NM] Advisor) ok 1799 - "\n" ([SB/F/NM] Advisor) ok 1800 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1801 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1802 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1803 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1804 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1805 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1806 - "*" ([RE/F/NM] Advisor) ok 1807 - "*" ([SB/F/NM] Advisor) ok 1808 - "*This is a comment" ([RE/F/NM] Advisor) ok 1809 - "*This is a comment" ([SB/F/NM] Advisor) ok 1810 - "*A\tcomment" ([RE/F/NM] Advisor) ok 1811 - "*A\tcomment" ([SB/F/NM] Advisor) ok 1812 - "*Another /* comment" ([RE/F/NM] Advisor) ok 1813 - "*Another /* comment" ([SB/F/NM] Advisor) ok 1814 - "\n" ([RE/F/NM] Advisor) ok 1815 - "\n" ([SB/F/NM] Advisor) ok 1816 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1817 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1818 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1819 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1820 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1821 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1822 - "!" ([RE/F/NM] Advisor) ok 1823 - "!" ([SB/F/NM] Advisor) ok 1824 - "!This is a comment" ([RE/F/NM] Advisor) ok 1825 - "!This is a comment" ([SB/F/NM] Advisor) ok 1826 - "!A\tcomment" ([RE/F/NM] Advisor) ok 1827 - "!A\tcomment" ([SB/F/NM] Advisor) ok 1828 - "!Another /* comment" ([RE/F/NM] Advisor) ok 1829 - "!Another /* comment" ([SB/F/NM] Advisor) ok 1830 - "\n" ([RE/F/NM] Advisor) ok 1831 - "\n" ([SB/F/NM] Advisor) ok 1832 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1833 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1834 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1835 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1836 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1837 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1838 - "REM" ([RE/F/NM] Advisor) ok 1839 - "REM" ([SB/F/NM] Advisor) ok 1840 - "REMThis is a comment" ([RE/F/NM] Advisor) ok 1841 - "REMThis is a comment" ([SB/F/NM] Advisor) ok 1842 - "REMA\tcomment" ([RE/F/NM] Advisor) ok 1843 - "REMA\tcomment" ([SB/F/NM] Advisor) ok 1844 - "REMAnother /* comment" ([RE/F/NM] Advisor) ok 1845 - "REMAnother /* comment" ([SB/F/NM] Advisor) ok 1846 - "\n" ([RE/F/NM] Advisor) ok 1847 - "\n" ([SB/F/NM] Advisor) ok 1848 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1849 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1850 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1851 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1852 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1853 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1854 - "//" ([RE/F/NM] Advisor) ok 1855 - "//" ([SB/F/NM] Advisor) ok 1856 - "//This is a comment" ([RE/F/NM] Advisor) ok 1857 - "//This is a comment" ([SB/F/NM] Advisor) ok 1858 - "//A\tcomment" ([RE/F/NM] Advisor) ok 1859 - "//A\tcomment" ([SB/F/NM] Advisor) ok 1860 - "//Another /* comment" ([RE/F/NM] Advisor) ok 1861 - "//Another /* comment" ([SB/F/NM] Advisor) ok 1862 - "\n" ([RE/F/NM] Advisor) ok 1863 - "\n" ([SB/F/NM] Advisor) ok 1864 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1865 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1866 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1867 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1868 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1869 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1870 - "%" ([RE/F/NM] Advisor) ok 1871 - "%" ([SB/F/NM] Advisor) ok 1872 - "%This is a comment" ([RE/F/NM] Advisor) ok 1873 - "%This is a comment" ([SB/F/NM] Advisor) ok 1874 - "%A\tcomment" ([RE/F/NM] Advisor) ok 1875 - "%A\tcomment" ([SB/F/NM] Advisor) ok 1876 - "%Another /* comment" ([RE/F/NM] Advisor) ok 1877 - "%Another /* comment" ([SB/F/NM] Advisor) ok 1878 - "\n" ([RE/F/NM] Advisor) ok 1879 - "\n" ([SB/F/NM] Advisor) ok 1880 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1881 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1882 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1883 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1884 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1885 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1886 - "!" ([RE/F/NM] Advisor) ok 1887 - "!" ([SB/F/NM] Advisor) ok 1888 - "!This is a comment" ([RE/F/NM] Advisor) ok 1889 - "!This is a comment" ([SB/F/NM] Advisor) ok 1890 - "!A\tcomment" ([RE/F/NM] Advisor) ok 1891 - "!A\tcomment" ([SB/F/NM] Advisor) ok 1892 - "!Another /* comment" ([RE/F/NM] Advisor) ok 1893 - "!Another /* comment" ([SB/F/NM] Advisor) ok 1894 - "\n" ([RE/F/NM] Advisor) ok 1895 - "\n" ([SB/F/NM] Advisor) ok 1896 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1897 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1898 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1899 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1900 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1901 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1902 - "NB" ([RE/F/NM] Advisor) ok 1903 - "NB" ([SB/F/NM] Advisor) ok 1904 - "NBThis is a comment" ([RE/F/NM] Advisor) ok 1905 - "NBThis is a comment" ([SB/F/NM] Advisor) ok 1906 - "NBA\tcomment" ([RE/F/NM] Advisor) ok 1907 - "NBA\tcomment" ([SB/F/NM] Advisor) ok 1908 - "NBAnother /* comment" ([RE/F/NM] Advisor) ok 1909 - "NBAnother /* comment" ([SB/F/NM] Advisor) ok 1910 - "\n" ([RE/F/NM] Advisor) ok 1911 - "\n" ([SB/F/NM] Advisor) ok 1912 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1913 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1914 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1915 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1916 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1917 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1918 - "PLEASE NOT" ([RE/F/NM] Advisor) ok 1919 - "PLEASE NOT" ([SB/F/NM] Advisor) ok 1920 - "PLEASE NOTThis is a comment" ([RE/F/NM] Advisor) ok 1921 - "PLEASE NOTThis is a comment" ([SB/F/NM] Advisor) ok 1922 - "PLEASE NOTA\tcomment" ([RE/F/NM] Advisor) ok 1923 - "PLEASE NOTA\tcomment" ([SB/F/NM] Advisor) ok 1924 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Advisor) ok 1925 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Advisor) ok 1926 - "\n" ([RE/F/NM] Advisor) ok 1927 - "\n" ([SB/F/NM] Advisor) ok 1928 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1929 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1930 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1931 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1932 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1933 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1934 - "PLEASE NOT" ([RE/F/NM] Advisor) ok 1935 - "PLEASE NOT" ([SB/F/NM] Advisor) ok 1936 - "PLEASE NOTThis is a comment" ([RE/F/NM] Advisor) ok 1937 - "PLEASE NOTThis is a comment" ([SB/F/NM] Advisor) ok 1938 - "PLEASE NOTA\tcomment" ([RE/F/NM] Advisor) ok 1939 - "PLEASE NOTA\tcomment" ([SB/F/NM] Advisor) ok 1940 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Advisor) ok 1941 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Advisor) ok 1942 - "\n" ([RE/F/NM] Advisor) ok 1943 - "\n" ([SB/F/NM] Advisor) ok 1944 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1945 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1946 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1947 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1948 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1949 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1950 - "PLEASE N'T" ([RE/F/NM] Advisor) ok 1951 - "PLEASE N'T" ([SB/F/NM] Advisor) ok 1952 - "PLEASE N'TThis is a comment" ([RE/F/NM] Advisor) ok 1953 - "PLEASE N'TThis is a comment" ([SB/F/NM] Advisor) ok 1954 - "PLEASE N'TA\tcomment" ([RE/F/NM] Advisor) ok 1955 - "PLEASE N'TA\tcomment" ([SB/F/NM] Advisor) ok 1956 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Advisor) ok 1957 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Advisor) ok 1958 - "\n" ([RE/F/NM] Advisor) ok 1959 - "\n" ([SB/F/NM] Advisor) ok 1960 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1961 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1962 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1963 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1964 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1965 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1966 - "DO NOT" ([RE/F/NM] Advisor) ok 1967 - "DO NOT" ([SB/F/NM] Advisor) ok 1968 - "DO NOTThis is a comment" ([RE/F/NM] Advisor) ok 1969 - "DO NOTThis is a comment" ([SB/F/NM] Advisor) ok 1970 - "DO NOTA\tcomment" ([RE/F/NM] Advisor) ok 1971 - "DO NOTA\tcomment" ([SB/F/NM] Advisor) ok 1972 - "DO NOTAnother /* comment" ([RE/F/NM] Advisor) ok 1973 - "DO NOTAnother /* comment" ([SB/F/NM] Advisor) ok 1974 - "\n" ([RE/F/NM] Advisor) ok 1975 - "\n" ([SB/F/NM] Advisor) ok 1976 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1977 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1978 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1979 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1980 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1981 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1982 - "DO N'T" ([RE/F/NM] Advisor) ok 1983 - "DO N'T" ([SB/F/NM] Advisor) ok 1984 - "DO N'TThis is a comment" ([RE/F/NM] Advisor) ok 1985 - "DO N'TThis is a comment" ([SB/F/NM] Advisor) ok 1986 - "DO N'TA\tcomment" ([RE/F/NM] Advisor) ok 1987 - "DO N'TA\tcomment" ([SB/F/NM] Advisor) ok 1988 - "DO N'TAnother /* comment" ([RE/F/NM] Advisor) ok 1989 - "DO N'TAnother /* comment" ([SB/F/NM] Advisor) ok 1990 - "\n" ([RE/F/NM] Advisor) ok 1991 - "\n" ([SB/F/NM] Advisor) ok 1992 - "This is a comment\n" ([RE/F/NM] Advisor) ok 1993 - "This is a comment\n" ([SB/F/NM] Advisor) ok 1994 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 1995 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 1996 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 1997 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 1998 - "DO NOT" ([RE/F/NM] Advisor) ok 1999 - "DO NOT" ([SB/F/NM] Advisor) ok 2000 - "DO NOTThis is a comment" ([RE/F/NM] Advisor) ok 2001 - "DO NOTThis is a comment" ([SB/F/NM] Advisor) ok 2002 - "DO NOTA\tcomment" ([RE/F/NM] Advisor) ok 2003 - "DO NOTA\tcomment" ([SB/F/NM] Advisor) ok 2004 - "DO NOTAnother /* comment" ([RE/F/NM] Advisor) ok 2005 - "DO NOTAnother /* comment" ([SB/F/NM] Advisor) ok 2006 - "\n" ([RE/F/NM] Advisor) ok 2007 - "\n" ([SB/F/NM] Advisor) ok 2008 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2009 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2010 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2011 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2012 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2013 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2014 - "PLEASE DO NOT" ([RE/F/NM] Advisor) ok 2015 - "PLEASE DO NOT" ([SB/F/NM] Advisor) ok 2016 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Advisor) ok 2017 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Advisor) ok 2018 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Advisor) ok 2019 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Advisor) ok 2020 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Advisor) ok 2021 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Advisor) ok 2022 - "\n" ([RE/F/NM] Advisor) ok 2023 - "\n" ([SB/F/NM] Advisor) ok 2024 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2025 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2026 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2027 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2028 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2029 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2030 - "PLEASE DO NOT" ([RE/F/NM] Advisor) ok 2031 - "PLEASE DO NOT" ([SB/F/NM] Advisor) ok 2032 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Advisor) ok 2033 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Advisor) ok 2034 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Advisor) ok 2035 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Advisor) ok 2036 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Advisor) ok 2037 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Advisor) ok 2038 - "\n" ([RE/F/NM] Advisor) ok 2039 - "\n" ([SB/F/NM] Advisor) ok 2040 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2041 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2042 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2043 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2044 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2045 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2046 - "PLEASE DO N'T" ([RE/F/NM] Advisor) ok 2047 - "PLEASE DO N'T" ([SB/F/NM] Advisor) ok 2048 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Advisor) ok 2049 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Advisor) ok 2050 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Advisor) ok 2051 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Advisor) ok 2052 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Advisor) ok 2053 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Advisor) ok 2054 - "\n" ([RE/F/NM] Advisor) ok 2055 - "\n" ([SB/F/NM] Advisor) ok 2056 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2057 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2058 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2059 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2060 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2061 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2062 - "NB." ([RE/F/NM] Advisor) ok 2063 - "NB." ([SB/F/NM] Advisor) ok 2064 - "NB.This is a comment" ([RE/F/NM] Advisor) ok 2065 - "NB.This is a comment" ([SB/F/NM] Advisor) ok 2066 - "NB.A\tcomment" ([RE/F/NM] Advisor) ok 2067 - "NB.A\tcomment" ([SB/F/NM] Advisor) ok 2068 - "NB.Another /* comment" ([RE/F/NM] Advisor) ok 2069 - "NB.Another /* comment" ([SB/F/NM] Advisor) ok 2070 - "\n" ([RE/F/NM] Advisor) ok 2071 - "\n" ([SB/F/NM] Advisor) ok 2072 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2073 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2074 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2075 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2076 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2077 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2078 - "{" ([RE/F/NM] Advisor) ok 2079 - "{" ([SB/F/NM] Advisor) ok 2080 - "{This is a comment" ([RE/F/NM] Advisor) ok 2081 - "{This is a comment" ([SB/F/NM] Advisor) ok 2082 - "{A\tcomment" ([RE/F/NM] Advisor) ok 2083 - "{A\tcomment" ([SB/F/NM] Advisor) ok 2084 - "{Another /* comment" ([RE/F/NM] Advisor) ok 2085 - "{Another /* comment" ([SB/F/NM] Advisor) ok 2086 - "}" ([RE/F/NM] Advisor) ok 2087 - "}" ([SB/F/NM] Advisor) ok 2088 - "This is a comment}" ([RE/F/NM] Advisor) ok 2089 - "This is a comment}" ([SB/F/NM] Advisor) ok 2090 - "A\tcomment}" ([RE/F/NM] Advisor) ok 2091 - "A\tcomment}" ([SB/F/NM] Advisor) ok 2092 - "Another /* comment}" ([RE/F/NM] Advisor) ok 2093 - "Another /* comment}" ([SB/F/NM] Advisor) ok 2094 - "." ([RE/F/NM] Advisor) ok 2095 - "." ([SB/F/NM] Advisor) ok 2096 - ".This is a comment" ([RE/F/NM] Advisor) ok 2097 - ".This is a comment" ([SB/F/NM] Advisor) ok 2098 - ".A\tcomment" ([RE/F/NM] Advisor) ok 2099 - ".A\tcomment" ([SB/F/NM] Advisor) ok 2100 - ".Another /* comment" ([RE/F/NM] Advisor) ok 2101 - ".Another /* comment" ([SB/F/NM] Advisor) ok 2102 - "\n" ([RE/F/NM] Advisor) ok 2103 - "\n" ([SB/F/NM] Advisor) ok 2104 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2105 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2106 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2107 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2108 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2109 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2110 - ";" ([RE/F/NM] Advisor) ok 2111 - ";" ([SB/F/NM] Advisor) ok 2112 - ";This is a comment" ([RE/F/NM] Advisor) ok 2113 - ";This is a comment" ([SB/F/NM] Advisor) ok 2114 - ";A\tcomment" ([RE/F/NM] Advisor) ok 2115 - ";A\tcomment" ([SB/F/NM] Advisor) ok 2116 - ";Another /* comment" ([RE/F/NM] Advisor) ok 2117 - ";Another /* comment" ([SB/F/NM] Advisor) ok 2118 - "\n" ([RE/F/NM] Advisor) ok 2119 - "\n" ([SB/F/NM] Advisor) ok 2120 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2121 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2122 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2123 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2124 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2125 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2126 - "`" ([RE/F/NM] Advisor) ok 2127 - "`" ([SB/F/NM] Advisor) ok 2128 - "`This is a comment" ([RE/F/NM] Advisor) ok 2129 - "`This is a comment" ([SB/F/NM] Advisor) ok 2130 - "`A\tcomment" ([RE/F/NM] Advisor) ok 2131 - "`A\tcomment" ([SB/F/NM] Advisor) ok 2132 - "`Another /* comment" ([RE/F/NM] Advisor) ok 2133 - "`Another /* comment" ([SB/F/NM] Advisor) ok 2134 - "\n" ([RE/F/NM] Advisor) ok 2135 - "\n" ([SB/F/NM] Advisor) ok 2136 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2137 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2138 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2139 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2140 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2141 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2142 - "--" ([RE/F/NM] Advisor) ok 2143 - "--" ([SB/F/NM] Advisor) ok 2144 - "--This is a comment" ([RE/F/NM] Advisor) ok 2145 - "--This is a comment" ([SB/F/NM] Advisor) ok 2146 - "--A\tcomment" ([RE/F/NM] Advisor) ok 2147 - "--A\tcomment" ([SB/F/NM] Advisor) ok 2148 - "--Another /* comment" ([RE/F/NM] Advisor) ok 2149 - "--Another /* comment" ([SB/F/NM] Advisor) ok 2150 - "\n" ([RE/F/NM] Advisor) ok 2151 - "\n" ([SB/F/NM] Advisor) ok 2152 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2153 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2154 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2155 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2156 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2157 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2158 - "---" ([RE/F/NM] Advisor) ok 2159 - "---" ([SB/F/NM] Advisor) ok 2160 - "---This is a comment" ([RE/F/NM] Advisor) ok 2161 - "---This is a comment" ([SB/F/NM] Advisor) ok 2162 - "---A\tcomment" ([RE/F/NM] Advisor) ok 2163 - "---A\tcomment" ([SB/F/NM] Advisor) ok 2164 - "---Another /* comment" ([RE/F/NM] Advisor) ok 2165 - "---Another /* comment" ([SB/F/NM] Advisor) ok 2166 - "\n" ([RE/F/NM] Advisor) ok 2167 - "\n" ([SB/F/NM] Advisor) ok 2168 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2169 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2170 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2171 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2172 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2173 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2174 - "-----" ([RE/F/NM] Advisor) ok 2175 - "-----" ([SB/F/NM] Advisor) ok 2176 - "-----This is a comment" ([RE/F/NM] Advisor) ok 2177 - "-----This is a comment" ([SB/F/NM] Advisor) ok 2178 - "-----A\tcomment" ([RE/F/NM] Advisor) ok 2179 - "-----A\tcomment" ([SB/F/NM] Advisor) ok 2180 - "-----Another /* comment" ([RE/F/NM] Advisor) ok 2181 - "-----Another /* comment" ([SB/F/NM] Advisor) ok 2182 - "\n" ([RE/F/NM] Advisor) ok 2183 - "\n" ([SB/F/NM] Advisor) ok 2184 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2185 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2186 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2187 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2188 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2189 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2190 - "\\"" ([RE/F/NM] Advisor) ok 2191 - "\\"" ([SB/F/NM] Advisor) ok 2192 - "\\"This is a comment" ([RE/F/NM] Advisor) ok 2193 - "\\"This is a comment" ([SB/F/NM] Advisor) ok 2194 - "\\"A\tcomment" ([RE/F/NM] Advisor) ok 2195 - "\\"A\tcomment" ([SB/F/NM] Advisor) ok 2196 - "\\"Another /* comment" ([RE/F/NM] Advisor) ok 2197 - "\\"Another /* comment" ([SB/F/NM] Advisor) ok 2198 - "\n" ([RE/F/NM] Advisor) ok 2199 - "\n" ([SB/F/NM] Advisor) ok 2200 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2201 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2202 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2203 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2204 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2205 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2206 - """ ([RE/F/NM] Advisor) ok 2207 - """ ([SB/F/NM] Advisor) ok 2208 - ""This is a comment" ([RE/F/NM] Advisor) ok 2209 - ""This is a comment" ([SB/F/NM] Advisor) ok 2210 - ""A\tcomment" ([RE/F/NM] Advisor) ok 2211 - ""A\tcomment" ([SB/F/NM] Advisor) ok 2212 - ""Another /* comment" ([RE/F/NM] Advisor) ok 2213 - ""Another /* comment" ([SB/F/NM] Advisor) ok 2214 - "\n" ([RE/F/NM] Advisor) ok 2215 - "\n" ([SB/F/NM] Advisor) ok 2216 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2217 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2218 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2219 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2220 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2221 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2222 - "'" ([RE/F/NM] Advisor) ok 2223 - "'" ([SB/F/NM] Advisor) ok 2224 - "'This is a comment" ([RE/F/NM] Advisor) ok 2225 - "'This is a comment" ([SB/F/NM] Advisor) ok 2226 - "'A\tcomment" ([RE/F/NM] Advisor) ok 2227 - "'A\tcomment" ([SB/F/NM] Advisor) ok 2228 - "'Another /* comment" ([RE/F/NM] Advisor) ok 2229 - "'Another /* comment" ([SB/F/NM] Advisor) ok 2230 - "\n" ([RE/F/NM] Advisor) ok 2231 - "\n" ([SB/F/NM] Advisor) ok 2232 - "This is a comment\n" ([RE/F/NM] Advisor) ok 2233 - "This is a comment\n" ([SB/F/NM] Advisor) ok 2234 - "A\tcomment\n" ([RE/F/NM] Advisor) ok 2235 - "A\tcomment\n" ([SB/F/NM] Advisor) ok 2236 - "Another /* comment\n" ([RE/F/NM] Advisor) ok 2237 - "Another /* comment\n" ([SB/F/NM] Advisor) ok 2238 - "/* This is a C comment */" ([RE/F/NM] Advisor) ok 2239 - "/* This is a C comment */" ([SB/F/NM] Advisor) ok 2240 - "(* This is a Pascal comment *)" ([RE/F/NM] Advisor) ok 2241 - "(* This is a Pascal comment *)" ([SB/F/NM] Advisor) ok 2242 - "" ([RE/F/NM] Advisor) ok 2243 - "" ([SB/F/NM] Advisor) ok 2244 - "#\n\n" ([RE/F/NM] Advisor) ok 2245 - "#\n\n" ([SB/F/NM] Advisor) ok 2246 - "#This is a comment\n\n" ([RE/F/NM] Advisor) ok 2247 - "#This is a comment\n\n" ([SB/F/NM] Advisor) ok 2248 - "#A\tcomment\n\n" ([RE/F/NM] Advisor) ok 2249 - "#A\tcomment\n\n" ([SB/F/NM] Advisor) ok 2250 - "#Another /* comment\n\n" ([RE/F/NM] Advisor) ok 2251 - "#Another /* comment\n\n" ([SB/F/NM] Advisor) ok 2252 - "#\n#\n" ([RE/F/NM] Advisor) ok 2253 - "#\n#\n" ([SB/F/NM] Advisor) ok 2254 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] Advisor) ok 2255 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] Advisor) ok 2256 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] Advisor) ok 2257 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] Advisor) ok 2258 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] Advisor) ok 2259 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] Advisor) ok 2260 - "#\nq" ([RE/F/NM] Advisor) ok 2261 - "#\nq" ([SB/F/NM] Advisor) ok 2262 - "#This is a comment\nrrh" ([RE/F/NM] Advisor) ok 2263 - "#This is a comment\nrrh" ([SB/F/NM] Advisor) ok 2264 - "#A\tcomment\n6" ([RE/F/NM] Advisor) ok 2265 - "#A\tcomment\n6" ([SB/F/NM] Advisor) ok 2266 - "#Another /* comment\nyhqg" ([RE/F/NM] Advisor) ok 2267 - "#Another /* comment\nyhqg" ([SB/F/NM] Advisor) ok 2268 - "z35#\n" ([RE/F/NM] Advisor) ok 2269 - "z35#\n" ([SB/F/NM] Advisor) ok 2270 - "e#This is a comment\n" ([RE/F/NM] Advisor) ok 2271 - "e#This is a comment\n" ([SB/F/NM] Advisor) ok 2272 - "d#A\tcomment\n" ([RE/F/NM] Advisor) ok 2273 - "d#A\tcomment\n" ([SB/F/NM] Advisor) ok 2274 - "zb#Another /* comment\n" ([RE/F/NM] Advisor) ok 2275 - "zb#Another /* comment\n" ([SB/F/NM] Advisor) ok 2276 - "//\n\n" ([RE/F/NM] Advisor) ok 2277 - "//\n\n" ([SB/F/NM] Advisor) ok 2278 - "//This is a comment\n\n" ([RE/F/NM] Advisor) ok 2279 - "//This is a comment\n\n" ([SB/F/NM] Advisor) ok 2280 - "//A\tcomment\n\n" ([RE/F/NM] Advisor) ok 2281 - "//A\tcomment\n\n" ([SB/F/NM] Advisor) ok 2282 - "//Another /* comment\n\n" ([RE/F/NM] Advisor) ok 2283 - "//Another /* comment\n\n" ([SB/F/NM] Advisor) ok 2284 - "//\n//\n" ([RE/F/NM] Advisor) ok 2285 - "//\n//\n" ([SB/F/NM] Advisor) ok 2286 - "//This is a comment\n//This is a comment\n" ([RE/F/NM] Advisor) ok 2287 - "//This is a comment\n//This is a comment\n" ([SB/F/NM] Advisor) ok 2288 - "//A\tcomment\n//A\tcomment\n" ([RE/F/NM] Advisor) ok 2289 - "//A\tcomment\n//A\tcomment\n" ([SB/F/NM] Advisor) ok 2290 - "//Another /* comment\n//Another /* comment\n" ([RE/F/NM] Advisor) ok 2291 - "//Another /* comment\n//Another /* comment\n" ([SB/F/NM] Advisor) ok 2292 - "//\nln" ([RE/F/NM] Advisor) ok 2293 - "//\nln" ([SB/F/NM] Advisor) ok 2294 - "//This is a comment\nyse" ([RE/F/NM] Advisor) ok 2295 - "//This is a comment\nyse" ([SB/F/NM] Advisor) ok 2296 - "//A\tcomment\n3x" ([RE/F/NM] Advisor) ok 2297 - "//A\tcomment\n3x" ([SB/F/NM] Advisor) ok 2298 - "//Another /* comment\nds1o" ([RE/F/NM] Advisor) ok 2299 - "//Another /* comment\nds1o" ([SB/F/NM] Advisor) ok 2300 - "4//\n" ([RE/F/NM] Advisor) ok 2301 - "4//\n" ([SB/F/NM] Advisor) ok 2302 - "6q54//This is a comment\n" ([RE/F/NM] Advisor) ok 2303 - "6q54//This is a comment\n" ([SB/F/NM] Advisor) ok 2304 - "lk//A\tcomment\n" ([RE/F/NM] Advisor) ok 2305 - "lk//A\tcomment\n" ([SB/F/NM] Advisor) ok 2306 - "se//Another /* comment\n" ([RE/F/NM] Advisor) ok 2307 - "se//Another /* comment\n" ([SB/F/NM] Advisor) ok 2308 - "\\\n" ([RE/F/NM] Advisor) ok 2309 - "\\\n" ([SB/F/NM] Advisor) ok 2310 - "\\This is a comment\n" ([RE/F/NM] Advisor) ok 2311 - "\\This is a comment\n" ([SB/F/NM] Advisor) ok 2312 - "\\A\tcomment\n" ([RE/F/NM] Advisor) ok 2313 - "\\A\tcomment\n" ([SB/F/NM] Advisor) ok 2314 - "\\Another /* comment\n" ([RE/F/NM] Advisor) ok 2315 - "\\Another /* comment\n" ([SB/F/NM] Advisor) ok 2316 - "--\n" ([RE/F/NM] Advisor) ok 2317 - "--\n" ([SB/F/NM] Advisor) ok 2318 - "--This is a comment\n" ([RE/F/NM] Advisor) ok 2319 - "--This is a comment\n" ([SB/F/NM] Advisor) ok 2320 - "--A\tcomment\n" ([RE/F/NM] Advisor) ok 2321 - "--A\tcomment\n" ([SB/F/NM] Advisor) ok 2322 - "--Another /* comment\n" ([RE/F/NM] Advisor) ok 2323 - "--Another /* comment\n" ([SB/F/NM] Advisor) ok 2324 - ";\n" ([RE/F/NM] Advisor) ok 2325 - ";\n" ([SB/F/NM] Advisor) ok 2326 - ";This is a comment\n" ([RE/F/NM] Advisor) ok 2327 - ";This is a comment\n" ([SB/F/NM] Advisor) ok 2328 - ";A\tcomment\n" ([RE/F/NM] Advisor) ok 2329 - ";A\tcomment\n" ([SB/F/NM] Advisor) ok 2330 - ";Another /* comment\n" ([RE/F/NM] Advisor) ok 2331 - ";Another /* comment\n" ([SB/F/NM] Advisor) ok 2332 - "*\n" ([RE/F/NM] Advisor) ok 2333 - "*\n" ([SB/F/NM] Advisor) ok 2334 - "*This is a comment\n" ([RE/F/NM] Advisor) ok 2335 - "*This is a comment\n" ([SB/F/NM] Advisor) ok 2336 - "*A\tcomment\n" ([RE/F/NM] Advisor) ok 2337 - "*A\tcomment\n" ([SB/F/NM] Advisor) ok 2338 - "*Another /* comment\n" ([RE/F/NM] Advisor) ok 2339 - "*Another /* comment\n" ([SB/F/NM] Advisor) ok 2340 - "!\n" ([RE/F/NM] Advisor) ok 2341 - "!\n" ([SB/F/NM] Advisor) ok 2342 - "!This is a comment\n" ([RE/F/NM] Advisor) ok 2343 - "!This is a comment\n" ([SB/F/NM] Advisor) ok 2344 - "!A\tcomment\n" ([RE/F/NM] Advisor) ok 2345 - "!A\tcomment\n" ([SB/F/NM] Advisor) ok 2346 - "!Another /* comment\n" ([RE/F/NM] Advisor) ok 2347 - "!Another /* comment\n" ([SB/F/NM] Advisor) ok 2348 - "REM\n" ([RE/F/NM] Advisor) ok 2349 - "REM\n" ([SB/F/NM] Advisor) ok 2350 - "REMThis is a comment\n" ([RE/F/NM] Advisor) ok 2351 - "REMThis is a comment\n" ([SB/F/NM] Advisor) ok 2352 - "REMA\tcomment\n" ([RE/F/NM] Advisor) ok 2353 - "REMA\tcomment\n" ([SB/F/NM] Advisor) ok 2354 - "REMAnother /* comment\n" ([RE/F/NM] Advisor) ok 2355 - "REMAnother /* comment\n" ([SB/F/NM] Advisor) ok 2356 - "%\n" ([RE/F/NM] Advisor) ok 2357 - "%\n" ([SB/F/NM] Advisor) ok 2358 - "%This is a comment\n" ([RE/F/NM] Advisor) ok 2359 - "%This is a comment\n" ([SB/F/NM] Advisor) ok 2360 - "%A\tcomment\n" ([RE/F/NM] Advisor) ok 2361 - "%A\tcomment\n" ([SB/F/NM] Advisor) ok 2362 - "%Another /* comment\n" ([RE/F/NM] Advisor) ok 2363 - "%Another /* comment\n" ([SB/F/NM] Advisor) ok 2364 - "!\n" ([RE/F/NM] Advisor) ok 2365 - "!\n" ([SB/F/NM] Advisor) ok 2366 - "!This is a comment\n" ([RE/F/NM] Advisor) ok 2367 - "!This is a comment\n" ([SB/F/NM] Advisor) ok 2368 - "!A\tcomment\n" ([RE/F/NM] Advisor) ok 2369 - "!A\tcomment\n" ([SB/F/NM] Advisor) ok 2370 - "!Another /* comment\n" ([RE/F/NM] Advisor) ok 2371 - "!Another /* comment\n" ([SB/F/NM] Advisor) ok 2372 - "NB\n" ([RE/F/NM] Advisor) ok 2373 - "NB\n" ([SB/F/NM] Advisor) ok 2374 - "NBThis is a comment\n" ([RE/F/NM] Advisor) ok 2375 - "NBThis is a comment\n" ([SB/F/NM] Advisor) ok 2376 - "NBA\tcomment\n" ([RE/F/NM] Advisor) ok 2377 - "NBA\tcomment\n" ([SB/F/NM] Advisor) ok 2378 - "NBAnother /* comment\n" ([RE/F/NM] Advisor) ok 2379 - "NBAnother /* comment\n" ([SB/F/NM] Advisor) ok 2380 - "PLEASE NOT\n" ([RE/F/NM] Advisor) ok 2381 - "PLEASE NOT\n" ([SB/F/NM] Advisor) ok 2382 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Advisor) ok 2383 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Advisor) ok 2384 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Advisor) ok 2385 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Advisor) ok 2386 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Advisor) ok 2387 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Advisor) ok 2388 - "PLEASE NOT\n" ([RE/F/NM] Advisor) ok 2389 - "PLEASE NOT\n" ([SB/F/NM] Advisor) ok 2390 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Advisor) ok 2391 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Advisor) ok 2392 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Advisor) ok 2393 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Advisor) ok 2394 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Advisor) ok 2395 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Advisor) ok 2396 - "PLEASE N'T\n" ([RE/F/NM] Advisor) ok 2397 - "PLEASE N'T\n" ([SB/F/NM] Advisor) ok 2398 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Advisor) ok 2399 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Advisor) ok 2400 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Advisor) ok 2401 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Advisor) ok 2402 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Advisor) ok 2403 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Advisor) ok 2404 - "DO NOT\n" ([RE/F/NM] Advisor) ok 2405 - "DO NOT\n" ([SB/F/NM] Advisor) ok 2406 - "DO NOTThis is a comment\n" ([RE/F/NM] Advisor) ok 2407 - "DO NOTThis is a comment\n" ([SB/F/NM] Advisor) ok 2408 - "DO NOTA\tcomment\n" ([RE/F/NM] Advisor) ok 2409 - "DO NOTA\tcomment\n" ([SB/F/NM] Advisor) ok 2410 - "DO NOTAnother /* comment\n" ([RE/F/NM] Advisor) ok 2411 - "DO NOTAnother /* comment\n" ([SB/F/NM] Advisor) ok 2412 - "DO N'T\n" ([RE/F/NM] Advisor) ok 2413 - "DO N'T\n" ([SB/F/NM] Advisor) ok 2414 - "DO N'TThis is a comment\n" ([RE/F/NM] Advisor) ok 2415 - "DO N'TThis is a comment\n" ([SB/F/NM] Advisor) ok 2416 - "DO N'TA\tcomment\n" ([RE/F/NM] Advisor) ok 2417 - "DO N'TA\tcomment\n" ([SB/F/NM] Advisor) ok 2418 - "DO N'TAnother /* comment\n" ([RE/F/NM] Advisor) ok 2419 - "DO N'TAnother /* comment\n" ([SB/F/NM] Advisor) ok 2420 - "DO NOT\n" ([RE/F/NM] Advisor) ok 2421 - "DO NOT\n" ([SB/F/NM] Advisor) ok 2422 - "DO NOTThis is a comment\n" ([RE/F/NM] Advisor) ok 2423 - "DO NOTThis is a comment\n" ([SB/F/NM] Advisor) ok 2424 - "DO NOTA\tcomment\n" ([RE/F/NM] Advisor) ok 2425 - "DO NOTA\tcomment\n" ([SB/F/NM] Advisor) ok 2426 - "DO NOTAnother /* comment\n" ([RE/F/NM] Advisor) ok 2427 - "DO NOTAnother /* comment\n" ([SB/F/NM] Advisor) ok 2428 - "PLEASE DO NOT\n" ([RE/F/NM] Advisor) ok 2429 - "PLEASE DO NOT\n" ([SB/F/NM] Advisor) ok 2430 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Advisor) ok 2431 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Advisor) ok 2432 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Advisor) ok 2433 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Advisor) ok 2434 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Advisor) ok 2435 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Advisor) ok 2436 - "PLEASE DO NOT\n" ([RE/F/NM] Advisor) ok 2437 - "PLEASE DO NOT\n" ([SB/F/NM] Advisor) ok 2438 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Advisor) ok 2439 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Advisor) ok 2440 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Advisor) ok 2441 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Advisor) ok 2442 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Advisor) ok 2443 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Advisor) ok 2444 - "PLEASE DO N'T\n" ([RE/F/NM] Advisor) ok 2445 - "PLEASE DO N'T\n" ([SB/F/NM] Advisor) ok 2446 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Advisor) ok 2447 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Advisor) ok 2448 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Advisor) ok 2449 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Advisor) ok 2450 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Advisor) ok 2451 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Advisor) ok 2452 - "NB.\n" ([RE/F/NM] Advisor) ok 2453 - "NB.\n" ([SB/F/NM] Advisor) ok 2454 - "NB.This is a comment\n" ([RE/F/NM] Advisor) ok 2455 - "NB.This is a comment\n" ([SB/F/NM] Advisor) ok 2456 - "NB.A\tcomment\n" ([RE/F/NM] Advisor) ok 2457 - "NB.A\tcomment\n" ([SB/F/NM] Advisor) ok 2458 - "NB.Another /* comment\n" ([RE/F/NM] Advisor) ok 2459 - "NB.Another /* comment\n" ([SB/F/NM] Advisor) ok 2460 - "{}" ([RE/F/NM] Advisor) ok 2461 - "{}" ([SB/F/NM] Advisor) ok 2462 - "{This is a comment}" ([RE/F/NM] Advisor) ok 2463 - "{This is a comment}" ([SB/F/NM] Advisor) ok 2464 - "{A\tcomment}" ([RE/F/NM] Advisor) ok 2465 - "{A\tcomment}" ([SB/F/NM] Advisor) ok 2466 - "{Another /* comment}" ([RE/F/NM] Advisor) ok 2467 - "{Another /* comment}" ([SB/F/NM] Advisor) ok 2468 - ".\n" ([RE/F/NM] Advisor) ok 2469 - ".\n" ([SB/F/NM] Advisor) ok 2470 - ".This is a comment\n" ([RE/F/NM] Advisor) ok 2471 - ".This is a comment\n" ([SB/F/NM] Advisor) ok 2472 - ".A\tcomment\n" ([RE/F/NM] Advisor) ok 2473 - ".A\tcomment\n" ([SB/F/NM] Advisor) ok 2474 - ".Another /* comment\n" ([RE/F/NM] Advisor) ok 2475 - ".Another /* comment\n" ([SB/F/NM] Advisor) ok 2476 - ";\n" ([RE/F/NM] Advisor) ok 2477 - ";\n" ([SB/F/NM] Advisor) ok 2478 - ";This is a comment\n" ([RE/F/NM] Advisor) ok 2479 - ";This is a comment\n" ([SB/F/NM] Advisor) ok 2480 - ";A\tcomment\n" ([RE/F/NM] Advisor) ok 2481 - ";A\tcomment\n" ([SB/F/NM] Advisor) ok 2482 - ";Another /* comment\n" ([RE/F/NM] Advisor) ok 2483 - ";Another /* comment\n" ([SB/F/NM] Advisor) ok 2484 - "`\n" ([RE/F/NM] Advisor) ok 2485 - "`\n" ([SB/F/NM] Advisor) ok 2486 - "`This is a comment\n" ([RE/F/NM] Advisor) ok 2487 - "`This is a comment\n" ([SB/F/NM] Advisor) ok 2488 - "`A\tcomment\n" ([RE/F/NM] Advisor) ok 2489 - "`A\tcomment\n" ([SB/F/NM] Advisor) ok 2490 - "`Another /* comment\n" ([RE/F/NM] Advisor) ok 2491 - "`Another /* comment\n" ([SB/F/NM] Advisor) ok 2492 - "--\n" ([RE/F/NM] Advisor) ok 2493 - "--\n" ([SB/F/NM] Advisor) ok 2494 - "--This is a comment\n" ([RE/F/NM] Advisor) ok 2495 - "--This is a comment\n" ([SB/F/NM] Advisor) ok 2496 - "--A\tcomment\n" ([RE/F/NM] Advisor) ok 2497 - "--A\tcomment\n" ([SB/F/NM] Advisor) ok 2498 - "--Another /* comment\n" ([RE/F/NM] Advisor) ok 2499 - "--Another /* comment\n" ([SB/F/NM] Advisor) ok 2500 - "---\n" ([RE/F/NM] Advisor) ok 2501 - "---\n" ([SB/F/NM] Advisor) ok 2502 - "---This is a comment\n" ([RE/F/NM] Advisor) ok 2503 - "---This is a comment\n" ([SB/F/NM] Advisor) ok 2504 - "---A\tcomment\n" ([RE/F/NM] Advisor) ok 2505 - "---A\tcomment\n" ([SB/F/NM] Advisor) ok 2506 - "---Another /* comment\n" ([RE/F/NM] Advisor) ok 2507 - "---Another /* comment\n" ([SB/F/NM] Advisor) ok 2508 - "-----\n" ([RE/F/NM] Advisor) ok 2509 - "-----\n" ([SB/F/NM] Advisor) ok 2510 - "-----This is a comment\n" ([RE/F/NM] Advisor) ok 2511 - "-----This is a comment\n" ([SB/F/NM] Advisor) ok 2512 - "-----A\tcomment\n" ([RE/F/NM] Advisor) ok 2513 - "-----A\tcomment\n" ([SB/F/NM] Advisor) ok 2514 - "-----Another /* comment\n" ([RE/F/NM] Advisor) ok 2515 - "-----Another /* comment\n" ([SB/F/NM] Advisor) ok 2516 - "\\"\n" ([RE/F/NM] Advisor) ok 2517 - "\\"\n" ([SB/F/NM] Advisor) ok 2518 - "\\"This is a comment\n" ([RE/F/NM] Advisor) ok 2519 - "\\"This is a comment\n" ([SB/F/NM] Advisor) ok 2520 - "\\"A\tcomment\n" ([RE/F/NM] Advisor) ok 2521 - "\\"A\tcomment\n" ([SB/F/NM] Advisor) ok 2522 - "\\"Another /* comment\n" ([RE/F/NM] Advisor) ok 2523 - "\\"Another /* comment\n" ([SB/F/NM] Advisor) ok 2524 - ""\n" ([RE/F/NM] Advisor) ok 2525 - ""\n" ([SB/F/NM] Advisor) ok 2526 - ""This is a comment\n" ([RE/F/NM] Advisor) ok 2527 - ""This is a comment\n" ([SB/F/NM] Advisor) ok 2528 - ""A\tcomment\n" ([RE/F/NM] Advisor) ok 2529 - ""A\tcomment\n" ([SB/F/NM] Advisor) ok 2530 - ""Another /* comment\n" ([RE/F/NM] Advisor) ok 2531 - ""Another /* comment\n" ([SB/F/NM] Advisor) ok 2532 - "'\n" ([RE/F/NM] Advisor) ok 2533 - "'\n" ([SB/F/NM] Advisor) ok 2534 - "'This is a comment\n" ([RE/F/NM] Advisor) ok 2535 - "'This is a comment\n" ([SB/F/NM] Advisor) ok 2536 - "'A\tcomment\n" ([RE/F/NM] Advisor) ok 2537 - "'A\tcomment\n" ([SB/F/NM] Advisor) ok 2538 - "'Another /* comment\n" ([RE/F/NM] Advisor) ok 2539 - "'Another /* comment\n" ([SB/F/NM] Advisor) ok 2540 - "--\n" ([RE/P/MT] Ada) ok 2541 - "--\n" ([OM/P/MT] Ada) ok 2542 - "--\n" ([OS/P/MT] Ada) ok 2543 - "--\n" ([SB/P/MT] Ada) ok 2544 - "--\n" ([KP/P/MT] Ada) ok 2545 - "--This is a comment\n" ([RE/P/MT] Ada) ok 2546 - "--This is a comment\n" ([OM/P/MT] Ada) ok 2547 - "--This is a comment\n" ([OS/P/MT] Ada) ok 2548 - "--This is a comment\n" ([SB/P/MT] Ada) ok 2549 - "--This is a comment\n" ([KP/P/MT] Ada) ok 2550 - "--A\tcomment\n" ([RE/P/MT] Ada) ok 2551 - "--A\tcomment\n" ([OM/P/MT] Ada) ok 2552 - "--A\tcomment\n" ([OS/P/MT] Ada) ok 2553 - "--A\tcomment\n" ([SB/P/MT] Ada) ok 2554 - "--A\tcomment\n" ([KP/P/MT] Ada) ok 2555 - "--Another /* comment\n" ([RE/P/MT] Ada) ok 2556 - "--Another /* comment\n" ([OM/P/MT] Ada) ok 2557 - "--Another /* comment\n" ([OS/P/MT] Ada) ok 2558 - "--Another /* comment\n" ([SB/P/MT] Ada) ok 2559 - "--Another /* comment\n" ([KP/P/MT] Ada) ok 2560 - "\\" ([RE/F/NM] Ada) ok 2561 - "\\" ([SB/F/NM] Ada) ok 2562 - "\\This is a comment" ([RE/F/NM] Ada) ok 2563 - "\\This is a comment" ([SB/F/NM] Ada) ok 2564 - "\\A\tcomment" ([RE/F/NM] Ada) ok 2565 - "\\A\tcomment" ([SB/F/NM] Ada) ok 2566 - "\\Another /* comment" ([RE/F/NM] Ada) ok 2567 - "\\Another /* comment" ([SB/F/NM] Ada) ok 2568 - "\n" ([RE/F/NM] Ada) ok 2569 - "\n" ([SB/F/NM] Ada) ok 2570 - "This is a comment\n" ([RE/F/NM] Ada) ok 2571 - "This is a comment\n" ([SB/F/NM] Ada) ok 2572 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2573 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2574 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2575 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2576 - "#" ([RE/F/NM] Ada) ok 2577 - "#" ([SB/F/NM] Ada) ok 2578 - "#This is a comment" ([RE/F/NM] Ada) ok 2579 - "#This is a comment" ([SB/F/NM] Ada) ok 2580 - "#A\tcomment" ([RE/F/NM] Ada) ok 2581 - "#A\tcomment" ([SB/F/NM] Ada) ok 2582 - "#Another /* comment" ([RE/F/NM] Ada) ok 2583 - "#Another /* comment" ([SB/F/NM] Ada) ok 2584 - "\n" ([RE/F/NM] Ada) ok 2585 - "\n" ([SB/F/NM] Ada) ok 2586 - "This is a comment\n" ([RE/F/NM] Ada) ok 2587 - "This is a comment\n" ([SB/F/NM] Ada) ok 2588 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2589 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2590 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2591 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2592 - "//" ([RE/F/NM] Ada) ok 2593 - "//" ([SB/F/NM] Ada) ok 2594 - "//This is a comment" ([RE/F/NM] Ada) ok 2595 - "//This is a comment" ([SB/F/NM] Ada) ok 2596 - "//A\tcomment" ([RE/F/NM] Ada) ok 2597 - "//A\tcomment" ([SB/F/NM] Ada) ok 2598 - "//Another /* comment" ([RE/F/NM] Ada) ok 2599 - "//Another /* comment" ([SB/F/NM] Ada) ok 2600 - "\n" ([RE/F/NM] Ada) ok 2601 - "\n" ([SB/F/NM] Ada) ok 2602 - "This is a comment\n" ([RE/F/NM] Ada) ok 2603 - "This is a comment\n" ([SB/F/NM] Ada) ok 2604 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2605 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2606 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2607 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2608 - "--" ([RE/F/NM] Ada) ok 2609 - "--" ([SB/F/NM] Ada) ok 2610 - "--This is a comment" ([RE/F/NM] Ada) ok 2611 - "--This is a comment" ([SB/F/NM] Ada) ok 2612 - "--A\tcomment" ([RE/F/NM] Ada) ok 2613 - "--A\tcomment" ([SB/F/NM] Ada) ok 2614 - "--Another /* comment" ([RE/F/NM] Ada) ok 2615 - "--Another /* comment" ([SB/F/NM] Ada) ok 2616 - "\n" ([RE/F/NM] Ada) ok 2617 - "\n" ([SB/F/NM] Ada) ok 2618 - "This is a comment\n" ([RE/F/NM] Ada) ok 2619 - "This is a comment\n" ([SB/F/NM] Ada) ok 2620 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2621 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2622 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2623 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2624 - ";" ([RE/F/NM] Ada) ok 2625 - ";" ([SB/F/NM] Ada) ok 2626 - ";This is a comment" ([RE/F/NM] Ada) ok 2627 - ";This is a comment" ([SB/F/NM] Ada) ok 2628 - ";A\tcomment" ([RE/F/NM] Ada) ok 2629 - ";A\tcomment" ([SB/F/NM] Ada) ok 2630 - ";Another /* comment" ([RE/F/NM] Ada) ok 2631 - ";Another /* comment" ([SB/F/NM] Ada) ok 2632 - "\n" ([RE/F/NM] Ada) ok 2633 - "\n" ([SB/F/NM] Ada) ok 2634 - "This is a comment\n" ([RE/F/NM] Ada) ok 2635 - "This is a comment\n" ([SB/F/NM] Ada) ok 2636 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2637 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2638 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2639 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2640 - "#" ([RE/F/NM] Ada) ok 2641 - "#" ([SB/F/NM] Ada) ok 2642 - "#This is a comment" ([RE/F/NM] Ada) ok 2643 - "#This is a comment" ([SB/F/NM] Ada) ok 2644 - "#A\tcomment" ([RE/F/NM] Ada) ok 2645 - "#A\tcomment" ([SB/F/NM] Ada) ok 2646 - "#Another /* comment" ([RE/F/NM] Ada) ok 2647 - "#Another /* comment" ([SB/F/NM] Ada) ok 2648 - "\n" ([RE/F/NM] Ada) ok 2649 - "\n" ([SB/F/NM] Ada) ok 2650 - "This is a comment\n" ([RE/F/NM] Ada) ok 2651 - "This is a comment\n" ([SB/F/NM] Ada) ok 2652 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2653 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2654 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2655 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2656 - "*" ([RE/F/NM] Ada) ok 2657 - "*" ([SB/F/NM] Ada) ok 2658 - "*This is a comment" ([RE/F/NM] Ada) ok 2659 - "*This is a comment" ([SB/F/NM] Ada) ok 2660 - "*A\tcomment" ([RE/F/NM] Ada) ok 2661 - "*A\tcomment" ([SB/F/NM] Ada) ok 2662 - "*Another /* comment" ([RE/F/NM] Ada) ok 2663 - "*Another /* comment" ([SB/F/NM] Ada) ok 2664 - "\n" ([RE/F/NM] Ada) ok 2665 - "\n" ([SB/F/NM] Ada) ok 2666 - "This is a comment\n" ([RE/F/NM] Ada) ok 2667 - "This is a comment\n" ([SB/F/NM] Ada) ok 2668 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2669 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2670 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2671 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2672 - "!" ([RE/F/NM] Ada) ok 2673 - "!" ([SB/F/NM] Ada) ok 2674 - "!This is a comment" ([RE/F/NM] Ada) ok 2675 - "!This is a comment" ([SB/F/NM] Ada) ok 2676 - "!A\tcomment" ([RE/F/NM] Ada) ok 2677 - "!A\tcomment" ([SB/F/NM] Ada) ok 2678 - "!Another /* comment" ([RE/F/NM] Ada) ok 2679 - "!Another /* comment" ([SB/F/NM] Ada) ok 2680 - "\n" ([RE/F/NM] Ada) ok 2681 - "\n" ([SB/F/NM] Ada) ok 2682 - "This is a comment\n" ([RE/F/NM] Ada) ok 2683 - "This is a comment\n" ([SB/F/NM] Ada) ok 2684 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2685 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2686 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2687 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2688 - "REM" ([RE/F/NM] Ada) ok 2689 - "REM" ([SB/F/NM] Ada) ok 2690 - "REMThis is a comment" ([RE/F/NM] Ada) ok 2691 - "REMThis is a comment" ([SB/F/NM] Ada) ok 2692 - "REMA\tcomment" ([RE/F/NM] Ada) ok 2693 - "REMA\tcomment" ([SB/F/NM] Ada) ok 2694 - "REMAnother /* comment" ([RE/F/NM] Ada) ok 2695 - "REMAnother /* comment" ([SB/F/NM] Ada) ok 2696 - "\n" ([RE/F/NM] Ada) ok 2697 - "\n" ([SB/F/NM] Ada) ok 2698 - "This is a comment\n" ([RE/F/NM] Ada) ok 2699 - "This is a comment\n" ([SB/F/NM] Ada) ok 2700 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2701 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2702 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2703 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2704 - "//" ([RE/F/NM] Ada) ok 2705 - "//" ([SB/F/NM] Ada) ok 2706 - "//This is a comment" ([RE/F/NM] Ada) ok 2707 - "//This is a comment" ([SB/F/NM] Ada) ok 2708 - "//A\tcomment" ([RE/F/NM] Ada) ok 2709 - "//A\tcomment" ([SB/F/NM] Ada) ok 2710 - "//Another /* comment" ([RE/F/NM] Ada) ok 2711 - "//Another /* comment" ([SB/F/NM] Ada) ok 2712 - "\n" ([RE/F/NM] Ada) ok 2713 - "\n" ([SB/F/NM] Ada) ok 2714 - "This is a comment\n" ([RE/F/NM] Ada) ok 2715 - "This is a comment\n" ([SB/F/NM] Ada) ok 2716 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2717 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2718 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2719 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2720 - "%" ([RE/F/NM] Ada) ok 2721 - "%" ([SB/F/NM] Ada) ok 2722 - "%This is a comment" ([RE/F/NM] Ada) ok 2723 - "%This is a comment" ([SB/F/NM] Ada) ok 2724 - "%A\tcomment" ([RE/F/NM] Ada) ok 2725 - "%A\tcomment" ([SB/F/NM] Ada) ok 2726 - "%Another /* comment" ([RE/F/NM] Ada) ok 2727 - "%Another /* comment" ([SB/F/NM] Ada) ok 2728 - "\n" ([RE/F/NM] Ada) ok 2729 - "\n" ([SB/F/NM] Ada) ok 2730 - "This is a comment\n" ([RE/F/NM] Ada) ok 2731 - "This is a comment\n" ([SB/F/NM] Ada) ok 2732 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2733 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2734 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2735 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2736 - "!" ([RE/F/NM] Ada) ok 2737 - "!" ([SB/F/NM] Ada) ok 2738 - "!This is a comment" ([RE/F/NM] Ada) ok 2739 - "!This is a comment" ([SB/F/NM] Ada) ok 2740 - "!A\tcomment" ([RE/F/NM] Ada) ok 2741 - "!A\tcomment" ([SB/F/NM] Ada) ok 2742 - "!Another /* comment" ([RE/F/NM] Ada) ok 2743 - "!Another /* comment" ([SB/F/NM] Ada) ok 2744 - "\n" ([RE/F/NM] Ada) ok 2745 - "\n" ([SB/F/NM] Ada) ok 2746 - "This is a comment\n" ([RE/F/NM] Ada) ok 2747 - "This is a comment\n" ([SB/F/NM] Ada) ok 2748 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2749 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2750 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2751 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2752 - "NB" ([RE/F/NM] Ada) ok 2753 - "NB" ([SB/F/NM] Ada) ok 2754 - "NBThis is a comment" ([RE/F/NM] Ada) ok 2755 - "NBThis is a comment" ([SB/F/NM] Ada) ok 2756 - "NBA\tcomment" ([RE/F/NM] Ada) ok 2757 - "NBA\tcomment" ([SB/F/NM] Ada) ok 2758 - "NBAnother /* comment" ([RE/F/NM] Ada) ok 2759 - "NBAnother /* comment" ([SB/F/NM] Ada) ok 2760 - "\n" ([RE/F/NM] Ada) ok 2761 - "\n" ([SB/F/NM] Ada) ok 2762 - "This is a comment\n" ([RE/F/NM] Ada) ok 2763 - "This is a comment\n" ([SB/F/NM] Ada) ok 2764 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2765 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2766 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2767 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2768 - "PLEASE NOT" ([RE/F/NM] Ada) ok 2769 - "PLEASE NOT" ([SB/F/NM] Ada) ok 2770 - "PLEASE NOTThis is a comment" ([RE/F/NM] Ada) ok 2771 - "PLEASE NOTThis is a comment" ([SB/F/NM] Ada) ok 2772 - "PLEASE NOTA\tcomment" ([RE/F/NM] Ada) ok 2773 - "PLEASE NOTA\tcomment" ([SB/F/NM] Ada) ok 2774 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Ada) ok 2775 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Ada) ok 2776 - "\n" ([RE/F/NM] Ada) ok 2777 - "\n" ([SB/F/NM] Ada) ok 2778 - "This is a comment\n" ([RE/F/NM] Ada) ok 2779 - "This is a comment\n" ([SB/F/NM] Ada) ok 2780 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2781 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2782 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2783 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2784 - "PLEASE NOT" ([RE/F/NM] Ada) ok 2785 - "PLEASE NOT" ([SB/F/NM] Ada) ok 2786 - "PLEASE NOTThis is a comment" ([RE/F/NM] Ada) ok 2787 - "PLEASE NOTThis is a comment" ([SB/F/NM] Ada) ok 2788 - "PLEASE NOTA\tcomment" ([RE/F/NM] Ada) ok 2789 - "PLEASE NOTA\tcomment" ([SB/F/NM] Ada) ok 2790 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Ada) ok 2791 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Ada) ok 2792 - "\n" ([RE/F/NM] Ada) ok 2793 - "\n" ([SB/F/NM] Ada) ok 2794 - "This is a comment\n" ([RE/F/NM] Ada) ok 2795 - "This is a comment\n" ([SB/F/NM] Ada) ok 2796 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2797 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2798 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2799 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2800 - "PLEASE N'T" ([RE/F/NM] Ada) ok 2801 - "PLEASE N'T" ([SB/F/NM] Ada) ok 2802 - "PLEASE N'TThis is a comment" ([RE/F/NM] Ada) ok 2803 - "PLEASE N'TThis is a comment" ([SB/F/NM] Ada) ok 2804 - "PLEASE N'TA\tcomment" ([RE/F/NM] Ada) ok 2805 - "PLEASE N'TA\tcomment" ([SB/F/NM] Ada) ok 2806 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Ada) ok 2807 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Ada) ok 2808 - "\n" ([RE/F/NM] Ada) ok 2809 - "\n" ([SB/F/NM] Ada) ok 2810 - "This is a comment\n" ([RE/F/NM] Ada) ok 2811 - "This is a comment\n" ([SB/F/NM] Ada) ok 2812 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2813 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2814 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2815 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2816 - "DO NOT" ([RE/F/NM] Ada) ok 2817 - "DO NOT" ([SB/F/NM] Ada) ok 2818 - "DO NOTThis is a comment" ([RE/F/NM] Ada) ok 2819 - "DO NOTThis is a comment" ([SB/F/NM] Ada) ok 2820 - "DO NOTA\tcomment" ([RE/F/NM] Ada) ok 2821 - "DO NOTA\tcomment" ([SB/F/NM] Ada) ok 2822 - "DO NOTAnother /* comment" ([RE/F/NM] Ada) ok 2823 - "DO NOTAnother /* comment" ([SB/F/NM] Ada) ok 2824 - "\n" ([RE/F/NM] Ada) ok 2825 - "\n" ([SB/F/NM] Ada) ok 2826 - "This is a comment\n" ([RE/F/NM] Ada) ok 2827 - "This is a comment\n" ([SB/F/NM] Ada) ok 2828 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2829 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2830 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2831 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2832 - "DO N'T" ([RE/F/NM] Ada) ok 2833 - "DO N'T" ([SB/F/NM] Ada) ok 2834 - "DO N'TThis is a comment" ([RE/F/NM] Ada) ok 2835 - "DO N'TThis is a comment" ([SB/F/NM] Ada) ok 2836 - "DO N'TA\tcomment" ([RE/F/NM] Ada) ok 2837 - "DO N'TA\tcomment" ([SB/F/NM] Ada) ok 2838 - "DO N'TAnother /* comment" ([RE/F/NM] Ada) ok 2839 - "DO N'TAnother /* comment" ([SB/F/NM] Ada) ok 2840 - "\n" ([RE/F/NM] Ada) ok 2841 - "\n" ([SB/F/NM] Ada) ok 2842 - "This is a comment\n" ([RE/F/NM] Ada) ok 2843 - "This is a comment\n" ([SB/F/NM] Ada) ok 2844 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2845 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2846 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2847 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2848 - "DO NOT" ([RE/F/NM] Ada) ok 2849 - "DO NOT" ([SB/F/NM] Ada) ok 2850 - "DO NOTThis is a comment" ([RE/F/NM] Ada) ok 2851 - "DO NOTThis is a comment" ([SB/F/NM] Ada) ok 2852 - "DO NOTA\tcomment" ([RE/F/NM] Ada) ok 2853 - "DO NOTA\tcomment" ([SB/F/NM] Ada) ok 2854 - "DO NOTAnother /* comment" ([RE/F/NM] Ada) ok 2855 - "DO NOTAnother /* comment" ([SB/F/NM] Ada) ok 2856 - "\n" ([RE/F/NM] Ada) ok 2857 - "\n" ([SB/F/NM] Ada) ok 2858 - "This is a comment\n" ([RE/F/NM] Ada) ok 2859 - "This is a comment\n" ([SB/F/NM] Ada) ok 2860 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2861 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2862 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2863 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2864 - "PLEASE DO NOT" ([RE/F/NM] Ada) ok 2865 - "PLEASE DO NOT" ([SB/F/NM] Ada) ok 2866 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Ada) ok 2867 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Ada) ok 2868 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Ada) ok 2869 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Ada) ok 2870 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Ada) ok 2871 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Ada) ok 2872 - "\n" ([RE/F/NM] Ada) ok 2873 - "\n" ([SB/F/NM] Ada) ok 2874 - "This is a comment\n" ([RE/F/NM] Ada) ok 2875 - "This is a comment\n" ([SB/F/NM] Ada) ok 2876 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2877 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2878 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2879 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2880 - "PLEASE DO NOT" ([RE/F/NM] Ada) ok 2881 - "PLEASE DO NOT" ([SB/F/NM] Ada) ok 2882 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Ada) ok 2883 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Ada) ok 2884 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Ada) ok 2885 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Ada) ok 2886 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Ada) ok 2887 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Ada) ok 2888 - "\n" ([RE/F/NM] Ada) ok 2889 - "\n" ([SB/F/NM] Ada) ok 2890 - "This is a comment\n" ([RE/F/NM] Ada) ok 2891 - "This is a comment\n" ([SB/F/NM] Ada) ok 2892 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2893 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2894 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2895 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2896 - "PLEASE DO N'T" ([RE/F/NM] Ada) ok 2897 - "PLEASE DO N'T" ([SB/F/NM] Ada) ok 2898 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Ada) ok 2899 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Ada) ok 2900 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Ada) ok 2901 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Ada) ok 2902 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Ada) ok 2903 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Ada) ok 2904 - "\n" ([RE/F/NM] Ada) ok 2905 - "\n" ([SB/F/NM] Ada) ok 2906 - "This is a comment\n" ([RE/F/NM] Ada) ok 2907 - "This is a comment\n" ([SB/F/NM] Ada) ok 2908 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2909 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2910 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2911 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2912 - "NB." ([RE/F/NM] Ada) ok 2913 - "NB." ([SB/F/NM] Ada) ok 2914 - "NB.This is a comment" ([RE/F/NM] Ada) ok 2915 - "NB.This is a comment" ([SB/F/NM] Ada) ok 2916 - "NB.A\tcomment" ([RE/F/NM] Ada) ok 2917 - "NB.A\tcomment" ([SB/F/NM] Ada) ok 2918 - "NB.Another /* comment" ([RE/F/NM] Ada) ok 2919 - "NB.Another /* comment" ([SB/F/NM] Ada) ok 2920 - "\n" ([RE/F/NM] Ada) ok 2921 - "\n" ([SB/F/NM] Ada) ok 2922 - "This is a comment\n" ([RE/F/NM] Ada) ok 2923 - "This is a comment\n" ([SB/F/NM] Ada) ok 2924 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2925 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2926 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2927 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2928 - "{" ([RE/F/NM] Ada) ok 2929 - "{" ([SB/F/NM] Ada) ok 2930 - "{This is a comment" ([RE/F/NM] Ada) ok 2931 - "{This is a comment" ([SB/F/NM] Ada) ok 2932 - "{A\tcomment" ([RE/F/NM] Ada) ok 2933 - "{A\tcomment" ([SB/F/NM] Ada) ok 2934 - "{Another /* comment" ([RE/F/NM] Ada) ok 2935 - "{Another /* comment" ([SB/F/NM] Ada) ok 2936 - "}" ([RE/F/NM] Ada) ok 2937 - "}" ([SB/F/NM] Ada) ok 2938 - "This is a comment}" ([RE/F/NM] Ada) ok 2939 - "This is a comment}" ([SB/F/NM] Ada) ok 2940 - "A\tcomment}" ([RE/F/NM] Ada) ok 2941 - "A\tcomment}" ([SB/F/NM] Ada) ok 2942 - "Another /* comment}" ([RE/F/NM] Ada) ok 2943 - "Another /* comment}" ([SB/F/NM] Ada) ok 2944 - "." ([RE/F/NM] Ada) ok 2945 - "." ([SB/F/NM] Ada) ok 2946 - ".This is a comment" ([RE/F/NM] Ada) ok 2947 - ".This is a comment" ([SB/F/NM] Ada) ok 2948 - ".A\tcomment" ([RE/F/NM] Ada) ok 2949 - ".A\tcomment" ([SB/F/NM] Ada) ok 2950 - ".Another /* comment" ([RE/F/NM] Ada) ok 2951 - ".Another /* comment" ([SB/F/NM] Ada) ok 2952 - "\n" ([RE/F/NM] Ada) ok 2953 - "\n" ([SB/F/NM] Ada) ok 2954 - "This is a comment\n" ([RE/F/NM] Ada) ok 2955 - "This is a comment\n" ([SB/F/NM] Ada) ok 2956 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2957 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2958 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2959 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2960 - ";" ([RE/F/NM] Ada) ok 2961 - ";" ([SB/F/NM] Ada) ok 2962 - ";This is a comment" ([RE/F/NM] Ada) ok 2963 - ";This is a comment" ([SB/F/NM] Ada) ok 2964 - ";A\tcomment" ([RE/F/NM] Ada) ok 2965 - ";A\tcomment" ([SB/F/NM] Ada) ok 2966 - ";Another /* comment" ([RE/F/NM] Ada) ok 2967 - ";Another /* comment" ([SB/F/NM] Ada) ok 2968 - "\n" ([RE/F/NM] Ada) ok 2969 - "\n" ([SB/F/NM] Ada) ok 2970 - "This is a comment\n" ([RE/F/NM] Ada) ok 2971 - "This is a comment\n" ([SB/F/NM] Ada) ok 2972 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2973 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2974 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2975 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2976 - "`" ([RE/F/NM] Ada) ok 2977 - "`" ([SB/F/NM] Ada) ok 2978 - "`This is a comment" ([RE/F/NM] Ada) ok 2979 - "`This is a comment" ([SB/F/NM] Ada) ok 2980 - "`A\tcomment" ([RE/F/NM] Ada) ok 2981 - "`A\tcomment" ([SB/F/NM] Ada) ok 2982 - "`Another /* comment" ([RE/F/NM] Ada) ok 2983 - "`Another /* comment" ([SB/F/NM] Ada) ok 2984 - "\n" ([RE/F/NM] Ada) ok 2985 - "\n" ([SB/F/NM] Ada) ok 2986 - "This is a comment\n" ([RE/F/NM] Ada) ok 2987 - "This is a comment\n" ([SB/F/NM] Ada) ok 2988 - "A\tcomment\n" ([RE/F/NM] Ada) ok 2989 - "A\tcomment\n" ([SB/F/NM] Ada) ok 2990 - "Another /* comment\n" ([RE/F/NM] Ada) ok 2991 - "Another /* comment\n" ([SB/F/NM] Ada) ok 2992 - "--" ([RE/F/NM] Ada) ok 2993 - "--" ([SB/F/NM] Ada) ok 2994 - "--This is a comment" ([RE/F/NM] Ada) ok 2995 - "--This is a comment" ([SB/F/NM] Ada) ok 2996 - "--A\tcomment" ([RE/F/NM] Ada) ok 2997 - "--A\tcomment" ([SB/F/NM] Ada) ok 2998 - "--Another /* comment" ([RE/F/NM] Ada) ok 2999 - "--Another /* comment" ([SB/F/NM] Ada) ok 3000 - "\n" ([RE/F/NM] Ada) ok 3001 - "\n" ([SB/F/NM] Ada) ok 3002 - "This is a comment\n" ([RE/F/NM] Ada) ok 3003 - "This is a comment\n" ([SB/F/NM] Ada) ok 3004 - "A\tcomment\n" ([RE/F/NM] Ada) ok 3005 - "A\tcomment\n" ([SB/F/NM] Ada) ok 3006 - "Another /* comment\n" ([RE/F/NM] Ada) ok 3007 - "Another /* comment\n" ([SB/F/NM] Ada) ok 3008 - "---" ([RE/F/NM] Ada) ok 3009 - "---" ([SB/F/NM] Ada) ok 3010 - "---This is a comment" ([RE/F/NM] Ada) ok 3011 - "---This is a comment" ([SB/F/NM] Ada) ok 3012 - "---A\tcomment" ([RE/F/NM] Ada) ok 3013 - "---A\tcomment" ([SB/F/NM] Ada) ok 3014 - "---Another /* comment" ([RE/F/NM] Ada) ok 3015 - "---Another /* comment" ([SB/F/NM] Ada) ok 3016 - "\n" ([RE/F/NM] Ada) ok 3017 - "\n" ([SB/F/NM] Ada) ok 3018 - "This is a comment\n" ([RE/F/NM] Ada) ok 3019 - "This is a comment\n" ([SB/F/NM] Ada) ok 3020 - "A\tcomment\n" ([RE/F/NM] Ada) ok 3021 - "A\tcomment\n" ([SB/F/NM] Ada) ok 3022 - "Another /* comment\n" ([RE/F/NM] Ada) ok 3023 - "Another /* comment\n" ([SB/F/NM] Ada) ok 3024 - "-----" ([RE/F/NM] Ada) ok 3025 - "-----" ([SB/F/NM] Ada) ok 3026 - "-----This is a comment" ([RE/F/NM] Ada) ok 3027 - "-----This is a comment" ([SB/F/NM] Ada) ok 3028 - "-----A\tcomment" ([RE/F/NM] Ada) ok 3029 - "-----A\tcomment" ([SB/F/NM] Ada) ok 3030 - "-----Another /* comment" ([RE/F/NM] Ada) ok 3031 - "-----Another /* comment" ([SB/F/NM] Ada) ok 3032 - "\n" ([RE/F/NM] Ada) ok 3033 - "\n" ([SB/F/NM] Ada) ok 3034 - "This is a comment\n" ([RE/F/NM] Ada) ok 3035 - "This is a comment\n" ([SB/F/NM] Ada) ok 3036 - "A\tcomment\n" ([RE/F/NM] Ada) ok 3037 - "A\tcomment\n" ([SB/F/NM] Ada) ok 3038 - "Another /* comment\n" ([RE/F/NM] Ada) ok 3039 - "Another /* comment\n" ([SB/F/NM] Ada) ok 3040 - "\\"" ([RE/F/NM] Ada) ok 3041 - "\\"" ([SB/F/NM] Ada) ok 3042 - "\\"This is a comment" ([RE/F/NM] Ada) ok 3043 - "\\"This is a comment" ([SB/F/NM] Ada) ok 3044 - "\\"A\tcomment" ([RE/F/NM] Ada) ok 3045 - "\\"A\tcomment" ([SB/F/NM] Ada) ok 3046 - "\\"Another /* comment" ([RE/F/NM] Ada) ok 3047 - "\\"Another /* comment" ([SB/F/NM] Ada) ok 3048 - "\n" ([RE/F/NM] Ada) ok 3049 - "\n" ([SB/F/NM] Ada) ok 3050 - "This is a comment\n" ([RE/F/NM] Ada) ok 3051 - "This is a comment\n" ([SB/F/NM] Ada) ok 3052 - "A\tcomment\n" ([RE/F/NM] Ada) ok 3053 - "A\tcomment\n" ([SB/F/NM] Ada) ok 3054 - "Another /* comment\n" ([RE/F/NM] Ada) ok 3055 - "Another /* comment\n" ([SB/F/NM] Ada) ok 3056 - """ ([RE/F/NM] Ada) ok 3057 - """ ([SB/F/NM] Ada) ok 3058 - ""This is a comment" ([RE/F/NM] Ada) ok 3059 - ""This is a comment" ([SB/F/NM] Ada) ok 3060 - ""A\tcomment" ([RE/F/NM] Ada) ok 3061 - ""A\tcomment" ([SB/F/NM] Ada) ok 3062 - ""Another /* comment" ([RE/F/NM] Ada) ok 3063 - ""Another /* comment" ([SB/F/NM] Ada) ok 3064 - "\n" ([RE/F/NM] Ada) ok 3065 - "\n" ([SB/F/NM] Ada) ok 3066 - "This is a comment\n" ([RE/F/NM] Ada) ok 3067 - "This is a comment\n" ([SB/F/NM] Ada) ok 3068 - "A\tcomment\n" ([RE/F/NM] Ada) ok 3069 - "A\tcomment\n" ([SB/F/NM] Ada) ok 3070 - "Another /* comment\n" ([RE/F/NM] Ada) ok 3071 - "Another /* comment\n" ([SB/F/NM] Ada) ok 3072 - "'" ([RE/F/NM] Ada) ok 3073 - "'" ([SB/F/NM] Ada) ok 3074 - "'This is a comment" ([RE/F/NM] Ada) ok 3075 - "'This is a comment" ([SB/F/NM] Ada) ok 3076 - "'A\tcomment" ([RE/F/NM] Ada) ok 3077 - "'A\tcomment" ([SB/F/NM] Ada) ok 3078 - "'Another /* comment" ([RE/F/NM] Ada) ok 3079 - "'Another /* comment" ([SB/F/NM] Ada) ok 3080 - "\n" ([RE/F/NM] Ada) ok 3081 - "\n" ([SB/F/NM] Ada) ok 3082 - "This is a comment\n" ([RE/F/NM] Ada) ok 3083 - "This is a comment\n" ([SB/F/NM] Ada) ok 3084 - "A\tcomment\n" ([RE/F/NM] Ada) ok 3085 - "A\tcomment\n" ([SB/F/NM] Ada) ok 3086 - "Another /* comment\n" ([RE/F/NM] Ada) ok 3087 - "Another /* comment\n" ([SB/F/NM] Ada) ok 3088 - "/* This is a C comment */" ([RE/F/NM] Ada) ok 3089 - "/* This is a C comment */" ([SB/F/NM] Ada) ok 3090 - "(* This is a Pascal comment *)" ([RE/F/NM] Ada) ok 3091 - "(* This is a Pascal comment *)" ([SB/F/NM] Ada) ok 3092 - "" ([RE/F/NM] Ada) ok 3093 - "" ([SB/F/NM] Ada) ok 3094 - "--\n\n" ([RE/F/NM] Ada) ok 3095 - "--\n\n" ([SB/F/NM] Ada) ok 3096 - "--This is a comment\n\n" ([RE/F/NM] Ada) ok 3097 - "--This is a comment\n\n" ([SB/F/NM] Ada) ok 3098 - "--A\tcomment\n\n" ([RE/F/NM] Ada) ok 3099 - "--A\tcomment\n\n" ([SB/F/NM] Ada) ok 3100 - "--Another /* comment\n\n" ([RE/F/NM] Ada) ok 3101 - "--Another /* comment\n\n" ([SB/F/NM] Ada) ok 3102 - "--\n--\n" ([RE/F/NM] Ada) ok 3103 - "--\n--\n" ([SB/F/NM] Ada) ok 3104 - "--This is a comment\n--This is a comment\n" ([RE/F/NM] Ada) ok 3105 - "--This is a comment\n--This is a comment\n" ([SB/F/NM] Ada) ok 3106 - "--A\tcomment\n--A\tcomment\n" ([RE/F/NM] Ada) ok 3107 - "--A\tcomment\n--A\tcomment\n" ([SB/F/NM] Ada) ok 3108 - "--Another /* comment\n--Another /* comment\n" ([RE/F/NM] Ada) ok 3109 - "--Another /* comment\n--Another /* comment\n" ([SB/F/NM] Ada) ok 3110 - "--\nrpj" ([RE/F/NM] Ada) ok 3111 - "--\nrpj" ([SB/F/NM] Ada) ok 3112 - "--This is a comment\np" ([RE/F/NM] Ada) ok 3113 - "--This is a comment\np" ([SB/F/NM] Ada) ok 3114 - "--A\tcomment\nf" ([RE/F/NM] Ada) ok 3115 - "--A\tcomment\nf" ([SB/F/NM] Ada) ok 3116 - "--Another /* comment\n8" ([RE/F/NM] Ada) ok 3117 - "--Another /* comment\n8" ([SB/F/NM] Ada) ok 3118 - "4--\n" ([RE/F/NM] Ada) ok 3119 - "4--\n" ([SB/F/NM] Ada) ok 3120 - "r--This is a comment\n" ([RE/F/NM] Ada) ok 3121 - "r--This is a comment\n" ([SB/F/NM] Ada) ok 3122 - "k--A\tcomment\n" ([RE/F/NM] Ada) ok 3123 - "k--A\tcomment\n" ([SB/F/NM] Ada) ok 3124 - "y--Another /* comment\n" ([RE/F/NM] Ada) ok 3125 - "y--Another /* comment\n" ([SB/F/NM] Ada) ok 3126 - "\\\n" ([RE/F/NM] Ada) ok 3127 - "\\\n" ([SB/F/NM] Ada) ok 3128 - "\\This is a comment\n" ([RE/F/NM] Ada) ok 3129 - "\\This is a comment\n" ([SB/F/NM] Ada) ok 3130 - "\\A\tcomment\n" ([RE/F/NM] Ada) ok 3131 - "\\A\tcomment\n" ([SB/F/NM] Ada) ok 3132 - "\\Another /* comment\n" ([RE/F/NM] Ada) ok 3133 - "\\Another /* comment\n" ([SB/F/NM] Ada) ok 3134 - "#\n" ([RE/F/NM] Ada) ok 3135 - "#\n" ([SB/F/NM] Ada) ok 3136 - "#This is a comment\n" ([RE/F/NM] Ada) ok 3137 - "#This is a comment\n" ([SB/F/NM] Ada) ok 3138 - "#A\tcomment\n" ([RE/F/NM] Ada) ok 3139 - "#A\tcomment\n" ([SB/F/NM] Ada) ok 3140 - "#Another /* comment\n" ([RE/F/NM] Ada) ok 3141 - "#Another /* comment\n" ([SB/F/NM] Ada) ok 3142 - "//\n" ([RE/F/NM] Ada) ok 3143 - "//\n" ([SB/F/NM] Ada) ok 3144 - "//This is a comment\n" ([RE/F/NM] Ada) ok 3145 - "//This is a comment\n" ([SB/F/NM] Ada) ok 3146 - "//A\tcomment\n" ([RE/F/NM] Ada) ok 3147 - "//A\tcomment\n" ([SB/F/NM] Ada) ok 3148 - "//Another /* comment\n" ([RE/F/NM] Ada) ok 3149 - "//Another /* comment\n" ([SB/F/NM] Ada) ok 3150 - ";\n" ([RE/F/NM] Ada) ok 3151 - ";\n" ([SB/F/NM] Ada) ok 3152 - ";This is a comment\n" ([RE/F/NM] Ada) ok 3153 - ";This is a comment\n" ([SB/F/NM] Ada) ok 3154 - ";A\tcomment\n" ([RE/F/NM] Ada) ok 3155 - ";A\tcomment\n" ([SB/F/NM] Ada) ok 3156 - ";Another /* comment\n" ([RE/F/NM] Ada) ok 3157 - ";Another /* comment\n" ([SB/F/NM] Ada) ok 3158 - "#\n" ([RE/F/NM] Ada) ok 3159 - "#\n" ([SB/F/NM] Ada) ok 3160 - "#This is a comment\n" ([RE/F/NM] Ada) ok 3161 - "#This is a comment\n" ([SB/F/NM] Ada) ok 3162 - "#A\tcomment\n" ([RE/F/NM] Ada) ok 3163 - "#A\tcomment\n" ([SB/F/NM] Ada) ok 3164 - "#Another /* comment\n" ([RE/F/NM] Ada) ok 3165 - "#Another /* comment\n" ([SB/F/NM] Ada) ok 3166 - "*\n" ([RE/F/NM] Ada) ok 3167 - "*\n" ([SB/F/NM] Ada) ok 3168 - "*This is a comment\n" ([RE/F/NM] Ada) ok 3169 - "*This is a comment\n" ([SB/F/NM] Ada) ok 3170 - "*A\tcomment\n" ([RE/F/NM] Ada) ok 3171 - "*A\tcomment\n" ([SB/F/NM] Ada) ok 3172 - "*Another /* comment\n" ([RE/F/NM] Ada) ok 3173 - "*Another /* comment\n" ([SB/F/NM] Ada) ok 3174 - "!\n" ([RE/F/NM] Ada) ok 3175 - "!\n" ([SB/F/NM] Ada) ok 3176 - "!This is a comment\n" ([RE/F/NM] Ada) ok 3177 - "!This is a comment\n" ([SB/F/NM] Ada) ok 3178 - "!A\tcomment\n" ([RE/F/NM] Ada) ok 3179 - "!A\tcomment\n" ([SB/F/NM] Ada) ok 3180 - "!Another /* comment\n" ([RE/F/NM] Ada) ok 3181 - "!Another /* comment\n" ([SB/F/NM] Ada) ok 3182 - "REM\n" ([RE/F/NM] Ada) ok 3183 - "REM\n" ([SB/F/NM] Ada) ok 3184 - "REMThis is a comment\n" ([RE/F/NM] Ada) ok 3185 - "REMThis is a comment\n" ([SB/F/NM] Ada) ok 3186 - "REMA\tcomment\n" ([RE/F/NM] Ada) ok 3187 - "REMA\tcomment\n" ([SB/F/NM] Ada) ok 3188 - "REMAnother /* comment\n" ([RE/F/NM] Ada) ok 3189 - "REMAnother /* comment\n" ([SB/F/NM] Ada) ok 3190 - "//\n" ([RE/F/NM] Ada) ok 3191 - "//\n" ([SB/F/NM] Ada) ok 3192 - "//This is a comment\n" ([RE/F/NM] Ada) ok 3193 - "//This is a comment\n" ([SB/F/NM] Ada) ok 3194 - "//A\tcomment\n" ([RE/F/NM] Ada) ok 3195 - "//A\tcomment\n" ([SB/F/NM] Ada) ok 3196 - "//Another /* comment\n" ([RE/F/NM] Ada) ok 3197 - "//Another /* comment\n" ([SB/F/NM] Ada) ok 3198 - "%\n" ([RE/F/NM] Ada) ok 3199 - "%\n" ([SB/F/NM] Ada) ok 3200 - "%This is a comment\n" ([RE/F/NM] Ada) ok 3201 - "%This is a comment\n" ([SB/F/NM] Ada) ok 3202 - "%A\tcomment\n" ([RE/F/NM] Ada) ok 3203 - "%A\tcomment\n" ([SB/F/NM] Ada) ok 3204 - "%Another /* comment\n" ([RE/F/NM] Ada) ok 3205 - "%Another /* comment\n" ([SB/F/NM] Ada) ok 3206 - "!\n" ([RE/F/NM] Ada) ok 3207 - "!\n" ([SB/F/NM] Ada) ok 3208 - "!This is a comment\n" ([RE/F/NM] Ada) ok 3209 - "!This is a comment\n" ([SB/F/NM] Ada) ok 3210 - "!A\tcomment\n" ([RE/F/NM] Ada) ok 3211 - "!A\tcomment\n" ([SB/F/NM] Ada) ok 3212 - "!Another /* comment\n" ([RE/F/NM] Ada) ok 3213 - "!Another /* comment\n" ([SB/F/NM] Ada) ok 3214 - "NB\n" ([RE/F/NM] Ada) ok 3215 - "NB\n" ([SB/F/NM] Ada) ok 3216 - "NBThis is a comment\n" ([RE/F/NM] Ada) ok 3217 - "NBThis is a comment\n" ([SB/F/NM] Ada) ok 3218 - "NBA\tcomment\n" ([RE/F/NM] Ada) ok 3219 - "NBA\tcomment\n" ([SB/F/NM] Ada) ok 3220 - "NBAnother /* comment\n" ([RE/F/NM] Ada) ok 3221 - "NBAnother /* comment\n" ([SB/F/NM] Ada) ok 3222 - "PLEASE NOT\n" ([RE/F/NM] Ada) ok 3223 - "PLEASE NOT\n" ([SB/F/NM] Ada) ok 3224 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Ada) ok 3225 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Ada) ok 3226 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Ada) ok 3227 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Ada) ok 3228 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Ada) ok 3229 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Ada) ok 3230 - "PLEASE NOT\n" ([RE/F/NM] Ada) ok 3231 - "PLEASE NOT\n" ([SB/F/NM] Ada) ok 3232 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Ada) ok 3233 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Ada) ok 3234 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Ada) ok 3235 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Ada) ok 3236 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Ada) ok 3237 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Ada) ok 3238 - "PLEASE N'T\n" ([RE/F/NM] Ada) ok 3239 - "PLEASE N'T\n" ([SB/F/NM] Ada) ok 3240 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Ada) ok 3241 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Ada) ok 3242 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Ada) ok 3243 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Ada) ok 3244 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Ada) ok 3245 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Ada) ok 3246 - "DO NOT\n" ([RE/F/NM] Ada) ok 3247 - "DO NOT\n" ([SB/F/NM] Ada) ok 3248 - "DO NOTThis is a comment\n" ([RE/F/NM] Ada) ok 3249 - "DO NOTThis is a comment\n" ([SB/F/NM] Ada) ok 3250 - "DO NOTA\tcomment\n" ([RE/F/NM] Ada) ok 3251 - "DO NOTA\tcomment\n" ([SB/F/NM] Ada) ok 3252 - "DO NOTAnother /* comment\n" ([RE/F/NM] Ada) ok 3253 - "DO NOTAnother /* comment\n" ([SB/F/NM] Ada) ok 3254 - "DO N'T\n" ([RE/F/NM] Ada) ok 3255 - "DO N'T\n" ([SB/F/NM] Ada) ok 3256 - "DO N'TThis is a comment\n" ([RE/F/NM] Ada) ok 3257 - "DO N'TThis is a comment\n" ([SB/F/NM] Ada) ok 3258 - "DO N'TA\tcomment\n" ([RE/F/NM] Ada) ok 3259 - "DO N'TA\tcomment\n" ([SB/F/NM] Ada) ok 3260 - "DO N'TAnother /* comment\n" ([RE/F/NM] Ada) ok 3261 - "DO N'TAnother /* comment\n" ([SB/F/NM] Ada) ok 3262 - "DO NOT\n" ([RE/F/NM] Ada) ok 3263 - "DO NOT\n" ([SB/F/NM] Ada) ok 3264 - "DO NOTThis is a comment\n" ([RE/F/NM] Ada) ok 3265 - "DO NOTThis is a comment\n" ([SB/F/NM] Ada) ok 3266 - "DO NOTA\tcomment\n" ([RE/F/NM] Ada) ok 3267 - "DO NOTA\tcomment\n" ([SB/F/NM] Ada) ok 3268 - "DO NOTAnother /* comment\n" ([RE/F/NM] Ada) ok 3269 - "DO NOTAnother /* comment\n" ([SB/F/NM] Ada) ok 3270 - "PLEASE DO NOT\n" ([RE/F/NM] Ada) ok 3271 - "PLEASE DO NOT\n" ([SB/F/NM] Ada) ok 3272 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Ada) ok 3273 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Ada) ok 3274 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Ada) ok 3275 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Ada) ok 3276 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Ada) ok 3277 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Ada) ok 3278 - "PLEASE DO NOT\n" ([RE/F/NM] Ada) ok 3279 - "PLEASE DO NOT\n" ([SB/F/NM] Ada) ok 3280 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Ada) ok 3281 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Ada) ok 3282 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Ada) ok 3283 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Ada) ok 3284 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Ada) ok 3285 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Ada) ok 3286 - "PLEASE DO N'T\n" ([RE/F/NM] Ada) ok 3287 - "PLEASE DO N'T\n" ([SB/F/NM] Ada) ok 3288 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Ada) ok 3289 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Ada) ok 3290 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Ada) ok 3291 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Ada) ok 3292 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Ada) ok 3293 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Ada) ok 3294 - "NB.\n" ([RE/F/NM] Ada) ok 3295 - "NB.\n" ([SB/F/NM] Ada) ok 3296 - "NB.This is a comment\n" ([RE/F/NM] Ada) ok 3297 - "NB.This is a comment\n" ([SB/F/NM] Ada) ok 3298 - "NB.A\tcomment\n" ([RE/F/NM] Ada) ok 3299 - "NB.A\tcomment\n" ([SB/F/NM] Ada) ok 3300 - "NB.Another /* comment\n" ([RE/F/NM] Ada) ok 3301 - "NB.Another /* comment\n" ([SB/F/NM] Ada) ok 3302 - "{}" ([RE/F/NM] Ada) ok 3303 - "{}" ([SB/F/NM] Ada) ok 3304 - "{This is a comment}" ([RE/F/NM] Ada) ok 3305 - "{This is a comment}" ([SB/F/NM] Ada) ok 3306 - "{A\tcomment}" ([RE/F/NM] Ada) ok 3307 - "{A\tcomment}" ([SB/F/NM] Ada) ok 3308 - "{Another /* comment}" ([RE/F/NM] Ada) ok 3309 - "{Another /* comment}" ([SB/F/NM] Ada) ok 3310 - ".\n" ([RE/F/NM] Ada) ok 3311 - ".\n" ([SB/F/NM] Ada) ok 3312 - ".This is a comment\n" ([RE/F/NM] Ada) ok 3313 - ".This is a comment\n" ([SB/F/NM] Ada) ok 3314 - ".A\tcomment\n" ([RE/F/NM] Ada) ok 3315 - ".A\tcomment\n" ([SB/F/NM] Ada) ok 3316 - ".Another /* comment\n" ([RE/F/NM] Ada) ok 3317 - ".Another /* comment\n" ([SB/F/NM] Ada) ok 3318 - ";\n" ([RE/F/NM] Ada) ok 3319 - ";\n" ([SB/F/NM] Ada) ok 3320 - ";This is a comment\n" ([RE/F/NM] Ada) ok 3321 - ";This is a comment\n" ([SB/F/NM] Ada) ok 3322 - ";A\tcomment\n" ([RE/F/NM] Ada) ok 3323 - ";A\tcomment\n" ([SB/F/NM] Ada) ok 3324 - ";Another /* comment\n" ([RE/F/NM] Ada) ok 3325 - ";Another /* comment\n" ([SB/F/NM] Ada) ok 3326 - "`\n" ([RE/F/NM] Ada) ok 3327 - "`\n" ([SB/F/NM] Ada) ok 3328 - "`This is a comment\n" ([RE/F/NM] Ada) ok 3329 - "`This is a comment\n" ([SB/F/NM] Ada) ok 3330 - "`A\tcomment\n" ([RE/F/NM] Ada) ok 3331 - "`A\tcomment\n" ([SB/F/NM] Ada) ok 3332 - "`Another /* comment\n" ([RE/F/NM] Ada) ok 3333 - "`Another /* comment\n" ([SB/F/NM] Ada) ok 3334 - "\\"\n" ([RE/F/NM] Ada) ok 3335 - "\\"\n" ([SB/F/NM] Ada) ok 3336 - "\\"This is a comment\n" ([RE/F/NM] Ada) ok 3337 - "\\"This is a comment\n" ([SB/F/NM] Ada) ok 3338 - "\\"A\tcomment\n" ([RE/F/NM] Ada) ok 3339 - "\\"A\tcomment\n" ([SB/F/NM] Ada) ok 3340 - "\\"Another /* comment\n" ([RE/F/NM] Ada) ok 3341 - "\\"Another /* comment\n" ([SB/F/NM] Ada) ok 3342 - ""\n" ([RE/F/NM] Ada) ok 3343 - ""\n" ([SB/F/NM] Ada) ok 3344 - ""This is a comment\n" ([RE/F/NM] Ada) ok 3345 - ""This is a comment\n" ([SB/F/NM] Ada) ok 3346 - ""A\tcomment\n" ([RE/F/NM] Ada) ok 3347 - ""A\tcomment\n" ([SB/F/NM] Ada) ok 3348 - ""Another /* comment\n" ([RE/F/NM] Ada) ok 3349 - ""Another /* comment\n" ([SB/F/NM] Ada) ok 3350 - "'\n" ([RE/F/NM] Ada) ok 3351 - "'\n" ([SB/F/NM] Ada) ok 3352 - "'This is a comment\n" ([RE/F/NM] Ada) ok 3353 - "'This is a comment\n" ([SB/F/NM] Ada) ok 3354 - "'A\tcomment\n" ([RE/F/NM] Ada) ok 3355 - "'A\tcomment\n" ([SB/F/NM] Ada) ok 3356 - "'Another /* comment\n" ([RE/F/NM] Ada) ok 3357 - "'Another /* comment\n" ([SB/F/NM] Ada) ok 3358 - "--\n" ([RE/P/MT] Alan) ok 3359 - "--\n" ([OM/P/MT] Alan) ok 3360 - "--\n" ([OS/P/MT] Alan) ok 3361 - "--\n" ([SB/P/MT] Alan) ok 3362 - "--\n" ([KP/P/MT] Alan) ok 3363 - "--This is a comment\n" ([RE/P/MT] Alan) ok 3364 - "--This is a comment\n" ([OM/P/MT] Alan) ok 3365 - "--This is a comment\n" ([OS/P/MT] Alan) ok 3366 - "--This is a comment\n" ([SB/P/MT] Alan) ok 3367 - "--This is a comment\n" ([KP/P/MT] Alan) ok 3368 - "--A\tcomment\n" ([RE/P/MT] Alan) ok 3369 - "--A\tcomment\n" ([OM/P/MT] Alan) ok 3370 - "--A\tcomment\n" ([OS/P/MT] Alan) ok 3371 - "--A\tcomment\n" ([SB/P/MT] Alan) ok 3372 - "--A\tcomment\n" ([KP/P/MT] Alan) ok 3373 - "--Another /* comment\n" ([RE/P/MT] Alan) ok 3374 - "--Another /* comment\n" ([OM/P/MT] Alan) ok 3375 - "--Another /* comment\n" ([OS/P/MT] Alan) ok 3376 - "--Another /* comment\n" ([SB/P/MT] Alan) ok 3377 - "--Another /* comment\n" ([KP/P/MT] Alan) ok 3378 - "\\" ([RE/F/NM] Alan) ok 3379 - "\\" ([SB/F/NM] Alan) ok 3380 - "\\This is a comment" ([RE/F/NM] Alan) ok 3381 - "\\This is a comment" ([SB/F/NM] Alan) ok 3382 - "\\A\tcomment" ([RE/F/NM] Alan) ok 3383 - "\\A\tcomment" ([SB/F/NM] Alan) ok 3384 - "\\Another /* comment" ([RE/F/NM] Alan) ok 3385 - "\\Another /* comment" ([SB/F/NM] Alan) ok 3386 - "\n" ([RE/F/NM] Alan) ok 3387 - "\n" ([SB/F/NM] Alan) ok 3388 - "This is a comment\n" ([RE/F/NM] Alan) ok 3389 - "This is a comment\n" ([SB/F/NM] Alan) ok 3390 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3391 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3392 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3393 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3394 - "#" ([RE/F/NM] Alan) ok 3395 - "#" ([SB/F/NM] Alan) ok 3396 - "#This is a comment" ([RE/F/NM] Alan) ok 3397 - "#This is a comment" ([SB/F/NM] Alan) ok 3398 - "#A\tcomment" ([RE/F/NM] Alan) ok 3399 - "#A\tcomment" ([SB/F/NM] Alan) ok 3400 - "#Another /* comment" ([RE/F/NM] Alan) ok 3401 - "#Another /* comment" ([SB/F/NM] Alan) ok 3402 - "\n" ([RE/F/NM] Alan) ok 3403 - "\n" ([SB/F/NM] Alan) ok 3404 - "This is a comment\n" ([RE/F/NM] Alan) ok 3405 - "This is a comment\n" ([SB/F/NM] Alan) ok 3406 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3407 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3408 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3409 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3410 - "//" ([RE/F/NM] Alan) ok 3411 - "//" ([SB/F/NM] Alan) ok 3412 - "//This is a comment" ([RE/F/NM] Alan) ok 3413 - "//This is a comment" ([SB/F/NM] Alan) ok 3414 - "//A\tcomment" ([RE/F/NM] Alan) ok 3415 - "//A\tcomment" ([SB/F/NM] Alan) ok 3416 - "//Another /* comment" ([RE/F/NM] Alan) ok 3417 - "//Another /* comment" ([SB/F/NM] Alan) ok 3418 - "\n" ([RE/F/NM] Alan) ok 3419 - "\n" ([SB/F/NM] Alan) ok 3420 - "This is a comment\n" ([RE/F/NM] Alan) ok 3421 - "This is a comment\n" ([SB/F/NM] Alan) ok 3422 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3423 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3424 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3425 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3426 - "--" ([RE/F/NM] Alan) ok 3427 - "--" ([SB/F/NM] Alan) ok 3428 - "--This is a comment" ([RE/F/NM] Alan) ok 3429 - "--This is a comment" ([SB/F/NM] Alan) ok 3430 - "--A\tcomment" ([RE/F/NM] Alan) ok 3431 - "--A\tcomment" ([SB/F/NM] Alan) ok 3432 - "--Another /* comment" ([RE/F/NM] Alan) ok 3433 - "--Another /* comment" ([SB/F/NM] Alan) ok 3434 - "\n" ([RE/F/NM] Alan) ok 3435 - "\n" ([SB/F/NM] Alan) ok 3436 - "This is a comment\n" ([RE/F/NM] Alan) ok 3437 - "This is a comment\n" ([SB/F/NM] Alan) ok 3438 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3439 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3440 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3441 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3442 - ";" ([RE/F/NM] Alan) ok 3443 - ";" ([SB/F/NM] Alan) ok 3444 - ";This is a comment" ([RE/F/NM] Alan) ok 3445 - ";This is a comment" ([SB/F/NM] Alan) ok 3446 - ";A\tcomment" ([RE/F/NM] Alan) ok 3447 - ";A\tcomment" ([SB/F/NM] Alan) ok 3448 - ";Another /* comment" ([RE/F/NM] Alan) ok 3449 - ";Another /* comment" ([SB/F/NM] Alan) ok 3450 - "\n" ([RE/F/NM] Alan) ok 3451 - "\n" ([SB/F/NM] Alan) ok 3452 - "This is a comment\n" ([RE/F/NM] Alan) ok 3453 - "This is a comment\n" ([SB/F/NM] Alan) ok 3454 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3455 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3456 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3457 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3458 - "#" ([RE/F/NM] Alan) ok 3459 - "#" ([SB/F/NM] Alan) ok 3460 - "#This is a comment" ([RE/F/NM] Alan) ok 3461 - "#This is a comment" ([SB/F/NM] Alan) ok 3462 - "#A\tcomment" ([RE/F/NM] Alan) ok 3463 - "#A\tcomment" ([SB/F/NM] Alan) ok 3464 - "#Another /* comment" ([RE/F/NM] Alan) ok 3465 - "#Another /* comment" ([SB/F/NM] Alan) ok 3466 - "\n" ([RE/F/NM] Alan) ok 3467 - "\n" ([SB/F/NM] Alan) ok 3468 - "This is a comment\n" ([RE/F/NM] Alan) ok 3469 - "This is a comment\n" ([SB/F/NM] Alan) ok 3470 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3471 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3472 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3473 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3474 - "*" ([RE/F/NM] Alan) ok 3475 - "*" ([SB/F/NM] Alan) ok 3476 - "*This is a comment" ([RE/F/NM] Alan) ok 3477 - "*This is a comment" ([SB/F/NM] Alan) ok 3478 - "*A\tcomment" ([RE/F/NM] Alan) ok 3479 - "*A\tcomment" ([SB/F/NM] Alan) ok 3480 - "*Another /* comment" ([RE/F/NM] Alan) ok 3481 - "*Another /* comment" ([SB/F/NM] Alan) ok 3482 - "\n" ([RE/F/NM] Alan) ok 3483 - "\n" ([SB/F/NM] Alan) ok 3484 - "This is a comment\n" ([RE/F/NM] Alan) ok 3485 - "This is a comment\n" ([SB/F/NM] Alan) ok 3486 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3487 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3488 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3489 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3490 - "!" ([RE/F/NM] Alan) ok 3491 - "!" ([SB/F/NM] Alan) ok 3492 - "!This is a comment" ([RE/F/NM] Alan) ok 3493 - "!This is a comment" ([SB/F/NM] Alan) ok 3494 - "!A\tcomment" ([RE/F/NM] Alan) ok 3495 - "!A\tcomment" ([SB/F/NM] Alan) ok 3496 - "!Another /* comment" ([RE/F/NM] Alan) ok 3497 - "!Another /* comment" ([SB/F/NM] Alan) ok 3498 - "\n" ([RE/F/NM] Alan) ok 3499 - "\n" ([SB/F/NM] Alan) ok 3500 - "This is a comment\n" ([RE/F/NM] Alan) ok 3501 - "This is a comment\n" ([SB/F/NM] Alan) ok 3502 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3503 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3504 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3505 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3506 - "REM" ([RE/F/NM] Alan) ok 3507 - "REM" ([SB/F/NM] Alan) ok 3508 - "REMThis is a comment" ([RE/F/NM] Alan) ok 3509 - "REMThis is a comment" ([SB/F/NM] Alan) ok 3510 - "REMA\tcomment" ([RE/F/NM] Alan) ok 3511 - "REMA\tcomment" ([SB/F/NM] Alan) ok 3512 - "REMAnother /* comment" ([RE/F/NM] Alan) ok 3513 - "REMAnother /* comment" ([SB/F/NM] Alan) ok 3514 - "\n" ([RE/F/NM] Alan) ok 3515 - "\n" ([SB/F/NM] Alan) ok 3516 - "This is a comment\n" ([RE/F/NM] Alan) ok 3517 - "This is a comment\n" ([SB/F/NM] Alan) ok 3518 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3519 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3520 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3521 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3522 - "//" ([RE/F/NM] Alan) ok 3523 - "//" ([SB/F/NM] Alan) ok 3524 - "//This is a comment" ([RE/F/NM] Alan) ok 3525 - "//This is a comment" ([SB/F/NM] Alan) ok 3526 - "//A\tcomment" ([RE/F/NM] Alan) ok 3527 - "//A\tcomment" ([SB/F/NM] Alan) ok 3528 - "//Another /* comment" ([RE/F/NM] Alan) ok 3529 - "//Another /* comment" ([SB/F/NM] Alan) ok 3530 - "\n" ([RE/F/NM] Alan) ok 3531 - "\n" ([SB/F/NM] Alan) ok 3532 - "This is a comment\n" ([RE/F/NM] Alan) ok 3533 - "This is a comment\n" ([SB/F/NM] Alan) ok 3534 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3535 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3536 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3537 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3538 - "%" ([RE/F/NM] Alan) ok 3539 - "%" ([SB/F/NM] Alan) ok 3540 - "%This is a comment" ([RE/F/NM] Alan) ok 3541 - "%This is a comment" ([SB/F/NM] Alan) ok 3542 - "%A\tcomment" ([RE/F/NM] Alan) ok 3543 - "%A\tcomment" ([SB/F/NM] Alan) ok 3544 - "%Another /* comment" ([RE/F/NM] Alan) ok 3545 - "%Another /* comment" ([SB/F/NM] Alan) ok 3546 - "\n" ([RE/F/NM] Alan) ok 3547 - "\n" ([SB/F/NM] Alan) ok 3548 - "This is a comment\n" ([RE/F/NM] Alan) ok 3549 - "This is a comment\n" ([SB/F/NM] Alan) ok 3550 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3551 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3552 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3553 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3554 - "!" ([RE/F/NM] Alan) ok 3555 - "!" ([SB/F/NM] Alan) ok 3556 - "!This is a comment" ([RE/F/NM] Alan) ok 3557 - "!This is a comment" ([SB/F/NM] Alan) ok 3558 - "!A\tcomment" ([RE/F/NM] Alan) ok 3559 - "!A\tcomment" ([SB/F/NM] Alan) ok 3560 - "!Another /* comment" ([RE/F/NM] Alan) ok 3561 - "!Another /* comment" ([SB/F/NM] Alan) ok 3562 - "\n" ([RE/F/NM] Alan) ok 3563 - "\n" ([SB/F/NM] Alan) ok 3564 - "This is a comment\n" ([RE/F/NM] Alan) ok 3565 - "This is a comment\n" ([SB/F/NM] Alan) ok 3566 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3567 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3568 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3569 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3570 - "NB" ([RE/F/NM] Alan) ok 3571 - "NB" ([SB/F/NM] Alan) ok 3572 - "NBThis is a comment" ([RE/F/NM] Alan) ok 3573 - "NBThis is a comment" ([SB/F/NM] Alan) ok 3574 - "NBA\tcomment" ([RE/F/NM] Alan) ok 3575 - "NBA\tcomment" ([SB/F/NM] Alan) ok 3576 - "NBAnother /* comment" ([RE/F/NM] Alan) ok 3577 - "NBAnother /* comment" ([SB/F/NM] Alan) ok 3578 - "\n" ([RE/F/NM] Alan) ok 3579 - "\n" ([SB/F/NM] Alan) ok 3580 - "This is a comment\n" ([RE/F/NM] Alan) ok 3581 - "This is a comment\n" ([SB/F/NM] Alan) ok 3582 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3583 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3584 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3585 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3586 - "PLEASE NOT" ([RE/F/NM] Alan) ok 3587 - "PLEASE NOT" ([SB/F/NM] Alan) ok 3588 - "PLEASE NOTThis is a comment" ([RE/F/NM] Alan) ok 3589 - "PLEASE NOTThis is a comment" ([SB/F/NM] Alan) ok 3590 - "PLEASE NOTA\tcomment" ([RE/F/NM] Alan) ok 3591 - "PLEASE NOTA\tcomment" ([SB/F/NM] Alan) ok 3592 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Alan) ok 3593 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Alan) ok 3594 - "\n" ([RE/F/NM] Alan) ok 3595 - "\n" ([SB/F/NM] Alan) ok 3596 - "This is a comment\n" ([RE/F/NM] Alan) ok 3597 - "This is a comment\n" ([SB/F/NM] Alan) ok 3598 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3599 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3600 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3601 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3602 - "PLEASE NOT" ([RE/F/NM] Alan) ok 3603 - "PLEASE NOT" ([SB/F/NM] Alan) ok 3604 - "PLEASE NOTThis is a comment" ([RE/F/NM] Alan) ok 3605 - "PLEASE NOTThis is a comment" ([SB/F/NM] Alan) ok 3606 - "PLEASE NOTA\tcomment" ([RE/F/NM] Alan) ok 3607 - "PLEASE NOTA\tcomment" ([SB/F/NM] Alan) ok 3608 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Alan) ok 3609 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Alan) ok 3610 - "\n" ([RE/F/NM] Alan) ok 3611 - "\n" ([SB/F/NM] Alan) ok 3612 - "This is a comment\n" ([RE/F/NM] Alan) ok 3613 - "This is a comment\n" ([SB/F/NM] Alan) ok 3614 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3615 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3616 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3617 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3618 - "PLEASE N'T" ([RE/F/NM] Alan) ok 3619 - "PLEASE N'T" ([SB/F/NM] Alan) ok 3620 - "PLEASE N'TThis is a comment" ([RE/F/NM] Alan) ok 3621 - "PLEASE N'TThis is a comment" ([SB/F/NM] Alan) ok 3622 - "PLEASE N'TA\tcomment" ([RE/F/NM] Alan) ok 3623 - "PLEASE N'TA\tcomment" ([SB/F/NM] Alan) ok 3624 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Alan) ok 3625 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Alan) ok 3626 - "\n" ([RE/F/NM] Alan) ok 3627 - "\n" ([SB/F/NM] Alan) ok 3628 - "This is a comment\n" ([RE/F/NM] Alan) ok 3629 - "This is a comment\n" ([SB/F/NM] Alan) ok 3630 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3631 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3632 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3633 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3634 - "DO NOT" ([RE/F/NM] Alan) ok 3635 - "DO NOT" ([SB/F/NM] Alan) ok 3636 - "DO NOTThis is a comment" ([RE/F/NM] Alan) ok 3637 - "DO NOTThis is a comment" ([SB/F/NM] Alan) ok 3638 - "DO NOTA\tcomment" ([RE/F/NM] Alan) ok 3639 - "DO NOTA\tcomment" ([SB/F/NM] Alan) ok 3640 - "DO NOTAnother /* comment" ([RE/F/NM] Alan) ok 3641 - "DO NOTAnother /* comment" ([SB/F/NM] Alan) ok 3642 - "\n" ([RE/F/NM] Alan) ok 3643 - "\n" ([SB/F/NM] Alan) ok 3644 - "This is a comment\n" ([RE/F/NM] Alan) ok 3645 - "This is a comment\n" ([SB/F/NM] Alan) ok 3646 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3647 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3648 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3649 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3650 - "DO N'T" ([RE/F/NM] Alan) ok 3651 - "DO N'T" ([SB/F/NM] Alan) ok 3652 - "DO N'TThis is a comment" ([RE/F/NM] Alan) ok 3653 - "DO N'TThis is a comment" ([SB/F/NM] Alan) ok 3654 - "DO N'TA\tcomment" ([RE/F/NM] Alan) ok 3655 - "DO N'TA\tcomment" ([SB/F/NM] Alan) ok 3656 - "DO N'TAnother /* comment" ([RE/F/NM] Alan) ok 3657 - "DO N'TAnother /* comment" ([SB/F/NM] Alan) ok 3658 - "\n" ([RE/F/NM] Alan) ok 3659 - "\n" ([SB/F/NM] Alan) ok 3660 - "This is a comment\n" ([RE/F/NM] Alan) ok 3661 - "This is a comment\n" ([SB/F/NM] Alan) ok 3662 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3663 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3664 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3665 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3666 - "DO NOT" ([RE/F/NM] Alan) ok 3667 - "DO NOT" ([SB/F/NM] Alan) ok 3668 - "DO NOTThis is a comment" ([RE/F/NM] Alan) ok 3669 - "DO NOTThis is a comment" ([SB/F/NM] Alan) ok 3670 - "DO NOTA\tcomment" ([RE/F/NM] Alan) ok 3671 - "DO NOTA\tcomment" ([SB/F/NM] Alan) ok 3672 - "DO NOTAnother /* comment" ([RE/F/NM] Alan) ok 3673 - "DO NOTAnother /* comment" ([SB/F/NM] Alan) ok 3674 - "\n" ([RE/F/NM] Alan) ok 3675 - "\n" ([SB/F/NM] Alan) ok 3676 - "This is a comment\n" ([RE/F/NM] Alan) ok 3677 - "This is a comment\n" ([SB/F/NM] Alan) ok 3678 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3679 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3680 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3681 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3682 - "PLEASE DO NOT" ([RE/F/NM] Alan) ok 3683 - "PLEASE DO NOT" ([SB/F/NM] Alan) ok 3684 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Alan) ok 3685 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Alan) ok 3686 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Alan) ok 3687 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Alan) ok 3688 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Alan) ok 3689 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Alan) ok 3690 - "\n" ([RE/F/NM] Alan) ok 3691 - "\n" ([SB/F/NM] Alan) ok 3692 - "This is a comment\n" ([RE/F/NM] Alan) ok 3693 - "This is a comment\n" ([SB/F/NM] Alan) ok 3694 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3695 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3696 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3697 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3698 - "PLEASE DO NOT" ([RE/F/NM] Alan) ok 3699 - "PLEASE DO NOT" ([SB/F/NM] Alan) ok 3700 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Alan) ok 3701 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Alan) ok 3702 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Alan) ok 3703 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Alan) ok 3704 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Alan) ok 3705 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Alan) ok 3706 - "\n" ([RE/F/NM] Alan) ok 3707 - "\n" ([SB/F/NM] Alan) ok 3708 - "This is a comment\n" ([RE/F/NM] Alan) ok 3709 - "This is a comment\n" ([SB/F/NM] Alan) ok 3710 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3711 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3712 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3713 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3714 - "PLEASE DO N'T" ([RE/F/NM] Alan) ok 3715 - "PLEASE DO N'T" ([SB/F/NM] Alan) ok 3716 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Alan) ok 3717 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Alan) ok 3718 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Alan) ok 3719 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Alan) ok 3720 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Alan) ok 3721 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Alan) ok 3722 - "\n" ([RE/F/NM] Alan) ok 3723 - "\n" ([SB/F/NM] Alan) ok 3724 - "This is a comment\n" ([RE/F/NM] Alan) ok 3725 - "This is a comment\n" ([SB/F/NM] Alan) ok 3726 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3727 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3728 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3729 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3730 - "NB." ([RE/F/NM] Alan) ok 3731 - "NB." ([SB/F/NM] Alan) ok 3732 - "NB.This is a comment" ([RE/F/NM] Alan) ok 3733 - "NB.This is a comment" ([SB/F/NM] Alan) ok 3734 - "NB.A\tcomment" ([RE/F/NM] Alan) ok 3735 - "NB.A\tcomment" ([SB/F/NM] Alan) ok 3736 - "NB.Another /* comment" ([RE/F/NM] Alan) ok 3737 - "NB.Another /* comment" ([SB/F/NM] Alan) ok 3738 - "\n" ([RE/F/NM] Alan) ok 3739 - "\n" ([SB/F/NM] Alan) ok 3740 - "This is a comment\n" ([RE/F/NM] Alan) ok 3741 - "This is a comment\n" ([SB/F/NM] Alan) ok 3742 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3743 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3744 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3745 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3746 - "{" ([RE/F/NM] Alan) ok 3747 - "{" ([SB/F/NM] Alan) ok 3748 - "{This is a comment" ([RE/F/NM] Alan) ok 3749 - "{This is a comment" ([SB/F/NM] Alan) ok 3750 - "{A\tcomment" ([RE/F/NM] Alan) ok 3751 - "{A\tcomment" ([SB/F/NM] Alan) ok 3752 - "{Another /* comment" ([RE/F/NM] Alan) ok 3753 - "{Another /* comment" ([SB/F/NM] Alan) ok 3754 - "}" ([RE/F/NM] Alan) ok 3755 - "}" ([SB/F/NM] Alan) ok 3756 - "This is a comment}" ([RE/F/NM] Alan) ok 3757 - "This is a comment}" ([SB/F/NM] Alan) ok 3758 - "A\tcomment}" ([RE/F/NM] Alan) ok 3759 - "A\tcomment}" ([SB/F/NM] Alan) ok 3760 - "Another /* comment}" ([RE/F/NM] Alan) ok 3761 - "Another /* comment}" ([SB/F/NM] Alan) ok 3762 - "." ([RE/F/NM] Alan) ok 3763 - "." ([SB/F/NM] Alan) ok 3764 - ".This is a comment" ([RE/F/NM] Alan) ok 3765 - ".This is a comment" ([SB/F/NM] Alan) ok 3766 - ".A\tcomment" ([RE/F/NM] Alan) ok 3767 - ".A\tcomment" ([SB/F/NM] Alan) ok 3768 - ".Another /* comment" ([RE/F/NM] Alan) ok 3769 - ".Another /* comment" ([SB/F/NM] Alan) ok 3770 - "\n" ([RE/F/NM] Alan) ok 3771 - "\n" ([SB/F/NM] Alan) ok 3772 - "This is a comment\n" ([RE/F/NM] Alan) ok 3773 - "This is a comment\n" ([SB/F/NM] Alan) ok 3774 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3775 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3776 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3777 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3778 - ";" ([RE/F/NM] Alan) ok 3779 - ";" ([SB/F/NM] Alan) ok 3780 - ";This is a comment" ([RE/F/NM] Alan) ok 3781 - ";This is a comment" ([SB/F/NM] Alan) ok 3782 - ";A\tcomment" ([RE/F/NM] Alan) ok 3783 - ";A\tcomment" ([SB/F/NM] Alan) ok 3784 - ";Another /* comment" ([RE/F/NM] Alan) ok 3785 - ";Another /* comment" ([SB/F/NM] Alan) ok 3786 - "\n" ([RE/F/NM] Alan) ok 3787 - "\n" ([SB/F/NM] Alan) ok 3788 - "This is a comment\n" ([RE/F/NM] Alan) ok 3789 - "This is a comment\n" ([SB/F/NM] Alan) ok 3790 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3791 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3792 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3793 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3794 - "`" ([RE/F/NM] Alan) ok 3795 - "`" ([SB/F/NM] Alan) ok 3796 - "`This is a comment" ([RE/F/NM] Alan) ok 3797 - "`This is a comment" ([SB/F/NM] Alan) ok 3798 - "`A\tcomment" ([RE/F/NM] Alan) ok 3799 - "`A\tcomment" ([SB/F/NM] Alan) ok 3800 - "`Another /* comment" ([RE/F/NM] Alan) ok 3801 - "`Another /* comment" ([SB/F/NM] Alan) ok 3802 - "\n" ([RE/F/NM] Alan) ok 3803 - "\n" ([SB/F/NM] Alan) ok 3804 - "This is a comment\n" ([RE/F/NM] Alan) ok 3805 - "This is a comment\n" ([SB/F/NM] Alan) ok 3806 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3807 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3808 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3809 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3810 - "--" ([RE/F/NM] Alan) ok 3811 - "--" ([SB/F/NM] Alan) ok 3812 - "--This is a comment" ([RE/F/NM] Alan) ok 3813 - "--This is a comment" ([SB/F/NM] Alan) ok 3814 - "--A\tcomment" ([RE/F/NM] Alan) ok 3815 - "--A\tcomment" ([SB/F/NM] Alan) ok 3816 - "--Another /* comment" ([RE/F/NM] Alan) ok 3817 - "--Another /* comment" ([SB/F/NM] Alan) ok 3818 - "\n" ([RE/F/NM] Alan) ok 3819 - "\n" ([SB/F/NM] Alan) ok 3820 - "This is a comment\n" ([RE/F/NM] Alan) ok 3821 - "This is a comment\n" ([SB/F/NM] Alan) ok 3822 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3823 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3824 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3825 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3826 - "---" ([RE/F/NM] Alan) ok 3827 - "---" ([SB/F/NM] Alan) ok 3828 - "---This is a comment" ([RE/F/NM] Alan) ok 3829 - "---This is a comment" ([SB/F/NM] Alan) ok 3830 - "---A\tcomment" ([RE/F/NM] Alan) ok 3831 - "---A\tcomment" ([SB/F/NM] Alan) ok 3832 - "---Another /* comment" ([RE/F/NM] Alan) ok 3833 - "---Another /* comment" ([SB/F/NM] Alan) ok 3834 - "\n" ([RE/F/NM] Alan) ok 3835 - "\n" ([SB/F/NM] Alan) ok 3836 - "This is a comment\n" ([RE/F/NM] Alan) ok 3837 - "This is a comment\n" ([SB/F/NM] Alan) ok 3838 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3839 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3840 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3841 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3842 - "-----" ([RE/F/NM] Alan) ok 3843 - "-----" ([SB/F/NM] Alan) ok 3844 - "-----This is a comment" ([RE/F/NM] Alan) ok 3845 - "-----This is a comment" ([SB/F/NM] Alan) ok 3846 - "-----A\tcomment" ([RE/F/NM] Alan) ok 3847 - "-----A\tcomment" ([SB/F/NM] Alan) ok 3848 - "-----Another /* comment" ([RE/F/NM] Alan) ok 3849 - "-----Another /* comment" ([SB/F/NM] Alan) ok 3850 - "\n" ([RE/F/NM] Alan) ok 3851 - "\n" ([SB/F/NM] Alan) ok 3852 - "This is a comment\n" ([RE/F/NM] Alan) ok 3853 - "This is a comment\n" ([SB/F/NM] Alan) ok 3854 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3855 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3856 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3857 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3858 - "\\"" ([RE/F/NM] Alan) ok 3859 - "\\"" ([SB/F/NM] Alan) ok 3860 - "\\"This is a comment" ([RE/F/NM] Alan) ok 3861 - "\\"This is a comment" ([SB/F/NM] Alan) ok 3862 - "\\"A\tcomment" ([RE/F/NM] Alan) ok 3863 - "\\"A\tcomment" ([SB/F/NM] Alan) ok 3864 - "\\"Another /* comment" ([RE/F/NM] Alan) ok 3865 - "\\"Another /* comment" ([SB/F/NM] Alan) ok 3866 - "\n" ([RE/F/NM] Alan) ok 3867 - "\n" ([SB/F/NM] Alan) ok 3868 - "This is a comment\n" ([RE/F/NM] Alan) ok 3869 - "This is a comment\n" ([SB/F/NM] Alan) ok 3870 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3871 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3872 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3873 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3874 - """ ([RE/F/NM] Alan) ok 3875 - """ ([SB/F/NM] Alan) ok 3876 - ""This is a comment" ([RE/F/NM] Alan) ok 3877 - ""This is a comment" ([SB/F/NM] Alan) ok 3878 - ""A\tcomment" ([RE/F/NM] Alan) ok 3879 - ""A\tcomment" ([SB/F/NM] Alan) ok 3880 - ""Another /* comment" ([RE/F/NM] Alan) ok 3881 - ""Another /* comment" ([SB/F/NM] Alan) ok 3882 - "\n" ([RE/F/NM] Alan) ok 3883 - "\n" ([SB/F/NM] Alan) ok 3884 - "This is a comment\n" ([RE/F/NM] Alan) ok 3885 - "This is a comment\n" ([SB/F/NM] Alan) ok 3886 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3887 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3888 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3889 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3890 - "'" ([RE/F/NM] Alan) ok 3891 - "'" ([SB/F/NM] Alan) ok 3892 - "'This is a comment" ([RE/F/NM] Alan) ok 3893 - "'This is a comment" ([SB/F/NM] Alan) ok 3894 - "'A\tcomment" ([RE/F/NM] Alan) ok 3895 - "'A\tcomment" ([SB/F/NM] Alan) ok 3896 - "'Another /* comment" ([RE/F/NM] Alan) ok 3897 - "'Another /* comment" ([SB/F/NM] Alan) ok 3898 - "\n" ([RE/F/NM] Alan) ok 3899 - "\n" ([SB/F/NM] Alan) ok 3900 - "This is a comment\n" ([RE/F/NM] Alan) ok 3901 - "This is a comment\n" ([SB/F/NM] Alan) ok 3902 - "A\tcomment\n" ([RE/F/NM] Alan) ok 3903 - "A\tcomment\n" ([SB/F/NM] Alan) ok 3904 - "Another /* comment\n" ([RE/F/NM] Alan) ok 3905 - "Another /* comment\n" ([SB/F/NM] Alan) ok 3906 - "/* This is a C comment */" ([RE/F/NM] Alan) ok 3907 - "/* This is a C comment */" ([SB/F/NM] Alan) ok 3908 - "(* This is a Pascal comment *)" ([RE/F/NM] Alan) ok 3909 - "(* This is a Pascal comment *)" ([SB/F/NM] Alan) ok 3910 - "" ([RE/F/NM] Alan) ok 3911 - "" ([SB/F/NM] Alan) ok 3912 - "--\n\n" ([RE/F/NM] Alan) ok 3913 - "--\n\n" ([SB/F/NM] Alan) ok 3914 - "--This is a comment\n\n" ([RE/F/NM] Alan) ok 3915 - "--This is a comment\n\n" ([SB/F/NM] Alan) ok 3916 - "--A\tcomment\n\n" ([RE/F/NM] Alan) ok 3917 - "--A\tcomment\n\n" ([SB/F/NM] Alan) ok 3918 - "--Another /* comment\n\n" ([RE/F/NM] Alan) ok 3919 - "--Another /* comment\n\n" ([SB/F/NM] Alan) ok 3920 - "--\n--\n" ([RE/F/NM] Alan) ok 3921 - "--\n--\n" ([SB/F/NM] Alan) ok 3922 - "--This is a comment\n--This is a comment\n" ([RE/F/NM] Alan) ok 3923 - "--This is a comment\n--This is a comment\n" ([SB/F/NM] Alan) ok 3924 - "--A\tcomment\n--A\tcomment\n" ([RE/F/NM] Alan) ok 3925 - "--A\tcomment\n--A\tcomment\n" ([SB/F/NM] Alan) ok 3926 - "--Another /* comment\n--Another /* comment\n" ([RE/F/NM] Alan) ok 3927 - "--Another /* comment\n--Another /* comment\n" ([SB/F/NM] Alan) ok 3928 - "--\nrpj" ([RE/F/NM] Alan) ok 3929 - "--\nrpj" ([SB/F/NM] Alan) ok 3930 - "--This is a comment\np" ([RE/F/NM] Alan) ok 3931 - "--This is a comment\np" ([SB/F/NM] Alan) ok 3932 - "--A\tcomment\nf" ([RE/F/NM] Alan) ok 3933 - "--A\tcomment\nf" ([SB/F/NM] Alan) ok 3934 - "--Another /* comment\n8" ([RE/F/NM] Alan) ok 3935 - "--Another /* comment\n8" ([SB/F/NM] Alan) ok 3936 - "4--\n" ([RE/F/NM] Alan) ok 3937 - "4--\n" ([SB/F/NM] Alan) ok 3938 - "r--This is a comment\n" ([RE/F/NM] Alan) ok 3939 - "r--This is a comment\n" ([SB/F/NM] Alan) ok 3940 - "k--A\tcomment\n" ([RE/F/NM] Alan) ok 3941 - "k--A\tcomment\n" ([SB/F/NM] Alan) ok 3942 - "y--Another /* comment\n" ([RE/F/NM] Alan) ok 3943 - "y--Another /* comment\n" ([SB/F/NM] Alan) ok 3944 - "\\\n" ([RE/F/NM] Alan) ok 3945 - "\\\n" ([SB/F/NM] Alan) ok 3946 - "\\This is a comment\n" ([RE/F/NM] Alan) ok 3947 - "\\This is a comment\n" ([SB/F/NM] Alan) ok 3948 - "\\A\tcomment\n" ([RE/F/NM] Alan) ok 3949 - "\\A\tcomment\n" ([SB/F/NM] Alan) ok 3950 - "\\Another /* comment\n" ([RE/F/NM] Alan) ok 3951 - "\\Another /* comment\n" ([SB/F/NM] Alan) ok 3952 - "#\n" ([RE/F/NM] Alan) ok 3953 - "#\n" ([SB/F/NM] Alan) ok 3954 - "#This is a comment\n" ([RE/F/NM] Alan) ok 3955 - "#This is a comment\n" ([SB/F/NM] Alan) ok 3956 - "#A\tcomment\n" ([RE/F/NM] Alan) ok 3957 - "#A\tcomment\n" ([SB/F/NM] Alan) ok 3958 - "#Another /* comment\n" ([RE/F/NM] Alan) ok 3959 - "#Another /* comment\n" ([SB/F/NM] Alan) ok 3960 - "//\n" ([RE/F/NM] Alan) ok 3961 - "//\n" ([SB/F/NM] Alan) ok 3962 - "//This is a comment\n" ([RE/F/NM] Alan) ok 3963 - "//This is a comment\n" ([SB/F/NM] Alan) ok 3964 - "//A\tcomment\n" ([RE/F/NM] Alan) ok 3965 - "//A\tcomment\n" ([SB/F/NM] Alan) ok 3966 - "//Another /* comment\n" ([RE/F/NM] Alan) ok 3967 - "//Another /* comment\n" ([SB/F/NM] Alan) ok 3968 - ";\n" ([RE/F/NM] Alan) ok 3969 - ";\n" ([SB/F/NM] Alan) ok 3970 - ";This is a comment\n" ([RE/F/NM] Alan) ok 3971 - ";This is a comment\n" ([SB/F/NM] Alan) ok 3972 - ";A\tcomment\n" ([RE/F/NM] Alan) ok 3973 - ";A\tcomment\n" ([SB/F/NM] Alan) ok 3974 - ";Another /* comment\n" ([RE/F/NM] Alan) ok 3975 - ";Another /* comment\n" ([SB/F/NM] Alan) ok 3976 - "#\n" ([RE/F/NM] Alan) ok 3977 - "#\n" ([SB/F/NM] Alan) ok 3978 - "#This is a comment\n" ([RE/F/NM] Alan) ok 3979 - "#This is a comment\n" ([SB/F/NM] Alan) ok 3980 - "#A\tcomment\n" ([RE/F/NM] Alan) ok 3981 - "#A\tcomment\n" ([SB/F/NM] Alan) ok 3982 - "#Another /* comment\n" ([RE/F/NM] Alan) ok 3983 - "#Another /* comment\n" ([SB/F/NM] Alan) ok 3984 - "*\n" ([RE/F/NM] Alan) ok 3985 - "*\n" ([SB/F/NM] Alan) ok 3986 - "*This is a comment\n" ([RE/F/NM] Alan) ok 3987 - "*This is a comment\n" ([SB/F/NM] Alan) ok 3988 - "*A\tcomment\n" ([RE/F/NM] Alan) ok 3989 - "*A\tcomment\n" ([SB/F/NM] Alan) ok 3990 - "*Another /* comment\n" ([RE/F/NM] Alan) ok 3991 - "*Another /* comment\n" ([SB/F/NM] Alan) ok 3992 - "!\n" ([RE/F/NM] Alan) ok 3993 - "!\n" ([SB/F/NM] Alan) ok 3994 - "!This is a comment\n" ([RE/F/NM] Alan) ok 3995 - "!This is a comment\n" ([SB/F/NM] Alan) ok 3996 - "!A\tcomment\n" ([RE/F/NM] Alan) ok 3997 - "!A\tcomment\n" ([SB/F/NM] Alan) ok 3998 - "!Another /* comment\n" ([RE/F/NM] Alan) ok 3999 - "!Another /* comment\n" ([SB/F/NM] Alan) ok 4000 - "REM\n" ([RE/F/NM] Alan) ok 4001 - "REM\n" ([SB/F/NM] Alan) ok 4002 - "REMThis is a comment\n" ([RE/F/NM] Alan) ok 4003 - "REMThis is a comment\n" ([SB/F/NM] Alan) ok 4004 - "REMA\tcomment\n" ([RE/F/NM] Alan) ok 4005 - "REMA\tcomment\n" ([SB/F/NM] Alan) ok 4006 - "REMAnother /* comment\n" ([RE/F/NM] Alan) ok 4007 - "REMAnother /* comment\n" ([SB/F/NM] Alan) ok 4008 - "//\n" ([RE/F/NM] Alan) ok 4009 - "//\n" ([SB/F/NM] Alan) ok 4010 - "//This is a comment\n" ([RE/F/NM] Alan) ok 4011 - "//This is a comment\n" ([SB/F/NM] Alan) ok 4012 - "//A\tcomment\n" ([RE/F/NM] Alan) ok 4013 - "//A\tcomment\n" ([SB/F/NM] Alan) ok 4014 - "//Another /* comment\n" ([RE/F/NM] Alan) ok 4015 - "//Another /* comment\n" ([SB/F/NM] Alan) ok 4016 - "%\n" ([RE/F/NM] Alan) ok 4017 - "%\n" ([SB/F/NM] Alan) ok 4018 - "%This is a comment\n" ([RE/F/NM] Alan) ok 4019 - "%This is a comment\n" ([SB/F/NM] Alan) ok 4020 - "%A\tcomment\n" ([RE/F/NM] Alan) ok 4021 - "%A\tcomment\n" ([SB/F/NM] Alan) ok 4022 - "%Another /* comment\n" ([RE/F/NM] Alan) ok 4023 - "%Another /* comment\n" ([SB/F/NM] Alan) ok 4024 - "!\n" ([RE/F/NM] Alan) ok 4025 - "!\n" ([SB/F/NM] Alan) ok 4026 - "!This is a comment\n" ([RE/F/NM] Alan) ok 4027 - "!This is a comment\n" ([SB/F/NM] Alan) ok 4028 - "!A\tcomment\n" ([RE/F/NM] Alan) ok 4029 - "!A\tcomment\n" ([SB/F/NM] Alan) ok 4030 - "!Another /* comment\n" ([RE/F/NM] Alan) ok 4031 - "!Another /* comment\n" ([SB/F/NM] Alan) ok 4032 - "NB\n" ([RE/F/NM] Alan) ok 4033 - "NB\n" ([SB/F/NM] Alan) ok 4034 - "NBThis is a comment\n" ([RE/F/NM] Alan) ok 4035 - "NBThis is a comment\n" ([SB/F/NM] Alan) ok 4036 - "NBA\tcomment\n" ([RE/F/NM] Alan) ok 4037 - "NBA\tcomment\n" ([SB/F/NM] Alan) ok 4038 - "NBAnother /* comment\n" ([RE/F/NM] Alan) ok 4039 - "NBAnother /* comment\n" ([SB/F/NM] Alan) ok 4040 - "PLEASE NOT\n" ([RE/F/NM] Alan) ok 4041 - "PLEASE NOT\n" ([SB/F/NM] Alan) ok 4042 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Alan) ok 4043 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Alan) ok 4044 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Alan) ok 4045 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Alan) ok 4046 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Alan) ok 4047 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Alan) ok 4048 - "PLEASE NOT\n" ([RE/F/NM] Alan) ok 4049 - "PLEASE NOT\n" ([SB/F/NM] Alan) ok 4050 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Alan) ok 4051 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Alan) ok 4052 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Alan) ok 4053 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Alan) ok 4054 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Alan) ok 4055 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Alan) ok 4056 - "PLEASE N'T\n" ([RE/F/NM] Alan) ok 4057 - "PLEASE N'T\n" ([SB/F/NM] Alan) ok 4058 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Alan) ok 4059 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Alan) ok 4060 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Alan) ok 4061 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Alan) ok 4062 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Alan) ok 4063 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Alan) ok 4064 - "DO NOT\n" ([RE/F/NM] Alan) ok 4065 - "DO NOT\n" ([SB/F/NM] Alan) ok 4066 - "DO NOTThis is a comment\n" ([RE/F/NM] Alan) ok 4067 - "DO NOTThis is a comment\n" ([SB/F/NM] Alan) ok 4068 - "DO NOTA\tcomment\n" ([RE/F/NM] Alan) ok 4069 - "DO NOTA\tcomment\n" ([SB/F/NM] Alan) ok 4070 - "DO NOTAnother /* comment\n" ([RE/F/NM] Alan) ok 4071 - "DO NOTAnother /* comment\n" ([SB/F/NM] Alan) ok 4072 - "DO N'T\n" ([RE/F/NM] Alan) ok 4073 - "DO N'T\n" ([SB/F/NM] Alan) ok 4074 - "DO N'TThis is a comment\n" ([RE/F/NM] Alan) ok 4075 - "DO N'TThis is a comment\n" ([SB/F/NM] Alan) ok 4076 - "DO N'TA\tcomment\n" ([RE/F/NM] Alan) ok 4077 - "DO N'TA\tcomment\n" ([SB/F/NM] Alan) ok 4078 - "DO N'TAnother /* comment\n" ([RE/F/NM] Alan) ok 4079 - "DO N'TAnother /* comment\n" ([SB/F/NM] Alan) ok 4080 - "DO NOT\n" ([RE/F/NM] Alan) ok 4081 - "DO NOT\n" ([SB/F/NM] Alan) ok 4082 - "DO NOTThis is a comment\n" ([RE/F/NM] Alan) ok 4083 - "DO NOTThis is a comment\n" ([SB/F/NM] Alan) ok 4084 - "DO NOTA\tcomment\n" ([RE/F/NM] Alan) ok 4085 - "DO NOTA\tcomment\n" ([SB/F/NM] Alan) ok 4086 - "DO NOTAnother /* comment\n" ([RE/F/NM] Alan) ok 4087 - "DO NOTAnother /* comment\n" ([SB/F/NM] Alan) ok 4088 - "PLEASE DO NOT\n" ([RE/F/NM] Alan) ok 4089 - "PLEASE DO NOT\n" ([SB/F/NM] Alan) ok 4090 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Alan) ok 4091 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Alan) ok 4092 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Alan) ok 4093 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Alan) ok 4094 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Alan) ok 4095 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Alan) ok 4096 - "PLEASE DO NOT\n" ([RE/F/NM] Alan) ok 4097 - "PLEASE DO NOT\n" ([SB/F/NM] Alan) ok 4098 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Alan) ok 4099 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Alan) ok 4100 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Alan) ok 4101 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Alan) ok 4102 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Alan) ok 4103 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Alan) ok 4104 - "PLEASE DO N'T\n" ([RE/F/NM] Alan) ok 4105 - "PLEASE DO N'T\n" ([SB/F/NM] Alan) ok 4106 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Alan) ok 4107 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Alan) ok 4108 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Alan) ok 4109 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Alan) ok 4110 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Alan) ok 4111 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Alan) ok 4112 - "NB.\n" ([RE/F/NM] Alan) ok 4113 - "NB.\n" ([SB/F/NM] Alan) ok 4114 - "NB.This is a comment\n" ([RE/F/NM] Alan) ok 4115 - "NB.This is a comment\n" ([SB/F/NM] Alan) ok 4116 - "NB.A\tcomment\n" ([RE/F/NM] Alan) ok 4117 - "NB.A\tcomment\n" ([SB/F/NM] Alan) ok 4118 - "NB.Another /* comment\n" ([RE/F/NM] Alan) ok 4119 - "NB.Another /* comment\n" ([SB/F/NM] Alan) ok 4120 - "{}" ([RE/F/NM] Alan) ok 4121 - "{}" ([SB/F/NM] Alan) ok 4122 - "{This is a comment}" ([RE/F/NM] Alan) ok 4123 - "{This is a comment}" ([SB/F/NM] Alan) ok 4124 - "{A\tcomment}" ([RE/F/NM] Alan) ok 4125 - "{A\tcomment}" ([SB/F/NM] Alan) ok 4126 - "{Another /* comment}" ([RE/F/NM] Alan) ok 4127 - "{Another /* comment}" ([SB/F/NM] Alan) ok 4128 - ".\n" ([RE/F/NM] Alan) ok 4129 - ".\n" ([SB/F/NM] Alan) ok 4130 - ".This is a comment\n" ([RE/F/NM] Alan) ok 4131 - ".This is a comment\n" ([SB/F/NM] Alan) ok 4132 - ".A\tcomment\n" ([RE/F/NM] Alan) ok 4133 - ".A\tcomment\n" ([SB/F/NM] Alan) ok 4134 - ".Another /* comment\n" ([RE/F/NM] Alan) ok 4135 - ".Another /* comment\n" ([SB/F/NM] Alan) ok 4136 - ";\n" ([RE/F/NM] Alan) ok 4137 - ";\n" ([SB/F/NM] Alan) ok 4138 - ";This is a comment\n" ([RE/F/NM] Alan) ok 4139 - ";This is a comment\n" ([SB/F/NM] Alan) ok 4140 - ";A\tcomment\n" ([RE/F/NM] Alan) ok 4141 - ";A\tcomment\n" ([SB/F/NM] Alan) ok 4142 - ";Another /* comment\n" ([RE/F/NM] Alan) ok 4143 - ";Another /* comment\n" ([SB/F/NM] Alan) ok 4144 - "`\n" ([RE/F/NM] Alan) ok 4145 - "`\n" ([SB/F/NM] Alan) ok 4146 - "`This is a comment\n" ([RE/F/NM] Alan) ok 4147 - "`This is a comment\n" ([SB/F/NM] Alan) ok 4148 - "`A\tcomment\n" ([RE/F/NM] Alan) ok 4149 - "`A\tcomment\n" ([SB/F/NM] Alan) ok 4150 - "`Another /* comment\n" ([RE/F/NM] Alan) ok 4151 - "`Another /* comment\n" ([SB/F/NM] Alan) ok 4152 - "\\"\n" ([RE/F/NM] Alan) ok 4153 - "\\"\n" ([SB/F/NM] Alan) ok 4154 - "\\"This is a comment\n" ([RE/F/NM] Alan) ok 4155 - "\\"This is a comment\n" ([SB/F/NM] Alan) ok 4156 - "\\"A\tcomment\n" ([RE/F/NM] Alan) ok 4157 - "\\"A\tcomment\n" ([SB/F/NM] Alan) ok 4158 - "\\"Another /* comment\n" ([RE/F/NM] Alan) ok 4159 - "\\"Another /* comment\n" ([SB/F/NM] Alan) ok 4160 - ""\n" ([RE/F/NM] Alan) ok 4161 - ""\n" ([SB/F/NM] Alan) ok 4162 - ""This is a comment\n" ([RE/F/NM] Alan) ok 4163 - ""This is a comment\n" ([SB/F/NM] Alan) ok 4164 - ""A\tcomment\n" ([RE/F/NM] Alan) ok 4165 - ""A\tcomment\n" ([SB/F/NM] Alan) ok 4166 - ""Another /* comment\n" ([RE/F/NM] Alan) ok 4167 - ""Another /* comment\n" ([SB/F/NM] Alan) ok 4168 - "'\n" ([RE/F/NM] Alan) ok 4169 - "'\n" ([SB/F/NM] Alan) ok 4170 - "'This is a comment\n" ([RE/F/NM] Alan) ok 4171 - "'This is a comment\n" ([SB/F/NM] Alan) ok 4172 - "'A\tcomment\n" ([RE/F/NM] Alan) ok 4173 - "'A\tcomment\n" ([SB/F/NM] Alan) ok 4174 - "'Another /* comment\n" ([RE/F/NM] Alan) ok 4175 - "'Another /* comment\n" ([SB/F/NM] Alan) ok 4176 - "--\n" ([RE/P/MT] Eiffel) ok 4177 - "--\n" ([OM/P/MT] Eiffel) ok 4178 - "--\n" ([OS/P/MT] Eiffel) ok 4179 - "--\n" ([SB/P/MT] Eiffel) ok 4180 - "--\n" ([KP/P/MT] Eiffel) ok 4181 - "--This is a comment\n" ([RE/P/MT] Eiffel) ok 4182 - "--This is a comment\n" ([OM/P/MT] Eiffel) ok 4183 - "--This is a comment\n" ([OS/P/MT] Eiffel) ok 4184 - "--This is a comment\n" ([SB/P/MT] Eiffel) ok 4185 - "--This is a comment\n" ([KP/P/MT] Eiffel) ok 4186 - "--A\tcomment\n" ([RE/P/MT] Eiffel) ok 4187 - "--A\tcomment\n" ([OM/P/MT] Eiffel) ok 4188 - "--A\tcomment\n" ([OS/P/MT] Eiffel) ok 4189 - "--A\tcomment\n" ([SB/P/MT] Eiffel) ok 4190 - "--A\tcomment\n" ([KP/P/MT] Eiffel) ok 4191 - "--Another /* comment\n" ([RE/P/MT] Eiffel) ok 4192 - "--Another /* comment\n" ([OM/P/MT] Eiffel) ok 4193 - "--Another /* comment\n" ([OS/P/MT] Eiffel) ok 4194 - "--Another /* comment\n" ([SB/P/MT] Eiffel) ok 4195 - "--Another /* comment\n" ([KP/P/MT] Eiffel) ok 4196 - "\\" ([RE/F/NM] Eiffel) ok 4197 - "\\" ([SB/F/NM] Eiffel) ok 4198 - "\\This is a comment" ([RE/F/NM] Eiffel) ok 4199 - "\\This is a comment" ([SB/F/NM] Eiffel) ok 4200 - "\\A\tcomment" ([RE/F/NM] Eiffel) ok 4201 - "\\A\tcomment" ([SB/F/NM] Eiffel) ok 4202 - "\\Another /* comment" ([RE/F/NM] Eiffel) ok 4203 - "\\Another /* comment" ([SB/F/NM] Eiffel) ok 4204 - "\n" ([RE/F/NM] Eiffel) ok 4205 - "\n" ([SB/F/NM] Eiffel) ok 4206 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4207 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4208 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4209 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4210 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4211 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4212 - "#" ([RE/F/NM] Eiffel) ok 4213 - "#" ([SB/F/NM] Eiffel) ok 4214 - "#This is a comment" ([RE/F/NM] Eiffel) ok 4215 - "#This is a comment" ([SB/F/NM] Eiffel) ok 4216 - "#A\tcomment" ([RE/F/NM] Eiffel) ok 4217 - "#A\tcomment" ([SB/F/NM] Eiffel) ok 4218 - "#Another /* comment" ([RE/F/NM] Eiffel) ok 4219 - "#Another /* comment" ([SB/F/NM] Eiffel) ok 4220 - "\n" ([RE/F/NM] Eiffel) ok 4221 - "\n" ([SB/F/NM] Eiffel) ok 4222 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4223 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4224 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4225 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4226 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4227 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4228 - "//" ([RE/F/NM] Eiffel) ok 4229 - "//" ([SB/F/NM] Eiffel) ok 4230 - "//This is a comment" ([RE/F/NM] Eiffel) ok 4231 - "//This is a comment" ([SB/F/NM] Eiffel) ok 4232 - "//A\tcomment" ([RE/F/NM] Eiffel) ok 4233 - "//A\tcomment" ([SB/F/NM] Eiffel) ok 4234 - "//Another /* comment" ([RE/F/NM] Eiffel) ok 4235 - "//Another /* comment" ([SB/F/NM] Eiffel) ok 4236 - "\n" ([RE/F/NM] Eiffel) ok 4237 - "\n" ([SB/F/NM] Eiffel) ok 4238 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4239 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4240 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4241 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4242 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4243 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4244 - "--" ([RE/F/NM] Eiffel) ok 4245 - "--" ([SB/F/NM] Eiffel) ok 4246 - "--This is a comment" ([RE/F/NM] Eiffel) ok 4247 - "--This is a comment" ([SB/F/NM] Eiffel) ok 4248 - "--A\tcomment" ([RE/F/NM] Eiffel) ok 4249 - "--A\tcomment" ([SB/F/NM] Eiffel) ok 4250 - "--Another /* comment" ([RE/F/NM] Eiffel) ok 4251 - "--Another /* comment" ([SB/F/NM] Eiffel) ok 4252 - "\n" ([RE/F/NM] Eiffel) ok 4253 - "\n" ([SB/F/NM] Eiffel) ok 4254 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4255 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4256 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4257 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4258 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4259 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4260 - ";" ([RE/F/NM] Eiffel) ok 4261 - ";" ([SB/F/NM] Eiffel) ok 4262 - ";This is a comment" ([RE/F/NM] Eiffel) ok 4263 - ";This is a comment" ([SB/F/NM] Eiffel) ok 4264 - ";A\tcomment" ([RE/F/NM] Eiffel) ok 4265 - ";A\tcomment" ([SB/F/NM] Eiffel) ok 4266 - ";Another /* comment" ([RE/F/NM] Eiffel) ok 4267 - ";Another /* comment" ([SB/F/NM] Eiffel) ok 4268 - "\n" ([RE/F/NM] Eiffel) ok 4269 - "\n" ([SB/F/NM] Eiffel) ok 4270 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4271 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4272 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4273 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4274 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4275 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4276 - "#" ([RE/F/NM] Eiffel) ok 4277 - "#" ([SB/F/NM] Eiffel) ok 4278 - "#This is a comment" ([RE/F/NM] Eiffel) ok 4279 - "#This is a comment" ([SB/F/NM] Eiffel) ok 4280 - "#A\tcomment" ([RE/F/NM] Eiffel) ok 4281 - "#A\tcomment" ([SB/F/NM] Eiffel) ok 4282 - "#Another /* comment" ([RE/F/NM] Eiffel) ok 4283 - "#Another /* comment" ([SB/F/NM] Eiffel) ok 4284 - "\n" ([RE/F/NM] Eiffel) ok 4285 - "\n" ([SB/F/NM] Eiffel) ok 4286 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4287 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4288 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4289 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4290 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4291 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4292 - "*" ([RE/F/NM] Eiffel) ok 4293 - "*" ([SB/F/NM] Eiffel) ok 4294 - "*This is a comment" ([RE/F/NM] Eiffel) ok 4295 - "*This is a comment" ([SB/F/NM] Eiffel) ok 4296 - "*A\tcomment" ([RE/F/NM] Eiffel) ok 4297 - "*A\tcomment" ([SB/F/NM] Eiffel) ok 4298 - "*Another /* comment" ([RE/F/NM] Eiffel) ok 4299 - "*Another /* comment" ([SB/F/NM] Eiffel) ok 4300 - "\n" ([RE/F/NM] Eiffel) ok 4301 - "\n" ([SB/F/NM] Eiffel) ok 4302 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4303 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4304 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4305 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4306 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4307 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4308 - "!" ([RE/F/NM] Eiffel) ok 4309 - "!" ([SB/F/NM] Eiffel) ok 4310 - "!This is a comment" ([RE/F/NM] Eiffel) ok 4311 - "!This is a comment" ([SB/F/NM] Eiffel) ok 4312 - "!A\tcomment" ([RE/F/NM] Eiffel) ok 4313 - "!A\tcomment" ([SB/F/NM] Eiffel) ok 4314 - "!Another /* comment" ([RE/F/NM] Eiffel) ok 4315 - "!Another /* comment" ([SB/F/NM] Eiffel) ok 4316 - "\n" ([RE/F/NM] Eiffel) ok 4317 - "\n" ([SB/F/NM] Eiffel) ok 4318 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4319 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4320 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4321 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4322 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4323 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4324 - "REM" ([RE/F/NM] Eiffel) ok 4325 - "REM" ([SB/F/NM] Eiffel) ok 4326 - "REMThis is a comment" ([RE/F/NM] Eiffel) ok 4327 - "REMThis is a comment" ([SB/F/NM] Eiffel) ok 4328 - "REMA\tcomment" ([RE/F/NM] Eiffel) ok 4329 - "REMA\tcomment" ([SB/F/NM] Eiffel) ok 4330 - "REMAnother /* comment" ([RE/F/NM] Eiffel) ok 4331 - "REMAnother /* comment" ([SB/F/NM] Eiffel) ok 4332 - "\n" ([RE/F/NM] Eiffel) ok 4333 - "\n" ([SB/F/NM] Eiffel) ok 4334 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4335 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4336 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4337 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4338 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4339 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4340 - "//" ([RE/F/NM] Eiffel) ok 4341 - "//" ([SB/F/NM] Eiffel) ok 4342 - "//This is a comment" ([RE/F/NM] Eiffel) ok 4343 - "//This is a comment" ([SB/F/NM] Eiffel) ok 4344 - "//A\tcomment" ([RE/F/NM] Eiffel) ok 4345 - "//A\tcomment" ([SB/F/NM] Eiffel) ok 4346 - "//Another /* comment" ([RE/F/NM] Eiffel) ok 4347 - "//Another /* comment" ([SB/F/NM] Eiffel) ok 4348 - "\n" ([RE/F/NM] Eiffel) ok 4349 - "\n" ([SB/F/NM] Eiffel) ok 4350 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4351 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4352 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4353 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4354 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4355 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4356 - "%" ([RE/F/NM] Eiffel) ok 4357 - "%" ([SB/F/NM] Eiffel) ok 4358 - "%This is a comment" ([RE/F/NM] Eiffel) ok 4359 - "%This is a comment" ([SB/F/NM] Eiffel) ok 4360 - "%A\tcomment" ([RE/F/NM] Eiffel) ok 4361 - "%A\tcomment" ([SB/F/NM] Eiffel) ok 4362 - "%Another /* comment" ([RE/F/NM] Eiffel) ok 4363 - "%Another /* comment" ([SB/F/NM] Eiffel) ok 4364 - "\n" ([RE/F/NM] Eiffel) ok 4365 - "\n" ([SB/F/NM] Eiffel) ok 4366 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4367 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4368 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4369 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4370 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4371 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4372 - "!" ([RE/F/NM] Eiffel) ok 4373 - "!" ([SB/F/NM] Eiffel) ok 4374 - "!This is a comment" ([RE/F/NM] Eiffel) ok 4375 - "!This is a comment" ([SB/F/NM] Eiffel) ok 4376 - "!A\tcomment" ([RE/F/NM] Eiffel) ok 4377 - "!A\tcomment" ([SB/F/NM] Eiffel) ok 4378 - "!Another /* comment" ([RE/F/NM] Eiffel) ok 4379 - "!Another /* comment" ([SB/F/NM] Eiffel) ok 4380 - "\n" ([RE/F/NM] Eiffel) ok 4381 - "\n" ([SB/F/NM] Eiffel) ok 4382 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4383 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4384 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4385 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4386 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4387 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4388 - "NB" ([RE/F/NM] Eiffel) ok 4389 - "NB" ([SB/F/NM] Eiffel) ok 4390 - "NBThis is a comment" ([RE/F/NM] Eiffel) ok 4391 - "NBThis is a comment" ([SB/F/NM] Eiffel) ok 4392 - "NBA\tcomment" ([RE/F/NM] Eiffel) ok 4393 - "NBA\tcomment" ([SB/F/NM] Eiffel) ok 4394 - "NBAnother /* comment" ([RE/F/NM] Eiffel) ok 4395 - "NBAnother /* comment" ([SB/F/NM] Eiffel) ok 4396 - "\n" ([RE/F/NM] Eiffel) ok 4397 - "\n" ([SB/F/NM] Eiffel) ok 4398 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4399 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4400 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4401 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4402 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4403 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4404 - "PLEASE NOT" ([RE/F/NM] Eiffel) ok 4405 - "PLEASE NOT" ([SB/F/NM] Eiffel) ok 4406 - "PLEASE NOTThis is a comment" ([RE/F/NM] Eiffel) ok 4407 - "PLEASE NOTThis is a comment" ([SB/F/NM] Eiffel) ok 4408 - "PLEASE NOTA\tcomment" ([RE/F/NM] Eiffel) ok 4409 - "PLEASE NOTA\tcomment" ([SB/F/NM] Eiffel) ok 4410 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Eiffel) ok 4411 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Eiffel) ok 4412 - "\n" ([RE/F/NM] Eiffel) ok 4413 - "\n" ([SB/F/NM] Eiffel) ok 4414 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4415 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4416 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4417 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4418 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4419 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4420 - "PLEASE NOT" ([RE/F/NM] Eiffel) ok 4421 - "PLEASE NOT" ([SB/F/NM] Eiffel) ok 4422 - "PLEASE NOTThis is a comment" ([RE/F/NM] Eiffel) ok 4423 - "PLEASE NOTThis is a comment" ([SB/F/NM] Eiffel) ok 4424 - "PLEASE NOTA\tcomment" ([RE/F/NM] Eiffel) ok 4425 - "PLEASE NOTA\tcomment" ([SB/F/NM] Eiffel) ok 4426 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Eiffel) ok 4427 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Eiffel) ok 4428 - "\n" ([RE/F/NM] Eiffel) ok 4429 - "\n" ([SB/F/NM] Eiffel) ok 4430 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4431 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4432 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4433 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4434 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4435 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4436 - "PLEASE N'T" ([RE/F/NM] Eiffel) ok 4437 - "PLEASE N'T" ([SB/F/NM] Eiffel) ok 4438 - "PLEASE N'TThis is a comment" ([RE/F/NM] Eiffel) ok 4439 - "PLEASE N'TThis is a comment" ([SB/F/NM] Eiffel) ok 4440 - "PLEASE N'TA\tcomment" ([RE/F/NM] Eiffel) ok 4441 - "PLEASE N'TA\tcomment" ([SB/F/NM] Eiffel) ok 4442 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Eiffel) ok 4443 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Eiffel) ok 4444 - "\n" ([RE/F/NM] Eiffel) ok 4445 - "\n" ([SB/F/NM] Eiffel) ok 4446 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4447 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4448 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4449 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4450 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4451 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4452 - "DO NOT" ([RE/F/NM] Eiffel) ok 4453 - "DO NOT" ([SB/F/NM] Eiffel) ok 4454 - "DO NOTThis is a comment" ([RE/F/NM] Eiffel) ok 4455 - "DO NOTThis is a comment" ([SB/F/NM] Eiffel) ok 4456 - "DO NOTA\tcomment" ([RE/F/NM] Eiffel) ok 4457 - "DO NOTA\tcomment" ([SB/F/NM] Eiffel) ok 4458 - "DO NOTAnother /* comment" ([RE/F/NM] Eiffel) ok 4459 - "DO NOTAnother /* comment" ([SB/F/NM] Eiffel) ok 4460 - "\n" ([RE/F/NM] Eiffel) ok 4461 - "\n" ([SB/F/NM] Eiffel) ok 4462 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4463 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4464 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4465 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4466 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4467 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4468 - "DO N'T" ([RE/F/NM] Eiffel) ok 4469 - "DO N'T" ([SB/F/NM] Eiffel) ok 4470 - "DO N'TThis is a comment" ([RE/F/NM] Eiffel) ok 4471 - "DO N'TThis is a comment" ([SB/F/NM] Eiffel) ok 4472 - "DO N'TA\tcomment" ([RE/F/NM] Eiffel) ok 4473 - "DO N'TA\tcomment" ([SB/F/NM] Eiffel) ok 4474 - "DO N'TAnother /* comment" ([RE/F/NM] Eiffel) ok 4475 - "DO N'TAnother /* comment" ([SB/F/NM] Eiffel) ok 4476 - "\n" ([RE/F/NM] Eiffel) ok 4477 - "\n" ([SB/F/NM] Eiffel) ok 4478 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4479 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4480 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4481 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4482 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4483 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4484 - "DO NOT" ([RE/F/NM] Eiffel) ok 4485 - "DO NOT" ([SB/F/NM] Eiffel) ok 4486 - "DO NOTThis is a comment" ([RE/F/NM] Eiffel) ok 4487 - "DO NOTThis is a comment" ([SB/F/NM] Eiffel) ok 4488 - "DO NOTA\tcomment" ([RE/F/NM] Eiffel) ok 4489 - "DO NOTA\tcomment" ([SB/F/NM] Eiffel) ok 4490 - "DO NOTAnother /* comment" ([RE/F/NM] Eiffel) ok 4491 - "DO NOTAnother /* comment" ([SB/F/NM] Eiffel) ok 4492 - "\n" ([RE/F/NM] Eiffel) ok 4493 - "\n" ([SB/F/NM] Eiffel) ok 4494 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4495 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4496 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4497 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4498 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4499 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4500 - "PLEASE DO NOT" ([RE/F/NM] Eiffel) ok 4501 - "PLEASE DO NOT" ([SB/F/NM] Eiffel) ok 4502 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Eiffel) ok 4503 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Eiffel) ok 4504 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Eiffel) ok 4505 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Eiffel) ok 4506 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Eiffel) ok 4507 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Eiffel) ok 4508 - "\n" ([RE/F/NM] Eiffel) ok 4509 - "\n" ([SB/F/NM] Eiffel) ok 4510 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4511 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4512 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4513 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4514 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4515 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4516 - "PLEASE DO NOT" ([RE/F/NM] Eiffel) ok 4517 - "PLEASE DO NOT" ([SB/F/NM] Eiffel) ok 4518 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Eiffel) ok 4519 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Eiffel) ok 4520 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Eiffel) ok 4521 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Eiffel) ok 4522 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Eiffel) ok 4523 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Eiffel) ok 4524 - "\n" ([RE/F/NM] Eiffel) ok 4525 - "\n" ([SB/F/NM] Eiffel) ok 4526 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4527 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4528 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4529 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4530 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4531 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4532 - "PLEASE DO N'T" ([RE/F/NM] Eiffel) ok 4533 - "PLEASE DO N'T" ([SB/F/NM] Eiffel) ok 4534 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Eiffel) ok 4535 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Eiffel) ok 4536 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Eiffel) ok 4537 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Eiffel) ok 4538 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Eiffel) ok 4539 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Eiffel) ok 4540 - "\n" ([RE/F/NM] Eiffel) ok 4541 - "\n" ([SB/F/NM] Eiffel) ok 4542 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4543 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4544 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4545 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4546 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4547 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4548 - "NB." ([RE/F/NM] Eiffel) ok 4549 - "NB." ([SB/F/NM] Eiffel) ok 4550 - "NB.This is a comment" ([RE/F/NM] Eiffel) ok 4551 - "NB.This is a comment" ([SB/F/NM] Eiffel) ok 4552 - "NB.A\tcomment" ([RE/F/NM] Eiffel) ok 4553 - "NB.A\tcomment" ([SB/F/NM] Eiffel) ok 4554 - "NB.Another /* comment" ([RE/F/NM] Eiffel) ok 4555 - "NB.Another /* comment" ([SB/F/NM] Eiffel) ok 4556 - "\n" ([RE/F/NM] Eiffel) ok 4557 - "\n" ([SB/F/NM] Eiffel) ok 4558 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4559 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4560 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4561 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4562 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4563 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4564 - "{" ([RE/F/NM] Eiffel) ok 4565 - "{" ([SB/F/NM] Eiffel) ok 4566 - "{This is a comment" ([RE/F/NM] Eiffel) ok 4567 - "{This is a comment" ([SB/F/NM] Eiffel) ok 4568 - "{A\tcomment" ([RE/F/NM] Eiffel) ok 4569 - "{A\tcomment" ([SB/F/NM] Eiffel) ok 4570 - "{Another /* comment" ([RE/F/NM] Eiffel) ok 4571 - "{Another /* comment" ([SB/F/NM] Eiffel) ok 4572 - "}" ([RE/F/NM] Eiffel) ok 4573 - "}" ([SB/F/NM] Eiffel) ok 4574 - "This is a comment}" ([RE/F/NM] Eiffel) ok 4575 - "This is a comment}" ([SB/F/NM] Eiffel) ok 4576 - "A\tcomment}" ([RE/F/NM] Eiffel) ok 4577 - "A\tcomment}" ([SB/F/NM] Eiffel) ok 4578 - "Another /* comment}" ([RE/F/NM] Eiffel) ok 4579 - "Another /* comment}" ([SB/F/NM] Eiffel) ok 4580 - "." ([RE/F/NM] Eiffel) ok 4581 - "." ([SB/F/NM] Eiffel) ok 4582 - ".This is a comment" ([RE/F/NM] Eiffel) ok 4583 - ".This is a comment" ([SB/F/NM] Eiffel) ok 4584 - ".A\tcomment" ([RE/F/NM] Eiffel) ok 4585 - ".A\tcomment" ([SB/F/NM] Eiffel) ok 4586 - ".Another /* comment" ([RE/F/NM] Eiffel) ok 4587 - ".Another /* comment" ([SB/F/NM] Eiffel) ok 4588 - "\n" ([RE/F/NM] Eiffel) ok 4589 - "\n" ([SB/F/NM] Eiffel) ok 4590 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4591 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4592 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4593 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4594 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4595 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4596 - ";" ([RE/F/NM] Eiffel) ok 4597 - ";" ([SB/F/NM] Eiffel) ok 4598 - ";This is a comment" ([RE/F/NM] Eiffel) ok 4599 - ";This is a comment" ([SB/F/NM] Eiffel) ok 4600 - ";A\tcomment" ([RE/F/NM] Eiffel) ok 4601 - ";A\tcomment" ([SB/F/NM] Eiffel) ok 4602 - ";Another /* comment" ([RE/F/NM] Eiffel) ok 4603 - ";Another /* comment" ([SB/F/NM] Eiffel) ok 4604 - "\n" ([RE/F/NM] Eiffel) ok 4605 - "\n" ([SB/F/NM] Eiffel) ok 4606 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4607 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4608 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4609 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4610 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4611 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4612 - "`" ([RE/F/NM] Eiffel) ok 4613 - "`" ([SB/F/NM] Eiffel) ok 4614 - "`This is a comment" ([RE/F/NM] Eiffel) ok 4615 - "`This is a comment" ([SB/F/NM] Eiffel) ok 4616 - "`A\tcomment" ([RE/F/NM] Eiffel) ok 4617 - "`A\tcomment" ([SB/F/NM] Eiffel) ok 4618 - "`Another /* comment" ([RE/F/NM] Eiffel) ok 4619 - "`Another /* comment" ([SB/F/NM] Eiffel) ok 4620 - "\n" ([RE/F/NM] Eiffel) ok 4621 - "\n" ([SB/F/NM] Eiffel) ok 4622 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4623 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4624 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4625 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4626 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4627 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4628 - "--" ([RE/F/NM] Eiffel) ok 4629 - "--" ([SB/F/NM] Eiffel) ok 4630 - "--This is a comment" ([RE/F/NM] Eiffel) ok 4631 - "--This is a comment" ([SB/F/NM] Eiffel) ok 4632 - "--A\tcomment" ([RE/F/NM] Eiffel) ok 4633 - "--A\tcomment" ([SB/F/NM] Eiffel) ok 4634 - "--Another /* comment" ([RE/F/NM] Eiffel) ok 4635 - "--Another /* comment" ([SB/F/NM] Eiffel) ok 4636 - "\n" ([RE/F/NM] Eiffel) ok 4637 - "\n" ([SB/F/NM] Eiffel) ok 4638 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4639 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4640 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4641 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4642 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4643 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4644 - "---" ([RE/F/NM] Eiffel) ok 4645 - "---" ([SB/F/NM] Eiffel) ok 4646 - "---This is a comment" ([RE/F/NM] Eiffel) ok 4647 - "---This is a comment" ([SB/F/NM] Eiffel) ok 4648 - "---A\tcomment" ([RE/F/NM] Eiffel) ok 4649 - "---A\tcomment" ([SB/F/NM] Eiffel) ok 4650 - "---Another /* comment" ([RE/F/NM] Eiffel) ok 4651 - "---Another /* comment" ([SB/F/NM] Eiffel) ok 4652 - "\n" ([RE/F/NM] Eiffel) ok 4653 - "\n" ([SB/F/NM] Eiffel) ok 4654 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4655 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4656 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4657 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4658 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4659 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4660 - "-----" ([RE/F/NM] Eiffel) ok 4661 - "-----" ([SB/F/NM] Eiffel) ok 4662 - "-----This is a comment" ([RE/F/NM] Eiffel) ok 4663 - "-----This is a comment" ([SB/F/NM] Eiffel) ok 4664 - "-----A\tcomment" ([RE/F/NM] Eiffel) ok 4665 - "-----A\tcomment" ([SB/F/NM] Eiffel) ok 4666 - "-----Another /* comment" ([RE/F/NM] Eiffel) ok 4667 - "-----Another /* comment" ([SB/F/NM] Eiffel) ok 4668 - "\n" ([RE/F/NM] Eiffel) ok 4669 - "\n" ([SB/F/NM] Eiffel) ok 4670 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4671 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4672 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4673 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4674 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4675 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4676 - "\\"" ([RE/F/NM] Eiffel) ok 4677 - "\\"" ([SB/F/NM] Eiffel) ok 4678 - "\\"This is a comment" ([RE/F/NM] Eiffel) ok 4679 - "\\"This is a comment" ([SB/F/NM] Eiffel) ok 4680 - "\\"A\tcomment" ([RE/F/NM] Eiffel) ok 4681 - "\\"A\tcomment" ([SB/F/NM] Eiffel) ok 4682 - "\\"Another /* comment" ([RE/F/NM] Eiffel) ok 4683 - "\\"Another /* comment" ([SB/F/NM] Eiffel) ok 4684 - "\n" ([RE/F/NM] Eiffel) ok 4685 - "\n" ([SB/F/NM] Eiffel) ok 4686 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4687 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4688 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4689 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4690 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4691 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4692 - """ ([RE/F/NM] Eiffel) ok 4693 - """ ([SB/F/NM] Eiffel) ok 4694 - ""This is a comment" ([RE/F/NM] Eiffel) ok 4695 - ""This is a comment" ([SB/F/NM] Eiffel) ok 4696 - ""A\tcomment" ([RE/F/NM] Eiffel) ok 4697 - ""A\tcomment" ([SB/F/NM] Eiffel) ok 4698 - ""Another /* comment" ([RE/F/NM] Eiffel) ok 4699 - ""Another /* comment" ([SB/F/NM] Eiffel) ok 4700 - "\n" ([RE/F/NM] Eiffel) ok 4701 - "\n" ([SB/F/NM] Eiffel) ok 4702 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4703 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4704 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4705 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4706 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4707 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4708 - "'" ([RE/F/NM] Eiffel) ok 4709 - "'" ([SB/F/NM] Eiffel) ok 4710 - "'This is a comment" ([RE/F/NM] Eiffel) ok 4711 - "'This is a comment" ([SB/F/NM] Eiffel) ok 4712 - "'A\tcomment" ([RE/F/NM] Eiffel) ok 4713 - "'A\tcomment" ([SB/F/NM] Eiffel) ok 4714 - "'Another /* comment" ([RE/F/NM] Eiffel) ok 4715 - "'Another /* comment" ([SB/F/NM] Eiffel) ok 4716 - "\n" ([RE/F/NM] Eiffel) ok 4717 - "\n" ([SB/F/NM] Eiffel) ok 4718 - "This is a comment\n" ([RE/F/NM] Eiffel) ok 4719 - "This is a comment\n" ([SB/F/NM] Eiffel) ok 4720 - "A\tcomment\n" ([RE/F/NM] Eiffel) ok 4721 - "A\tcomment\n" ([SB/F/NM] Eiffel) ok 4722 - "Another /* comment\n" ([RE/F/NM] Eiffel) ok 4723 - "Another /* comment\n" ([SB/F/NM] Eiffel) ok 4724 - "/* This is a C comment */" ([RE/F/NM] Eiffel) ok 4725 - "/* This is a C comment */" ([SB/F/NM] Eiffel) ok 4726 - "(* This is a Pascal comment *)" ([RE/F/NM] Eiffel) ok 4727 - "(* This is a Pascal comment *)" ([SB/F/NM] Eiffel) ok 4728 - "" ([RE/F/NM] Eiffel) ok 4729 - "" ([SB/F/NM] Eiffel) ok 4730 - "--\n\n" ([RE/F/NM] Eiffel) ok 4731 - "--\n\n" ([SB/F/NM] Eiffel) ok 4732 - "--This is a comment\n\n" ([RE/F/NM] Eiffel) ok 4733 - "--This is a comment\n\n" ([SB/F/NM] Eiffel) ok 4734 - "--A\tcomment\n\n" ([RE/F/NM] Eiffel) ok 4735 - "--A\tcomment\n\n" ([SB/F/NM] Eiffel) ok 4736 - "--Another /* comment\n\n" ([RE/F/NM] Eiffel) ok 4737 - "--Another /* comment\n\n" ([SB/F/NM] Eiffel) ok 4738 - "--\n--\n" ([RE/F/NM] Eiffel) ok 4739 - "--\n--\n" ([SB/F/NM] Eiffel) ok 4740 - "--This is a comment\n--This is a comment\n" ([RE/F/NM] Eiffel) ok 4741 - "--This is a comment\n--This is a comment\n" ([SB/F/NM] Eiffel) ok 4742 - "--A\tcomment\n--A\tcomment\n" ([RE/F/NM] Eiffel) ok 4743 - "--A\tcomment\n--A\tcomment\n" ([SB/F/NM] Eiffel) ok 4744 - "--Another /* comment\n--Another /* comment\n" ([RE/F/NM] Eiffel) ok 4745 - "--Another /* comment\n--Another /* comment\n" ([SB/F/NM] Eiffel) ok 4746 - "--\nrpj" ([RE/F/NM] Eiffel) ok 4747 - "--\nrpj" ([SB/F/NM] Eiffel) ok 4748 - "--This is a comment\np" ([RE/F/NM] Eiffel) ok 4749 - "--This is a comment\np" ([SB/F/NM] Eiffel) ok 4750 - "--A\tcomment\nf" ([RE/F/NM] Eiffel) ok 4751 - "--A\tcomment\nf" ([SB/F/NM] Eiffel) ok 4752 - "--Another /* comment\n8" ([RE/F/NM] Eiffel) ok 4753 - "--Another /* comment\n8" ([SB/F/NM] Eiffel) ok 4754 - "4--\n" ([RE/F/NM] Eiffel) ok 4755 - "4--\n" ([SB/F/NM] Eiffel) ok 4756 - "r--This is a comment\n" ([RE/F/NM] Eiffel) ok 4757 - "r--This is a comment\n" ([SB/F/NM] Eiffel) ok 4758 - "k--A\tcomment\n" ([RE/F/NM] Eiffel) ok 4759 - "k--A\tcomment\n" ([SB/F/NM] Eiffel) ok 4760 - "y--Another /* comment\n" ([RE/F/NM] Eiffel) ok 4761 - "y--Another /* comment\n" ([SB/F/NM] Eiffel) ok 4762 - "\\\n" ([RE/F/NM] Eiffel) ok 4763 - "\\\n" ([SB/F/NM] Eiffel) ok 4764 - "\\This is a comment\n" ([RE/F/NM] Eiffel) ok 4765 - "\\This is a comment\n" ([SB/F/NM] Eiffel) ok 4766 - "\\A\tcomment\n" ([RE/F/NM] Eiffel) ok 4767 - "\\A\tcomment\n" ([SB/F/NM] Eiffel) ok 4768 - "\\Another /* comment\n" ([RE/F/NM] Eiffel) ok 4769 - "\\Another /* comment\n" ([SB/F/NM] Eiffel) ok 4770 - "#\n" ([RE/F/NM] Eiffel) ok 4771 - "#\n" ([SB/F/NM] Eiffel) ok 4772 - "#This is a comment\n" ([RE/F/NM] Eiffel) ok 4773 - "#This is a comment\n" ([SB/F/NM] Eiffel) ok 4774 - "#A\tcomment\n" ([RE/F/NM] Eiffel) ok 4775 - "#A\tcomment\n" ([SB/F/NM] Eiffel) ok 4776 - "#Another /* comment\n" ([RE/F/NM] Eiffel) ok 4777 - "#Another /* comment\n" ([SB/F/NM] Eiffel) ok 4778 - "//\n" ([RE/F/NM] Eiffel) ok 4779 - "//\n" ([SB/F/NM] Eiffel) ok 4780 - "//This is a comment\n" ([RE/F/NM] Eiffel) ok 4781 - "//This is a comment\n" ([SB/F/NM] Eiffel) ok 4782 - "//A\tcomment\n" ([RE/F/NM] Eiffel) ok 4783 - "//A\tcomment\n" ([SB/F/NM] Eiffel) ok 4784 - "//Another /* comment\n" ([RE/F/NM] Eiffel) ok 4785 - "//Another /* comment\n" ([SB/F/NM] Eiffel) ok 4786 - ";\n" ([RE/F/NM] Eiffel) ok 4787 - ";\n" ([SB/F/NM] Eiffel) ok 4788 - ";This is a comment\n" ([RE/F/NM] Eiffel) ok 4789 - ";This is a comment\n" ([SB/F/NM] Eiffel) ok 4790 - ";A\tcomment\n" ([RE/F/NM] Eiffel) ok 4791 - ";A\tcomment\n" ([SB/F/NM] Eiffel) ok 4792 - ";Another /* comment\n" ([RE/F/NM] Eiffel) ok 4793 - ";Another /* comment\n" ([SB/F/NM] Eiffel) ok 4794 - "#\n" ([RE/F/NM] Eiffel) ok 4795 - "#\n" ([SB/F/NM] Eiffel) ok 4796 - "#This is a comment\n" ([RE/F/NM] Eiffel) ok 4797 - "#This is a comment\n" ([SB/F/NM] Eiffel) ok 4798 - "#A\tcomment\n" ([RE/F/NM] Eiffel) ok 4799 - "#A\tcomment\n" ([SB/F/NM] Eiffel) ok 4800 - "#Another /* comment\n" ([RE/F/NM] Eiffel) ok 4801 - "#Another /* comment\n" ([SB/F/NM] Eiffel) ok 4802 - "*\n" ([RE/F/NM] Eiffel) ok 4803 - "*\n" ([SB/F/NM] Eiffel) ok 4804 - "*This is a comment\n" ([RE/F/NM] Eiffel) ok 4805 - "*This is a comment\n" ([SB/F/NM] Eiffel) ok 4806 - "*A\tcomment\n" ([RE/F/NM] Eiffel) ok 4807 - "*A\tcomment\n" ([SB/F/NM] Eiffel) ok 4808 - "*Another /* comment\n" ([RE/F/NM] Eiffel) ok 4809 - "*Another /* comment\n" ([SB/F/NM] Eiffel) ok 4810 - "!\n" ([RE/F/NM] Eiffel) ok 4811 - "!\n" ([SB/F/NM] Eiffel) ok 4812 - "!This is a comment\n" ([RE/F/NM] Eiffel) ok 4813 - "!This is a comment\n" ([SB/F/NM] Eiffel) ok 4814 - "!A\tcomment\n" ([RE/F/NM] Eiffel) ok 4815 - "!A\tcomment\n" ([SB/F/NM] Eiffel) ok 4816 - "!Another /* comment\n" ([RE/F/NM] Eiffel) ok 4817 - "!Another /* comment\n" ([SB/F/NM] Eiffel) ok 4818 - "REM\n" ([RE/F/NM] Eiffel) ok 4819 - "REM\n" ([SB/F/NM] Eiffel) ok 4820 - "REMThis is a comment\n" ([RE/F/NM] Eiffel) ok 4821 - "REMThis is a comment\n" ([SB/F/NM] Eiffel) ok 4822 - "REMA\tcomment\n" ([RE/F/NM] Eiffel) ok 4823 - "REMA\tcomment\n" ([SB/F/NM] Eiffel) ok 4824 - "REMAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4825 - "REMAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4826 - "//\n" ([RE/F/NM] Eiffel) ok 4827 - "//\n" ([SB/F/NM] Eiffel) ok 4828 - "//This is a comment\n" ([RE/F/NM] Eiffel) ok 4829 - "//This is a comment\n" ([SB/F/NM] Eiffel) ok 4830 - "//A\tcomment\n" ([RE/F/NM] Eiffel) ok 4831 - "//A\tcomment\n" ([SB/F/NM] Eiffel) ok 4832 - "//Another /* comment\n" ([RE/F/NM] Eiffel) ok 4833 - "//Another /* comment\n" ([SB/F/NM] Eiffel) ok 4834 - "%\n" ([RE/F/NM] Eiffel) ok 4835 - "%\n" ([SB/F/NM] Eiffel) ok 4836 - "%This is a comment\n" ([RE/F/NM] Eiffel) ok 4837 - "%This is a comment\n" ([SB/F/NM] Eiffel) ok 4838 - "%A\tcomment\n" ([RE/F/NM] Eiffel) ok 4839 - "%A\tcomment\n" ([SB/F/NM] Eiffel) ok 4840 - "%Another /* comment\n" ([RE/F/NM] Eiffel) ok 4841 - "%Another /* comment\n" ([SB/F/NM] Eiffel) ok 4842 - "!\n" ([RE/F/NM] Eiffel) ok 4843 - "!\n" ([SB/F/NM] Eiffel) ok 4844 - "!This is a comment\n" ([RE/F/NM] Eiffel) ok 4845 - "!This is a comment\n" ([SB/F/NM] Eiffel) ok 4846 - "!A\tcomment\n" ([RE/F/NM] Eiffel) ok 4847 - "!A\tcomment\n" ([SB/F/NM] Eiffel) ok 4848 - "!Another /* comment\n" ([RE/F/NM] Eiffel) ok 4849 - "!Another /* comment\n" ([SB/F/NM] Eiffel) ok 4850 - "NB\n" ([RE/F/NM] Eiffel) ok 4851 - "NB\n" ([SB/F/NM] Eiffel) ok 4852 - "NBThis is a comment\n" ([RE/F/NM] Eiffel) ok 4853 - "NBThis is a comment\n" ([SB/F/NM] Eiffel) ok 4854 - "NBA\tcomment\n" ([RE/F/NM] Eiffel) ok 4855 - "NBA\tcomment\n" ([SB/F/NM] Eiffel) ok 4856 - "NBAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4857 - "NBAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4858 - "PLEASE NOT\n" ([RE/F/NM] Eiffel) ok 4859 - "PLEASE NOT\n" ([SB/F/NM] Eiffel) ok 4860 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Eiffel) ok 4861 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Eiffel) ok 4862 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Eiffel) ok 4863 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Eiffel) ok 4864 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4865 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4866 - "PLEASE NOT\n" ([RE/F/NM] Eiffel) ok 4867 - "PLEASE NOT\n" ([SB/F/NM] Eiffel) ok 4868 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Eiffel) ok 4869 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Eiffel) ok 4870 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Eiffel) ok 4871 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Eiffel) ok 4872 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4873 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4874 - "PLEASE N'T\n" ([RE/F/NM] Eiffel) ok 4875 - "PLEASE N'T\n" ([SB/F/NM] Eiffel) ok 4876 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Eiffel) ok 4877 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Eiffel) ok 4878 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Eiffel) ok 4879 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Eiffel) ok 4880 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4881 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4882 - "DO NOT\n" ([RE/F/NM] Eiffel) ok 4883 - "DO NOT\n" ([SB/F/NM] Eiffel) ok 4884 - "DO NOTThis is a comment\n" ([RE/F/NM] Eiffel) ok 4885 - "DO NOTThis is a comment\n" ([SB/F/NM] Eiffel) ok 4886 - "DO NOTA\tcomment\n" ([RE/F/NM] Eiffel) ok 4887 - "DO NOTA\tcomment\n" ([SB/F/NM] Eiffel) ok 4888 - "DO NOTAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4889 - "DO NOTAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4890 - "DO N'T\n" ([RE/F/NM] Eiffel) ok 4891 - "DO N'T\n" ([SB/F/NM] Eiffel) ok 4892 - "DO N'TThis is a comment\n" ([RE/F/NM] Eiffel) ok 4893 - "DO N'TThis is a comment\n" ([SB/F/NM] Eiffel) ok 4894 - "DO N'TA\tcomment\n" ([RE/F/NM] Eiffel) ok 4895 - "DO N'TA\tcomment\n" ([SB/F/NM] Eiffel) ok 4896 - "DO N'TAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4897 - "DO N'TAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4898 - "DO NOT\n" ([RE/F/NM] Eiffel) ok 4899 - "DO NOT\n" ([SB/F/NM] Eiffel) ok 4900 - "DO NOTThis is a comment\n" ([RE/F/NM] Eiffel) ok 4901 - "DO NOTThis is a comment\n" ([SB/F/NM] Eiffel) ok 4902 - "DO NOTA\tcomment\n" ([RE/F/NM] Eiffel) ok 4903 - "DO NOTA\tcomment\n" ([SB/F/NM] Eiffel) ok 4904 - "DO NOTAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4905 - "DO NOTAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4906 - "PLEASE DO NOT\n" ([RE/F/NM] Eiffel) ok 4907 - "PLEASE DO NOT\n" ([SB/F/NM] Eiffel) ok 4908 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Eiffel) ok 4909 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Eiffel) ok 4910 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Eiffel) ok 4911 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Eiffel) ok 4912 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4913 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4914 - "PLEASE DO NOT\n" ([RE/F/NM] Eiffel) ok 4915 - "PLEASE DO NOT\n" ([SB/F/NM] Eiffel) ok 4916 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Eiffel) ok 4917 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Eiffel) ok 4918 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Eiffel) ok 4919 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Eiffel) ok 4920 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4921 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4922 - "PLEASE DO N'T\n" ([RE/F/NM] Eiffel) ok 4923 - "PLEASE DO N'T\n" ([SB/F/NM] Eiffel) ok 4924 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Eiffel) ok 4925 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Eiffel) ok 4926 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Eiffel) ok 4927 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Eiffel) ok 4928 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Eiffel) ok 4929 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Eiffel) ok 4930 - "NB.\n" ([RE/F/NM] Eiffel) ok 4931 - "NB.\n" ([SB/F/NM] Eiffel) ok 4932 - "NB.This is a comment\n" ([RE/F/NM] Eiffel) ok 4933 - "NB.This is a comment\n" ([SB/F/NM] Eiffel) ok 4934 - "NB.A\tcomment\n" ([RE/F/NM] Eiffel) ok 4935 - "NB.A\tcomment\n" ([SB/F/NM] Eiffel) ok 4936 - "NB.Another /* comment\n" ([RE/F/NM] Eiffel) ok 4937 - "NB.Another /* comment\n" ([SB/F/NM] Eiffel) ok 4938 - "{}" ([RE/F/NM] Eiffel) ok 4939 - "{}" ([SB/F/NM] Eiffel) ok 4940 - "{This is a comment}" ([RE/F/NM] Eiffel) ok 4941 - "{This is a comment}" ([SB/F/NM] Eiffel) ok 4942 - "{A\tcomment}" ([RE/F/NM] Eiffel) ok 4943 - "{A\tcomment}" ([SB/F/NM] Eiffel) ok 4944 - "{Another /* comment}" ([RE/F/NM] Eiffel) ok 4945 - "{Another /* comment}" ([SB/F/NM] Eiffel) ok 4946 - ".\n" ([RE/F/NM] Eiffel) ok 4947 - ".\n" ([SB/F/NM] Eiffel) ok 4948 - ".This is a comment\n" ([RE/F/NM] Eiffel) ok 4949 - ".This is a comment\n" ([SB/F/NM] Eiffel) ok 4950 - ".A\tcomment\n" ([RE/F/NM] Eiffel) ok 4951 - ".A\tcomment\n" ([SB/F/NM] Eiffel) ok 4952 - ".Another /* comment\n" ([RE/F/NM] Eiffel) ok 4953 - ".Another /* comment\n" ([SB/F/NM] Eiffel) ok 4954 - ";\n" ([RE/F/NM] Eiffel) ok 4955 - ";\n" ([SB/F/NM] Eiffel) ok 4956 - ";This is a comment\n" ([RE/F/NM] Eiffel) ok 4957 - ";This is a comment\n" ([SB/F/NM] Eiffel) ok 4958 - ";A\tcomment\n" ([RE/F/NM] Eiffel) ok 4959 - ";A\tcomment\n" ([SB/F/NM] Eiffel) ok 4960 - ";Another /* comment\n" ([RE/F/NM] Eiffel) ok 4961 - ";Another /* comment\n" ([SB/F/NM] Eiffel) ok 4962 - "`\n" ([RE/F/NM] Eiffel) ok 4963 - "`\n" ([SB/F/NM] Eiffel) ok 4964 - "`This is a comment\n" ([RE/F/NM] Eiffel) ok 4965 - "`This is a comment\n" ([SB/F/NM] Eiffel) ok 4966 - "`A\tcomment\n" ([RE/F/NM] Eiffel) ok 4967 - "`A\tcomment\n" ([SB/F/NM] Eiffel) ok 4968 - "`Another /* comment\n" ([RE/F/NM] Eiffel) ok 4969 - "`Another /* comment\n" ([SB/F/NM] Eiffel) ok 4970 - "\\"\n" ([RE/F/NM] Eiffel) ok 4971 - "\\"\n" ([SB/F/NM] Eiffel) ok 4972 - "\\"This is a comment\n" ([RE/F/NM] Eiffel) ok 4973 - "\\"This is a comment\n" ([SB/F/NM] Eiffel) ok 4974 - "\\"A\tcomment\n" ([RE/F/NM] Eiffel) ok 4975 - "\\"A\tcomment\n" ([SB/F/NM] Eiffel) ok 4976 - "\\"Another /* comment\n" ([RE/F/NM] Eiffel) ok 4977 - "\\"Another /* comment\n" ([SB/F/NM] Eiffel) ok 4978 - ""\n" ([RE/F/NM] Eiffel) ok 4979 - ""\n" ([SB/F/NM] Eiffel) ok 4980 - ""This is a comment\n" ([RE/F/NM] Eiffel) ok 4981 - ""This is a comment\n" ([SB/F/NM] Eiffel) ok 4982 - ""A\tcomment\n" ([RE/F/NM] Eiffel) ok 4983 - ""A\tcomment\n" ([SB/F/NM] Eiffel) ok 4984 - ""Another /* comment\n" ([RE/F/NM] Eiffel) ok 4985 - ""Another /* comment\n" ([SB/F/NM] Eiffel) ok 4986 - "'\n" ([RE/F/NM] Eiffel) ok 4987 - "'\n" ([SB/F/NM] Eiffel) ok 4988 - "'This is a comment\n" ([RE/F/NM] Eiffel) ok 4989 - "'This is a comment\n" ([SB/F/NM] Eiffel) ok 4990 - "'A\tcomment\n" ([RE/F/NM] Eiffel) ok 4991 - "'A\tcomment\n" ([SB/F/NM] Eiffel) ok 4992 - "'Another /* comment\n" ([RE/F/NM] Eiffel) ok 4993 - "'Another /* comment\n" ([SB/F/NM] Eiffel) ok 4994 - "--\n" ([RE/P/MT] lua) ok 4995 - "--\n" ([OM/P/MT] lua) ok 4996 - "--\n" ([OS/P/MT] lua) ok 4997 - "--\n" ([SB/P/MT] lua) ok 4998 - "--\n" ([KP/P/MT] lua) ok 4999 - "--This is a comment\n" ([RE/P/MT] lua) ok 5000 - "--This is a comment\n" ([OM/P/MT] lua) ok 5001 - "--This is a comment\n" ([OS/P/MT] lua) ok 5002 - "--This is a comment\n" ([SB/P/MT] lua) ok 5003 - "--This is a comment\n" ([KP/P/MT] lua) ok 5004 - "--A\tcomment\n" ([RE/P/MT] lua) ok 5005 - "--A\tcomment\n" ([OM/P/MT] lua) ok 5006 - "--A\tcomment\n" ([OS/P/MT] lua) ok 5007 - "--A\tcomment\n" ([SB/P/MT] lua) ok 5008 - "--A\tcomment\n" ([KP/P/MT] lua) ok 5009 - "--Another /* comment\n" ([RE/P/MT] lua) ok 5010 - "--Another /* comment\n" ([OM/P/MT] lua) ok 5011 - "--Another /* comment\n" ([OS/P/MT] lua) ok 5012 - "--Another /* comment\n" ([SB/P/MT] lua) ok 5013 - "--Another /* comment\n" ([KP/P/MT] lua) ok 5014 - "\\" ([RE/F/NM] lua) ok 5015 - "\\" ([SB/F/NM] lua) ok 5016 - "\\This is a comment" ([RE/F/NM] lua) ok 5017 - "\\This is a comment" ([SB/F/NM] lua) ok 5018 - "\\A\tcomment" ([RE/F/NM] lua) ok 5019 - "\\A\tcomment" ([SB/F/NM] lua) ok 5020 - "\\Another /* comment" ([RE/F/NM] lua) ok 5021 - "\\Another /* comment" ([SB/F/NM] lua) ok 5022 - "\n" ([RE/F/NM] lua) ok 5023 - "\n" ([SB/F/NM] lua) ok 5024 - "This is a comment\n" ([RE/F/NM] lua) ok 5025 - "This is a comment\n" ([SB/F/NM] lua) ok 5026 - "A\tcomment\n" ([RE/F/NM] lua) ok 5027 - "A\tcomment\n" ([SB/F/NM] lua) ok 5028 - "Another /* comment\n" ([RE/F/NM] lua) ok 5029 - "Another /* comment\n" ([SB/F/NM] lua) ok 5030 - "#" ([RE/F/NM] lua) ok 5031 - "#" ([SB/F/NM] lua) ok 5032 - "#This is a comment" ([RE/F/NM] lua) ok 5033 - "#This is a comment" ([SB/F/NM] lua) ok 5034 - "#A\tcomment" ([RE/F/NM] lua) ok 5035 - "#A\tcomment" ([SB/F/NM] lua) ok 5036 - "#Another /* comment" ([RE/F/NM] lua) ok 5037 - "#Another /* comment" ([SB/F/NM] lua) ok 5038 - "\n" ([RE/F/NM] lua) ok 5039 - "\n" ([SB/F/NM] lua) ok 5040 - "This is a comment\n" ([RE/F/NM] lua) ok 5041 - "This is a comment\n" ([SB/F/NM] lua) ok 5042 - "A\tcomment\n" ([RE/F/NM] lua) ok 5043 - "A\tcomment\n" ([SB/F/NM] lua) ok 5044 - "Another /* comment\n" ([RE/F/NM] lua) ok 5045 - "Another /* comment\n" ([SB/F/NM] lua) ok 5046 - "//" ([RE/F/NM] lua) ok 5047 - "//" ([SB/F/NM] lua) ok 5048 - "//This is a comment" ([RE/F/NM] lua) ok 5049 - "//This is a comment" ([SB/F/NM] lua) ok 5050 - "//A\tcomment" ([RE/F/NM] lua) ok 5051 - "//A\tcomment" ([SB/F/NM] lua) ok 5052 - "//Another /* comment" ([RE/F/NM] lua) ok 5053 - "//Another /* comment" ([SB/F/NM] lua) ok 5054 - "\n" ([RE/F/NM] lua) ok 5055 - "\n" ([SB/F/NM] lua) ok 5056 - "This is a comment\n" ([RE/F/NM] lua) ok 5057 - "This is a comment\n" ([SB/F/NM] lua) ok 5058 - "A\tcomment\n" ([RE/F/NM] lua) ok 5059 - "A\tcomment\n" ([SB/F/NM] lua) ok 5060 - "Another /* comment\n" ([RE/F/NM] lua) ok 5061 - "Another /* comment\n" ([SB/F/NM] lua) ok 5062 - "--" ([RE/F/NM] lua) ok 5063 - "--" ([SB/F/NM] lua) ok 5064 - "--This is a comment" ([RE/F/NM] lua) ok 5065 - "--This is a comment" ([SB/F/NM] lua) ok 5066 - "--A\tcomment" ([RE/F/NM] lua) ok 5067 - "--A\tcomment" ([SB/F/NM] lua) ok 5068 - "--Another /* comment" ([RE/F/NM] lua) ok 5069 - "--Another /* comment" ([SB/F/NM] lua) ok 5070 - "\n" ([RE/F/NM] lua) ok 5071 - "\n" ([SB/F/NM] lua) ok 5072 - "This is a comment\n" ([RE/F/NM] lua) ok 5073 - "This is a comment\n" ([SB/F/NM] lua) ok 5074 - "A\tcomment\n" ([RE/F/NM] lua) ok 5075 - "A\tcomment\n" ([SB/F/NM] lua) ok 5076 - "Another /* comment\n" ([RE/F/NM] lua) ok 5077 - "Another /* comment\n" ([SB/F/NM] lua) ok 5078 - ";" ([RE/F/NM] lua) ok 5079 - ";" ([SB/F/NM] lua) ok 5080 - ";This is a comment" ([RE/F/NM] lua) ok 5081 - ";This is a comment" ([SB/F/NM] lua) ok 5082 - ";A\tcomment" ([RE/F/NM] lua) ok 5083 - ";A\tcomment" ([SB/F/NM] lua) ok 5084 - ";Another /* comment" ([RE/F/NM] lua) ok 5085 - ";Another /* comment" ([SB/F/NM] lua) ok 5086 - "\n" ([RE/F/NM] lua) ok 5087 - "\n" ([SB/F/NM] lua) ok 5088 - "This is a comment\n" ([RE/F/NM] lua) ok 5089 - "This is a comment\n" ([SB/F/NM] lua) ok 5090 - "A\tcomment\n" ([RE/F/NM] lua) ok 5091 - "A\tcomment\n" ([SB/F/NM] lua) ok 5092 - "Another /* comment\n" ([RE/F/NM] lua) ok 5093 - "Another /* comment\n" ([SB/F/NM] lua) ok 5094 - "#" ([RE/F/NM] lua) ok 5095 - "#" ([SB/F/NM] lua) ok 5096 - "#This is a comment" ([RE/F/NM] lua) ok 5097 - "#This is a comment" ([SB/F/NM] lua) ok 5098 - "#A\tcomment" ([RE/F/NM] lua) ok 5099 - "#A\tcomment" ([SB/F/NM] lua) ok 5100 - "#Another /* comment" ([RE/F/NM] lua) ok 5101 - "#Another /* comment" ([SB/F/NM] lua) ok 5102 - "\n" ([RE/F/NM] lua) ok 5103 - "\n" ([SB/F/NM] lua) ok 5104 - "This is a comment\n" ([RE/F/NM] lua) ok 5105 - "This is a comment\n" ([SB/F/NM] lua) ok 5106 - "A\tcomment\n" ([RE/F/NM] lua) ok 5107 - "A\tcomment\n" ([SB/F/NM] lua) ok 5108 - "Another /* comment\n" ([RE/F/NM] lua) ok 5109 - "Another /* comment\n" ([SB/F/NM] lua) ok 5110 - "*" ([RE/F/NM] lua) ok 5111 - "*" ([SB/F/NM] lua) ok 5112 - "*This is a comment" ([RE/F/NM] lua) ok 5113 - "*This is a comment" ([SB/F/NM] lua) ok 5114 - "*A\tcomment" ([RE/F/NM] lua) ok 5115 - "*A\tcomment" ([SB/F/NM] lua) ok 5116 - "*Another /* comment" ([RE/F/NM] lua) ok 5117 - "*Another /* comment" ([SB/F/NM] lua) ok 5118 - "\n" ([RE/F/NM] lua) ok 5119 - "\n" ([SB/F/NM] lua) ok 5120 - "This is a comment\n" ([RE/F/NM] lua) ok 5121 - "This is a comment\n" ([SB/F/NM] lua) ok 5122 - "A\tcomment\n" ([RE/F/NM] lua) ok 5123 - "A\tcomment\n" ([SB/F/NM] lua) ok 5124 - "Another /* comment\n" ([RE/F/NM] lua) ok 5125 - "Another /* comment\n" ([SB/F/NM] lua) ok 5126 - "!" ([RE/F/NM] lua) ok 5127 - "!" ([SB/F/NM] lua) ok 5128 - "!This is a comment" ([RE/F/NM] lua) ok 5129 - "!This is a comment" ([SB/F/NM] lua) ok 5130 - "!A\tcomment" ([RE/F/NM] lua) ok 5131 - "!A\tcomment" ([SB/F/NM] lua) ok 5132 - "!Another /* comment" ([RE/F/NM] lua) ok 5133 - "!Another /* comment" ([SB/F/NM] lua) ok 5134 - "\n" ([RE/F/NM] lua) ok 5135 - "\n" ([SB/F/NM] lua) ok 5136 - "This is a comment\n" ([RE/F/NM] lua) ok 5137 - "This is a comment\n" ([SB/F/NM] lua) ok 5138 - "A\tcomment\n" ([RE/F/NM] lua) ok 5139 - "A\tcomment\n" ([SB/F/NM] lua) ok 5140 - "Another /* comment\n" ([RE/F/NM] lua) ok 5141 - "Another /* comment\n" ([SB/F/NM] lua) ok 5142 - "REM" ([RE/F/NM] lua) ok 5143 - "REM" ([SB/F/NM] lua) ok 5144 - "REMThis is a comment" ([RE/F/NM] lua) ok 5145 - "REMThis is a comment" ([SB/F/NM] lua) ok 5146 - "REMA\tcomment" ([RE/F/NM] lua) ok 5147 - "REMA\tcomment" ([SB/F/NM] lua) ok 5148 - "REMAnother /* comment" ([RE/F/NM] lua) ok 5149 - "REMAnother /* comment" ([SB/F/NM] lua) ok 5150 - "\n" ([RE/F/NM] lua) ok 5151 - "\n" ([SB/F/NM] lua) ok 5152 - "This is a comment\n" ([RE/F/NM] lua) ok 5153 - "This is a comment\n" ([SB/F/NM] lua) ok 5154 - "A\tcomment\n" ([RE/F/NM] lua) ok 5155 - "A\tcomment\n" ([SB/F/NM] lua) ok 5156 - "Another /* comment\n" ([RE/F/NM] lua) ok 5157 - "Another /* comment\n" ([SB/F/NM] lua) ok 5158 - "//" ([RE/F/NM] lua) ok 5159 - "//" ([SB/F/NM] lua) ok 5160 - "//This is a comment" ([RE/F/NM] lua) ok 5161 - "//This is a comment" ([SB/F/NM] lua) ok 5162 - "//A\tcomment" ([RE/F/NM] lua) ok 5163 - "//A\tcomment" ([SB/F/NM] lua) ok 5164 - "//Another /* comment" ([RE/F/NM] lua) ok 5165 - "//Another /* comment" ([SB/F/NM] lua) ok 5166 - "\n" ([RE/F/NM] lua) ok 5167 - "\n" ([SB/F/NM] lua) ok 5168 - "This is a comment\n" ([RE/F/NM] lua) ok 5169 - "This is a comment\n" ([SB/F/NM] lua) ok 5170 - "A\tcomment\n" ([RE/F/NM] lua) ok 5171 - "A\tcomment\n" ([SB/F/NM] lua) ok 5172 - "Another /* comment\n" ([RE/F/NM] lua) ok 5173 - "Another /* comment\n" ([SB/F/NM] lua) ok 5174 - "%" ([RE/F/NM] lua) ok 5175 - "%" ([SB/F/NM] lua) ok 5176 - "%This is a comment" ([RE/F/NM] lua) ok 5177 - "%This is a comment" ([SB/F/NM] lua) ok 5178 - "%A\tcomment" ([RE/F/NM] lua) ok 5179 - "%A\tcomment" ([SB/F/NM] lua) ok 5180 - "%Another /* comment" ([RE/F/NM] lua) ok 5181 - "%Another /* comment" ([SB/F/NM] lua) ok 5182 - "\n" ([RE/F/NM] lua) ok 5183 - "\n" ([SB/F/NM] lua) ok 5184 - "This is a comment\n" ([RE/F/NM] lua) ok 5185 - "This is a comment\n" ([SB/F/NM] lua) ok 5186 - "A\tcomment\n" ([RE/F/NM] lua) ok 5187 - "A\tcomment\n" ([SB/F/NM] lua) ok 5188 - "Another /* comment\n" ([RE/F/NM] lua) ok 5189 - "Another /* comment\n" ([SB/F/NM] lua) ok 5190 - "!" ([RE/F/NM] lua) ok 5191 - "!" ([SB/F/NM] lua) ok 5192 - "!This is a comment" ([RE/F/NM] lua) ok 5193 - "!This is a comment" ([SB/F/NM] lua) ok 5194 - "!A\tcomment" ([RE/F/NM] lua) ok 5195 - "!A\tcomment" ([SB/F/NM] lua) ok 5196 - "!Another /* comment" ([RE/F/NM] lua) ok 5197 - "!Another /* comment" ([SB/F/NM] lua) ok 5198 - "\n" ([RE/F/NM] lua) ok 5199 - "\n" ([SB/F/NM] lua) ok 5200 - "This is a comment\n" ([RE/F/NM] lua) ok 5201 - "This is a comment\n" ([SB/F/NM] lua) ok 5202 - "A\tcomment\n" ([RE/F/NM] lua) ok 5203 - "A\tcomment\n" ([SB/F/NM] lua) ok 5204 - "Another /* comment\n" ([RE/F/NM] lua) ok 5205 - "Another /* comment\n" ([SB/F/NM] lua) ok 5206 - "NB" ([RE/F/NM] lua) ok 5207 - "NB" ([SB/F/NM] lua) ok 5208 - "NBThis is a comment" ([RE/F/NM] lua) ok 5209 - "NBThis is a comment" ([SB/F/NM] lua) ok 5210 - "NBA\tcomment" ([RE/F/NM] lua) ok 5211 - "NBA\tcomment" ([SB/F/NM] lua) ok 5212 - "NBAnother /* comment" ([RE/F/NM] lua) ok 5213 - "NBAnother /* comment" ([SB/F/NM] lua) ok 5214 - "\n" ([RE/F/NM] lua) ok 5215 - "\n" ([SB/F/NM] lua) ok 5216 - "This is a comment\n" ([RE/F/NM] lua) ok 5217 - "This is a comment\n" ([SB/F/NM] lua) ok 5218 - "A\tcomment\n" ([RE/F/NM] lua) ok 5219 - "A\tcomment\n" ([SB/F/NM] lua) ok 5220 - "Another /* comment\n" ([RE/F/NM] lua) ok 5221 - "Another /* comment\n" ([SB/F/NM] lua) ok 5222 - "PLEASE NOT" ([RE/F/NM] lua) ok 5223 - "PLEASE NOT" ([SB/F/NM] lua) ok 5224 - "PLEASE NOTThis is a comment" ([RE/F/NM] lua) ok 5225 - "PLEASE NOTThis is a comment" ([SB/F/NM] lua) ok 5226 - "PLEASE NOTA\tcomment" ([RE/F/NM] lua) ok 5227 - "PLEASE NOTA\tcomment" ([SB/F/NM] lua) ok 5228 - "PLEASE NOTAnother /* comment" ([RE/F/NM] lua) ok 5229 - "PLEASE NOTAnother /* comment" ([SB/F/NM] lua) ok 5230 - "\n" ([RE/F/NM] lua) ok 5231 - "\n" ([SB/F/NM] lua) ok 5232 - "This is a comment\n" ([RE/F/NM] lua) ok 5233 - "This is a comment\n" ([SB/F/NM] lua) ok 5234 - "A\tcomment\n" ([RE/F/NM] lua) ok 5235 - "A\tcomment\n" ([SB/F/NM] lua) ok 5236 - "Another /* comment\n" ([RE/F/NM] lua) ok 5237 - "Another /* comment\n" ([SB/F/NM] lua) ok 5238 - "PLEASE NOT" ([RE/F/NM] lua) ok 5239 - "PLEASE NOT" ([SB/F/NM] lua) ok 5240 - "PLEASE NOTThis is a comment" ([RE/F/NM] lua) ok 5241 - "PLEASE NOTThis is a comment" ([SB/F/NM] lua) ok 5242 - "PLEASE NOTA\tcomment" ([RE/F/NM] lua) ok 5243 - "PLEASE NOTA\tcomment" ([SB/F/NM] lua) ok 5244 - "PLEASE NOTAnother /* comment" ([RE/F/NM] lua) ok 5245 - "PLEASE NOTAnother /* comment" ([SB/F/NM] lua) ok 5246 - "\n" ([RE/F/NM] lua) ok 5247 - "\n" ([SB/F/NM] lua) ok 5248 - "This is a comment\n" ([RE/F/NM] lua) ok 5249 - "This is a comment\n" ([SB/F/NM] lua) ok 5250 - "A\tcomment\n" ([RE/F/NM] lua) ok 5251 - "A\tcomment\n" ([SB/F/NM] lua) ok 5252 - "Another /* comment\n" ([RE/F/NM] lua) ok 5253 - "Another /* comment\n" ([SB/F/NM] lua) ok 5254 - "PLEASE N'T" ([RE/F/NM] lua) ok 5255 - "PLEASE N'T" ([SB/F/NM] lua) ok 5256 - "PLEASE N'TThis is a comment" ([RE/F/NM] lua) ok 5257 - "PLEASE N'TThis is a comment" ([SB/F/NM] lua) ok 5258 - "PLEASE N'TA\tcomment" ([RE/F/NM] lua) ok 5259 - "PLEASE N'TA\tcomment" ([SB/F/NM] lua) ok 5260 - "PLEASE N'TAnother /* comment" ([RE/F/NM] lua) ok 5261 - "PLEASE N'TAnother /* comment" ([SB/F/NM] lua) ok 5262 - "\n" ([RE/F/NM] lua) ok 5263 - "\n" ([SB/F/NM] lua) ok 5264 - "This is a comment\n" ([RE/F/NM] lua) ok 5265 - "This is a comment\n" ([SB/F/NM] lua) ok 5266 - "A\tcomment\n" ([RE/F/NM] lua) ok 5267 - "A\tcomment\n" ([SB/F/NM] lua) ok 5268 - "Another /* comment\n" ([RE/F/NM] lua) ok 5269 - "Another /* comment\n" ([SB/F/NM] lua) ok 5270 - "DO NOT" ([RE/F/NM] lua) ok 5271 - "DO NOT" ([SB/F/NM] lua) ok 5272 - "DO NOTThis is a comment" ([RE/F/NM] lua) ok 5273 - "DO NOTThis is a comment" ([SB/F/NM] lua) ok 5274 - "DO NOTA\tcomment" ([RE/F/NM] lua) ok 5275 - "DO NOTA\tcomment" ([SB/F/NM] lua) ok 5276 - "DO NOTAnother /* comment" ([RE/F/NM] lua) ok 5277 - "DO NOTAnother /* comment" ([SB/F/NM] lua) ok 5278 - "\n" ([RE/F/NM] lua) ok 5279 - "\n" ([SB/F/NM] lua) ok 5280 - "This is a comment\n" ([RE/F/NM] lua) ok 5281 - "This is a comment\n" ([SB/F/NM] lua) ok 5282 - "A\tcomment\n" ([RE/F/NM] lua) ok 5283 - "A\tcomment\n" ([SB/F/NM] lua) ok 5284 - "Another /* comment\n" ([RE/F/NM] lua) ok 5285 - "Another /* comment\n" ([SB/F/NM] lua) ok 5286 - "DO N'T" ([RE/F/NM] lua) ok 5287 - "DO N'T" ([SB/F/NM] lua) ok 5288 - "DO N'TThis is a comment" ([RE/F/NM] lua) ok 5289 - "DO N'TThis is a comment" ([SB/F/NM] lua) ok 5290 - "DO N'TA\tcomment" ([RE/F/NM] lua) ok 5291 - "DO N'TA\tcomment" ([SB/F/NM] lua) ok 5292 - "DO N'TAnother /* comment" ([RE/F/NM] lua) ok 5293 - "DO N'TAnother /* comment" ([SB/F/NM] lua) ok 5294 - "\n" ([RE/F/NM] lua) ok 5295 - "\n" ([SB/F/NM] lua) ok 5296 - "This is a comment\n" ([RE/F/NM] lua) ok 5297 - "This is a comment\n" ([SB/F/NM] lua) ok 5298 - "A\tcomment\n" ([RE/F/NM] lua) ok 5299 - "A\tcomment\n" ([SB/F/NM] lua) ok 5300 - "Another /* comment\n" ([RE/F/NM] lua) ok 5301 - "Another /* comment\n" ([SB/F/NM] lua) ok 5302 - "DO NOT" ([RE/F/NM] lua) ok 5303 - "DO NOT" ([SB/F/NM] lua) ok 5304 - "DO NOTThis is a comment" ([RE/F/NM] lua) ok 5305 - "DO NOTThis is a comment" ([SB/F/NM] lua) ok 5306 - "DO NOTA\tcomment" ([RE/F/NM] lua) ok 5307 - "DO NOTA\tcomment" ([SB/F/NM] lua) ok 5308 - "DO NOTAnother /* comment" ([RE/F/NM] lua) ok 5309 - "DO NOTAnother /* comment" ([SB/F/NM] lua) ok 5310 - "\n" ([RE/F/NM] lua) ok 5311 - "\n" ([SB/F/NM] lua) ok 5312 - "This is a comment\n" ([RE/F/NM] lua) ok 5313 - "This is a comment\n" ([SB/F/NM] lua) ok 5314 - "A\tcomment\n" ([RE/F/NM] lua) ok 5315 - "A\tcomment\n" ([SB/F/NM] lua) ok 5316 - "Another /* comment\n" ([RE/F/NM] lua) ok 5317 - "Another /* comment\n" ([SB/F/NM] lua) ok 5318 - "PLEASE DO NOT" ([RE/F/NM] lua) ok 5319 - "PLEASE DO NOT" ([SB/F/NM] lua) ok 5320 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] lua) ok 5321 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] lua) ok 5322 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] lua) ok 5323 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] lua) ok 5324 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] lua) ok 5325 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] lua) ok 5326 - "\n" ([RE/F/NM] lua) ok 5327 - "\n" ([SB/F/NM] lua) ok 5328 - "This is a comment\n" ([RE/F/NM] lua) ok 5329 - "This is a comment\n" ([SB/F/NM] lua) ok 5330 - "A\tcomment\n" ([RE/F/NM] lua) ok 5331 - "A\tcomment\n" ([SB/F/NM] lua) ok 5332 - "Another /* comment\n" ([RE/F/NM] lua) ok 5333 - "Another /* comment\n" ([SB/F/NM] lua) ok 5334 - "PLEASE DO NOT" ([RE/F/NM] lua) ok 5335 - "PLEASE DO NOT" ([SB/F/NM] lua) ok 5336 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] lua) ok 5337 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] lua) ok 5338 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] lua) ok 5339 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] lua) ok 5340 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] lua) ok 5341 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] lua) ok 5342 - "\n" ([RE/F/NM] lua) ok 5343 - "\n" ([SB/F/NM] lua) ok 5344 - "This is a comment\n" ([RE/F/NM] lua) ok 5345 - "This is a comment\n" ([SB/F/NM] lua) ok 5346 - "A\tcomment\n" ([RE/F/NM] lua) ok 5347 - "A\tcomment\n" ([SB/F/NM] lua) ok 5348 - "Another /* comment\n" ([RE/F/NM] lua) ok 5349 - "Another /* comment\n" ([SB/F/NM] lua) ok 5350 - "PLEASE DO N'T" ([RE/F/NM] lua) ok 5351 - "PLEASE DO N'T" ([SB/F/NM] lua) ok 5352 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] lua) ok 5353 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] lua) ok 5354 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] lua) ok 5355 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] lua) ok 5356 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] lua) ok 5357 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] lua) ok 5358 - "\n" ([RE/F/NM] lua) ok 5359 - "\n" ([SB/F/NM] lua) ok 5360 - "This is a comment\n" ([RE/F/NM] lua) ok 5361 - "This is a comment\n" ([SB/F/NM] lua) ok 5362 - "A\tcomment\n" ([RE/F/NM] lua) ok 5363 - "A\tcomment\n" ([SB/F/NM] lua) ok 5364 - "Another /* comment\n" ([RE/F/NM] lua) ok 5365 - "Another /* comment\n" ([SB/F/NM] lua) ok 5366 - "NB." ([RE/F/NM] lua) ok 5367 - "NB." ([SB/F/NM] lua) ok 5368 - "NB.This is a comment" ([RE/F/NM] lua) ok 5369 - "NB.This is a comment" ([SB/F/NM] lua) ok 5370 - "NB.A\tcomment" ([RE/F/NM] lua) ok 5371 - "NB.A\tcomment" ([SB/F/NM] lua) ok 5372 - "NB.Another /* comment" ([RE/F/NM] lua) ok 5373 - "NB.Another /* comment" ([SB/F/NM] lua) ok 5374 - "\n" ([RE/F/NM] lua) ok 5375 - "\n" ([SB/F/NM] lua) ok 5376 - "This is a comment\n" ([RE/F/NM] lua) ok 5377 - "This is a comment\n" ([SB/F/NM] lua) ok 5378 - "A\tcomment\n" ([RE/F/NM] lua) ok 5379 - "A\tcomment\n" ([SB/F/NM] lua) ok 5380 - "Another /* comment\n" ([RE/F/NM] lua) ok 5381 - "Another /* comment\n" ([SB/F/NM] lua) ok 5382 - "{" ([RE/F/NM] lua) ok 5383 - "{" ([SB/F/NM] lua) ok 5384 - "{This is a comment" ([RE/F/NM] lua) ok 5385 - "{This is a comment" ([SB/F/NM] lua) ok 5386 - "{A\tcomment" ([RE/F/NM] lua) ok 5387 - "{A\tcomment" ([SB/F/NM] lua) ok 5388 - "{Another /* comment" ([RE/F/NM] lua) ok 5389 - "{Another /* comment" ([SB/F/NM] lua) ok 5390 - "}" ([RE/F/NM] lua) ok 5391 - "}" ([SB/F/NM] lua) ok 5392 - "This is a comment}" ([RE/F/NM] lua) ok 5393 - "This is a comment}" ([SB/F/NM] lua) ok 5394 - "A\tcomment}" ([RE/F/NM] lua) ok 5395 - "A\tcomment}" ([SB/F/NM] lua) ok 5396 - "Another /* comment}" ([RE/F/NM] lua) ok 5397 - "Another /* comment}" ([SB/F/NM] lua) ok 5398 - "." ([RE/F/NM] lua) ok 5399 - "." ([SB/F/NM] lua) ok 5400 - ".This is a comment" ([RE/F/NM] lua) ok 5401 - ".This is a comment" ([SB/F/NM] lua) ok 5402 - ".A\tcomment" ([RE/F/NM] lua) ok 5403 - ".A\tcomment" ([SB/F/NM] lua) ok 5404 - ".Another /* comment" ([RE/F/NM] lua) ok 5405 - ".Another /* comment" ([SB/F/NM] lua) ok 5406 - "\n" ([RE/F/NM] lua) ok 5407 - "\n" ([SB/F/NM] lua) ok 5408 - "This is a comment\n" ([RE/F/NM] lua) ok 5409 - "This is a comment\n" ([SB/F/NM] lua) ok 5410 - "A\tcomment\n" ([RE/F/NM] lua) ok 5411 - "A\tcomment\n" ([SB/F/NM] lua) ok 5412 - "Another /* comment\n" ([RE/F/NM] lua) ok 5413 - "Another /* comment\n" ([SB/F/NM] lua) ok 5414 - ";" ([RE/F/NM] lua) ok 5415 - ";" ([SB/F/NM] lua) ok 5416 - ";This is a comment" ([RE/F/NM] lua) ok 5417 - ";This is a comment" ([SB/F/NM] lua) ok 5418 - ";A\tcomment" ([RE/F/NM] lua) ok 5419 - ";A\tcomment" ([SB/F/NM] lua) ok 5420 - ";Another /* comment" ([RE/F/NM] lua) ok 5421 - ";Another /* comment" ([SB/F/NM] lua) ok 5422 - "\n" ([RE/F/NM] lua) ok 5423 - "\n" ([SB/F/NM] lua) ok 5424 - "This is a comment\n" ([RE/F/NM] lua) ok 5425 - "This is a comment\n" ([SB/F/NM] lua) ok 5426 - "A\tcomment\n" ([RE/F/NM] lua) ok 5427 - "A\tcomment\n" ([SB/F/NM] lua) ok 5428 - "Another /* comment\n" ([RE/F/NM] lua) ok 5429 - "Another /* comment\n" ([SB/F/NM] lua) ok 5430 - "`" ([RE/F/NM] lua) ok 5431 - "`" ([SB/F/NM] lua) ok 5432 - "`This is a comment" ([RE/F/NM] lua) ok 5433 - "`This is a comment" ([SB/F/NM] lua) ok 5434 - "`A\tcomment" ([RE/F/NM] lua) ok 5435 - "`A\tcomment" ([SB/F/NM] lua) ok 5436 - "`Another /* comment" ([RE/F/NM] lua) ok 5437 - "`Another /* comment" ([SB/F/NM] lua) ok 5438 - "\n" ([RE/F/NM] lua) ok 5439 - "\n" ([SB/F/NM] lua) ok 5440 - "This is a comment\n" ([RE/F/NM] lua) ok 5441 - "This is a comment\n" ([SB/F/NM] lua) ok 5442 - "A\tcomment\n" ([RE/F/NM] lua) ok 5443 - "A\tcomment\n" ([SB/F/NM] lua) ok 5444 - "Another /* comment\n" ([RE/F/NM] lua) ok 5445 - "Another /* comment\n" ([SB/F/NM] lua) ok 5446 - "--" ([RE/F/NM] lua) ok 5447 - "--" ([SB/F/NM] lua) ok 5448 - "--This is a comment" ([RE/F/NM] lua) ok 5449 - "--This is a comment" ([SB/F/NM] lua) ok 5450 - "--A\tcomment" ([RE/F/NM] lua) ok 5451 - "--A\tcomment" ([SB/F/NM] lua) ok 5452 - "--Another /* comment" ([RE/F/NM] lua) ok 5453 - "--Another /* comment" ([SB/F/NM] lua) ok 5454 - "\n" ([RE/F/NM] lua) ok 5455 - "\n" ([SB/F/NM] lua) ok 5456 - "This is a comment\n" ([RE/F/NM] lua) ok 5457 - "This is a comment\n" ([SB/F/NM] lua) ok 5458 - "A\tcomment\n" ([RE/F/NM] lua) ok 5459 - "A\tcomment\n" ([SB/F/NM] lua) ok 5460 - "Another /* comment\n" ([RE/F/NM] lua) ok 5461 - "Another /* comment\n" ([SB/F/NM] lua) ok 5462 - "---" ([RE/F/NM] lua) ok 5463 - "---" ([SB/F/NM] lua) ok 5464 - "---This is a comment" ([RE/F/NM] lua) ok 5465 - "---This is a comment" ([SB/F/NM] lua) ok 5466 - "---A\tcomment" ([RE/F/NM] lua) ok 5467 - "---A\tcomment" ([SB/F/NM] lua) ok 5468 - "---Another /* comment" ([RE/F/NM] lua) ok 5469 - "---Another /* comment" ([SB/F/NM] lua) ok 5470 - "\n" ([RE/F/NM] lua) ok 5471 - "\n" ([SB/F/NM] lua) ok 5472 - "This is a comment\n" ([RE/F/NM] lua) ok 5473 - "This is a comment\n" ([SB/F/NM] lua) ok 5474 - "A\tcomment\n" ([RE/F/NM] lua) ok 5475 - "A\tcomment\n" ([SB/F/NM] lua) ok 5476 - "Another /* comment\n" ([RE/F/NM] lua) ok 5477 - "Another /* comment\n" ([SB/F/NM] lua) ok 5478 - "-----" ([RE/F/NM] lua) ok 5479 - "-----" ([SB/F/NM] lua) ok 5480 - "-----This is a comment" ([RE/F/NM] lua) ok 5481 - "-----This is a comment" ([SB/F/NM] lua) ok 5482 - "-----A\tcomment" ([RE/F/NM] lua) ok 5483 - "-----A\tcomment" ([SB/F/NM] lua) ok 5484 - "-----Another /* comment" ([RE/F/NM] lua) ok 5485 - "-----Another /* comment" ([SB/F/NM] lua) ok 5486 - "\n" ([RE/F/NM] lua) ok 5487 - "\n" ([SB/F/NM] lua) ok 5488 - "This is a comment\n" ([RE/F/NM] lua) ok 5489 - "This is a comment\n" ([SB/F/NM] lua) ok 5490 - "A\tcomment\n" ([RE/F/NM] lua) ok 5491 - "A\tcomment\n" ([SB/F/NM] lua) ok 5492 - "Another /* comment\n" ([RE/F/NM] lua) ok 5493 - "Another /* comment\n" ([SB/F/NM] lua) ok 5494 - "\\"" ([RE/F/NM] lua) ok 5495 - "\\"" ([SB/F/NM] lua) ok 5496 - "\\"This is a comment" ([RE/F/NM] lua) ok 5497 - "\\"This is a comment" ([SB/F/NM] lua) ok 5498 - "\\"A\tcomment" ([RE/F/NM] lua) ok 5499 - "\\"A\tcomment" ([SB/F/NM] lua) ok 5500 - "\\"Another /* comment" ([RE/F/NM] lua) ok 5501 - "\\"Another /* comment" ([SB/F/NM] lua) ok 5502 - "\n" ([RE/F/NM] lua) ok 5503 - "\n" ([SB/F/NM] lua) ok 5504 - "This is a comment\n" ([RE/F/NM] lua) ok 5505 - "This is a comment\n" ([SB/F/NM] lua) ok 5506 - "A\tcomment\n" ([RE/F/NM] lua) ok 5507 - "A\tcomment\n" ([SB/F/NM] lua) ok 5508 - "Another /* comment\n" ([RE/F/NM] lua) ok 5509 - "Another /* comment\n" ([SB/F/NM] lua) ok 5510 - """ ([RE/F/NM] lua) ok 5511 - """ ([SB/F/NM] lua) ok 5512 - ""This is a comment" ([RE/F/NM] lua) ok 5513 - ""This is a comment" ([SB/F/NM] lua) ok 5514 - ""A\tcomment" ([RE/F/NM] lua) ok 5515 - ""A\tcomment" ([SB/F/NM] lua) ok 5516 - ""Another /* comment" ([RE/F/NM] lua) ok 5517 - ""Another /* comment" ([SB/F/NM] lua) ok 5518 - "\n" ([RE/F/NM] lua) ok 5519 - "\n" ([SB/F/NM] lua) ok 5520 - "This is a comment\n" ([RE/F/NM] lua) ok 5521 - "This is a comment\n" ([SB/F/NM] lua) ok 5522 - "A\tcomment\n" ([RE/F/NM] lua) ok 5523 - "A\tcomment\n" ([SB/F/NM] lua) ok 5524 - "Another /* comment\n" ([RE/F/NM] lua) ok 5525 - "Another /* comment\n" ([SB/F/NM] lua) ok 5526 - "'" ([RE/F/NM] lua) ok 5527 - "'" ([SB/F/NM] lua) ok 5528 - "'This is a comment" ([RE/F/NM] lua) ok 5529 - "'This is a comment" ([SB/F/NM] lua) ok 5530 - "'A\tcomment" ([RE/F/NM] lua) ok 5531 - "'A\tcomment" ([SB/F/NM] lua) ok 5532 - "'Another /* comment" ([RE/F/NM] lua) ok 5533 - "'Another /* comment" ([SB/F/NM] lua) ok 5534 - "\n" ([RE/F/NM] lua) ok 5535 - "\n" ([SB/F/NM] lua) ok 5536 - "This is a comment\n" ([RE/F/NM] lua) ok 5537 - "This is a comment\n" ([SB/F/NM] lua) ok 5538 - "A\tcomment\n" ([RE/F/NM] lua) ok 5539 - "A\tcomment\n" ([SB/F/NM] lua) ok 5540 - "Another /* comment\n" ([RE/F/NM] lua) ok 5541 - "Another /* comment\n" ([SB/F/NM] lua) ok 5542 - "/* This is a C comment */" ([RE/F/NM] lua) ok 5543 - "/* This is a C comment */" ([SB/F/NM] lua) ok 5544 - "(* This is a Pascal comment *)" ([RE/F/NM] lua) ok 5545 - "(* This is a Pascal comment *)" ([SB/F/NM] lua) ok 5546 - "" ([RE/F/NM] lua) ok 5547 - "" ([SB/F/NM] lua) ok 5548 - "--\n\n" ([RE/F/NM] lua) ok 5549 - "--\n\n" ([SB/F/NM] lua) ok 5550 - "--This is a comment\n\n" ([RE/F/NM] lua) ok 5551 - "--This is a comment\n\n" ([SB/F/NM] lua) ok 5552 - "--A\tcomment\n\n" ([RE/F/NM] lua) ok 5553 - "--A\tcomment\n\n" ([SB/F/NM] lua) ok 5554 - "--Another /* comment\n\n" ([RE/F/NM] lua) ok 5555 - "--Another /* comment\n\n" ([SB/F/NM] lua) ok 5556 - "--\n--\n" ([RE/F/NM] lua) ok 5557 - "--\n--\n" ([SB/F/NM] lua) ok 5558 - "--This is a comment\n--This is a comment\n" ([RE/F/NM] lua) ok 5559 - "--This is a comment\n--This is a comment\n" ([SB/F/NM] lua) ok 5560 - "--A\tcomment\n--A\tcomment\n" ([RE/F/NM] lua) ok 5561 - "--A\tcomment\n--A\tcomment\n" ([SB/F/NM] lua) ok 5562 - "--Another /* comment\n--Another /* comment\n" ([RE/F/NM] lua) ok 5563 - "--Another /* comment\n--Another /* comment\n" ([SB/F/NM] lua) ok 5564 - "--\nrpj" ([RE/F/NM] lua) ok 5565 - "--\nrpj" ([SB/F/NM] lua) ok 5566 - "--This is a comment\np" ([RE/F/NM] lua) ok 5567 - "--This is a comment\np" ([SB/F/NM] lua) ok 5568 - "--A\tcomment\nf" ([RE/F/NM] lua) ok 5569 - "--A\tcomment\nf" ([SB/F/NM] lua) ok 5570 - "--Another /* comment\n8" ([RE/F/NM] lua) ok 5571 - "--Another /* comment\n8" ([SB/F/NM] lua) ok 5572 - "4--\n" ([RE/F/NM] lua) ok 5573 - "4--\n" ([SB/F/NM] lua) ok 5574 - "r--This is a comment\n" ([RE/F/NM] lua) ok 5575 - "r--This is a comment\n" ([SB/F/NM] lua) ok 5576 - "k--A\tcomment\n" ([RE/F/NM] lua) ok 5577 - "k--A\tcomment\n" ([SB/F/NM] lua) ok 5578 - "y--Another /* comment\n" ([RE/F/NM] lua) ok 5579 - "y--Another /* comment\n" ([SB/F/NM] lua) ok 5580 - "\\\n" ([RE/F/NM] lua) ok 5581 - "\\\n" ([SB/F/NM] lua) ok 5582 - "\\This is a comment\n" ([RE/F/NM] lua) ok 5583 - "\\This is a comment\n" ([SB/F/NM] lua) ok 5584 - "\\A\tcomment\n" ([RE/F/NM] lua) ok 5585 - "\\A\tcomment\n" ([SB/F/NM] lua) ok 5586 - "\\Another /* comment\n" ([RE/F/NM] lua) ok 5587 - "\\Another /* comment\n" ([SB/F/NM] lua) ok 5588 - "#\n" ([RE/F/NM] lua) ok 5589 - "#\n" ([SB/F/NM] lua) ok 5590 - "#This is a comment\n" ([RE/F/NM] lua) ok 5591 - "#This is a comment\n" ([SB/F/NM] lua) ok 5592 - "#A\tcomment\n" ([RE/F/NM] lua) ok 5593 - "#A\tcomment\n" ([SB/F/NM] lua) ok 5594 - "#Another /* comment\n" ([RE/F/NM] lua) ok 5595 - "#Another /* comment\n" ([SB/F/NM] lua) ok 5596 - "//\n" ([RE/F/NM] lua) ok 5597 - "//\n" ([SB/F/NM] lua) ok 5598 - "//This is a comment\n" ([RE/F/NM] lua) ok 5599 - "//This is a comment\n" ([SB/F/NM] lua) ok 5600 - "//A\tcomment\n" ([RE/F/NM] lua) ok 5601 - "//A\tcomment\n" ([SB/F/NM] lua) ok 5602 - "//Another /* comment\n" ([RE/F/NM] lua) ok 5603 - "//Another /* comment\n" ([SB/F/NM] lua) ok 5604 - ";\n" ([RE/F/NM] lua) ok 5605 - ";\n" ([SB/F/NM] lua) ok 5606 - ";This is a comment\n" ([RE/F/NM] lua) ok 5607 - ";This is a comment\n" ([SB/F/NM] lua) ok 5608 - ";A\tcomment\n" ([RE/F/NM] lua) ok 5609 - ";A\tcomment\n" ([SB/F/NM] lua) ok 5610 - ";Another /* comment\n" ([RE/F/NM] lua) ok 5611 - ";Another /* comment\n" ([SB/F/NM] lua) ok 5612 - "#\n" ([RE/F/NM] lua) ok 5613 - "#\n" ([SB/F/NM] lua) ok 5614 - "#This is a comment\n" ([RE/F/NM] lua) ok 5615 - "#This is a comment\n" ([SB/F/NM] lua) ok 5616 - "#A\tcomment\n" ([RE/F/NM] lua) ok 5617 - "#A\tcomment\n" ([SB/F/NM] lua) ok 5618 - "#Another /* comment\n" ([RE/F/NM] lua) ok 5619 - "#Another /* comment\n" ([SB/F/NM] lua) ok 5620 - "*\n" ([RE/F/NM] lua) ok 5621 - "*\n" ([SB/F/NM] lua) ok 5622 - "*This is a comment\n" ([RE/F/NM] lua) ok 5623 - "*This is a comment\n" ([SB/F/NM] lua) ok 5624 - "*A\tcomment\n" ([RE/F/NM] lua) ok 5625 - "*A\tcomment\n" ([SB/F/NM] lua) ok 5626 - "*Another /* comment\n" ([RE/F/NM] lua) ok 5627 - "*Another /* comment\n" ([SB/F/NM] lua) ok 5628 - "!\n" ([RE/F/NM] lua) ok 5629 - "!\n" ([SB/F/NM] lua) ok 5630 - "!This is a comment\n" ([RE/F/NM] lua) ok 5631 - "!This is a comment\n" ([SB/F/NM] lua) ok 5632 - "!A\tcomment\n" ([RE/F/NM] lua) ok 5633 - "!A\tcomment\n" ([SB/F/NM] lua) ok 5634 - "!Another /* comment\n" ([RE/F/NM] lua) ok 5635 - "!Another /* comment\n" ([SB/F/NM] lua) ok 5636 - "REM\n" ([RE/F/NM] lua) ok 5637 - "REM\n" ([SB/F/NM] lua) ok 5638 - "REMThis is a comment\n" ([RE/F/NM] lua) ok 5639 - "REMThis is a comment\n" ([SB/F/NM] lua) ok 5640 - "REMA\tcomment\n" ([RE/F/NM] lua) ok 5641 - "REMA\tcomment\n" ([SB/F/NM] lua) ok 5642 - "REMAnother /* comment\n" ([RE/F/NM] lua) ok 5643 - "REMAnother /* comment\n" ([SB/F/NM] lua) ok 5644 - "//\n" ([RE/F/NM] lua) ok 5645 - "//\n" ([SB/F/NM] lua) ok 5646 - "//This is a comment\n" ([RE/F/NM] lua) ok 5647 - "//This is a comment\n" ([SB/F/NM] lua) ok 5648 - "//A\tcomment\n" ([RE/F/NM] lua) ok 5649 - "//A\tcomment\n" ([SB/F/NM] lua) ok 5650 - "//Another /* comment\n" ([RE/F/NM] lua) ok 5651 - "//Another /* comment\n" ([SB/F/NM] lua) ok 5652 - "%\n" ([RE/F/NM] lua) ok 5653 - "%\n" ([SB/F/NM] lua) ok 5654 - "%This is a comment\n" ([RE/F/NM] lua) ok 5655 - "%This is a comment\n" ([SB/F/NM] lua) ok 5656 - "%A\tcomment\n" ([RE/F/NM] lua) ok 5657 - "%A\tcomment\n" ([SB/F/NM] lua) ok 5658 - "%Another /* comment\n" ([RE/F/NM] lua) ok 5659 - "%Another /* comment\n" ([SB/F/NM] lua) ok 5660 - "!\n" ([RE/F/NM] lua) ok 5661 - "!\n" ([SB/F/NM] lua) ok 5662 - "!This is a comment\n" ([RE/F/NM] lua) ok 5663 - "!This is a comment\n" ([SB/F/NM] lua) ok 5664 - "!A\tcomment\n" ([RE/F/NM] lua) ok 5665 - "!A\tcomment\n" ([SB/F/NM] lua) ok 5666 - "!Another /* comment\n" ([RE/F/NM] lua) ok 5667 - "!Another /* comment\n" ([SB/F/NM] lua) ok 5668 - "NB\n" ([RE/F/NM] lua) ok 5669 - "NB\n" ([SB/F/NM] lua) ok 5670 - "NBThis is a comment\n" ([RE/F/NM] lua) ok 5671 - "NBThis is a comment\n" ([SB/F/NM] lua) ok 5672 - "NBA\tcomment\n" ([RE/F/NM] lua) ok 5673 - "NBA\tcomment\n" ([SB/F/NM] lua) ok 5674 - "NBAnother /* comment\n" ([RE/F/NM] lua) ok 5675 - "NBAnother /* comment\n" ([SB/F/NM] lua) ok 5676 - "PLEASE NOT\n" ([RE/F/NM] lua) ok 5677 - "PLEASE NOT\n" ([SB/F/NM] lua) ok 5678 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] lua) ok 5679 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] lua) ok 5680 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] lua) ok 5681 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] lua) ok 5682 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] lua) ok 5683 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] lua) ok 5684 - "PLEASE NOT\n" ([RE/F/NM] lua) ok 5685 - "PLEASE NOT\n" ([SB/F/NM] lua) ok 5686 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] lua) ok 5687 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] lua) ok 5688 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] lua) ok 5689 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] lua) ok 5690 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] lua) ok 5691 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] lua) ok 5692 - "PLEASE N'T\n" ([RE/F/NM] lua) ok 5693 - "PLEASE N'T\n" ([SB/F/NM] lua) ok 5694 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] lua) ok 5695 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] lua) ok 5696 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] lua) ok 5697 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] lua) ok 5698 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] lua) ok 5699 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] lua) ok 5700 - "DO NOT\n" ([RE/F/NM] lua) ok 5701 - "DO NOT\n" ([SB/F/NM] lua) ok 5702 - "DO NOTThis is a comment\n" ([RE/F/NM] lua) ok 5703 - "DO NOTThis is a comment\n" ([SB/F/NM] lua) ok 5704 - "DO NOTA\tcomment\n" ([RE/F/NM] lua) ok 5705 - "DO NOTA\tcomment\n" ([SB/F/NM] lua) ok 5706 - "DO NOTAnother /* comment\n" ([RE/F/NM] lua) ok 5707 - "DO NOTAnother /* comment\n" ([SB/F/NM] lua) ok 5708 - "DO N'T\n" ([RE/F/NM] lua) ok 5709 - "DO N'T\n" ([SB/F/NM] lua) ok 5710 - "DO N'TThis is a comment\n" ([RE/F/NM] lua) ok 5711 - "DO N'TThis is a comment\n" ([SB/F/NM] lua) ok 5712 - "DO N'TA\tcomment\n" ([RE/F/NM] lua) ok 5713 - "DO N'TA\tcomment\n" ([SB/F/NM] lua) ok 5714 - "DO N'TAnother /* comment\n" ([RE/F/NM] lua) ok 5715 - "DO N'TAnother /* comment\n" ([SB/F/NM] lua) ok 5716 - "DO NOT\n" ([RE/F/NM] lua) ok 5717 - "DO NOT\n" ([SB/F/NM] lua) ok 5718 - "DO NOTThis is a comment\n" ([RE/F/NM] lua) ok 5719 - "DO NOTThis is a comment\n" ([SB/F/NM] lua) ok 5720 - "DO NOTA\tcomment\n" ([RE/F/NM] lua) ok 5721 - "DO NOTA\tcomment\n" ([SB/F/NM] lua) ok 5722 - "DO NOTAnother /* comment\n" ([RE/F/NM] lua) ok 5723 - "DO NOTAnother /* comment\n" ([SB/F/NM] lua) ok 5724 - "PLEASE DO NOT\n" ([RE/F/NM] lua) ok 5725 - "PLEASE DO NOT\n" ([SB/F/NM] lua) ok 5726 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] lua) ok 5727 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] lua) ok 5728 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] lua) ok 5729 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] lua) ok 5730 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] lua) ok 5731 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] lua) ok 5732 - "PLEASE DO NOT\n" ([RE/F/NM] lua) ok 5733 - "PLEASE DO NOT\n" ([SB/F/NM] lua) ok 5734 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] lua) ok 5735 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] lua) ok 5736 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] lua) ok 5737 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] lua) ok 5738 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] lua) ok 5739 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] lua) ok 5740 - "PLEASE DO N'T\n" ([RE/F/NM] lua) ok 5741 - "PLEASE DO N'T\n" ([SB/F/NM] lua) ok 5742 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] lua) ok 5743 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] lua) ok 5744 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] lua) ok 5745 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] lua) ok 5746 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] lua) ok 5747 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] lua) ok 5748 - "NB.\n" ([RE/F/NM] lua) ok 5749 - "NB.\n" ([SB/F/NM] lua) ok 5750 - "NB.This is a comment\n" ([RE/F/NM] lua) ok 5751 - "NB.This is a comment\n" ([SB/F/NM] lua) ok 5752 - "NB.A\tcomment\n" ([RE/F/NM] lua) ok 5753 - "NB.A\tcomment\n" ([SB/F/NM] lua) ok 5754 - "NB.Another /* comment\n" ([RE/F/NM] lua) ok 5755 - "NB.Another /* comment\n" ([SB/F/NM] lua) ok 5756 - "{}" ([RE/F/NM] lua) ok 5757 - "{}" ([SB/F/NM] lua) ok 5758 - "{This is a comment}" ([RE/F/NM] lua) ok 5759 - "{This is a comment}" ([SB/F/NM] lua) ok 5760 - "{A\tcomment}" ([RE/F/NM] lua) ok 5761 - "{A\tcomment}" ([SB/F/NM] lua) ok 5762 - "{Another /* comment}" ([RE/F/NM] lua) ok 5763 - "{Another /* comment}" ([SB/F/NM] lua) ok 5764 - ".\n" ([RE/F/NM] lua) ok 5765 - ".\n" ([SB/F/NM] lua) ok 5766 - ".This is a comment\n" ([RE/F/NM] lua) ok 5767 - ".This is a comment\n" ([SB/F/NM] lua) ok 5768 - ".A\tcomment\n" ([RE/F/NM] lua) ok 5769 - ".A\tcomment\n" ([SB/F/NM] lua) ok 5770 - ".Another /* comment\n" ([RE/F/NM] lua) ok 5771 - ".Another /* comment\n" ([SB/F/NM] lua) ok 5772 - ";\n" ([RE/F/NM] lua) ok 5773 - ";\n" ([SB/F/NM] lua) ok 5774 - ";This is a comment\n" ([RE/F/NM] lua) ok 5775 - ";This is a comment\n" ([SB/F/NM] lua) ok 5776 - ";A\tcomment\n" ([RE/F/NM] lua) ok 5777 - ";A\tcomment\n" ([SB/F/NM] lua) ok 5778 - ";Another /* comment\n" ([RE/F/NM] lua) ok 5779 - ";Another /* comment\n" ([SB/F/NM] lua) ok 5780 - "`\n" ([RE/F/NM] lua) ok 5781 - "`\n" ([SB/F/NM] lua) ok 5782 - "`This is a comment\n" ([RE/F/NM] lua) ok 5783 - "`This is a comment\n" ([SB/F/NM] lua) ok 5784 - "`A\tcomment\n" ([RE/F/NM] lua) ok 5785 - "`A\tcomment\n" ([SB/F/NM] lua) ok 5786 - "`Another /* comment\n" ([RE/F/NM] lua) ok 5787 - "`Another /* comment\n" ([SB/F/NM] lua) ok 5788 - "\\"\n" ([RE/F/NM] lua) ok 5789 - "\\"\n" ([SB/F/NM] lua) ok 5790 - "\\"This is a comment\n" ([RE/F/NM] lua) ok 5791 - "\\"This is a comment\n" ([SB/F/NM] lua) ok 5792 - "\\"A\tcomment\n" ([RE/F/NM] lua) ok 5793 - "\\"A\tcomment\n" ([SB/F/NM] lua) ok 5794 - "\\"Another /* comment\n" ([RE/F/NM] lua) ok 5795 - "\\"Another /* comment\n" ([SB/F/NM] lua) ok 5796 - ""\n" ([RE/F/NM] lua) ok 5797 - ""\n" ([SB/F/NM] lua) ok 5798 - ""This is a comment\n" ([RE/F/NM] lua) ok 5799 - ""This is a comment\n" ([SB/F/NM] lua) ok 5800 - ""A\tcomment\n" ([RE/F/NM] lua) ok 5801 - ""A\tcomment\n" ([SB/F/NM] lua) ok 5802 - ""Another /* comment\n" ([RE/F/NM] lua) ok 5803 - ""Another /* comment\n" ([SB/F/NM] lua) ok 5804 - "'\n" ([RE/F/NM] lua) ok 5805 - "'\n" ([SB/F/NM] lua) ok 5806 - "'This is a comment\n" ([RE/F/NM] lua) ok 5807 - "'This is a comment\n" ([SB/F/NM] lua) ok 5808 - "'A\tcomment\n" ([RE/F/NM] lua) ok 5809 - "'A\tcomment\n" ([SB/F/NM] lua) ok 5810 - "'Another /* comment\n" ([RE/F/NM] lua) ok 5811 - "'Another /* comment\n" ([SB/F/NM] lua) ok 5812 - ";\n" ([RE/P/MT] Advsys) ok 5813 - ";\n" ([OM/P/MT] Advsys) ok 5814 - ";\n" ([OS/P/MT] Advsys) ok 5815 - ";\n" ([SB/P/MT] Advsys) ok 5816 - ";\n" ([KP/P/MT] Advsys) ok 5817 - ";This is a comment\n" ([RE/P/MT] Advsys) ok 5818 - ";This is a comment\n" ([OM/P/MT] Advsys) ok 5819 - ";This is a comment\n" ([OS/P/MT] Advsys) ok 5820 - ";This is a comment\n" ([SB/P/MT] Advsys) ok 5821 - ";This is a comment\n" ([KP/P/MT] Advsys) ok 5822 - ";A\tcomment\n" ([RE/P/MT] Advsys) ok 5823 - ";A\tcomment\n" ([OM/P/MT] Advsys) ok 5824 - ";A\tcomment\n" ([OS/P/MT] Advsys) ok 5825 - ";A\tcomment\n" ([SB/P/MT] Advsys) ok 5826 - ";A\tcomment\n" ([KP/P/MT] Advsys) ok 5827 - ";Another /* comment\n" ([RE/P/MT] Advsys) ok 5828 - ";Another /* comment\n" ([OM/P/MT] Advsys) ok 5829 - ";Another /* comment\n" ([OS/P/MT] Advsys) ok 5830 - ";Another /* comment\n" ([SB/P/MT] Advsys) ok 5831 - ";Another /* comment\n" ([KP/P/MT] Advsys) ok 5832 - "\\" ([RE/F/NM] Advsys) ok 5833 - "\\" ([SB/F/NM] Advsys) ok 5834 - "\\This is a comment" ([RE/F/NM] Advsys) ok 5835 - "\\This is a comment" ([SB/F/NM] Advsys) ok 5836 - "\\A\tcomment" ([RE/F/NM] Advsys) ok 5837 - "\\A\tcomment" ([SB/F/NM] Advsys) ok 5838 - "\\Another /* comment" ([RE/F/NM] Advsys) ok 5839 - "\\Another /* comment" ([SB/F/NM] Advsys) ok 5840 - "\n" ([RE/F/NM] Advsys) ok 5841 - "\n" ([SB/F/NM] Advsys) ok 5842 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5843 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5844 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5845 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5846 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5847 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5848 - "#" ([RE/F/NM] Advsys) ok 5849 - "#" ([SB/F/NM] Advsys) ok 5850 - "#This is a comment" ([RE/F/NM] Advsys) ok 5851 - "#This is a comment" ([SB/F/NM] Advsys) ok 5852 - "#A\tcomment" ([RE/F/NM] Advsys) ok 5853 - "#A\tcomment" ([SB/F/NM] Advsys) ok 5854 - "#Another /* comment" ([RE/F/NM] Advsys) ok 5855 - "#Another /* comment" ([SB/F/NM] Advsys) ok 5856 - "\n" ([RE/F/NM] Advsys) ok 5857 - "\n" ([SB/F/NM] Advsys) ok 5858 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5859 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5860 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5861 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5862 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5863 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5864 - "//" ([RE/F/NM] Advsys) ok 5865 - "//" ([SB/F/NM] Advsys) ok 5866 - "//This is a comment" ([RE/F/NM] Advsys) ok 5867 - "//This is a comment" ([SB/F/NM] Advsys) ok 5868 - "//A\tcomment" ([RE/F/NM] Advsys) ok 5869 - "//A\tcomment" ([SB/F/NM] Advsys) ok 5870 - "//Another /* comment" ([RE/F/NM] Advsys) ok 5871 - "//Another /* comment" ([SB/F/NM] Advsys) ok 5872 - "\n" ([RE/F/NM] Advsys) ok 5873 - "\n" ([SB/F/NM] Advsys) ok 5874 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5875 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5876 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5877 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5878 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5879 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5880 - "--" ([RE/F/NM] Advsys) ok 5881 - "--" ([SB/F/NM] Advsys) ok 5882 - "--This is a comment" ([RE/F/NM] Advsys) ok 5883 - "--This is a comment" ([SB/F/NM] Advsys) ok 5884 - "--A\tcomment" ([RE/F/NM] Advsys) ok 5885 - "--A\tcomment" ([SB/F/NM] Advsys) ok 5886 - "--Another /* comment" ([RE/F/NM] Advsys) ok 5887 - "--Another /* comment" ([SB/F/NM] Advsys) ok 5888 - "\n" ([RE/F/NM] Advsys) ok 5889 - "\n" ([SB/F/NM] Advsys) ok 5890 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5891 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5892 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5893 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5894 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5895 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5896 - ";" ([RE/F/NM] Advsys) ok 5897 - ";" ([SB/F/NM] Advsys) ok 5898 - ";This is a comment" ([RE/F/NM] Advsys) ok 5899 - ";This is a comment" ([SB/F/NM] Advsys) ok 5900 - ";A\tcomment" ([RE/F/NM] Advsys) ok 5901 - ";A\tcomment" ([SB/F/NM] Advsys) ok 5902 - ";Another /* comment" ([RE/F/NM] Advsys) ok 5903 - ";Another /* comment" ([SB/F/NM] Advsys) ok 5904 - "\n" ([RE/F/NM] Advsys) ok 5905 - "\n" ([SB/F/NM] Advsys) ok 5906 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5907 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5908 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5909 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5910 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5911 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5912 - "#" ([RE/F/NM] Advsys) ok 5913 - "#" ([SB/F/NM] Advsys) ok 5914 - "#This is a comment" ([RE/F/NM] Advsys) ok 5915 - "#This is a comment" ([SB/F/NM] Advsys) ok 5916 - "#A\tcomment" ([RE/F/NM] Advsys) ok 5917 - "#A\tcomment" ([SB/F/NM] Advsys) ok 5918 - "#Another /* comment" ([RE/F/NM] Advsys) ok 5919 - "#Another /* comment" ([SB/F/NM] Advsys) ok 5920 - "\n" ([RE/F/NM] Advsys) ok 5921 - "\n" ([SB/F/NM] Advsys) ok 5922 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5923 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5924 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5925 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5926 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5927 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5928 - "*" ([RE/F/NM] Advsys) ok 5929 - "*" ([SB/F/NM] Advsys) ok 5930 - "*This is a comment" ([RE/F/NM] Advsys) ok 5931 - "*This is a comment" ([SB/F/NM] Advsys) ok 5932 - "*A\tcomment" ([RE/F/NM] Advsys) ok 5933 - "*A\tcomment" ([SB/F/NM] Advsys) ok 5934 - "*Another /* comment" ([RE/F/NM] Advsys) ok 5935 - "*Another /* comment" ([SB/F/NM] Advsys) ok 5936 - "\n" ([RE/F/NM] Advsys) ok 5937 - "\n" ([SB/F/NM] Advsys) ok 5938 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5939 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5940 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5941 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5942 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5943 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5944 - "!" ([RE/F/NM] Advsys) ok 5945 - "!" ([SB/F/NM] Advsys) ok 5946 - "!This is a comment" ([RE/F/NM] Advsys) ok 5947 - "!This is a comment" ([SB/F/NM] Advsys) ok 5948 - "!A\tcomment" ([RE/F/NM] Advsys) ok 5949 - "!A\tcomment" ([SB/F/NM] Advsys) ok 5950 - "!Another /* comment" ([RE/F/NM] Advsys) ok 5951 - "!Another /* comment" ([SB/F/NM] Advsys) ok 5952 - "\n" ([RE/F/NM] Advsys) ok 5953 - "\n" ([SB/F/NM] Advsys) ok 5954 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5955 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5956 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5957 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5958 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5959 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5960 - "REM" ([RE/F/NM] Advsys) ok 5961 - "REM" ([SB/F/NM] Advsys) ok 5962 - "REMThis is a comment" ([RE/F/NM] Advsys) ok 5963 - "REMThis is a comment" ([SB/F/NM] Advsys) ok 5964 - "REMA\tcomment" ([RE/F/NM] Advsys) ok 5965 - "REMA\tcomment" ([SB/F/NM] Advsys) ok 5966 - "REMAnother /* comment" ([RE/F/NM] Advsys) ok 5967 - "REMAnother /* comment" ([SB/F/NM] Advsys) ok 5968 - "\n" ([RE/F/NM] Advsys) ok 5969 - "\n" ([SB/F/NM] Advsys) ok 5970 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5971 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5972 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5973 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5974 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5975 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5976 - "//" ([RE/F/NM] Advsys) ok 5977 - "//" ([SB/F/NM] Advsys) ok 5978 - "//This is a comment" ([RE/F/NM] Advsys) ok 5979 - "//This is a comment" ([SB/F/NM] Advsys) ok 5980 - "//A\tcomment" ([RE/F/NM] Advsys) ok 5981 - "//A\tcomment" ([SB/F/NM] Advsys) ok 5982 - "//Another /* comment" ([RE/F/NM] Advsys) ok 5983 - "//Another /* comment" ([SB/F/NM] Advsys) ok 5984 - "\n" ([RE/F/NM] Advsys) ok 5985 - "\n" ([SB/F/NM] Advsys) ok 5986 - "This is a comment\n" ([RE/F/NM] Advsys) ok 5987 - "This is a comment\n" ([SB/F/NM] Advsys) ok 5988 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 5989 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 5990 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 5991 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 5992 - "%" ([RE/F/NM] Advsys) ok 5993 - "%" ([SB/F/NM] Advsys) ok 5994 - "%This is a comment" ([RE/F/NM] Advsys) ok 5995 - "%This is a comment" ([SB/F/NM] Advsys) ok 5996 - "%A\tcomment" ([RE/F/NM] Advsys) ok 5997 - "%A\tcomment" ([SB/F/NM] Advsys) ok 5998 - "%Another /* comment" ([RE/F/NM] Advsys) ok 5999 - "%Another /* comment" ([SB/F/NM] Advsys) ok 6000 - "\n" ([RE/F/NM] Advsys) ok 6001 - "\n" ([SB/F/NM] Advsys) ok 6002 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6003 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6004 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6005 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6006 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6007 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6008 - "!" ([RE/F/NM] Advsys) ok 6009 - "!" ([SB/F/NM] Advsys) ok 6010 - "!This is a comment" ([RE/F/NM] Advsys) ok 6011 - "!This is a comment" ([SB/F/NM] Advsys) ok 6012 - "!A\tcomment" ([RE/F/NM] Advsys) ok 6013 - "!A\tcomment" ([SB/F/NM] Advsys) ok 6014 - "!Another /* comment" ([RE/F/NM] Advsys) ok 6015 - "!Another /* comment" ([SB/F/NM] Advsys) ok 6016 - "\n" ([RE/F/NM] Advsys) ok 6017 - "\n" ([SB/F/NM] Advsys) ok 6018 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6019 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6020 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6021 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6022 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6023 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6024 - "NB" ([RE/F/NM] Advsys) ok 6025 - "NB" ([SB/F/NM] Advsys) ok 6026 - "NBThis is a comment" ([RE/F/NM] Advsys) ok 6027 - "NBThis is a comment" ([SB/F/NM] Advsys) ok 6028 - "NBA\tcomment" ([RE/F/NM] Advsys) ok 6029 - "NBA\tcomment" ([SB/F/NM] Advsys) ok 6030 - "NBAnother /* comment" ([RE/F/NM] Advsys) ok 6031 - "NBAnother /* comment" ([SB/F/NM] Advsys) ok 6032 - "\n" ([RE/F/NM] Advsys) ok 6033 - "\n" ([SB/F/NM] Advsys) ok 6034 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6035 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6036 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6037 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6038 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6039 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6040 - "PLEASE NOT" ([RE/F/NM] Advsys) ok 6041 - "PLEASE NOT" ([SB/F/NM] Advsys) ok 6042 - "PLEASE NOTThis is a comment" ([RE/F/NM] Advsys) ok 6043 - "PLEASE NOTThis is a comment" ([SB/F/NM] Advsys) ok 6044 - "PLEASE NOTA\tcomment" ([RE/F/NM] Advsys) ok 6045 - "PLEASE NOTA\tcomment" ([SB/F/NM] Advsys) ok 6046 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Advsys) ok 6047 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Advsys) ok 6048 - "\n" ([RE/F/NM] Advsys) ok 6049 - "\n" ([SB/F/NM] Advsys) ok 6050 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6051 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6052 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6053 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6054 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6055 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6056 - "PLEASE NOT" ([RE/F/NM] Advsys) ok 6057 - "PLEASE NOT" ([SB/F/NM] Advsys) ok 6058 - "PLEASE NOTThis is a comment" ([RE/F/NM] Advsys) ok 6059 - "PLEASE NOTThis is a comment" ([SB/F/NM] Advsys) ok 6060 - "PLEASE NOTA\tcomment" ([RE/F/NM] Advsys) ok 6061 - "PLEASE NOTA\tcomment" ([SB/F/NM] Advsys) ok 6062 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Advsys) ok 6063 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Advsys) ok 6064 - "\n" ([RE/F/NM] Advsys) ok 6065 - "\n" ([SB/F/NM] Advsys) ok 6066 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6067 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6068 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6069 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6070 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6071 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6072 - "PLEASE N'T" ([RE/F/NM] Advsys) ok 6073 - "PLEASE N'T" ([SB/F/NM] Advsys) ok 6074 - "PLEASE N'TThis is a comment" ([RE/F/NM] Advsys) ok 6075 - "PLEASE N'TThis is a comment" ([SB/F/NM] Advsys) ok 6076 - "PLEASE N'TA\tcomment" ([RE/F/NM] Advsys) ok 6077 - "PLEASE N'TA\tcomment" ([SB/F/NM] Advsys) ok 6078 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Advsys) ok 6079 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Advsys) ok 6080 - "\n" ([RE/F/NM] Advsys) ok 6081 - "\n" ([SB/F/NM] Advsys) ok 6082 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6083 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6084 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6085 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6086 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6087 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6088 - "DO NOT" ([RE/F/NM] Advsys) ok 6089 - "DO NOT" ([SB/F/NM] Advsys) ok 6090 - "DO NOTThis is a comment" ([RE/F/NM] Advsys) ok 6091 - "DO NOTThis is a comment" ([SB/F/NM] Advsys) ok 6092 - "DO NOTA\tcomment" ([RE/F/NM] Advsys) ok 6093 - "DO NOTA\tcomment" ([SB/F/NM] Advsys) ok 6094 - "DO NOTAnother /* comment" ([RE/F/NM] Advsys) ok 6095 - "DO NOTAnother /* comment" ([SB/F/NM] Advsys) ok 6096 - "\n" ([RE/F/NM] Advsys) ok 6097 - "\n" ([SB/F/NM] Advsys) ok 6098 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6099 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6100 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6101 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6102 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6103 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6104 - "DO N'T" ([RE/F/NM] Advsys) ok 6105 - "DO N'T" ([SB/F/NM] Advsys) ok 6106 - "DO N'TThis is a comment" ([RE/F/NM] Advsys) ok 6107 - "DO N'TThis is a comment" ([SB/F/NM] Advsys) ok 6108 - "DO N'TA\tcomment" ([RE/F/NM] Advsys) ok 6109 - "DO N'TA\tcomment" ([SB/F/NM] Advsys) ok 6110 - "DO N'TAnother /* comment" ([RE/F/NM] Advsys) ok 6111 - "DO N'TAnother /* comment" ([SB/F/NM] Advsys) ok 6112 - "\n" ([RE/F/NM] Advsys) ok 6113 - "\n" ([SB/F/NM] Advsys) ok 6114 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6115 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6116 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6117 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6118 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6119 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6120 - "DO NOT" ([RE/F/NM] Advsys) ok 6121 - "DO NOT" ([SB/F/NM] Advsys) ok 6122 - "DO NOTThis is a comment" ([RE/F/NM] Advsys) ok 6123 - "DO NOTThis is a comment" ([SB/F/NM] Advsys) ok 6124 - "DO NOTA\tcomment" ([RE/F/NM] Advsys) ok 6125 - "DO NOTA\tcomment" ([SB/F/NM] Advsys) ok 6126 - "DO NOTAnother /* comment" ([RE/F/NM] Advsys) ok 6127 - "DO NOTAnother /* comment" ([SB/F/NM] Advsys) ok 6128 - "\n" ([RE/F/NM] Advsys) ok 6129 - "\n" ([SB/F/NM] Advsys) ok 6130 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6131 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6132 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6133 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6134 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6135 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6136 - "PLEASE DO NOT" ([RE/F/NM] Advsys) ok 6137 - "PLEASE DO NOT" ([SB/F/NM] Advsys) ok 6138 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Advsys) ok 6139 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Advsys) ok 6140 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Advsys) ok 6141 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Advsys) ok 6142 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Advsys) ok 6143 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Advsys) ok 6144 - "\n" ([RE/F/NM] Advsys) ok 6145 - "\n" ([SB/F/NM] Advsys) ok 6146 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6147 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6148 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6149 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6150 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6151 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6152 - "PLEASE DO NOT" ([RE/F/NM] Advsys) ok 6153 - "PLEASE DO NOT" ([SB/F/NM] Advsys) ok 6154 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Advsys) ok 6155 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Advsys) ok 6156 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Advsys) ok 6157 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Advsys) ok 6158 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Advsys) ok 6159 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Advsys) ok 6160 - "\n" ([RE/F/NM] Advsys) ok 6161 - "\n" ([SB/F/NM] Advsys) ok 6162 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6163 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6164 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6165 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6166 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6167 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6168 - "PLEASE DO N'T" ([RE/F/NM] Advsys) ok 6169 - "PLEASE DO N'T" ([SB/F/NM] Advsys) ok 6170 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Advsys) ok 6171 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Advsys) ok 6172 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Advsys) ok 6173 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Advsys) ok 6174 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Advsys) ok 6175 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Advsys) ok 6176 - "\n" ([RE/F/NM] Advsys) ok 6177 - "\n" ([SB/F/NM] Advsys) ok 6178 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6179 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6180 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6181 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6182 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6183 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6184 - "NB." ([RE/F/NM] Advsys) ok 6185 - "NB." ([SB/F/NM] Advsys) ok 6186 - "NB.This is a comment" ([RE/F/NM] Advsys) ok 6187 - "NB.This is a comment" ([SB/F/NM] Advsys) ok 6188 - "NB.A\tcomment" ([RE/F/NM] Advsys) ok 6189 - "NB.A\tcomment" ([SB/F/NM] Advsys) ok 6190 - "NB.Another /* comment" ([RE/F/NM] Advsys) ok 6191 - "NB.Another /* comment" ([SB/F/NM] Advsys) ok 6192 - "\n" ([RE/F/NM] Advsys) ok 6193 - "\n" ([SB/F/NM] Advsys) ok 6194 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6195 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6196 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6197 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6198 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6199 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6200 - "{" ([RE/F/NM] Advsys) ok 6201 - "{" ([SB/F/NM] Advsys) ok 6202 - "{This is a comment" ([RE/F/NM] Advsys) ok 6203 - "{This is a comment" ([SB/F/NM] Advsys) ok 6204 - "{A\tcomment" ([RE/F/NM] Advsys) ok 6205 - "{A\tcomment" ([SB/F/NM] Advsys) ok 6206 - "{Another /* comment" ([RE/F/NM] Advsys) ok 6207 - "{Another /* comment" ([SB/F/NM] Advsys) ok 6208 - "}" ([RE/F/NM] Advsys) ok 6209 - "}" ([SB/F/NM] Advsys) ok 6210 - "This is a comment}" ([RE/F/NM] Advsys) ok 6211 - "This is a comment}" ([SB/F/NM] Advsys) ok 6212 - "A\tcomment}" ([RE/F/NM] Advsys) ok 6213 - "A\tcomment}" ([SB/F/NM] Advsys) ok 6214 - "Another /* comment}" ([RE/F/NM] Advsys) ok 6215 - "Another /* comment}" ([SB/F/NM] Advsys) ok 6216 - "." ([RE/F/NM] Advsys) ok 6217 - "." ([SB/F/NM] Advsys) ok 6218 - ".This is a comment" ([RE/F/NM] Advsys) ok 6219 - ".This is a comment" ([SB/F/NM] Advsys) ok 6220 - ".A\tcomment" ([RE/F/NM] Advsys) ok 6221 - ".A\tcomment" ([SB/F/NM] Advsys) ok 6222 - ".Another /* comment" ([RE/F/NM] Advsys) ok 6223 - ".Another /* comment" ([SB/F/NM] Advsys) ok 6224 - "\n" ([RE/F/NM] Advsys) ok 6225 - "\n" ([SB/F/NM] Advsys) ok 6226 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6227 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6228 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6229 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6230 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6231 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6232 - ";" ([RE/F/NM] Advsys) ok 6233 - ";" ([SB/F/NM] Advsys) ok 6234 - ";This is a comment" ([RE/F/NM] Advsys) ok 6235 - ";This is a comment" ([SB/F/NM] Advsys) ok 6236 - ";A\tcomment" ([RE/F/NM] Advsys) ok 6237 - ";A\tcomment" ([SB/F/NM] Advsys) ok 6238 - ";Another /* comment" ([RE/F/NM] Advsys) ok 6239 - ";Another /* comment" ([SB/F/NM] Advsys) ok 6240 - "\n" ([RE/F/NM] Advsys) ok 6241 - "\n" ([SB/F/NM] Advsys) ok 6242 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6243 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6244 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6245 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6246 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6247 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6248 - "`" ([RE/F/NM] Advsys) ok 6249 - "`" ([SB/F/NM] Advsys) ok 6250 - "`This is a comment" ([RE/F/NM] Advsys) ok 6251 - "`This is a comment" ([SB/F/NM] Advsys) ok 6252 - "`A\tcomment" ([RE/F/NM] Advsys) ok 6253 - "`A\tcomment" ([SB/F/NM] Advsys) ok 6254 - "`Another /* comment" ([RE/F/NM] Advsys) ok 6255 - "`Another /* comment" ([SB/F/NM] Advsys) ok 6256 - "\n" ([RE/F/NM] Advsys) ok 6257 - "\n" ([SB/F/NM] Advsys) ok 6258 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6259 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6260 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6261 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6262 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6263 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6264 - "--" ([RE/F/NM] Advsys) ok 6265 - "--" ([SB/F/NM] Advsys) ok 6266 - "--This is a comment" ([RE/F/NM] Advsys) ok 6267 - "--This is a comment" ([SB/F/NM] Advsys) ok 6268 - "--A\tcomment" ([RE/F/NM] Advsys) ok 6269 - "--A\tcomment" ([SB/F/NM] Advsys) ok 6270 - "--Another /* comment" ([RE/F/NM] Advsys) ok 6271 - "--Another /* comment" ([SB/F/NM] Advsys) ok 6272 - "\n" ([RE/F/NM] Advsys) ok 6273 - "\n" ([SB/F/NM] Advsys) ok 6274 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6275 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6276 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6277 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6278 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6279 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6280 - "---" ([RE/F/NM] Advsys) ok 6281 - "---" ([SB/F/NM] Advsys) ok 6282 - "---This is a comment" ([RE/F/NM] Advsys) ok 6283 - "---This is a comment" ([SB/F/NM] Advsys) ok 6284 - "---A\tcomment" ([RE/F/NM] Advsys) ok 6285 - "---A\tcomment" ([SB/F/NM] Advsys) ok 6286 - "---Another /* comment" ([RE/F/NM] Advsys) ok 6287 - "---Another /* comment" ([SB/F/NM] Advsys) ok 6288 - "\n" ([RE/F/NM] Advsys) ok 6289 - "\n" ([SB/F/NM] Advsys) ok 6290 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6291 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6292 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6293 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6294 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6295 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6296 - "-----" ([RE/F/NM] Advsys) ok 6297 - "-----" ([SB/F/NM] Advsys) ok 6298 - "-----This is a comment" ([RE/F/NM] Advsys) ok 6299 - "-----This is a comment" ([SB/F/NM] Advsys) ok 6300 - "-----A\tcomment" ([RE/F/NM] Advsys) ok 6301 - "-----A\tcomment" ([SB/F/NM] Advsys) ok 6302 - "-----Another /* comment" ([RE/F/NM] Advsys) ok 6303 - "-----Another /* comment" ([SB/F/NM] Advsys) ok 6304 - "\n" ([RE/F/NM] Advsys) ok 6305 - "\n" ([SB/F/NM] Advsys) ok 6306 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6307 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6308 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6309 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6310 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6311 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6312 - "\\"" ([RE/F/NM] Advsys) ok 6313 - "\\"" ([SB/F/NM] Advsys) ok 6314 - "\\"This is a comment" ([RE/F/NM] Advsys) ok 6315 - "\\"This is a comment" ([SB/F/NM] Advsys) ok 6316 - "\\"A\tcomment" ([RE/F/NM] Advsys) ok 6317 - "\\"A\tcomment" ([SB/F/NM] Advsys) ok 6318 - "\\"Another /* comment" ([RE/F/NM] Advsys) ok 6319 - "\\"Another /* comment" ([SB/F/NM] Advsys) ok 6320 - "\n" ([RE/F/NM] Advsys) ok 6321 - "\n" ([SB/F/NM] Advsys) ok 6322 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6323 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6324 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6325 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6326 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6327 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6328 - """ ([RE/F/NM] Advsys) ok 6329 - """ ([SB/F/NM] Advsys) ok 6330 - ""This is a comment" ([RE/F/NM] Advsys) ok 6331 - ""This is a comment" ([SB/F/NM] Advsys) ok 6332 - ""A\tcomment" ([RE/F/NM] Advsys) ok 6333 - ""A\tcomment" ([SB/F/NM] Advsys) ok 6334 - ""Another /* comment" ([RE/F/NM] Advsys) ok 6335 - ""Another /* comment" ([SB/F/NM] Advsys) ok 6336 - "\n" ([RE/F/NM] Advsys) ok 6337 - "\n" ([SB/F/NM] Advsys) ok 6338 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6339 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6340 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6341 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6342 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6343 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6344 - "'" ([RE/F/NM] Advsys) ok 6345 - "'" ([SB/F/NM] Advsys) ok 6346 - "'This is a comment" ([RE/F/NM] Advsys) ok 6347 - "'This is a comment" ([SB/F/NM] Advsys) ok 6348 - "'A\tcomment" ([RE/F/NM] Advsys) ok 6349 - "'A\tcomment" ([SB/F/NM] Advsys) ok 6350 - "'Another /* comment" ([RE/F/NM] Advsys) ok 6351 - "'Another /* comment" ([SB/F/NM] Advsys) ok 6352 - "\n" ([RE/F/NM] Advsys) ok 6353 - "\n" ([SB/F/NM] Advsys) ok 6354 - "This is a comment\n" ([RE/F/NM] Advsys) ok 6355 - "This is a comment\n" ([SB/F/NM] Advsys) ok 6356 - "A\tcomment\n" ([RE/F/NM] Advsys) ok 6357 - "A\tcomment\n" ([SB/F/NM] Advsys) ok 6358 - "Another /* comment\n" ([RE/F/NM] Advsys) ok 6359 - "Another /* comment\n" ([SB/F/NM] Advsys) ok 6360 - "/* This is a C comment */" ([RE/F/NM] Advsys) ok 6361 - "/* This is a C comment */" ([SB/F/NM] Advsys) ok 6362 - "(* This is a Pascal comment *)" ([RE/F/NM] Advsys) ok 6363 - "(* This is a Pascal comment *)" ([SB/F/NM] Advsys) ok 6364 - "" ([RE/F/NM] Advsys) ok 6365 - "" ([SB/F/NM] Advsys) ok 6366 - ";\n\n" ([RE/F/NM] Advsys) ok 6367 - ";\n\n" ([SB/F/NM] Advsys) ok 6368 - ";This is a comment\n\n" ([RE/F/NM] Advsys) ok 6369 - ";This is a comment\n\n" ([SB/F/NM] Advsys) ok 6370 - ";A\tcomment\n\n" ([RE/F/NM] Advsys) ok 6371 - ";A\tcomment\n\n" ([SB/F/NM] Advsys) ok 6372 - ";Another /* comment\n\n" ([RE/F/NM] Advsys) ok 6373 - ";Another /* comment\n\n" ([SB/F/NM] Advsys) ok 6374 - ";\n;\n" ([RE/F/NM] Advsys) ok 6375 - ";\n;\n" ([SB/F/NM] Advsys) ok 6376 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] Advsys) ok 6377 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] Advsys) ok 6378 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] Advsys) ok 6379 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] Advsys) ok 6380 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] Advsys) ok 6381 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] Advsys) ok 6382 - ";\nhl" ([RE/F/NM] Advsys) ok 6383 - ";\nhl" ([SB/F/NM] Advsys) ok 6384 - ";This is a comment\nn" ([RE/F/NM] Advsys) ok 6385 - ";This is a comment\nn" ([SB/F/NM] Advsys) ok 6386 - ";A\tcomment\ntpm" ([RE/F/NM] Advsys) ok 6387 - ";A\tcomment\ntpm" ([SB/F/NM] Advsys) ok 6388 - ";Another /* comment\ni0ts" ([RE/F/NM] Advsys) ok 6389 - ";Another /* comment\ni0ts" ([SB/F/NM] Advsys) ok 6390 - "h;\n" ([RE/F/NM] Advsys) ok 6391 - "h;\n" ([SB/F/NM] Advsys) ok 6392 - "ri;This is a comment\n" ([RE/F/NM] Advsys) ok 6393 - "ri;This is a comment\n" ([SB/F/NM] Advsys) ok 6394 - "bgmw;A\tcomment\n" ([RE/F/NM] Advsys) ok 6395 - "bgmw;A\tcomment\n" ([SB/F/NM] Advsys) ok 6396 - "im9;Another /* comment\n" ([RE/F/NM] Advsys) ok 6397 - "im9;Another /* comment\n" ([SB/F/NM] Advsys) ok 6398 - "\\\n" ([RE/F/NM] Advsys) ok 6399 - "\\\n" ([SB/F/NM] Advsys) ok 6400 - "\\This is a comment\n" ([RE/F/NM] Advsys) ok 6401 - "\\This is a comment\n" ([SB/F/NM] Advsys) ok 6402 - "\\A\tcomment\n" ([RE/F/NM] Advsys) ok 6403 - "\\A\tcomment\n" ([SB/F/NM] Advsys) ok 6404 - "\\Another /* comment\n" ([RE/F/NM] Advsys) ok 6405 - "\\Another /* comment\n" ([SB/F/NM] Advsys) ok 6406 - "#\n" ([RE/F/NM] Advsys) ok 6407 - "#\n" ([SB/F/NM] Advsys) ok 6408 - "#This is a comment\n" ([RE/F/NM] Advsys) ok 6409 - "#This is a comment\n" ([SB/F/NM] Advsys) ok 6410 - "#A\tcomment\n" ([RE/F/NM] Advsys) ok 6411 - "#A\tcomment\n" ([SB/F/NM] Advsys) ok 6412 - "#Another /* comment\n" ([RE/F/NM] Advsys) ok 6413 - "#Another /* comment\n" ([SB/F/NM] Advsys) ok 6414 - "//\n" ([RE/F/NM] Advsys) ok 6415 - "//\n" ([SB/F/NM] Advsys) ok 6416 - "//This is a comment\n" ([RE/F/NM] Advsys) ok 6417 - "//This is a comment\n" ([SB/F/NM] Advsys) ok 6418 - "//A\tcomment\n" ([RE/F/NM] Advsys) ok 6419 - "//A\tcomment\n" ([SB/F/NM] Advsys) ok 6420 - "//Another /* comment\n" ([RE/F/NM] Advsys) ok 6421 - "//Another /* comment\n" ([SB/F/NM] Advsys) ok 6422 - "--\n" ([RE/F/NM] Advsys) ok 6423 - "--\n" ([SB/F/NM] Advsys) ok 6424 - "--This is a comment\n" ([RE/F/NM] Advsys) ok 6425 - "--This is a comment\n" ([SB/F/NM] Advsys) ok 6426 - "--A\tcomment\n" ([RE/F/NM] Advsys) ok 6427 - "--A\tcomment\n" ([SB/F/NM] Advsys) ok 6428 - "--Another /* comment\n" ([RE/F/NM] Advsys) ok 6429 - "--Another /* comment\n" ([SB/F/NM] Advsys) ok 6430 - "#\n" ([RE/F/NM] Advsys) ok 6431 - "#\n" ([SB/F/NM] Advsys) ok 6432 - "#This is a comment\n" ([RE/F/NM] Advsys) ok 6433 - "#This is a comment\n" ([SB/F/NM] Advsys) ok 6434 - "#A\tcomment\n" ([RE/F/NM] Advsys) ok 6435 - "#A\tcomment\n" ([SB/F/NM] Advsys) ok 6436 - "#Another /* comment\n" ([RE/F/NM] Advsys) ok 6437 - "#Another /* comment\n" ([SB/F/NM] Advsys) ok 6438 - "*\n" ([RE/F/NM] Advsys) ok 6439 - "*\n" ([SB/F/NM] Advsys) ok 6440 - "*This is a comment\n" ([RE/F/NM] Advsys) ok 6441 - "*This is a comment\n" ([SB/F/NM] Advsys) ok 6442 - "*A\tcomment\n" ([RE/F/NM] Advsys) ok 6443 - "*A\tcomment\n" ([SB/F/NM] Advsys) ok 6444 - "*Another /* comment\n" ([RE/F/NM] Advsys) ok 6445 - "*Another /* comment\n" ([SB/F/NM] Advsys) ok 6446 - "!\n" ([RE/F/NM] Advsys) ok 6447 - "!\n" ([SB/F/NM] Advsys) ok 6448 - "!This is a comment\n" ([RE/F/NM] Advsys) ok 6449 - "!This is a comment\n" ([SB/F/NM] Advsys) ok 6450 - "!A\tcomment\n" ([RE/F/NM] Advsys) ok 6451 - "!A\tcomment\n" ([SB/F/NM] Advsys) ok 6452 - "!Another /* comment\n" ([RE/F/NM] Advsys) ok 6453 - "!Another /* comment\n" ([SB/F/NM] Advsys) ok 6454 - "REM\n" ([RE/F/NM] Advsys) ok 6455 - "REM\n" ([SB/F/NM] Advsys) ok 6456 - "REMThis is a comment\n" ([RE/F/NM] Advsys) ok 6457 - "REMThis is a comment\n" ([SB/F/NM] Advsys) ok 6458 - "REMA\tcomment\n" ([RE/F/NM] Advsys) ok 6459 - "REMA\tcomment\n" ([SB/F/NM] Advsys) ok 6460 - "REMAnother /* comment\n" ([RE/F/NM] Advsys) ok 6461 - "REMAnother /* comment\n" ([SB/F/NM] Advsys) ok 6462 - "//\n" ([RE/F/NM] Advsys) ok 6463 - "//\n" ([SB/F/NM] Advsys) ok 6464 - "//This is a comment\n" ([RE/F/NM] Advsys) ok 6465 - "//This is a comment\n" ([SB/F/NM] Advsys) ok 6466 - "//A\tcomment\n" ([RE/F/NM] Advsys) ok 6467 - "//A\tcomment\n" ([SB/F/NM] Advsys) ok 6468 - "//Another /* comment\n" ([RE/F/NM] Advsys) ok 6469 - "//Another /* comment\n" ([SB/F/NM] Advsys) ok 6470 - "%\n" ([RE/F/NM] Advsys) ok 6471 - "%\n" ([SB/F/NM] Advsys) ok 6472 - "%This is a comment\n" ([RE/F/NM] Advsys) ok 6473 - "%This is a comment\n" ([SB/F/NM] Advsys) ok 6474 - "%A\tcomment\n" ([RE/F/NM] Advsys) ok 6475 - "%A\tcomment\n" ([SB/F/NM] Advsys) ok 6476 - "%Another /* comment\n" ([RE/F/NM] Advsys) ok 6477 - "%Another /* comment\n" ([SB/F/NM] Advsys) ok 6478 - "!\n" ([RE/F/NM] Advsys) ok 6479 - "!\n" ([SB/F/NM] Advsys) ok 6480 - "!This is a comment\n" ([RE/F/NM] Advsys) ok 6481 - "!This is a comment\n" ([SB/F/NM] Advsys) ok 6482 - "!A\tcomment\n" ([RE/F/NM] Advsys) ok 6483 - "!A\tcomment\n" ([SB/F/NM] Advsys) ok 6484 - "!Another /* comment\n" ([RE/F/NM] Advsys) ok 6485 - "!Another /* comment\n" ([SB/F/NM] Advsys) ok 6486 - "NB\n" ([RE/F/NM] Advsys) ok 6487 - "NB\n" ([SB/F/NM] Advsys) ok 6488 - "NBThis is a comment\n" ([RE/F/NM] Advsys) ok 6489 - "NBThis is a comment\n" ([SB/F/NM] Advsys) ok 6490 - "NBA\tcomment\n" ([RE/F/NM] Advsys) ok 6491 - "NBA\tcomment\n" ([SB/F/NM] Advsys) ok 6492 - "NBAnother /* comment\n" ([RE/F/NM] Advsys) ok 6493 - "NBAnother /* comment\n" ([SB/F/NM] Advsys) ok 6494 - "PLEASE NOT\n" ([RE/F/NM] Advsys) ok 6495 - "PLEASE NOT\n" ([SB/F/NM] Advsys) ok 6496 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Advsys) ok 6497 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Advsys) ok 6498 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Advsys) ok 6499 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Advsys) ok 6500 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Advsys) ok 6501 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Advsys) ok 6502 - "PLEASE NOT\n" ([RE/F/NM] Advsys) ok 6503 - "PLEASE NOT\n" ([SB/F/NM] Advsys) ok 6504 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Advsys) ok 6505 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Advsys) ok 6506 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Advsys) ok 6507 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Advsys) ok 6508 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Advsys) ok 6509 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Advsys) ok 6510 - "PLEASE N'T\n" ([RE/F/NM] Advsys) ok 6511 - "PLEASE N'T\n" ([SB/F/NM] Advsys) ok 6512 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Advsys) ok 6513 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Advsys) ok 6514 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Advsys) ok 6515 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Advsys) ok 6516 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Advsys) ok 6517 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Advsys) ok 6518 - "DO NOT\n" ([RE/F/NM] Advsys) ok 6519 - "DO NOT\n" ([SB/F/NM] Advsys) ok 6520 - "DO NOTThis is a comment\n" ([RE/F/NM] Advsys) ok 6521 - "DO NOTThis is a comment\n" ([SB/F/NM] Advsys) ok 6522 - "DO NOTA\tcomment\n" ([RE/F/NM] Advsys) ok 6523 - "DO NOTA\tcomment\n" ([SB/F/NM] Advsys) ok 6524 - "DO NOTAnother /* comment\n" ([RE/F/NM] Advsys) ok 6525 - "DO NOTAnother /* comment\n" ([SB/F/NM] Advsys) ok 6526 - "DO N'T\n" ([RE/F/NM] Advsys) ok 6527 - "DO N'T\n" ([SB/F/NM] Advsys) ok 6528 - "DO N'TThis is a comment\n" ([RE/F/NM] Advsys) ok 6529 - "DO N'TThis is a comment\n" ([SB/F/NM] Advsys) ok 6530 - "DO N'TA\tcomment\n" ([RE/F/NM] Advsys) ok 6531 - "DO N'TA\tcomment\n" ([SB/F/NM] Advsys) ok 6532 - "DO N'TAnother /* comment\n" ([RE/F/NM] Advsys) ok 6533 - "DO N'TAnother /* comment\n" ([SB/F/NM] Advsys) ok 6534 - "DO NOT\n" ([RE/F/NM] Advsys) ok 6535 - "DO NOT\n" ([SB/F/NM] Advsys) ok 6536 - "DO NOTThis is a comment\n" ([RE/F/NM] Advsys) ok 6537 - "DO NOTThis is a comment\n" ([SB/F/NM] Advsys) ok 6538 - "DO NOTA\tcomment\n" ([RE/F/NM] Advsys) ok 6539 - "DO NOTA\tcomment\n" ([SB/F/NM] Advsys) ok 6540 - "DO NOTAnother /* comment\n" ([RE/F/NM] Advsys) ok 6541 - "DO NOTAnother /* comment\n" ([SB/F/NM] Advsys) ok 6542 - "PLEASE DO NOT\n" ([RE/F/NM] Advsys) ok 6543 - "PLEASE DO NOT\n" ([SB/F/NM] Advsys) ok 6544 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Advsys) ok 6545 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Advsys) ok 6546 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Advsys) ok 6547 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Advsys) ok 6548 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Advsys) ok 6549 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Advsys) ok 6550 - "PLEASE DO NOT\n" ([RE/F/NM] Advsys) ok 6551 - "PLEASE DO NOT\n" ([SB/F/NM] Advsys) ok 6552 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Advsys) ok 6553 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Advsys) ok 6554 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Advsys) ok 6555 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Advsys) ok 6556 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Advsys) ok 6557 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Advsys) ok 6558 - "PLEASE DO N'T\n" ([RE/F/NM] Advsys) ok 6559 - "PLEASE DO N'T\n" ([SB/F/NM] Advsys) ok 6560 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Advsys) ok 6561 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Advsys) ok 6562 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Advsys) ok 6563 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Advsys) ok 6564 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Advsys) ok 6565 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Advsys) ok 6566 - "NB.\n" ([RE/F/NM] Advsys) ok 6567 - "NB.\n" ([SB/F/NM] Advsys) ok 6568 - "NB.This is a comment\n" ([RE/F/NM] Advsys) ok 6569 - "NB.This is a comment\n" ([SB/F/NM] Advsys) ok 6570 - "NB.A\tcomment\n" ([RE/F/NM] Advsys) ok 6571 - "NB.A\tcomment\n" ([SB/F/NM] Advsys) ok 6572 - "NB.Another /* comment\n" ([RE/F/NM] Advsys) ok 6573 - "NB.Another /* comment\n" ([SB/F/NM] Advsys) ok 6574 - "{}" ([RE/F/NM] Advsys) ok 6575 - "{}" ([SB/F/NM] Advsys) ok 6576 - "{This is a comment}" ([RE/F/NM] Advsys) ok 6577 - "{This is a comment}" ([SB/F/NM] Advsys) ok 6578 - "{A\tcomment}" ([RE/F/NM] Advsys) ok 6579 - "{A\tcomment}" ([SB/F/NM] Advsys) ok 6580 - "{Another /* comment}" ([RE/F/NM] Advsys) ok 6581 - "{Another /* comment}" ([SB/F/NM] Advsys) ok 6582 - ".\n" ([RE/F/NM] Advsys) ok 6583 - ".\n" ([SB/F/NM] Advsys) ok 6584 - ".This is a comment\n" ([RE/F/NM] Advsys) ok 6585 - ".This is a comment\n" ([SB/F/NM] Advsys) ok 6586 - ".A\tcomment\n" ([RE/F/NM] Advsys) ok 6587 - ".A\tcomment\n" ([SB/F/NM] Advsys) ok 6588 - ".Another /* comment\n" ([RE/F/NM] Advsys) ok 6589 - ".Another /* comment\n" ([SB/F/NM] Advsys) ok 6590 - "`\n" ([RE/F/NM] Advsys) ok 6591 - "`\n" ([SB/F/NM] Advsys) ok 6592 - "`This is a comment\n" ([RE/F/NM] Advsys) ok 6593 - "`This is a comment\n" ([SB/F/NM] Advsys) ok 6594 - "`A\tcomment\n" ([RE/F/NM] Advsys) ok 6595 - "`A\tcomment\n" ([SB/F/NM] Advsys) ok 6596 - "`Another /* comment\n" ([RE/F/NM] Advsys) ok 6597 - "`Another /* comment\n" ([SB/F/NM] Advsys) ok 6598 - "--\n" ([RE/F/NM] Advsys) ok 6599 - "--\n" ([SB/F/NM] Advsys) ok 6600 - "--This is a comment\n" ([RE/F/NM] Advsys) ok 6601 - "--This is a comment\n" ([SB/F/NM] Advsys) ok 6602 - "--A\tcomment\n" ([RE/F/NM] Advsys) ok 6603 - "--A\tcomment\n" ([SB/F/NM] Advsys) ok 6604 - "--Another /* comment\n" ([RE/F/NM] Advsys) ok 6605 - "--Another /* comment\n" ([SB/F/NM] Advsys) ok 6606 - "---\n" ([RE/F/NM] Advsys) ok 6607 - "---\n" ([SB/F/NM] Advsys) ok 6608 - "---This is a comment\n" ([RE/F/NM] Advsys) ok 6609 - "---This is a comment\n" ([SB/F/NM] Advsys) ok 6610 - "---A\tcomment\n" ([RE/F/NM] Advsys) ok 6611 - "---A\tcomment\n" ([SB/F/NM] Advsys) ok 6612 - "---Another /* comment\n" ([RE/F/NM] Advsys) ok 6613 - "---Another /* comment\n" ([SB/F/NM] Advsys) ok 6614 - "-----\n" ([RE/F/NM] Advsys) ok 6615 - "-----\n" ([SB/F/NM] Advsys) ok 6616 - "-----This is a comment\n" ([RE/F/NM] Advsys) ok 6617 - "-----This is a comment\n" ([SB/F/NM] Advsys) ok 6618 - "-----A\tcomment\n" ([RE/F/NM] Advsys) ok 6619 - "-----A\tcomment\n" ([SB/F/NM] Advsys) ok 6620 - "-----Another /* comment\n" ([RE/F/NM] Advsys) ok 6621 - "-----Another /* comment\n" ([SB/F/NM] Advsys) ok 6622 - "\\"\n" ([RE/F/NM] Advsys) ok 6623 - "\\"\n" ([SB/F/NM] Advsys) ok 6624 - "\\"This is a comment\n" ([RE/F/NM] Advsys) ok 6625 - "\\"This is a comment\n" ([SB/F/NM] Advsys) ok 6626 - "\\"A\tcomment\n" ([RE/F/NM] Advsys) ok 6627 - "\\"A\tcomment\n" ([SB/F/NM] Advsys) ok 6628 - "\\"Another /* comment\n" ([RE/F/NM] Advsys) ok 6629 - "\\"Another /* comment\n" ([SB/F/NM] Advsys) ok 6630 - ""\n" ([RE/F/NM] Advsys) ok 6631 - ""\n" ([SB/F/NM] Advsys) ok 6632 - ""This is a comment\n" ([RE/F/NM] Advsys) ok 6633 - ""This is a comment\n" ([SB/F/NM] Advsys) ok 6634 - ""A\tcomment\n" ([RE/F/NM] Advsys) ok 6635 - ""A\tcomment\n" ([SB/F/NM] Advsys) ok 6636 - ""Another /* comment\n" ([RE/F/NM] Advsys) ok 6637 - ""Another /* comment\n" ([SB/F/NM] Advsys) ok 6638 - "'\n" ([RE/F/NM] Advsys) ok 6639 - "'\n" ([SB/F/NM] Advsys) ok 6640 - "'This is a comment\n" ([RE/F/NM] Advsys) ok 6641 - "'This is a comment\n" ([SB/F/NM] Advsys) ok 6642 - "'A\tcomment\n" ([RE/F/NM] Advsys) ok 6643 - "'A\tcomment\n" ([SB/F/NM] Advsys) ok 6644 - "'Another /* comment\n" ([RE/F/NM] Advsys) ok 6645 - "'Another /* comment\n" ([SB/F/NM] Advsys) ok 6646 - ";\n" ([RE/P/MT] CQL) ok 6647 - ";\n" ([OM/P/MT] CQL) ok 6648 - ";\n" ([OS/P/MT] CQL) ok 6649 - ";\n" ([SB/P/MT] CQL) ok 6650 - ";\n" ([KP/P/MT] CQL) ok 6651 - ";This is a comment\n" ([RE/P/MT] CQL) ok 6652 - ";This is a comment\n" ([OM/P/MT] CQL) ok 6653 - ";This is a comment\n" ([OS/P/MT] CQL) ok 6654 - ";This is a comment\n" ([SB/P/MT] CQL) ok 6655 - ";This is a comment\n" ([KP/P/MT] CQL) ok 6656 - ";A\tcomment\n" ([RE/P/MT] CQL) ok 6657 - ";A\tcomment\n" ([OM/P/MT] CQL) ok 6658 - ";A\tcomment\n" ([OS/P/MT] CQL) ok 6659 - ";A\tcomment\n" ([SB/P/MT] CQL) ok 6660 - ";A\tcomment\n" ([KP/P/MT] CQL) ok 6661 - ";Another /* comment\n" ([RE/P/MT] CQL) ok 6662 - ";Another /* comment\n" ([OM/P/MT] CQL) ok 6663 - ";Another /* comment\n" ([OS/P/MT] CQL) ok 6664 - ";Another /* comment\n" ([SB/P/MT] CQL) ok 6665 - ";Another /* comment\n" ([KP/P/MT] CQL) ok 6666 - "\\" ([RE/F/NM] CQL) ok 6667 - "\\" ([SB/F/NM] CQL) ok 6668 - "\\This is a comment" ([RE/F/NM] CQL) ok 6669 - "\\This is a comment" ([SB/F/NM] CQL) ok 6670 - "\\A\tcomment" ([RE/F/NM] CQL) ok 6671 - "\\A\tcomment" ([SB/F/NM] CQL) ok 6672 - "\\Another /* comment" ([RE/F/NM] CQL) ok 6673 - "\\Another /* comment" ([SB/F/NM] CQL) ok 6674 - "\n" ([RE/F/NM] CQL) ok 6675 - "\n" ([SB/F/NM] CQL) ok 6676 - "This is a comment\n" ([RE/F/NM] CQL) ok 6677 - "This is a comment\n" ([SB/F/NM] CQL) ok 6678 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6679 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6680 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6681 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6682 - "#" ([RE/F/NM] CQL) ok 6683 - "#" ([SB/F/NM] CQL) ok 6684 - "#This is a comment" ([RE/F/NM] CQL) ok 6685 - "#This is a comment" ([SB/F/NM] CQL) ok 6686 - "#A\tcomment" ([RE/F/NM] CQL) ok 6687 - "#A\tcomment" ([SB/F/NM] CQL) ok 6688 - "#Another /* comment" ([RE/F/NM] CQL) ok 6689 - "#Another /* comment" ([SB/F/NM] CQL) ok 6690 - "\n" ([RE/F/NM] CQL) ok 6691 - "\n" ([SB/F/NM] CQL) ok 6692 - "This is a comment\n" ([RE/F/NM] CQL) ok 6693 - "This is a comment\n" ([SB/F/NM] CQL) ok 6694 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6695 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6696 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6697 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6698 - "//" ([RE/F/NM] CQL) ok 6699 - "//" ([SB/F/NM] CQL) ok 6700 - "//This is a comment" ([RE/F/NM] CQL) ok 6701 - "//This is a comment" ([SB/F/NM] CQL) ok 6702 - "//A\tcomment" ([RE/F/NM] CQL) ok 6703 - "//A\tcomment" ([SB/F/NM] CQL) ok 6704 - "//Another /* comment" ([RE/F/NM] CQL) ok 6705 - "//Another /* comment" ([SB/F/NM] CQL) ok 6706 - "\n" ([RE/F/NM] CQL) ok 6707 - "\n" ([SB/F/NM] CQL) ok 6708 - "This is a comment\n" ([RE/F/NM] CQL) ok 6709 - "This is a comment\n" ([SB/F/NM] CQL) ok 6710 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6711 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6712 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6713 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6714 - "--" ([RE/F/NM] CQL) ok 6715 - "--" ([SB/F/NM] CQL) ok 6716 - "--This is a comment" ([RE/F/NM] CQL) ok 6717 - "--This is a comment" ([SB/F/NM] CQL) ok 6718 - "--A\tcomment" ([RE/F/NM] CQL) ok 6719 - "--A\tcomment" ([SB/F/NM] CQL) ok 6720 - "--Another /* comment" ([RE/F/NM] CQL) ok 6721 - "--Another /* comment" ([SB/F/NM] CQL) ok 6722 - "\n" ([RE/F/NM] CQL) ok 6723 - "\n" ([SB/F/NM] CQL) ok 6724 - "This is a comment\n" ([RE/F/NM] CQL) ok 6725 - "This is a comment\n" ([SB/F/NM] CQL) ok 6726 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6727 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6728 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6729 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6730 - ";" ([RE/F/NM] CQL) ok 6731 - ";" ([SB/F/NM] CQL) ok 6732 - ";This is a comment" ([RE/F/NM] CQL) ok 6733 - ";This is a comment" ([SB/F/NM] CQL) ok 6734 - ";A\tcomment" ([RE/F/NM] CQL) ok 6735 - ";A\tcomment" ([SB/F/NM] CQL) ok 6736 - ";Another /* comment" ([RE/F/NM] CQL) ok 6737 - ";Another /* comment" ([SB/F/NM] CQL) ok 6738 - "\n" ([RE/F/NM] CQL) ok 6739 - "\n" ([SB/F/NM] CQL) ok 6740 - "This is a comment\n" ([RE/F/NM] CQL) ok 6741 - "This is a comment\n" ([SB/F/NM] CQL) ok 6742 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6743 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6744 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6745 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6746 - "#" ([RE/F/NM] CQL) ok 6747 - "#" ([SB/F/NM] CQL) ok 6748 - "#This is a comment" ([RE/F/NM] CQL) ok 6749 - "#This is a comment" ([SB/F/NM] CQL) ok 6750 - "#A\tcomment" ([RE/F/NM] CQL) ok 6751 - "#A\tcomment" ([SB/F/NM] CQL) ok 6752 - "#Another /* comment" ([RE/F/NM] CQL) ok 6753 - "#Another /* comment" ([SB/F/NM] CQL) ok 6754 - "\n" ([RE/F/NM] CQL) ok 6755 - "\n" ([SB/F/NM] CQL) ok 6756 - "This is a comment\n" ([RE/F/NM] CQL) ok 6757 - "This is a comment\n" ([SB/F/NM] CQL) ok 6758 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6759 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6760 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6761 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6762 - "*" ([RE/F/NM] CQL) ok 6763 - "*" ([SB/F/NM] CQL) ok 6764 - "*This is a comment" ([RE/F/NM] CQL) ok 6765 - "*This is a comment" ([SB/F/NM] CQL) ok 6766 - "*A\tcomment" ([RE/F/NM] CQL) ok 6767 - "*A\tcomment" ([SB/F/NM] CQL) ok 6768 - "*Another /* comment" ([RE/F/NM] CQL) ok 6769 - "*Another /* comment" ([SB/F/NM] CQL) ok 6770 - "\n" ([RE/F/NM] CQL) ok 6771 - "\n" ([SB/F/NM] CQL) ok 6772 - "This is a comment\n" ([RE/F/NM] CQL) ok 6773 - "This is a comment\n" ([SB/F/NM] CQL) ok 6774 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6775 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6776 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6777 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6778 - "!" ([RE/F/NM] CQL) ok 6779 - "!" ([SB/F/NM] CQL) ok 6780 - "!This is a comment" ([RE/F/NM] CQL) ok 6781 - "!This is a comment" ([SB/F/NM] CQL) ok 6782 - "!A\tcomment" ([RE/F/NM] CQL) ok 6783 - "!A\tcomment" ([SB/F/NM] CQL) ok 6784 - "!Another /* comment" ([RE/F/NM] CQL) ok 6785 - "!Another /* comment" ([SB/F/NM] CQL) ok 6786 - "\n" ([RE/F/NM] CQL) ok 6787 - "\n" ([SB/F/NM] CQL) ok 6788 - "This is a comment\n" ([RE/F/NM] CQL) ok 6789 - "This is a comment\n" ([SB/F/NM] CQL) ok 6790 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6791 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6792 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6793 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6794 - "REM" ([RE/F/NM] CQL) ok 6795 - "REM" ([SB/F/NM] CQL) ok 6796 - "REMThis is a comment" ([RE/F/NM] CQL) ok 6797 - "REMThis is a comment" ([SB/F/NM] CQL) ok 6798 - "REMA\tcomment" ([RE/F/NM] CQL) ok 6799 - "REMA\tcomment" ([SB/F/NM] CQL) ok 6800 - "REMAnother /* comment" ([RE/F/NM] CQL) ok 6801 - "REMAnother /* comment" ([SB/F/NM] CQL) ok 6802 - "\n" ([RE/F/NM] CQL) ok 6803 - "\n" ([SB/F/NM] CQL) ok 6804 - "This is a comment\n" ([RE/F/NM] CQL) ok 6805 - "This is a comment\n" ([SB/F/NM] CQL) ok 6806 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6807 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6808 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6809 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6810 - "//" ([RE/F/NM] CQL) ok 6811 - "//" ([SB/F/NM] CQL) ok 6812 - "//This is a comment" ([RE/F/NM] CQL) ok 6813 - "//This is a comment" ([SB/F/NM] CQL) ok 6814 - "//A\tcomment" ([RE/F/NM] CQL) ok 6815 - "//A\tcomment" ([SB/F/NM] CQL) ok 6816 - "//Another /* comment" ([RE/F/NM] CQL) ok 6817 - "//Another /* comment" ([SB/F/NM] CQL) ok 6818 - "\n" ([RE/F/NM] CQL) ok 6819 - "\n" ([SB/F/NM] CQL) ok 6820 - "This is a comment\n" ([RE/F/NM] CQL) ok 6821 - "This is a comment\n" ([SB/F/NM] CQL) ok 6822 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6823 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6824 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6825 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6826 - "%" ([RE/F/NM] CQL) ok 6827 - "%" ([SB/F/NM] CQL) ok 6828 - "%This is a comment" ([RE/F/NM] CQL) ok 6829 - "%This is a comment" ([SB/F/NM] CQL) ok 6830 - "%A\tcomment" ([RE/F/NM] CQL) ok 6831 - "%A\tcomment" ([SB/F/NM] CQL) ok 6832 - "%Another /* comment" ([RE/F/NM] CQL) ok 6833 - "%Another /* comment" ([SB/F/NM] CQL) ok 6834 - "\n" ([RE/F/NM] CQL) ok 6835 - "\n" ([SB/F/NM] CQL) ok 6836 - "This is a comment\n" ([RE/F/NM] CQL) ok 6837 - "This is a comment\n" ([SB/F/NM] CQL) ok 6838 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6839 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6840 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6841 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6842 - "!" ([RE/F/NM] CQL) ok 6843 - "!" ([SB/F/NM] CQL) ok 6844 - "!This is a comment" ([RE/F/NM] CQL) ok 6845 - "!This is a comment" ([SB/F/NM] CQL) ok 6846 - "!A\tcomment" ([RE/F/NM] CQL) ok 6847 - "!A\tcomment" ([SB/F/NM] CQL) ok 6848 - "!Another /* comment" ([RE/F/NM] CQL) ok 6849 - "!Another /* comment" ([SB/F/NM] CQL) ok 6850 - "\n" ([RE/F/NM] CQL) ok 6851 - "\n" ([SB/F/NM] CQL) ok 6852 - "This is a comment\n" ([RE/F/NM] CQL) ok 6853 - "This is a comment\n" ([SB/F/NM] CQL) ok 6854 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6855 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6856 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6857 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6858 - "NB" ([RE/F/NM] CQL) ok 6859 - "NB" ([SB/F/NM] CQL) ok 6860 - "NBThis is a comment" ([RE/F/NM] CQL) ok 6861 - "NBThis is a comment" ([SB/F/NM] CQL) ok 6862 - "NBA\tcomment" ([RE/F/NM] CQL) ok 6863 - "NBA\tcomment" ([SB/F/NM] CQL) ok 6864 - "NBAnother /* comment" ([RE/F/NM] CQL) ok 6865 - "NBAnother /* comment" ([SB/F/NM] CQL) ok 6866 - "\n" ([RE/F/NM] CQL) ok 6867 - "\n" ([SB/F/NM] CQL) ok 6868 - "This is a comment\n" ([RE/F/NM] CQL) ok 6869 - "This is a comment\n" ([SB/F/NM] CQL) ok 6870 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6871 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6872 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6873 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6874 - "PLEASE NOT" ([RE/F/NM] CQL) ok 6875 - "PLEASE NOT" ([SB/F/NM] CQL) ok 6876 - "PLEASE NOTThis is a comment" ([RE/F/NM] CQL) ok 6877 - "PLEASE NOTThis is a comment" ([SB/F/NM] CQL) ok 6878 - "PLEASE NOTA\tcomment" ([RE/F/NM] CQL) ok 6879 - "PLEASE NOTA\tcomment" ([SB/F/NM] CQL) ok 6880 - "PLEASE NOTAnother /* comment" ([RE/F/NM] CQL) ok 6881 - "PLEASE NOTAnother /* comment" ([SB/F/NM] CQL) ok 6882 - "\n" ([RE/F/NM] CQL) ok 6883 - "\n" ([SB/F/NM] CQL) ok 6884 - "This is a comment\n" ([RE/F/NM] CQL) ok 6885 - "This is a comment\n" ([SB/F/NM] CQL) ok 6886 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6887 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6888 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6889 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6890 - "PLEASE NOT" ([RE/F/NM] CQL) ok 6891 - "PLEASE NOT" ([SB/F/NM] CQL) ok 6892 - "PLEASE NOTThis is a comment" ([RE/F/NM] CQL) ok 6893 - "PLEASE NOTThis is a comment" ([SB/F/NM] CQL) ok 6894 - "PLEASE NOTA\tcomment" ([RE/F/NM] CQL) ok 6895 - "PLEASE NOTA\tcomment" ([SB/F/NM] CQL) ok 6896 - "PLEASE NOTAnother /* comment" ([RE/F/NM] CQL) ok 6897 - "PLEASE NOTAnother /* comment" ([SB/F/NM] CQL) ok 6898 - "\n" ([RE/F/NM] CQL) ok 6899 - "\n" ([SB/F/NM] CQL) ok 6900 - "This is a comment\n" ([RE/F/NM] CQL) ok 6901 - "This is a comment\n" ([SB/F/NM] CQL) ok 6902 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6903 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6904 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6905 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6906 - "PLEASE N'T" ([RE/F/NM] CQL) ok 6907 - "PLEASE N'T" ([SB/F/NM] CQL) ok 6908 - "PLEASE N'TThis is a comment" ([RE/F/NM] CQL) ok 6909 - "PLEASE N'TThis is a comment" ([SB/F/NM] CQL) ok 6910 - "PLEASE N'TA\tcomment" ([RE/F/NM] CQL) ok 6911 - "PLEASE N'TA\tcomment" ([SB/F/NM] CQL) ok 6912 - "PLEASE N'TAnother /* comment" ([RE/F/NM] CQL) ok 6913 - "PLEASE N'TAnother /* comment" ([SB/F/NM] CQL) ok 6914 - "\n" ([RE/F/NM] CQL) ok 6915 - "\n" ([SB/F/NM] CQL) ok 6916 - "This is a comment\n" ([RE/F/NM] CQL) ok 6917 - "This is a comment\n" ([SB/F/NM] CQL) ok 6918 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6919 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6920 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6921 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6922 - "DO NOT" ([RE/F/NM] CQL) ok 6923 - "DO NOT" ([SB/F/NM] CQL) ok 6924 - "DO NOTThis is a comment" ([RE/F/NM] CQL) ok 6925 - "DO NOTThis is a comment" ([SB/F/NM] CQL) ok 6926 - "DO NOTA\tcomment" ([RE/F/NM] CQL) ok 6927 - "DO NOTA\tcomment" ([SB/F/NM] CQL) ok 6928 - "DO NOTAnother /* comment" ([RE/F/NM] CQL) ok 6929 - "DO NOTAnother /* comment" ([SB/F/NM] CQL) ok 6930 - "\n" ([RE/F/NM] CQL) ok 6931 - "\n" ([SB/F/NM] CQL) ok 6932 - "This is a comment\n" ([RE/F/NM] CQL) ok 6933 - "This is a comment\n" ([SB/F/NM] CQL) ok 6934 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6935 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6936 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6937 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6938 - "DO N'T" ([RE/F/NM] CQL) ok 6939 - "DO N'T" ([SB/F/NM] CQL) ok 6940 - "DO N'TThis is a comment" ([RE/F/NM] CQL) ok 6941 - "DO N'TThis is a comment" ([SB/F/NM] CQL) ok 6942 - "DO N'TA\tcomment" ([RE/F/NM] CQL) ok 6943 - "DO N'TA\tcomment" ([SB/F/NM] CQL) ok 6944 - "DO N'TAnother /* comment" ([RE/F/NM] CQL) ok 6945 - "DO N'TAnother /* comment" ([SB/F/NM] CQL) ok 6946 - "\n" ([RE/F/NM] CQL) ok 6947 - "\n" ([SB/F/NM] CQL) ok 6948 - "This is a comment\n" ([RE/F/NM] CQL) ok 6949 - "This is a comment\n" ([SB/F/NM] CQL) ok 6950 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6951 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6952 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6953 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6954 - "DO NOT" ([RE/F/NM] CQL) ok 6955 - "DO NOT" ([SB/F/NM] CQL) ok 6956 - "DO NOTThis is a comment" ([RE/F/NM] CQL) ok 6957 - "DO NOTThis is a comment" ([SB/F/NM] CQL) ok 6958 - "DO NOTA\tcomment" ([RE/F/NM] CQL) ok 6959 - "DO NOTA\tcomment" ([SB/F/NM] CQL) ok 6960 - "DO NOTAnother /* comment" ([RE/F/NM] CQL) ok 6961 - "DO NOTAnother /* comment" ([SB/F/NM] CQL) ok 6962 - "\n" ([RE/F/NM] CQL) ok 6963 - "\n" ([SB/F/NM] CQL) ok 6964 - "This is a comment\n" ([RE/F/NM] CQL) ok 6965 - "This is a comment\n" ([SB/F/NM] CQL) ok 6966 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6967 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6968 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6969 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6970 - "PLEASE DO NOT" ([RE/F/NM] CQL) ok 6971 - "PLEASE DO NOT" ([SB/F/NM] CQL) ok 6972 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] CQL) ok 6973 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] CQL) ok 6974 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] CQL) ok 6975 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] CQL) ok 6976 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] CQL) ok 6977 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] CQL) ok 6978 - "\n" ([RE/F/NM] CQL) ok 6979 - "\n" ([SB/F/NM] CQL) ok 6980 - "This is a comment\n" ([RE/F/NM] CQL) ok 6981 - "This is a comment\n" ([SB/F/NM] CQL) ok 6982 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6983 - "A\tcomment\n" ([SB/F/NM] CQL) ok 6984 - "Another /* comment\n" ([RE/F/NM] CQL) ok 6985 - "Another /* comment\n" ([SB/F/NM] CQL) ok 6986 - "PLEASE DO NOT" ([RE/F/NM] CQL) ok 6987 - "PLEASE DO NOT" ([SB/F/NM] CQL) ok 6988 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] CQL) ok 6989 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] CQL) ok 6990 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] CQL) ok 6991 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] CQL) ok 6992 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] CQL) ok 6993 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] CQL) ok 6994 - "\n" ([RE/F/NM] CQL) ok 6995 - "\n" ([SB/F/NM] CQL) ok 6996 - "This is a comment\n" ([RE/F/NM] CQL) ok 6997 - "This is a comment\n" ([SB/F/NM] CQL) ok 6998 - "A\tcomment\n" ([RE/F/NM] CQL) ok 6999 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7000 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7001 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7002 - "PLEASE DO N'T" ([RE/F/NM] CQL) ok 7003 - "PLEASE DO N'T" ([SB/F/NM] CQL) ok 7004 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] CQL) ok 7005 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] CQL) ok 7006 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] CQL) ok 7007 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] CQL) ok 7008 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] CQL) ok 7009 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] CQL) ok 7010 - "\n" ([RE/F/NM] CQL) ok 7011 - "\n" ([SB/F/NM] CQL) ok 7012 - "This is a comment\n" ([RE/F/NM] CQL) ok 7013 - "This is a comment\n" ([SB/F/NM] CQL) ok 7014 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7015 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7016 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7017 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7018 - "NB." ([RE/F/NM] CQL) ok 7019 - "NB." ([SB/F/NM] CQL) ok 7020 - "NB.This is a comment" ([RE/F/NM] CQL) ok 7021 - "NB.This is a comment" ([SB/F/NM] CQL) ok 7022 - "NB.A\tcomment" ([RE/F/NM] CQL) ok 7023 - "NB.A\tcomment" ([SB/F/NM] CQL) ok 7024 - "NB.Another /* comment" ([RE/F/NM] CQL) ok 7025 - "NB.Another /* comment" ([SB/F/NM] CQL) ok 7026 - "\n" ([RE/F/NM] CQL) ok 7027 - "\n" ([SB/F/NM] CQL) ok 7028 - "This is a comment\n" ([RE/F/NM] CQL) ok 7029 - "This is a comment\n" ([SB/F/NM] CQL) ok 7030 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7031 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7032 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7033 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7034 - "{" ([RE/F/NM] CQL) ok 7035 - "{" ([SB/F/NM] CQL) ok 7036 - "{This is a comment" ([RE/F/NM] CQL) ok 7037 - "{This is a comment" ([SB/F/NM] CQL) ok 7038 - "{A\tcomment" ([RE/F/NM] CQL) ok 7039 - "{A\tcomment" ([SB/F/NM] CQL) ok 7040 - "{Another /* comment" ([RE/F/NM] CQL) ok 7041 - "{Another /* comment" ([SB/F/NM] CQL) ok 7042 - "}" ([RE/F/NM] CQL) ok 7043 - "}" ([SB/F/NM] CQL) ok 7044 - "This is a comment}" ([RE/F/NM] CQL) ok 7045 - "This is a comment}" ([SB/F/NM] CQL) ok 7046 - "A\tcomment}" ([RE/F/NM] CQL) ok 7047 - "A\tcomment}" ([SB/F/NM] CQL) ok 7048 - "Another /* comment}" ([RE/F/NM] CQL) ok 7049 - "Another /* comment}" ([SB/F/NM] CQL) ok 7050 - "." ([RE/F/NM] CQL) ok 7051 - "." ([SB/F/NM] CQL) ok 7052 - ".This is a comment" ([RE/F/NM] CQL) ok 7053 - ".This is a comment" ([SB/F/NM] CQL) ok 7054 - ".A\tcomment" ([RE/F/NM] CQL) ok 7055 - ".A\tcomment" ([SB/F/NM] CQL) ok 7056 - ".Another /* comment" ([RE/F/NM] CQL) ok 7057 - ".Another /* comment" ([SB/F/NM] CQL) ok 7058 - "\n" ([RE/F/NM] CQL) ok 7059 - "\n" ([SB/F/NM] CQL) ok 7060 - "This is a comment\n" ([RE/F/NM] CQL) ok 7061 - "This is a comment\n" ([SB/F/NM] CQL) ok 7062 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7063 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7064 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7065 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7066 - ";" ([RE/F/NM] CQL) ok 7067 - ";" ([SB/F/NM] CQL) ok 7068 - ";This is a comment" ([RE/F/NM] CQL) ok 7069 - ";This is a comment" ([SB/F/NM] CQL) ok 7070 - ";A\tcomment" ([RE/F/NM] CQL) ok 7071 - ";A\tcomment" ([SB/F/NM] CQL) ok 7072 - ";Another /* comment" ([RE/F/NM] CQL) ok 7073 - ";Another /* comment" ([SB/F/NM] CQL) ok 7074 - "\n" ([RE/F/NM] CQL) ok 7075 - "\n" ([SB/F/NM] CQL) ok 7076 - "This is a comment\n" ([RE/F/NM] CQL) ok 7077 - "This is a comment\n" ([SB/F/NM] CQL) ok 7078 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7079 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7080 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7081 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7082 - "`" ([RE/F/NM] CQL) ok 7083 - "`" ([SB/F/NM] CQL) ok 7084 - "`This is a comment" ([RE/F/NM] CQL) ok 7085 - "`This is a comment" ([SB/F/NM] CQL) ok 7086 - "`A\tcomment" ([RE/F/NM] CQL) ok 7087 - "`A\tcomment" ([SB/F/NM] CQL) ok 7088 - "`Another /* comment" ([RE/F/NM] CQL) ok 7089 - "`Another /* comment" ([SB/F/NM] CQL) ok 7090 - "\n" ([RE/F/NM] CQL) ok 7091 - "\n" ([SB/F/NM] CQL) ok 7092 - "This is a comment\n" ([RE/F/NM] CQL) ok 7093 - "This is a comment\n" ([SB/F/NM] CQL) ok 7094 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7095 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7096 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7097 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7098 - "--" ([RE/F/NM] CQL) ok 7099 - "--" ([SB/F/NM] CQL) ok 7100 - "--This is a comment" ([RE/F/NM] CQL) ok 7101 - "--This is a comment" ([SB/F/NM] CQL) ok 7102 - "--A\tcomment" ([RE/F/NM] CQL) ok 7103 - "--A\tcomment" ([SB/F/NM] CQL) ok 7104 - "--Another /* comment" ([RE/F/NM] CQL) ok 7105 - "--Another /* comment" ([SB/F/NM] CQL) ok 7106 - "\n" ([RE/F/NM] CQL) ok 7107 - "\n" ([SB/F/NM] CQL) ok 7108 - "This is a comment\n" ([RE/F/NM] CQL) ok 7109 - "This is a comment\n" ([SB/F/NM] CQL) ok 7110 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7111 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7112 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7113 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7114 - "---" ([RE/F/NM] CQL) ok 7115 - "---" ([SB/F/NM] CQL) ok 7116 - "---This is a comment" ([RE/F/NM] CQL) ok 7117 - "---This is a comment" ([SB/F/NM] CQL) ok 7118 - "---A\tcomment" ([RE/F/NM] CQL) ok 7119 - "---A\tcomment" ([SB/F/NM] CQL) ok 7120 - "---Another /* comment" ([RE/F/NM] CQL) ok 7121 - "---Another /* comment" ([SB/F/NM] CQL) ok 7122 - "\n" ([RE/F/NM] CQL) ok 7123 - "\n" ([SB/F/NM] CQL) ok 7124 - "This is a comment\n" ([RE/F/NM] CQL) ok 7125 - "This is a comment\n" ([SB/F/NM] CQL) ok 7126 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7127 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7128 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7129 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7130 - "-----" ([RE/F/NM] CQL) ok 7131 - "-----" ([SB/F/NM] CQL) ok 7132 - "-----This is a comment" ([RE/F/NM] CQL) ok 7133 - "-----This is a comment" ([SB/F/NM] CQL) ok 7134 - "-----A\tcomment" ([RE/F/NM] CQL) ok 7135 - "-----A\tcomment" ([SB/F/NM] CQL) ok 7136 - "-----Another /* comment" ([RE/F/NM] CQL) ok 7137 - "-----Another /* comment" ([SB/F/NM] CQL) ok 7138 - "\n" ([RE/F/NM] CQL) ok 7139 - "\n" ([SB/F/NM] CQL) ok 7140 - "This is a comment\n" ([RE/F/NM] CQL) ok 7141 - "This is a comment\n" ([SB/F/NM] CQL) ok 7142 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7143 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7144 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7145 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7146 - "\\"" ([RE/F/NM] CQL) ok 7147 - "\\"" ([SB/F/NM] CQL) ok 7148 - "\\"This is a comment" ([RE/F/NM] CQL) ok 7149 - "\\"This is a comment" ([SB/F/NM] CQL) ok 7150 - "\\"A\tcomment" ([RE/F/NM] CQL) ok 7151 - "\\"A\tcomment" ([SB/F/NM] CQL) ok 7152 - "\\"Another /* comment" ([RE/F/NM] CQL) ok 7153 - "\\"Another /* comment" ([SB/F/NM] CQL) ok 7154 - "\n" ([RE/F/NM] CQL) ok 7155 - "\n" ([SB/F/NM] CQL) ok 7156 - "This is a comment\n" ([RE/F/NM] CQL) ok 7157 - "This is a comment\n" ([SB/F/NM] CQL) ok 7158 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7159 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7160 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7161 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7162 - """ ([RE/F/NM] CQL) ok 7163 - """ ([SB/F/NM] CQL) ok 7164 - ""This is a comment" ([RE/F/NM] CQL) ok 7165 - ""This is a comment" ([SB/F/NM] CQL) ok 7166 - ""A\tcomment" ([RE/F/NM] CQL) ok 7167 - ""A\tcomment" ([SB/F/NM] CQL) ok 7168 - ""Another /* comment" ([RE/F/NM] CQL) ok 7169 - ""Another /* comment" ([SB/F/NM] CQL) ok 7170 - "\n" ([RE/F/NM] CQL) ok 7171 - "\n" ([SB/F/NM] CQL) ok 7172 - "This is a comment\n" ([RE/F/NM] CQL) ok 7173 - "This is a comment\n" ([SB/F/NM] CQL) ok 7174 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7175 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7176 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7177 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7178 - "'" ([RE/F/NM] CQL) ok 7179 - "'" ([SB/F/NM] CQL) ok 7180 - "'This is a comment" ([RE/F/NM] CQL) ok 7181 - "'This is a comment" ([SB/F/NM] CQL) ok 7182 - "'A\tcomment" ([RE/F/NM] CQL) ok 7183 - "'A\tcomment" ([SB/F/NM] CQL) ok 7184 - "'Another /* comment" ([RE/F/NM] CQL) ok 7185 - "'Another /* comment" ([SB/F/NM] CQL) ok 7186 - "\n" ([RE/F/NM] CQL) ok 7187 - "\n" ([SB/F/NM] CQL) ok 7188 - "This is a comment\n" ([RE/F/NM] CQL) ok 7189 - "This is a comment\n" ([SB/F/NM] CQL) ok 7190 - "A\tcomment\n" ([RE/F/NM] CQL) ok 7191 - "A\tcomment\n" ([SB/F/NM] CQL) ok 7192 - "Another /* comment\n" ([RE/F/NM] CQL) ok 7193 - "Another /* comment\n" ([SB/F/NM] CQL) ok 7194 - "/* This is a C comment */" ([RE/F/NM] CQL) ok 7195 - "/* This is a C comment */" ([SB/F/NM] CQL) ok 7196 - "(* This is a Pascal comment *)" ([RE/F/NM] CQL) ok 7197 - "(* This is a Pascal comment *)" ([SB/F/NM] CQL) ok 7198 - "" ([RE/F/NM] CQL) ok 7199 - "" ([SB/F/NM] CQL) ok 7200 - ";\n\n" ([RE/F/NM] CQL) ok 7201 - ";\n\n" ([SB/F/NM] CQL) ok 7202 - ";This is a comment\n\n" ([RE/F/NM] CQL) ok 7203 - ";This is a comment\n\n" ([SB/F/NM] CQL) ok 7204 - ";A\tcomment\n\n" ([RE/F/NM] CQL) ok 7205 - ";A\tcomment\n\n" ([SB/F/NM] CQL) ok 7206 - ";Another /* comment\n\n" ([RE/F/NM] CQL) ok 7207 - ";Another /* comment\n\n" ([SB/F/NM] CQL) ok 7208 - ";\n;\n" ([RE/F/NM] CQL) ok 7209 - ";\n;\n" ([SB/F/NM] CQL) ok 7210 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] CQL) ok 7211 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] CQL) ok 7212 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] CQL) ok 7213 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] CQL) ok 7214 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] CQL) ok 7215 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] CQL) ok 7216 - ";\nhl" ([RE/F/NM] CQL) ok 7217 - ";\nhl" ([SB/F/NM] CQL) ok 7218 - ";This is a comment\nn" ([RE/F/NM] CQL) ok 7219 - ";This is a comment\nn" ([SB/F/NM] CQL) ok 7220 - ";A\tcomment\ntpm" ([RE/F/NM] CQL) ok 7221 - ";A\tcomment\ntpm" ([SB/F/NM] CQL) ok 7222 - ";Another /* comment\ni0ts" ([RE/F/NM] CQL) ok 7223 - ";Another /* comment\ni0ts" ([SB/F/NM] CQL) ok 7224 - "h;\n" ([RE/F/NM] CQL) ok 7225 - "h;\n" ([SB/F/NM] CQL) ok 7226 - "ri;This is a comment\n" ([RE/F/NM] CQL) ok 7227 - "ri;This is a comment\n" ([SB/F/NM] CQL) ok 7228 - "bgmw;A\tcomment\n" ([RE/F/NM] CQL) ok 7229 - "bgmw;A\tcomment\n" ([SB/F/NM] CQL) ok 7230 - "im9;Another /* comment\n" ([RE/F/NM] CQL) ok 7231 - "im9;Another /* comment\n" ([SB/F/NM] CQL) ok 7232 - "\\\n" ([RE/F/NM] CQL) ok 7233 - "\\\n" ([SB/F/NM] CQL) ok 7234 - "\\This is a comment\n" ([RE/F/NM] CQL) ok 7235 - "\\This is a comment\n" ([SB/F/NM] CQL) ok 7236 - "\\A\tcomment\n" ([RE/F/NM] CQL) ok 7237 - "\\A\tcomment\n" ([SB/F/NM] CQL) ok 7238 - "\\Another /* comment\n" ([RE/F/NM] CQL) ok 7239 - "\\Another /* comment\n" ([SB/F/NM] CQL) ok 7240 - "#\n" ([RE/F/NM] CQL) ok 7241 - "#\n" ([SB/F/NM] CQL) ok 7242 - "#This is a comment\n" ([RE/F/NM] CQL) ok 7243 - "#This is a comment\n" ([SB/F/NM] CQL) ok 7244 - "#A\tcomment\n" ([RE/F/NM] CQL) ok 7245 - "#A\tcomment\n" ([SB/F/NM] CQL) ok 7246 - "#Another /* comment\n" ([RE/F/NM] CQL) ok 7247 - "#Another /* comment\n" ([SB/F/NM] CQL) ok 7248 - "//\n" ([RE/F/NM] CQL) ok 7249 - "//\n" ([SB/F/NM] CQL) ok 7250 - "//This is a comment\n" ([RE/F/NM] CQL) ok 7251 - "//This is a comment\n" ([SB/F/NM] CQL) ok 7252 - "//A\tcomment\n" ([RE/F/NM] CQL) ok 7253 - "//A\tcomment\n" ([SB/F/NM] CQL) ok 7254 - "//Another /* comment\n" ([RE/F/NM] CQL) ok 7255 - "//Another /* comment\n" ([SB/F/NM] CQL) ok 7256 - "--\n" ([RE/F/NM] CQL) ok 7257 - "--\n" ([SB/F/NM] CQL) ok 7258 - "--This is a comment\n" ([RE/F/NM] CQL) ok 7259 - "--This is a comment\n" ([SB/F/NM] CQL) ok 7260 - "--A\tcomment\n" ([RE/F/NM] CQL) ok 7261 - "--A\tcomment\n" ([SB/F/NM] CQL) ok 7262 - "--Another /* comment\n" ([RE/F/NM] CQL) ok 7263 - "--Another /* comment\n" ([SB/F/NM] CQL) ok 7264 - "#\n" ([RE/F/NM] CQL) ok 7265 - "#\n" ([SB/F/NM] CQL) ok 7266 - "#This is a comment\n" ([RE/F/NM] CQL) ok 7267 - "#This is a comment\n" ([SB/F/NM] CQL) ok 7268 - "#A\tcomment\n" ([RE/F/NM] CQL) ok 7269 - "#A\tcomment\n" ([SB/F/NM] CQL) ok 7270 - "#Another /* comment\n" ([RE/F/NM] CQL) ok 7271 - "#Another /* comment\n" ([SB/F/NM] CQL) ok 7272 - "*\n" ([RE/F/NM] CQL) ok 7273 - "*\n" ([SB/F/NM] CQL) ok 7274 - "*This is a comment\n" ([RE/F/NM] CQL) ok 7275 - "*This is a comment\n" ([SB/F/NM] CQL) ok 7276 - "*A\tcomment\n" ([RE/F/NM] CQL) ok 7277 - "*A\tcomment\n" ([SB/F/NM] CQL) ok 7278 - "*Another /* comment\n" ([RE/F/NM] CQL) ok 7279 - "*Another /* comment\n" ([SB/F/NM] CQL) ok 7280 - "!\n" ([RE/F/NM] CQL) ok 7281 - "!\n" ([SB/F/NM] CQL) ok 7282 - "!This is a comment\n" ([RE/F/NM] CQL) ok 7283 - "!This is a comment\n" ([SB/F/NM] CQL) ok 7284 - "!A\tcomment\n" ([RE/F/NM] CQL) ok 7285 - "!A\tcomment\n" ([SB/F/NM] CQL) ok 7286 - "!Another /* comment\n" ([RE/F/NM] CQL) ok 7287 - "!Another /* comment\n" ([SB/F/NM] CQL) ok 7288 - "REM\n" ([RE/F/NM] CQL) ok 7289 - "REM\n" ([SB/F/NM] CQL) ok 7290 - "REMThis is a comment\n" ([RE/F/NM] CQL) ok 7291 - "REMThis is a comment\n" ([SB/F/NM] CQL) ok 7292 - "REMA\tcomment\n" ([RE/F/NM] CQL) ok 7293 - "REMA\tcomment\n" ([SB/F/NM] CQL) ok 7294 - "REMAnother /* comment\n" ([RE/F/NM] CQL) ok 7295 - "REMAnother /* comment\n" ([SB/F/NM] CQL) ok 7296 - "//\n" ([RE/F/NM] CQL) ok 7297 - "//\n" ([SB/F/NM] CQL) ok 7298 - "//This is a comment\n" ([RE/F/NM] CQL) ok 7299 - "//This is a comment\n" ([SB/F/NM] CQL) ok 7300 - "//A\tcomment\n" ([RE/F/NM] CQL) ok 7301 - "//A\tcomment\n" ([SB/F/NM] CQL) ok 7302 - "//Another /* comment\n" ([RE/F/NM] CQL) ok 7303 - "//Another /* comment\n" ([SB/F/NM] CQL) ok 7304 - "%\n" ([RE/F/NM] CQL) ok 7305 - "%\n" ([SB/F/NM] CQL) ok 7306 - "%This is a comment\n" ([RE/F/NM] CQL) ok 7307 - "%This is a comment\n" ([SB/F/NM] CQL) ok 7308 - "%A\tcomment\n" ([RE/F/NM] CQL) ok 7309 - "%A\tcomment\n" ([SB/F/NM] CQL) ok 7310 - "%Another /* comment\n" ([RE/F/NM] CQL) ok 7311 - "%Another /* comment\n" ([SB/F/NM] CQL) ok 7312 - "!\n" ([RE/F/NM] CQL) ok 7313 - "!\n" ([SB/F/NM] CQL) ok 7314 - "!This is a comment\n" ([RE/F/NM] CQL) ok 7315 - "!This is a comment\n" ([SB/F/NM] CQL) ok 7316 - "!A\tcomment\n" ([RE/F/NM] CQL) ok 7317 - "!A\tcomment\n" ([SB/F/NM] CQL) ok 7318 - "!Another /* comment\n" ([RE/F/NM] CQL) ok 7319 - "!Another /* comment\n" ([SB/F/NM] CQL) ok 7320 - "NB\n" ([RE/F/NM] CQL) ok 7321 - "NB\n" ([SB/F/NM] CQL) ok 7322 - "NBThis is a comment\n" ([RE/F/NM] CQL) ok 7323 - "NBThis is a comment\n" ([SB/F/NM] CQL) ok 7324 - "NBA\tcomment\n" ([RE/F/NM] CQL) ok 7325 - "NBA\tcomment\n" ([SB/F/NM] CQL) ok 7326 - "NBAnother /* comment\n" ([RE/F/NM] CQL) ok 7327 - "NBAnother /* comment\n" ([SB/F/NM] CQL) ok 7328 - "PLEASE NOT\n" ([RE/F/NM] CQL) ok 7329 - "PLEASE NOT\n" ([SB/F/NM] CQL) ok 7330 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] CQL) ok 7331 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] CQL) ok 7332 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] CQL) ok 7333 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] CQL) ok 7334 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] CQL) ok 7335 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] CQL) ok 7336 - "PLEASE NOT\n" ([RE/F/NM] CQL) ok 7337 - "PLEASE NOT\n" ([SB/F/NM] CQL) ok 7338 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] CQL) ok 7339 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] CQL) ok 7340 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] CQL) ok 7341 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] CQL) ok 7342 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] CQL) ok 7343 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] CQL) ok 7344 - "PLEASE N'T\n" ([RE/F/NM] CQL) ok 7345 - "PLEASE N'T\n" ([SB/F/NM] CQL) ok 7346 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] CQL) ok 7347 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] CQL) ok 7348 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] CQL) ok 7349 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] CQL) ok 7350 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] CQL) ok 7351 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] CQL) ok 7352 - "DO NOT\n" ([RE/F/NM] CQL) ok 7353 - "DO NOT\n" ([SB/F/NM] CQL) ok 7354 - "DO NOTThis is a comment\n" ([RE/F/NM] CQL) ok 7355 - "DO NOTThis is a comment\n" ([SB/F/NM] CQL) ok 7356 - "DO NOTA\tcomment\n" ([RE/F/NM] CQL) ok 7357 - "DO NOTA\tcomment\n" ([SB/F/NM] CQL) ok 7358 - "DO NOTAnother /* comment\n" ([RE/F/NM] CQL) ok 7359 - "DO NOTAnother /* comment\n" ([SB/F/NM] CQL) ok 7360 - "DO N'T\n" ([RE/F/NM] CQL) ok 7361 - "DO N'T\n" ([SB/F/NM] CQL) ok 7362 - "DO N'TThis is a comment\n" ([RE/F/NM] CQL) ok 7363 - "DO N'TThis is a comment\n" ([SB/F/NM] CQL) ok 7364 - "DO N'TA\tcomment\n" ([RE/F/NM] CQL) ok 7365 - "DO N'TA\tcomment\n" ([SB/F/NM] CQL) ok 7366 - "DO N'TAnother /* comment\n" ([RE/F/NM] CQL) ok 7367 - "DO N'TAnother /* comment\n" ([SB/F/NM] CQL) ok 7368 - "DO NOT\n" ([RE/F/NM] CQL) ok 7369 - "DO NOT\n" ([SB/F/NM] CQL) ok 7370 - "DO NOTThis is a comment\n" ([RE/F/NM] CQL) ok 7371 - "DO NOTThis is a comment\n" ([SB/F/NM] CQL) ok 7372 - "DO NOTA\tcomment\n" ([RE/F/NM] CQL) ok 7373 - "DO NOTA\tcomment\n" ([SB/F/NM] CQL) ok 7374 - "DO NOTAnother /* comment\n" ([RE/F/NM] CQL) ok 7375 - "DO NOTAnother /* comment\n" ([SB/F/NM] CQL) ok 7376 - "PLEASE DO NOT\n" ([RE/F/NM] CQL) ok 7377 - "PLEASE DO NOT\n" ([SB/F/NM] CQL) ok 7378 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] CQL) ok 7379 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] CQL) ok 7380 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] CQL) ok 7381 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] CQL) ok 7382 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] CQL) ok 7383 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] CQL) ok 7384 - "PLEASE DO NOT\n" ([RE/F/NM] CQL) ok 7385 - "PLEASE DO NOT\n" ([SB/F/NM] CQL) ok 7386 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] CQL) ok 7387 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] CQL) ok 7388 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] CQL) ok 7389 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] CQL) ok 7390 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] CQL) ok 7391 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] CQL) ok 7392 - "PLEASE DO N'T\n" ([RE/F/NM] CQL) ok 7393 - "PLEASE DO N'T\n" ([SB/F/NM] CQL) ok 7394 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] CQL) ok 7395 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] CQL) ok 7396 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] CQL) ok 7397 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] CQL) ok 7398 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] CQL) ok 7399 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] CQL) ok 7400 - "NB.\n" ([RE/F/NM] CQL) ok 7401 - "NB.\n" ([SB/F/NM] CQL) ok 7402 - "NB.This is a comment\n" ([RE/F/NM] CQL) ok 7403 - "NB.This is a comment\n" ([SB/F/NM] CQL) ok 7404 - "NB.A\tcomment\n" ([RE/F/NM] CQL) ok 7405 - "NB.A\tcomment\n" ([SB/F/NM] CQL) ok 7406 - "NB.Another /* comment\n" ([RE/F/NM] CQL) ok 7407 - "NB.Another /* comment\n" ([SB/F/NM] CQL) ok 7408 - "{}" ([RE/F/NM] CQL) ok 7409 - "{}" ([SB/F/NM] CQL) ok 7410 - "{This is a comment}" ([RE/F/NM] CQL) ok 7411 - "{This is a comment}" ([SB/F/NM] CQL) ok 7412 - "{A\tcomment}" ([RE/F/NM] CQL) ok 7413 - "{A\tcomment}" ([SB/F/NM] CQL) ok 7414 - "{Another /* comment}" ([RE/F/NM] CQL) ok 7415 - "{Another /* comment}" ([SB/F/NM] CQL) ok 7416 - ".\n" ([RE/F/NM] CQL) ok 7417 - ".\n" ([SB/F/NM] CQL) ok 7418 - ".This is a comment\n" ([RE/F/NM] CQL) ok 7419 - ".This is a comment\n" ([SB/F/NM] CQL) ok 7420 - ".A\tcomment\n" ([RE/F/NM] CQL) ok 7421 - ".A\tcomment\n" ([SB/F/NM] CQL) ok 7422 - ".Another /* comment\n" ([RE/F/NM] CQL) ok 7423 - ".Another /* comment\n" ([SB/F/NM] CQL) ok 7424 - "`\n" ([RE/F/NM] CQL) ok 7425 - "`\n" ([SB/F/NM] CQL) ok 7426 - "`This is a comment\n" ([RE/F/NM] CQL) ok 7427 - "`This is a comment\n" ([SB/F/NM] CQL) ok 7428 - "`A\tcomment\n" ([RE/F/NM] CQL) ok 7429 - "`A\tcomment\n" ([SB/F/NM] CQL) ok 7430 - "`Another /* comment\n" ([RE/F/NM] CQL) ok 7431 - "`Another /* comment\n" ([SB/F/NM] CQL) ok 7432 - "--\n" ([RE/F/NM] CQL) ok 7433 - "--\n" ([SB/F/NM] CQL) ok 7434 - "--This is a comment\n" ([RE/F/NM] CQL) ok 7435 - "--This is a comment\n" ([SB/F/NM] CQL) ok 7436 - "--A\tcomment\n" ([RE/F/NM] CQL) ok 7437 - "--A\tcomment\n" ([SB/F/NM] CQL) ok 7438 - "--Another /* comment\n" ([RE/F/NM] CQL) ok 7439 - "--Another /* comment\n" ([SB/F/NM] CQL) ok 7440 - "---\n" ([RE/F/NM] CQL) ok 7441 - "---\n" ([SB/F/NM] CQL) ok 7442 - "---This is a comment\n" ([RE/F/NM] CQL) ok 7443 - "---This is a comment\n" ([SB/F/NM] CQL) ok 7444 - "---A\tcomment\n" ([RE/F/NM] CQL) ok 7445 - "---A\tcomment\n" ([SB/F/NM] CQL) ok 7446 - "---Another /* comment\n" ([RE/F/NM] CQL) ok 7447 - "---Another /* comment\n" ([SB/F/NM] CQL) ok 7448 - "-----\n" ([RE/F/NM] CQL) ok 7449 - "-----\n" ([SB/F/NM] CQL) ok 7450 - "-----This is a comment\n" ([RE/F/NM] CQL) ok 7451 - "-----This is a comment\n" ([SB/F/NM] CQL) ok 7452 - "-----A\tcomment\n" ([RE/F/NM] CQL) ok 7453 - "-----A\tcomment\n" ([SB/F/NM] CQL) ok 7454 - "-----Another /* comment\n" ([RE/F/NM] CQL) ok 7455 - "-----Another /* comment\n" ([SB/F/NM] CQL) ok 7456 - "\\"\n" ([RE/F/NM] CQL) ok 7457 - "\\"\n" ([SB/F/NM] CQL) ok 7458 - "\\"This is a comment\n" ([RE/F/NM] CQL) ok 7459 - "\\"This is a comment\n" ([SB/F/NM] CQL) ok 7460 - "\\"A\tcomment\n" ([RE/F/NM] CQL) ok 7461 - "\\"A\tcomment\n" ([SB/F/NM] CQL) ok 7462 - "\\"Another /* comment\n" ([RE/F/NM] CQL) ok 7463 - "\\"Another /* comment\n" ([SB/F/NM] CQL) ok 7464 - ""\n" ([RE/F/NM] CQL) ok 7465 - ""\n" ([SB/F/NM] CQL) ok 7466 - ""This is a comment\n" ([RE/F/NM] CQL) ok 7467 - ""This is a comment\n" ([SB/F/NM] CQL) ok 7468 - ""A\tcomment\n" ([RE/F/NM] CQL) ok 7469 - ""A\tcomment\n" ([SB/F/NM] CQL) ok 7470 - ""Another /* comment\n" ([RE/F/NM] CQL) ok 7471 - ""Another /* comment\n" ([SB/F/NM] CQL) ok 7472 - "'\n" ([RE/F/NM] CQL) ok 7473 - "'\n" ([SB/F/NM] CQL) ok 7474 - "'This is a comment\n" ([RE/F/NM] CQL) ok 7475 - "'This is a comment\n" ([SB/F/NM] CQL) ok 7476 - "'A\tcomment\n" ([RE/F/NM] CQL) ok 7477 - "'A\tcomment\n" ([SB/F/NM] CQL) ok 7478 - "'Another /* comment\n" ([RE/F/NM] CQL) ok 7479 - "'Another /* comment\n" ([SB/F/NM] CQL) ok 7480 - ";\n" ([RE/P/MT] Lisp) ok 7481 - ";\n" ([OM/P/MT] Lisp) ok 7482 - ";\n" ([OS/P/MT] Lisp) ok 7483 - ";\n" ([SB/P/MT] Lisp) ok 7484 - ";\n" ([KP/P/MT] Lisp) ok 7485 - ";This is a comment\n" ([RE/P/MT] Lisp) ok 7486 - ";This is a comment\n" ([OM/P/MT] Lisp) ok 7487 - ";This is a comment\n" ([OS/P/MT] Lisp) ok 7488 - ";This is a comment\n" ([SB/P/MT] Lisp) ok 7489 - ";This is a comment\n" ([KP/P/MT] Lisp) ok 7490 - ";A\tcomment\n" ([RE/P/MT] Lisp) ok 7491 - ";A\tcomment\n" ([OM/P/MT] Lisp) ok 7492 - ";A\tcomment\n" ([OS/P/MT] Lisp) ok 7493 - ";A\tcomment\n" ([SB/P/MT] Lisp) ok 7494 - ";A\tcomment\n" ([KP/P/MT] Lisp) ok 7495 - ";Another /* comment\n" ([RE/P/MT] Lisp) ok 7496 - ";Another /* comment\n" ([OM/P/MT] Lisp) ok 7497 - ";Another /* comment\n" ([OS/P/MT] Lisp) ok 7498 - ";Another /* comment\n" ([SB/P/MT] Lisp) ok 7499 - ";Another /* comment\n" ([KP/P/MT] Lisp) ok 7500 - "\\" ([RE/F/NM] Lisp) ok 7501 - "\\" ([SB/F/NM] Lisp) ok 7502 - "\\This is a comment" ([RE/F/NM] Lisp) ok 7503 - "\\This is a comment" ([SB/F/NM] Lisp) ok 7504 - "\\A\tcomment" ([RE/F/NM] Lisp) ok 7505 - "\\A\tcomment" ([SB/F/NM] Lisp) ok 7506 - "\\Another /* comment" ([RE/F/NM] Lisp) ok 7507 - "\\Another /* comment" ([SB/F/NM] Lisp) ok 7508 - "\n" ([RE/F/NM] Lisp) ok 7509 - "\n" ([SB/F/NM] Lisp) ok 7510 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7511 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7512 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7513 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7514 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7515 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7516 - "#" ([RE/F/NM] Lisp) ok 7517 - "#" ([SB/F/NM] Lisp) ok 7518 - "#This is a comment" ([RE/F/NM] Lisp) ok 7519 - "#This is a comment" ([SB/F/NM] Lisp) ok 7520 - "#A\tcomment" ([RE/F/NM] Lisp) ok 7521 - "#A\tcomment" ([SB/F/NM] Lisp) ok 7522 - "#Another /* comment" ([RE/F/NM] Lisp) ok 7523 - "#Another /* comment" ([SB/F/NM] Lisp) ok 7524 - "\n" ([RE/F/NM] Lisp) ok 7525 - "\n" ([SB/F/NM] Lisp) ok 7526 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7527 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7528 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7529 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7530 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7531 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7532 - "//" ([RE/F/NM] Lisp) ok 7533 - "//" ([SB/F/NM] Lisp) ok 7534 - "//This is a comment" ([RE/F/NM] Lisp) ok 7535 - "//This is a comment" ([SB/F/NM] Lisp) ok 7536 - "//A\tcomment" ([RE/F/NM] Lisp) ok 7537 - "//A\tcomment" ([SB/F/NM] Lisp) ok 7538 - "//Another /* comment" ([RE/F/NM] Lisp) ok 7539 - "//Another /* comment" ([SB/F/NM] Lisp) ok 7540 - "\n" ([RE/F/NM] Lisp) ok 7541 - "\n" ([SB/F/NM] Lisp) ok 7542 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7543 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7544 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7545 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7546 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7547 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7548 - "--" ([RE/F/NM] Lisp) ok 7549 - "--" ([SB/F/NM] Lisp) ok 7550 - "--This is a comment" ([RE/F/NM] Lisp) ok 7551 - "--This is a comment" ([SB/F/NM] Lisp) ok 7552 - "--A\tcomment" ([RE/F/NM] Lisp) ok 7553 - "--A\tcomment" ([SB/F/NM] Lisp) ok 7554 - "--Another /* comment" ([RE/F/NM] Lisp) ok 7555 - "--Another /* comment" ([SB/F/NM] Lisp) ok 7556 - "\n" ([RE/F/NM] Lisp) ok 7557 - "\n" ([SB/F/NM] Lisp) ok 7558 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7559 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7560 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7561 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7562 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7563 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7564 - ";" ([RE/F/NM] Lisp) ok 7565 - ";" ([SB/F/NM] Lisp) ok 7566 - ";This is a comment" ([RE/F/NM] Lisp) ok 7567 - ";This is a comment" ([SB/F/NM] Lisp) ok 7568 - ";A\tcomment" ([RE/F/NM] Lisp) ok 7569 - ";A\tcomment" ([SB/F/NM] Lisp) ok 7570 - ";Another /* comment" ([RE/F/NM] Lisp) ok 7571 - ";Another /* comment" ([SB/F/NM] Lisp) ok 7572 - "\n" ([RE/F/NM] Lisp) ok 7573 - "\n" ([SB/F/NM] Lisp) ok 7574 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7575 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7576 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7577 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7578 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7579 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7580 - "#" ([RE/F/NM] Lisp) ok 7581 - "#" ([SB/F/NM] Lisp) ok 7582 - "#This is a comment" ([RE/F/NM] Lisp) ok 7583 - "#This is a comment" ([SB/F/NM] Lisp) ok 7584 - "#A\tcomment" ([RE/F/NM] Lisp) ok 7585 - "#A\tcomment" ([SB/F/NM] Lisp) ok 7586 - "#Another /* comment" ([RE/F/NM] Lisp) ok 7587 - "#Another /* comment" ([SB/F/NM] Lisp) ok 7588 - "\n" ([RE/F/NM] Lisp) ok 7589 - "\n" ([SB/F/NM] Lisp) ok 7590 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7591 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7592 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7593 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7594 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7595 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7596 - "*" ([RE/F/NM] Lisp) ok 7597 - "*" ([SB/F/NM] Lisp) ok 7598 - "*This is a comment" ([RE/F/NM] Lisp) ok 7599 - "*This is a comment" ([SB/F/NM] Lisp) ok 7600 - "*A\tcomment" ([RE/F/NM] Lisp) ok 7601 - "*A\tcomment" ([SB/F/NM] Lisp) ok 7602 - "*Another /* comment" ([RE/F/NM] Lisp) ok 7603 - "*Another /* comment" ([SB/F/NM] Lisp) ok 7604 - "\n" ([RE/F/NM] Lisp) ok 7605 - "\n" ([SB/F/NM] Lisp) ok 7606 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7607 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7608 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7609 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7610 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7611 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7612 - "!" ([RE/F/NM] Lisp) ok 7613 - "!" ([SB/F/NM] Lisp) ok 7614 - "!This is a comment" ([RE/F/NM] Lisp) ok 7615 - "!This is a comment" ([SB/F/NM] Lisp) ok 7616 - "!A\tcomment" ([RE/F/NM] Lisp) ok 7617 - "!A\tcomment" ([SB/F/NM] Lisp) ok 7618 - "!Another /* comment" ([RE/F/NM] Lisp) ok 7619 - "!Another /* comment" ([SB/F/NM] Lisp) ok 7620 - "\n" ([RE/F/NM] Lisp) ok 7621 - "\n" ([SB/F/NM] Lisp) ok 7622 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7623 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7624 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7625 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7626 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7627 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7628 - "REM" ([RE/F/NM] Lisp) ok 7629 - "REM" ([SB/F/NM] Lisp) ok 7630 - "REMThis is a comment" ([RE/F/NM] Lisp) ok 7631 - "REMThis is a comment" ([SB/F/NM] Lisp) ok 7632 - "REMA\tcomment" ([RE/F/NM] Lisp) ok 7633 - "REMA\tcomment" ([SB/F/NM] Lisp) ok 7634 - "REMAnother /* comment" ([RE/F/NM] Lisp) ok 7635 - "REMAnother /* comment" ([SB/F/NM] Lisp) ok 7636 - "\n" ([RE/F/NM] Lisp) ok 7637 - "\n" ([SB/F/NM] Lisp) ok 7638 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7639 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7640 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7641 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7642 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7643 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7644 - "//" ([RE/F/NM] Lisp) ok 7645 - "//" ([SB/F/NM] Lisp) ok 7646 - "//This is a comment" ([RE/F/NM] Lisp) ok 7647 - "//This is a comment" ([SB/F/NM] Lisp) ok 7648 - "//A\tcomment" ([RE/F/NM] Lisp) ok 7649 - "//A\tcomment" ([SB/F/NM] Lisp) ok 7650 - "//Another /* comment" ([RE/F/NM] Lisp) ok 7651 - "//Another /* comment" ([SB/F/NM] Lisp) ok 7652 - "\n" ([RE/F/NM] Lisp) ok 7653 - "\n" ([SB/F/NM] Lisp) ok 7654 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7655 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7656 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7657 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7658 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7659 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7660 - "%" ([RE/F/NM] Lisp) ok 7661 - "%" ([SB/F/NM] Lisp) ok 7662 - "%This is a comment" ([RE/F/NM] Lisp) ok 7663 - "%This is a comment" ([SB/F/NM] Lisp) ok 7664 - "%A\tcomment" ([RE/F/NM] Lisp) ok 7665 - "%A\tcomment" ([SB/F/NM] Lisp) ok 7666 - "%Another /* comment" ([RE/F/NM] Lisp) ok 7667 - "%Another /* comment" ([SB/F/NM] Lisp) ok 7668 - "\n" ([RE/F/NM] Lisp) ok 7669 - "\n" ([SB/F/NM] Lisp) ok 7670 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7671 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7672 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7673 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7674 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7675 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7676 - "!" ([RE/F/NM] Lisp) ok 7677 - "!" ([SB/F/NM] Lisp) ok 7678 - "!This is a comment" ([RE/F/NM] Lisp) ok 7679 - "!This is a comment" ([SB/F/NM] Lisp) ok 7680 - "!A\tcomment" ([RE/F/NM] Lisp) ok 7681 - "!A\tcomment" ([SB/F/NM] Lisp) ok 7682 - "!Another /* comment" ([RE/F/NM] Lisp) ok 7683 - "!Another /* comment" ([SB/F/NM] Lisp) ok 7684 - "\n" ([RE/F/NM] Lisp) ok 7685 - "\n" ([SB/F/NM] Lisp) ok 7686 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7687 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7688 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7689 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7690 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7691 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7692 - "NB" ([RE/F/NM] Lisp) ok 7693 - "NB" ([SB/F/NM] Lisp) ok 7694 - "NBThis is a comment" ([RE/F/NM] Lisp) ok 7695 - "NBThis is a comment" ([SB/F/NM] Lisp) ok 7696 - "NBA\tcomment" ([RE/F/NM] Lisp) ok 7697 - "NBA\tcomment" ([SB/F/NM] Lisp) ok 7698 - "NBAnother /* comment" ([RE/F/NM] Lisp) ok 7699 - "NBAnother /* comment" ([SB/F/NM] Lisp) ok 7700 - "\n" ([RE/F/NM] Lisp) ok 7701 - "\n" ([SB/F/NM] Lisp) ok 7702 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7703 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7704 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7705 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7706 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7707 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7708 - "PLEASE NOT" ([RE/F/NM] Lisp) ok 7709 - "PLEASE NOT" ([SB/F/NM] Lisp) ok 7710 - "PLEASE NOTThis is a comment" ([RE/F/NM] Lisp) ok 7711 - "PLEASE NOTThis is a comment" ([SB/F/NM] Lisp) ok 7712 - "PLEASE NOTA\tcomment" ([RE/F/NM] Lisp) ok 7713 - "PLEASE NOTA\tcomment" ([SB/F/NM] Lisp) ok 7714 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Lisp) ok 7715 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Lisp) ok 7716 - "\n" ([RE/F/NM] Lisp) ok 7717 - "\n" ([SB/F/NM] Lisp) ok 7718 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7719 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7720 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7721 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7722 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7723 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7724 - "PLEASE NOT" ([RE/F/NM] Lisp) ok 7725 - "PLEASE NOT" ([SB/F/NM] Lisp) ok 7726 - "PLEASE NOTThis is a comment" ([RE/F/NM] Lisp) ok 7727 - "PLEASE NOTThis is a comment" ([SB/F/NM] Lisp) ok 7728 - "PLEASE NOTA\tcomment" ([RE/F/NM] Lisp) ok 7729 - "PLEASE NOTA\tcomment" ([SB/F/NM] Lisp) ok 7730 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Lisp) ok 7731 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Lisp) ok 7732 - "\n" ([RE/F/NM] Lisp) ok 7733 - "\n" ([SB/F/NM] Lisp) ok 7734 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7735 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7736 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7737 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7738 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7739 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7740 - "PLEASE N'T" ([RE/F/NM] Lisp) ok 7741 - "PLEASE N'T" ([SB/F/NM] Lisp) ok 7742 - "PLEASE N'TThis is a comment" ([RE/F/NM] Lisp) ok 7743 - "PLEASE N'TThis is a comment" ([SB/F/NM] Lisp) ok 7744 - "PLEASE N'TA\tcomment" ([RE/F/NM] Lisp) ok 7745 - "PLEASE N'TA\tcomment" ([SB/F/NM] Lisp) ok 7746 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Lisp) ok 7747 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Lisp) ok 7748 - "\n" ([RE/F/NM] Lisp) ok 7749 - "\n" ([SB/F/NM] Lisp) ok 7750 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7751 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7752 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7753 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7754 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7755 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7756 - "DO NOT" ([RE/F/NM] Lisp) ok 7757 - "DO NOT" ([SB/F/NM] Lisp) ok 7758 - "DO NOTThis is a comment" ([RE/F/NM] Lisp) ok 7759 - "DO NOTThis is a comment" ([SB/F/NM] Lisp) ok 7760 - "DO NOTA\tcomment" ([RE/F/NM] Lisp) ok 7761 - "DO NOTA\tcomment" ([SB/F/NM] Lisp) ok 7762 - "DO NOTAnother /* comment" ([RE/F/NM] Lisp) ok 7763 - "DO NOTAnother /* comment" ([SB/F/NM] Lisp) ok 7764 - "\n" ([RE/F/NM] Lisp) ok 7765 - "\n" ([SB/F/NM] Lisp) ok 7766 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7767 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7768 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7769 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7770 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7771 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7772 - "DO N'T" ([RE/F/NM] Lisp) ok 7773 - "DO N'T" ([SB/F/NM] Lisp) ok 7774 - "DO N'TThis is a comment" ([RE/F/NM] Lisp) ok 7775 - "DO N'TThis is a comment" ([SB/F/NM] Lisp) ok 7776 - "DO N'TA\tcomment" ([RE/F/NM] Lisp) ok 7777 - "DO N'TA\tcomment" ([SB/F/NM] Lisp) ok 7778 - "DO N'TAnother /* comment" ([RE/F/NM] Lisp) ok 7779 - "DO N'TAnother /* comment" ([SB/F/NM] Lisp) ok 7780 - "\n" ([RE/F/NM] Lisp) ok 7781 - "\n" ([SB/F/NM] Lisp) ok 7782 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7783 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7784 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7785 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7786 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7787 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7788 - "DO NOT" ([RE/F/NM] Lisp) ok 7789 - "DO NOT" ([SB/F/NM] Lisp) ok 7790 - "DO NOTThis is a comment" ([RE/F/NM] Lisp) ok 7791 - "DO NOTThis is a comment" ([SB/F/NM] Lisp) ok 7792 - "DO NOTA\tcomment" ([RE/F/NM] Lisp) ok 7793 - "DO NOTA\tcomment" ([SB/F/NM] Lisp) ok 7794 - "DO NOTAnother /* comment" ([RE/F/NM] Lisp) ok 7795 - "DO NOTAnother /* comment" ([SB/F/NM] Lisp) ok 7796 - "\n" ([RE/F/NM] Lisp) ok 7797 - "\n" ([SB/F/NM] Lisp) ok 7798 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7799 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7800 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7801 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7802 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7803 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7804 - "PLEASE DO NOT" ([RE/F/NM] Lisp) ok 7805 - "PLEASE DO NOT" ([SB/F/NM] Lisp) ok 7806 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Lisp) ok 7807 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Lisp) ok 7808 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Lisp) ok 7809 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Lisp) ok 7810 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Lisp) ok 7811 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Lisp) ok 7812 - "\n" ([RE/F/NM] Lisp) ok 7813 - "\n" ([SB/F/NM] Lisp) ok 7814 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7815 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7816 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7817 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7818 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7819 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7820 - "PLEASE DO NOT" ([RE/F/NM] Lisp) ok 7821 - "PLEASE DO NOT" ([SB/F/NM] Lisp) ok 7822 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Lisp) ok 7823 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Lisp) ok 7824 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Lisp) ok 7825 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Lisp) ok 7826 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Lisp) ok 7827 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Lisp) ok 7828 - "\n" ([RE/F/NM] Lisp) ok 7829 - "\n" ([SB/F/NM] Lisp) ok 7830 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7831 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7832 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7833 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7834 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7835 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7836 - "PLEASE DO N'T" ([RE/F/NM] Lisp) ok 7837 - "PLEASE DO N'T" ([SB/F/NM] Lisp) ok 7838 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Lisp) ok 7839 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Lisp) ok 7840 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Lisp) ok 7841 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Lisp) ok 7842 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Lisp) ok 7843 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Lisp) ok 7844 - "\n" ([RE/F/NM] Lisp) ok 7845 - "\n" ([SB/F/NM] Lisp) ok 7846 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7847 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7848 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7849 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7850 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7851 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7852 - "NB." ([RE/F/NM] Lisp) ok 7853 - "NB." ([SB/F/NM] Lisp) ok 7854 - "NB.This is a comment" ([RE/F/NM] Lisp) ok 7855 - "NB.This is a comment" ([SB/F/NM] Lisp) ok 7856 - "NB.A\tcomment" ([RE/F/NM] Lisp) ok 7857 - "NB.A\tcomment" ([SB/F/NM] Lisp) ok 7858 - "NB.Another /* comment" ([RE/F/NM] Lisp) ok 7859 - "NB.Another /* comment" ([SB/F/NM] Lisp) ok 7860 - "\n" ([RE/F/NM] Lisp) ok 7861 - "\n" ([SB/F/NM] Lisp) ok 7862 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7863 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7864 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7865 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7866 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7867 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7868 - "{" ([RE/F/NM] Lisp) ok 7869 - "{" ([SB/F/NM] Lisp) ok 7870 - "{This is a comment" ([RE/F/NM] Lisp) ok 7871 - "{This is a comment" ([SB/F/NM] Lisp) ok 7872 - "{A\tcomment" ([RE/F/NM] Lisp) ok 7873 - "{A\tcomment" ([SB/F/NM] Lisp) ok 7874 - "{Another /* comment" ([RE/F/NM] Lisp) ok 7875 - "{Another /* comment" ([SB/F/NM] Lisp) ok 7876 - "}" ([RE/F/NM] Lisp) ok 7877 - "}" ([SB/F/NM] Lisp) ok 7878 - "This is a comment}" ([RE/F/NM] Lisp) ok 7879 - "This is a comment}" ([SB/F/NM] Lisp) ok 7880 - "A\tcomment}" ([RE/F/NM] Lisp) ok 7881 - "A\tcomment}" ([SB/F/NM] Lisp) ok 7882 - "Another /* comment}" ([RE/F/NM] Lisp) ok 7883 - "Another /* comment}" ([SB/F/NM] Lisp) ok 7884 - "." ([RE/F/NM] Lisp) ok 7885 - "." ([SB/F/NM] Lisp) ok 7886 - ".This is a comment" ([RE/F/NM] Lisp) ok 7887 - ".This is a comment" ([SB/F/NM] Lisp) ok 7888 - ".A\tcomment" ([RE/F/NM] Lisp) ok 7889 - ".A\tcomment" ([SB/F/NM] Lisp) ok 7890 - ".Another /* comment" ([RE/F/NM] Lisp) ok 7891 - ".Another /* comment" ([SB/F/NM] Lisp) ok 7892 - "\n" ([RE/F/NM] Lisp) ok 7893 - "\n" ([SB/F/NM] Lisp) ok 7894 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7895 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7896 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7897 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7898 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7899 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7900 - ";" ([RE/F/NM] Lisp) ok 7901 - ";" ([SB/F/NM] Lisp) ok 7902 - ";This is a comment" ([RE/F/NM] Lisp) ok 7903 - ";This is a comment" ([SB/F/NM] Lisp) ok 7904 - ";A\tcomment" ([RE/F/NM] Lisp) ok 7905 - ";A\tcomment" ([SB/F/NM] Lisp) ok 7906 - ";Another /* comment" ([RE/F/NM] Lisp) ok 7907 - ";Another /* comment" ([SB/F/NM] Lisp) ok 7908 - "\n" ([RE/F/NM] Lisp) ok 7909 - "\n" ([SB/F/NM] Lisp) ok 7910 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7911 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7912 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7913 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7914 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7915 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7916 - "`" ([RE/F/NM] Lisp) ok 7917 - "`" ([SB/F/NM] Lisp) ok 7918 - "`This is a comment" ([RE/F/NM] Lisp) ok 7919 - "`This is a comment" ([SB/F/NM] Lisp) ok 7920 - "`A\tcomment" ([RE/F/NM] Lisp) ok 7921 - "`A\tcomment" ([SB/F/NM] Lisp) ok 7922 - "`Another /* comment" ([RE/F/NM] Lisp) ok 7923 - "`Another /* comment" ([SB/F/NM] Lisp) ok 7924 - "\n" ([RE/F/NM] Lisp) ok 7925 - "\n" ([SB/F/NM] Lisp) ok 7926 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7927 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7928 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7929 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7930 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7931 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7932 - "--" ([RE/F/NM] Lisp) ok 7933 - "--" ([SB/F/NM] Lisp) ok 7934 - "--This is a comment" ([RE/F/NM] Lisp) ok 7935 - "--This is a comment" ([SB/F/NM] Lisp) ok 7936 - "--A\tcomment" ([RE/F/NM] Lisp) ok 7937 - "--A\tcomment" ([SB/F/NM] Lisp) ok 7938 - "--Another /* comment" ([RE/F/NM] Lisp) ok 7939 - "--Another /* comment" ([SB/F/NM] Lisp) ok 7940 - "\n" ([RE/F/NM] Lisp) ok 7941 - "\n" ([SB/F/NM] Lisp) ok 7942 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7943 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7944 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7945 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7946 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7947 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7948 - "---" ([RE/F/NM] Lisp) ok 7949 - "---" ([SB/F/NM] Lisp) ok 7950 - "---This is a comment" ([RE/F/NM] Lisp) ok 7951 - "---This is a comment" ([SB/F/NM] Lisp) ok 7952 - "---A\tcomment" ([RE/F/NM] Lisp) ok 7953 - "---A\tcomment" ([SB/F/NM] Lisp) ok 7954 - "---Another /* comment" ([RE/F/NM] Lisp) ok 7955 - "---Another /* comment" ([SB/F/NM] Lisp) ok 7956 - "\n" ([RE/F/NM] Lisp) ok 7957 - "\n" ([SB/F/NM] Lisp) ok 7958 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7959 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7960 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7961 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7962 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7963 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7964 - "-----" ([RE/F/NM] Lisp) ok 7965 - "-----" ([SB/F/NM] Lisp) ok 7966 - "-----This is a comment" ([RE/F/NM] Lisp) ok 7967 - "-----This is a comment" ([SB/F/NM] Lisp) ok 7968 - "-----A\tcomment" ([RE/F/NM] Lisp) ok 7969 - "-----A\tcomment" ([SB/F/NM] Lisp) ok 7970 - "-----Another /* comment" ([RE/F/NM] Lisp) ok 7971 - "-----Another /* comment" ([SB/F/NM] Lisp) ok 7972 - "\n" ([RE/F/NM] Lisp) ok 7973 - "\n" ([SB/F/NM] Lisp) ok 7974 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7975 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7976 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7977 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7978 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7979 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7980 - "\\"" ([RE/F/NM] Lisp) ok 7981 - "\\"" ([SB/F/NM] Lisp) ok 7982 - "\\"This is a comment" ([RE/F/NM] Lisp) ok 7983 - "\\"This is a comment" ([SB/F/NM] Lisp) ok 7984 - "\\"A\tcomment" ([RE/F/NM] Lisp) ok 7985 - "\\"A\tcomment" ([SB/F/NM] Lisp) ok 7986 - "\\"Another /* comment" ([RE/F/NM] Lisp) ok 7987 - "\\"Another /* comment" ([SB/F/NM] Lisp) ok 7988 - "\n" ([RE/F/NM] Lisp) ok 7989 - "\n" ([SB/F/NM] Lisp) ok 7990 - "This is a comment\n" ([RE/F/NM] Lisp) ok 7991 - "This is a comment\n" ([SB/F/NM] Lisp) ok 7992 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 7993 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 7994 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 7995 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 7996 - """ ([RE/F/NM] Lisp) ok 7997 - """ ([SB/F/NM] Lisp) ok 7998 - ""This is a comment" ([RE/F/NM] Lisp) ok 7999 - ""This is a comment" ([SB/F/NM] Lisp) ok 8000 - ""A\tcomment" ([RE/F/NM] Lisp) ok 8001 - ""A\tcomment" ([SB/F/NM] Lisp) ok 8002 - ""Another /* comment" ([RE/F/NM] Lisp) ok 8003 - ""Another /* comment" ([SB/F/NM] Lisp) ok 8004 - "\n" ([RE/F/NM] Lisp) ok 8005 - "\n" ([SB/F/NM] Lisp) ok 8006 - "This is a comment\n" ([RE/F/NM] Lisp) ok 8007 - "This is a comment\n" ([SB/F/NM] Lisp) ok 8008 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 8009 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 8010 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 8011 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 8012 - "'" ([RE/F/NM] Lisp) ok 8013 - "'" ([SB/F/NM] Lisp) ok 8014 - "'This is a comment" ([RE/F/NM] Lisp) ok 8015 - "'This is a comment" ([SB/F/NM] Lisp) ok 8016 - "'A\tcomment" ([RE/F/NM] Lisp) ok 8017 - "'A\tcomment" ([SB/F/NM] Lisp) ok 8018 - "'Another /* comment" ([RE/F/NM] Lisp) ok 8019 - "'Another /* comment" ([SB/F/NM] Lisp) ok 8020 - "\n" ([RE/F/NM] Lisp) ok 8021 - "\n" ([SB/F/NM] Lisp) ok 8022 - "This is a comment\n" ([RE/F/NM] Lisp) ok 8023 - "This is a comment\n" ([SB/F/NM] Lisp) ok 8024 - "A\tcomment\n" ([RE/F/NM] Lisp) ok 8025 - "A\tcomment\n" ([SB/F/NM] Lisp) ok 8026 - "Another /* comment\n" ([RE/F/NM] Lisp) ok 8027 - "Another /* comment\n" ([SB/F/NM] Lisp) ok 8028 - "/* This is a C comment */" ([RE/F/NM] Lisp) ok 8029 - "/* This is a C comment */" ([SB/F/NM] Lisp) ok 8030 - "(* This is a Pascal comment *)" ([RE/F/NM] Lisp) ok 8031 - "(* This is a Pascal comment *)" ([SB/F/NM] Lisp) ok 8032 - "" ([RE/F/NM] Lisp) ok 8033 - "" ([SB/F/NM] Lisp) ok 8034 - ";\n\n" ([RE/F/NM] Lisp) ok 8035 - ";\n\n" ([SB/F/NM] Lisp) ok 8036 - ";This is a comment\n\n" ([RE/F/NM] Lisp) ok 8037 - ";This is a comment\n\n" ([SB/F/NM] Lisp) ok 8038 - ";A\tcomment\n\n" ([RE/F/NM] Lisp) ok 8039 - ";A\tcomment\n\n" ([SB/F/NM] Lisp) ok 8040 - ";Another /* comment\n\n" ([RE/F/NM] Lisp) ok 8041 - ";Another /* comment\n\n" ([SB/F/NM] Lisp) ok 8042 - ";\n;\n" ([RE/F/NM] Lisp) ok 8043 - ";\n;\n" ([SB/F/NM] Lisp) ok 8044 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] Lisp) ok 8045 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] Lisp) ok 8046 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] Lisp) ok 8047 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] Lisp) ok 8048 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] Lisp) ok 8049 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] Lisp) ok 8050 - ";\nhl" ([RE/F/NM] Lisp) ok 8051 - ";\nhl" ([SB/F/NM] Lisp) ok 8052 - ";This is a comment\nn" ([RE/F/NM] Lisp) ok 8053 - ";This is a comment\nn" ([SB/F/NM] Lisp) ok 8054 - ";A\tcomment\ntpm" ([RE/F/NM] Lisp) ok 8055 - ";A\tcomment\ntpm" ([SB/F/NM] Lisp) ok 8056 - ";Another /* comment\ni0ts" ([RE/F/NM] Lisp) ok 8057 - ";Another /* comment\ni0ts" ([SB/F/NM] Lisp) ok 8058 - "h;\n" ([RE/F/NM] Lisp) ok 8059 - "h;\n" ([SB/F/NM] Lisp) ok 8060 - "ri;This is a comment\n" ([RE/F/NM] Lisp) ok 8061 - "ri;This is a comment\n" ([SB/F/NM] Lisp) ok 8062 - "bgmw;A\tcomment\n" ([RE/F/NM] Lisp) ok 8063 - "bgmw;A\tcomment\n" ([SB/F/NM] Lisp) ok 8064 - "im9;Another /* comment\n" ([RE/F/NM] Lisp) ok 8065 - "im9;Another /* comment\n" ([SB/F/NM] Lisp) ok 8066 - "\\\n" ([RE/F/NM] Lisp) ok 8067 - "\\\n" ([SB/F/NM] Lisp) ok 8068 - "\\This is a comment\n" ([RE/F/NM] Lisp) ok 8069 - "\\This is a comment\n" ([SB/F/NM] Lisp) ok 8070 - "\\A\tcomment\n" ([RE/F/NM] Lisp) ok 8071 - "\\A\tcomment\n" ([SB/F/NM] Lisp) ok 8072 - "\\Another /* comment\n" ([RE/F/NM] Lisp) ok 8073 - "\\Another /* comment\n" ([SB/F/NM] Lisp) ok 8074 - "#\n" ([RE/F/NM] Lisp) ok 8075 - "#\n" ([SB/F/NM] Lisp) ok 8076 - "#This is a comment\n" ([RE/F/NM] Lisp) ok 8077 - "#This is a comment\n" ([SB/F/NM] Lisp) ok 8078 - "#A\tcomment\n" ([RE/F/NM] Lisp) ok 8079 - "#A\tcomment\n" ([SB/F/NM] Lisp) ok 8080 - "#Another /* comment\n" ([RE/F/NM] Lisp) ok 8081 - "#Another /* comment\n" ([SB/F/NM] Lisp) ok 8082 - "//\n" ([RE/F/NM] Lisp) ok 8083 - "//\n" ([SB/F/NM] Lisp) ok 8084 - "//This is a comment\n" ([RE/F/NM] Lisp) ok 8085 - "//This is a comment\n" ([SB/F/NM] Lisp) ok 8086 - "//A\tcomment\n" ([RE/F/NM] Lisp) ok 8087 - "//A\tcomment\n" ([SB/F/NM] Lisp) ok 8088 - "//Another /* comment\n" ([RE/F/NM] Lisp) ok 8089 - "//Another /* comment\n" ([SB/F/NM] Lisp) ok 8090 - "--\n" ([RE/F/NM] Lisp) ok 8091 - "--\n" ([SB/F/NM] Lisp) ok 8092 - "--This is a comment\n" ([RE/F/NM] Lisp) ok 8093 - "--This is a comment\n" ([SB/F/NM] Lisp) ok 8094 - "--A\tcomment\n" ([RE/F/NM] Lisp) ok 8095 - "--A\tcomment\n" ([SB/F/NM] Lisp) ok 8096 - "--Another /* comment\n" ([RE/F/NM] Lisp) ok 8097 - "--Another /* comment\n" ([SB/F/NM] Lisp) ok 8098 - "#\n" ([RE/F/NM] Lisp) ok 8099 - "#\n" ([SB/F/NM] Lisp) ok 8100 - "#This is a comment\n" ([RE/F/NM] Lisp) ok 8101 - "#This is a comment\n" ([SB/F/NM] Lisp) ok 8102 - "#A\tcomment\n" ([RE/F/NM] Lisp) ok 8103 - "#A\tcomment\n" ([SB/F/NM] Lisp) ok 8104 - "#Another /* comment\n" ([RE/F/NM] Lisp) ok 8105 - "#Another /* comment\n" ([SB/F/NM] Lisp) ok 8106 - "*\n" ([RE/F/NM] Lisp) ok 8107 - "*\n" ([SB/F/NM] Lisp) ok 8108 - "*This is a comment\n" ([RE/F/NM] Lisp) ok 8109 - "*This is a comment\n" ([SB/F/NM] Lisp) ok 8110 - "*A\tcomment\n" ([RE/F/NM] Lisp) ok 8111 - "*A\tcomment\n" ([SB/F/NM] Lisp) ok 8112 - "*Another /* comment\n" ([RE/F/NM] Lisp) ok 8113 - "*Another /* comment\n" ([SB/F/NM] Lisp) ok 8114 - "!\n" ([RE/F/NM] Lisp) ok 8115 - "!\n" ([SB/F/NM] Lisp) ok 8116 - "!This is a comment\n" ([RE/F/NM] Lisp) ok 8117 - "!This is a comment\n" ([SB/F/NM] Lisp) ok 8118 - "!A\tcomment\n" ([RE/F/NM] Lisp) ok 8119 - "!A\tcomment\n" ([SB/F/NM] Lisp) ok 8120 - "!Another /* comment\n" ([RE/F/NM] Lisp) ok 8121 - "!Another /* comment\n" ([SB/F/NM] Lisp) ok 8122 - "REM\n" ([RE/F/NM] Lisp) ok 8123 - "REM\n" ([SB/F/NM] Lisp) ok 8124 - "REMThis is a comment\n" ([RE/F/NM] Lisp) ok 8125 - "REMThis is a comment\n" ([SB/F/NM] Lisp) ok 8126 - "REMA\tcomment\n" ([RE/F/NM] Lisp) ok 8127 - "REMA\tcomment\n" ([SB/F/NM] Lisp) ok 8128 - "REMAnother /* comment\n" ([RE/F/NM] Lisp) ok 8129 - "REMAnother /* comment\n" ([SB/F/NM] Lisp) ok 8130 - "//\n" ([RE/F/NM] Lisp) ok 8131 - "//\n" ([SB/F/NM] Lisp) ok 8132 - "//This is a comment\n" ([RE/F/NM] Lisp) ok 8133 - "//This is a comment\n" ([SB/F/NM] Lisp) ok 8134 - "//A\tcomment\n" ([RE/F/NM] Lisp) ok 8135 - "//A\tcomment\n" ([SB/F/NM] Lisp) ok 8136 - "//Another /* comment\n" ([RE/F/NM] Lisp) ok 8137 - "//Another /* comment\n" ([SB/F/NM] Lisp) ok 8138 - "%\n" ([RE/F/NM] Lisp) ok 8139 - "%\n" ([SB/F/NM] Lisp) ok 8140 - "%This is a comment\n" ([RE/F/NM] Lisp) ok 8141 - "%This is a comment\n" ([SB/F/NM] Lisp) ok 8142 - "%A\tcomment\n" ([RE/F/NM] Lisp) ok 8143 - "%A\tcomment\n" ([SB/F/NM] Lisp) ok 8144 - "%Another /* comment\n" ([RE/F/NM] Lisp) ok 8145 - "%Another /* comment\n" ([SB/F/NM] Lisp) ok 8146 - "!\n" ([RE/F/NM] Lisp) ok 8147 - "!\n" ([SB/F/NM] Lisp) ok 8148 - "!This is a comment\n" ([RE/F/NM] Lisp) ok 8149 - "!This is a comment\n" ([SB/F/NM] Lisp) ok 8150 - "!A\tcomment\n" ([RE/F/NM] Lisp) ok 8151 - "!A\tcomment\n" ([SB/F/NM] Lisp) ok 8152 - "!Another /* comment\n" ([RE/F/NM] Lisp) ok 8153 - "!Another /* comment\n" ([SB/F/NM] Lisp) ok 8154 - "NB\n" ([RE/F/NM] Lisp) ok 8155 - "NB\n" ([SB/F/NM] Lisp) ok 8156 - "NBThis is a comment\n" ([RE/F/NM] Lisp) ok 8157 - "NBThis is a comment\n" ([SB/F/NM] Lisp) ok 8158 - "NBA\tcomment\n" ([RE/F/NM] Lisp) ok 8159 - "NBA\tcomment\n" ([SB/F/NM] Lisp) ok 8160 - "NBAnother /* comment\n" ([RE/F/NM] Lisp) ok 8161 - "NBAnother /* comment\n" ([SB/F/NM] Lisp) ok 8162 - "PLEASE NOT\n" ([RE/F/NM] Lisp) ok 8163 - "PLEASE NOT\n" ([SB/F/NM] Lisp) ok 8164 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Lisp) ok 8165 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Lisp) ok 8166 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Lisp) ok 8167 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Lisp) ok 8168 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Lisp) ok 8169 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Lisp) ok 8170 - "PLEASE NOT\n" ([RE/F/NM] Lisp) ok 8171 - "PLEASE NOT\n" ([SB/F/NM] Lisp) ok 8172 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Lisp) ok 8173 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Lisp) ok 8174 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Lisp) ok 8175 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Lisp) ok 8176 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Lisp) ok 8177 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Lisp) ok 8178 - "PLEASE N'T\n" ([RE/F/NM] Lisp) ok 8179 - "PLEASE N'T\n" ([SB/F/NM] Lisp) ok 8180 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Lisp) ok 8181 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Lisp) ok 8182 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Lisp) ok 8183 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Lisp) ok 8184 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Lisp) ok 8185 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Lisp) ok 8186 - "DO NOT\n" ([RE/F/NM] Lisp) ok 8187 - "DO NOT\n" ([SB/F/NM] Lisp) ok 8188 - "DO NOTThis is a comment\n" ([RE/F/NM] Lisp) ok 8189 - "DO NOTThis is a comment\n" ([SB/F/NM] Lisp) ok 8190 - "DO NOTA\tcomment\n" ([RE/F/NM] Lisp) ok 8191 - "DO NOTA\tcomment\n" ([SB/F/NM] Lisp) ok 8192 - "DO NOTAnother /* comment\n" ([RE/F/NM] Lisp) ok 8193 - "DO NOTAnother /* comment\n" ([SB/F/NM] Lisp) ok 8194 - "DO N'T\n" ([RE/F/NM] Lisp) ok 8195 - "DO N'T\n" ([SB/F/NM] Lisp) ok 8196 - "DO N'TThis is a comment\n" ([RE/F/NM] Lisp) ok 8197 - "DO N'TThis is a comment\n" ([SB/F/NM] Lisp) ok 8198 - "DO N'TA\tcomment\n" ([RE/F/NM] Lisp) ok 8199 - "DO N'TA\tcomment\n" ([SB/F/NM] Lisp) ok 8200 - "DO N'TAnother /* comment\n" ([RE/F/NM] Lisp) ok 8201 - "DO N'TAnother /* comment\n" ([SB/F/NM] Lisp) ok 8202 - "DO NOT\n" ([RE/F/NM] Lisp) ok 8203 - "DO NOT\n" ([SB/F/NM] Lisp) ok 8204 - "DO NOTThis is a comment\n" ([RE/F/NM] Lisp) ok 8205 - "DO NOTThis is a comment\n" ([SB/F/NM] Lisp) ok 8206 - "DO NOTA\tcomment\n" ([RE/F/NM] Lisp) ok 8207 - "DO NOTA\tcomment\n" ([SB/F/NM] Lisp) ok 8208 - "DO NOTAnother /* comment\n" ([RE/F/NM] Lisp) ok 8209 - "DO NOTAnother /* comment\n" ([SB/F/NM] Lisp) ok 8210 - "PLEASE DO NOT\n" ([RE/F/NM] Lisp) ok 8211 - "PLEASE DO NOT\n" ([SB/F/NM] Lisp) ok 8212 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Lisp) ok 8213 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Lisp) ok 8214 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Lisp) ok 8215 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Lisp) ok 8216 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Lisp) ok 8217 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Lisp) ok 8218 - "PLEASE DO NOT\n" ([RE/F/NM] Lisp) ok 8219 - "PLEASE DO NOT\n" ([SB/F/NM] Lisp) ok 8220 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Lisp) ok 8221 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Lisp) ok 8222 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Lisp) ok 8223 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Lisp) ok 8224 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Lisp) ok 8225 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Lisp) ok 8226 - "PLEASE DO N'T\n" ([RE/F/NM] Lisp) ok 8227 - "PLEASE DO N'T\n" ([SB/F/NM] Lisp) ok 8228 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Lisp) ok 8229 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Lisp) ok 8230 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Lisp) ok 8231 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Lisp) ok 8232 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Lisp) ok 8233 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Lisp) ok 8234 - "NB.\n" ([RE/F/NM] Lisp) ok 8235 - "NB.\n" ([SB/F/NM] Lisp) ok 8236 - "NB.This is a comment\n" ([RE/F/NM] Lisp) ok 8237 - "NB.This is a comment\n" ([SB/F/NM] Lisp) ok 8238 - "NB.A\tcomment\n" ([RE/F/NM] Lisp) ok 8239 - "NB.A\tcomment\n" ([SB/F/NM] Lisp) ok 8240 - "NB.Another /* comment\n" ([RE/F/NM] Lisp) ok 8241 - "NB.Another /* comment\n" ([SB/F/NM] Lisp) ok 8242 - "{}" ([RE/F/NM] Lisp) ok 8243 - "{}" ([SB/F/NM] Lisp) ok 8244 - "{This is a comment}" ([RE/F/NM] Lisp) ok 8245 - "{This is a comment}" ([SB/F/NM] Lisp) ok 8246 - "{A\tcomment}" ([RE/F/NM] Lisp) ok 8247 - "{A\tcomment}" ([SB/F/NM] Lisp) ok 8248 - "{Another /* comment}" ([RE/F/NM] Lisp) ok 8249 - "{Another /* comment}" ([SB/F/NM] Lisp) ok 8250 - ".\n" ([RE/F/NM] Lisp) ok 8251 - ".\n" ([SB/F/NM] Lisp) ok 8252 - ".This is a comment\n" ([RE/F/NM] Lisp) ok 8253 - ".This is a comment\n" ([SB/F/NM] Lisp) ok 8254 - ".A\tcomment\n" ([RE/F/NM] Lisp) ok 8255 - ".A\tcomment\n" ([SB/F/NM] Lisp) ok 8256 - ".Another /* comment\n" ([RE/F/NM] Lisp) ok 8257 - ".Another /* comment\n" ([SB/F/NM] Lisp) ok 8258 - "`\n" ([RE/F/NM] Lisp) ok 8259 - "`\n" ([SB/F/NM] Lisp) ok 8260 - "`This is a comment\n" ([RE/F/NM] Lisp) ok 8261 - "`This is a comment\n" ([SB/F/NM] Lisp) ok 8262 - "`A\tcomment\n" ([RE/F/NM] Lisp) ok 8263 - "`A\tcomment\n" ([SB/F/NM] Lisp) ok 8264 - "`Another /* comment\n" ([RE/F/NM] Lisp) ok 8265 - "`Another /* comment\n" ([SB/F/NM] Lisp) ok 8266 - "--\n" ([RE/F/NM] Lisp) ok 8267 - "--\n" ([SB/F/NM] Lisp) ok 8268 - "--This is a comment\n" ([RE/F/NM] Lisp) ok 8269 - "--This is a comment\n" ([SB/F/NM] Lisp) ok 8270 - "--A\tcomment\n" ([RE/F/NM] Lisp) ok 8271 - "--A\tcomment\n" ([SB/F/NM] Lisp) ok 8272 - "--Another /* comment\n" ([RE/F/NM] Lisp) ok 8273 - "--Another /* comment\n" ([SB/F/NM] Lisp) ok 8274 - "---\n" ([RE/F/NM] Lisp) ok 8275 - "---\n" ([SB/F/NM] Lisp) ok 8276 - "---This is a comment\n" ([RE/F/NM] Lisp) ok 8277 - "---This is a comment\n" ([SB/F/NM] Lisp) ok 8278 - "---A\tcomment\n" ([RE/F/NM] Lisp) ok 8279 - "---A\tcomment\n" ([SB/F/NM] Lisp) ok 8280 - "---Another /* comment\n" ([RE/F/NM] Lisp) ok 8281 - "---Another /* comment\n" ([SB/F/NM] Lisp) ok 8282 - "-----\n" ([RE/F/NM] Lisp) ok 8283 - "-----\n" ([SB/F/NM] Lisp) ok 8284 - "-----This is a comment\n" ([RE/F/NM] Lisp) ok 8285 - "-----This is a comment\n" ([SB/F/NM] Lisp) ok 8286 - "-----A\tcomment\n" ([RE/F/NM] Lisp) ok 8287 - "-----A\tcomment\n" ([SB/F/NM] Lisp) ok 8288 - "-----Another /* comment\n" ([RE/F/NM] Lisp) ok 8289 - "-----Another /* comment\n" ([SB/F/NM] Lisp) ok 8290 - "\\"\n" ([RE/F/NM] Lisp) ok 8291 - "\\"\n" ([SB/F/NM] Lisp) ok 8292 - "\\"This is a comment\n" ([RE/F/NM] Lisp) ok 8293 - "\\"This is a comment\n" ([SB/F/NM] Lisp) ok 8294 - "\\"A\tcomment\n" ([RE/F/NM] Lisp) ok 8295 - "\\"A\tcomment\n" ([SB/F/NM] Lisp) ok 8296 - "\\"Another /* comment\n" ([RE/F/NM] Lisp) ok 8297 - "\\"Another /* comment\n" ([SB/F/NM] Lisp) ok 8298 - ""\n" ([RE/F/NM] Lisp) ok 8299 - ""\n" ([SB/F/NM] Lisp) ok 8300 - ""This is a comment\n" ([RE/F/NM] Lisp) ok 8301 - ""This is a comment\n" ([SB/F/NM] Lisp) ok 8302 - ""A\tcomment\n" ([RE/F/NM] Lisp) ok 8303 - ""A\tcomment\n" ([SB/F/NM] Lisp) ok 8304 - ""Another /* comment\n" ([RE/F/NM] Lisp) ok 8305 - ""Another /* comment\n" ([SB/F/NM] Lisp) ok 8306 - "'\n" ([RE/F/NM] Lisp) ok 8307 - "'\n" ([SB/F/NM] Lisp) ok 8308 - "'This is a comment\n" ([RE/F/NM] Lisp) ok 8309 - "'This is a comment\n" ([SB/F/NM] Lisp) ok 8310 - "'A\tcomment\n" ([RE/F/NM] Lisp) ok 8311 - "'A\tcomment\n" ([SB/F/NM] Lisp) ok 8312 - "'Another /* comment\n" ([RE/F/NM] Lisp) ok 8313 - "'Another /* comment\n" ([SB/F/NM] Lisp) ok 8314 - ";\n" ([RE/P/MT] LOGO) ok 8315 - ";\n" ([OM/P/MT] LOGO) ok 8316 - ";\n" ([OS/P/MT] LOGO) ok 8317 - ";\n" ([SB/P/MT] LOGO) ok 8318 - ";\n" ([KP/P/MT] LOGO) ok 8319 - ";This is a comment\n" ([RE/P/MT] LOGO) ok 8320 - ";This is a comment\n" ([OM/P/MT] LOGO) ok 8321 - ";This is a comment\n" ([OS/P/MT] LOGO) ok 8322 - ";This is a comment\n" ([SB/P/MT] LOGO) ok 8323 - ";This is a comment\n" ([KP/P/MT] LOGO) ok 8324 - ";A\tcomment\n" ([RE/P/MT] LOGO) ok 8325 - ";A\tcomment\n" ([OM/P/MT] LOGO) ok 8326 - ";A\tcomment\n" ([OS/P/MT] LOGO) ok 8327 - ";A\tcomment\n" ([SB/P/MT] LOGO) ok 8328 - ";A\tcomment\n" ([KP/P/MT] LOGO) ok 8329 - ";Another /* comment\n" ([RE/P/MT] LOGO) ok 8330 - ";Another /* comment\n" ([OM/P/MT] LOGO) ok 8331 - ";Another /* comment\n" ([OS/P/MT] LOGO) ok 8332 - ";Another /* comment\n" ([SB/P/MT] LOGO) ok 8333 - ";Another /* comment\n" ([KP/P/MT] LOGO) ok 8334 - "\\" ([RE/F/NM] LOGO) ok 8335 - "\\" ([SB/F/NM] LOGO) ok 8336 - "\\This is a comment" ([RE/F/NM] LOGO) ok 8337 - "\\This is a comment" ([SB/F/NM] LOGO) ok 8338 - "\\A\tcomment" ([RE/F/NM] LOGO) ok 8339 - "\\A\tcomment" ([SB/F/NM] LOGO) ok 8340 - "\\Another /* comment" ([RE/F/NM] LOGO) ok 8341 - "\\Another /* comment" ([SB/F/NM] LOGO) ok 8342 - "\n" ([RE/F/NM] LOGO) ok 8343 - "\n" ([SB/F/NM] LOGO) ok 8344 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8345 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8346 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8347 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8348 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8349 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8350 - "#" ([RE/F/NM] LOGO) ok 8351 - "#" ([SB/F/NM] LOGO) ok 8352 - "#This is a comment" ([RE/F/NM] LOGO) ok 8353 - "#This is a comment" ([SB/F/NM] LOGO) ok 8354 - "#A\tcomment" ([RE/F/NM] LOGO) ok 8355 - "#A\tcomment" ([SB/F/NM] LOGO) ok 8356 - "#Another /* comment" ([RE/F/NM] LOGO) ok 8357 - "#Another /* comment" ([SB/F/NM] LOGO) ok 8358 - "\n" ([RE/F/NM] LOGO) ok 8359 - "\n" ([SB/F/NM] LOGO) ok 8360 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8361 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8362 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8363 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8364 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8365 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8366 - "//" ([RE/F/NM] LOGO) ok 8367 - "//" ([SB/F/NM] LOGO) ok 8368 - "//This is a comment" ([RE/F/NM] LOGO) ok 8369 - "//This is a comment" ([SB/F/NM] LOGO) ok 8370 - "//A\tcomment" ([RE/F/NM] LOGO) ok 8371 - "//A\tcomment" ([SB/F/NM] LOGO) ok 8372 - "//Another /* comment" ([RE/F/NM] LOGO) ok 8373 - "//Another /* comment" ([SB/F/NM] LOGO) ok 8374 - "\n" ([RE/F/NM] LOGO) ok 8375 - "\n" ([SB/F/NM] LOGO) ok 8376 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8377 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8378 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8379 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8380 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8381 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8382 - "--" ([RE/F/NM] LOGO) ok 8383 - "--" ([SB/F/NM] LOGO) ok 8384 - "--This is a comment" ([RE/F/NM] LOGO) ok 8385 - "--This is a comment" ([SB/F/NM] LOGO) ok 8386 - "--A\tcomment" ([RE/F/NM] LOGO) ok 8387 - "--A\tcomment" ([SB/F/NM] LOGO) ok 8388 - "--Another /* comment" ([RE/F/NM] LOGO) ok 8389 - "--Another /* comment" ([SB/F/NM] LOGO) ok 8390 - "\n" ([RE/F/NM] LOGO) ok 8391 - "\n" ([SB/F/NM] LOGO) ok 8392 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8393 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8394 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8395 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8396 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8397 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8398 - ";" ([RE/F/NM] LOGO) ok 8399 - ";" ([SB/F/NM] LOGO) ok 8400 - ";This is a comment" ([RE/F/NM] LOGO) ok 8401 - ";This is a comment" ([SB/F/NM] LOGO) ok 8402 - ";A\tcomment" ([RE/F/NM] LOGO) ok 8403 - ";A\tcomment" ([SB/F/NM] LOGO) ok 8404 - ";Another /* comment" ([RE/F/NM] LOGO) ok 8405 - ";Another /* comment" ([SB/F/NM] LOGO) ok 8406 - "\n" ([RE/F/NM] LOGO) ok 8407 - "\n" ([SB/F/NM] LOGO) ok 8408 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8409 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8410 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8411 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8412 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8413 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8414 - "#" ([RE/F/NM] LOGO) ok 8415 - "#" ([SB/F/NM] LOGO) ok 8416 - "#This is a comment" ([RE/F/NM] LOGO) ok 8417 - "#This is a comment" ([SB/F/NM] LOGO) ok 8418 - "#A\tcomment" ([RE/F/NM] LOGO) ok 8419 - "#A\tcomment" ([SB/F/NM] LOGO) ok 8420 - "#Another /* comment" ([RE/F/NM] LOGO) ok 8421 - "#Another /* comment" ([SB/F/NM] LOGO) ok 8422 - "\n" ([RE/F/NM] LOGO) ok 8423 - "\n" ([SB/F/NM] LOGO) ok 8424 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8425 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8426 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8427 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8428 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8429 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8430 - "*" ([RE/F/NM] LOGO) ok 8431 - "*" ([SB/F/NM] LOGO) ok 8432 - "*This is a comment" ([RE/F/NM] LOGO) ok 8433 - "*This is a comment" ([SB/F/NM] LOGO) ok 8434 - "*A\tcomment" ([RE/F/NM] LOGO) ok 8435 - "*A\tcomment" ([SB/F/NM] LOGO) ok 8436 - "*Another /* comment" ([RE/F/NM] LOGO) ok 8437 - "*Another /* comment" ([SB/F/NM] LOGO) ok 8438 - "\n" ([RE/F/NM] LOGO) ok 8439 - "\n" ([SB/F/NM] LOGO) ok 8440 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8441 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8442 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8443 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8444 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8445 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8446 - "!" ([RE/F/NM] LOGO) ok 8447 - "!" ([SB/F/NM] LOGO) ok 8448 - "!This is a comment" ([RE/F/NM] LOGO) ok 8449 - "!This is a comment" ([SB/F/NM] LOGO) ok 8450 - "!A\tcomment" ([RE/F/NM] LOGO) ok 8451 - "!A\tcomment" ([SB/F/NM] LOGO) ok 8452 - "!Another /* comment" ([RE/F/NM] LOGO) ok 8453 - "!Another /* comment" ([SB/F/NM] LOGO) ok 8454 - "\n" ([RE/F/NM] LOGO) ok 8455 - "\n" ([SB/F/NM] LOGO) ok 8456 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8457 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8458 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8459 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8460 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8461 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8462 - "REM" ([RE/F/NM] LOGO) ok 8463 - "REM" ([SB/F/NM] LOGO) ok 8464 - "REMThis is a comment" ([RE/F/NM] LOGO) ok 8465 - "REMThis is a comment" ([SB/F/NM] LOGO) ok 8466 - "REMA\tcomment" ([RE/F/NM] LOGO) ok 8467 - "REMA\tcomment" ([SB/F/NM] LOGO) ok 8468 - "REMAnother /* comment" ([RE/F/NM] LOGO) ok 8469 - "REMAnother /* comment" ([SB/F/NM] LOGO) ok 8470 - "\n" ([RE/F/NM] LOGO) ok 8471 - "\n" ([SB/F/NM] LOGO) ok 8472 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8473 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8474 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8475 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8476 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8477 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8478 - "//" ([RE/F/NM] LOGO) ok 8479 - "//" ([SB/F/NM] LOGO) ok 8480 - "//This is a comment" ([RE/F/NM] LOGO) ok 8481 - "//This is a comment" ([SB/F/NM] LOGO) ok 8482 - "//A\tcomment" ([RE/F/NM] LOGO) ok 8483 - "//A\tcomment" ([SB/F/NM] LOGO) ok 8484 - "//Another /* comment" ([RE/F/NM] LOGO) ok 8485 - "//Another /* comment" ([SB/F/NM] LOGO) ok 8486 - "\n" ([RE/F/NM] LOGO) ok 8487 - "\n" ([SB/F/NM] LOGO) ok 8488 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8489 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8490 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8491 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8492 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8493 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8494 - "%" ([RE/F/NM] LOGO) ok 8495 - "%" ([SB/F/NM] LOGO) ok 8496 - "%This is a comment" ([RE/F/NM] LOGO) ok 8497 - "%This is a comment" ([SB/F/NM] LOGO) ok 8498 - "%A\tcomment" ([RE/F/NM] LOGO) ok 8499 - "%A\tcomment" ([SB/F/NM] LOGO) ok 8500 - "%Another /* comment" ([RE/F/NM] LOGO) ok 8501 - "%Another /* comment" ([SB/F/NM] LOGO) ok 8502 - "\n" ([RE/F/NM] LOGO) ok 8503 - "\n" ([SB/F/NM] LOGO) ok 8504 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8505 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8506 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8507 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8508 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8509 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8510 - "!" ([RE/F/NM] LOGO) ok 8511 - "!" ([SB/F/NM] LOGO) ok 8512 - "!This is a comment" ([RE/F/NM] LOGO) ok 8513 - "!This is a comment" ([SB/F/NM] LOGO) ok 8514 - "!A\tcomment" ([RE/F/NM] LOGO) ok 8515 - "!A\tcomment" ([SB/F/NM] LOGO) ok 8516 - "!Another /* comment" ([RE/F/NM] LOGO) ok 8517 - "!Another /* comment" ([SB/F/NM] LOGO) ok 8518 - "\n" ([RE/F/NM] LOGO) ok 8519 - "\n" ([SB/F/NM] LOGO) ok 8520 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8521 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8522 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8523 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8524 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8525 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8526 - "NB" ([RE/F/NM] LOGO) ok 8527 - "NB" ([SB/F/NM] LOGO) ok 8528 - "NBThis is a comment" ([RE/F/NM] LOGO) ok 8529 - "NBThis is a comment" ([SB/F/NM] LOGO) ok 8530 - "NBA\tcomment" ([RE/F/NM] LOGO) ok 8531 - "NBA\tcomment" ([SB/F/NM] LOGO) ok 8532 - "NBAnother /* comment" ([RE/F/NM] LOGO) ok 8533 - "NBAnother /* comment" ([SB/F/NM] LOGO) ok 8534 - "\n" ([RE/F/NM] LOGO) ok 8535 - "\n" ([SB/F/NM] LOGO) ok 8536 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8537 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8538 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8539 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8540 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8541 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8542 - "PLEASE NOT" ([RE/F/NM] LOGO) ok 8543 - "PLEASE NOT" ([SB/F/NM] LOGO) ok 8544 - "PLEASE NOTThis is a comment" ([RE/F/NM] LOGO) ok 8545 - "PLEASE NOTThis is a comment" ([SB/F/NM] LOGO) ok 8546 - "PLEASE NOTA\tcomment" ([RE/F/NM] LOGO) ok 8547 - "PLEASE NOTA\tcomment" ([SB/F/NM] LOGO) ok 8548 - "PLEASE NOTAnother /* comment" ([RE/F/NM] LOGO) ok 8549 - "PLEASE NOTAnother /* comment" ([SB/F/NM] LOGO) ok 8550 - "\n" ([RE/F/NM] LOGO) ok 8551 - "\n" ([SB/F/NM] LOGO) ok 8552 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8553 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8554 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8555 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8556 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8557 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8558 - "PLEASE NOT" ([RE/F/NM] LOGO) ok 8559 - "PLEASE NOT" ([SB/F/NM] LOGO) ok 8560 - "PLEASE NOTThis is a comment" ([RE/F/NM] LOGO) ok 8561 - "PLEASE NOTThis is a comment" ([SB/F/NM] LOGO) ok 8562 - "PLEASE NOTA\tcomment" ([RE/F/NM] LOGO) ok 8563 - "PLEASE NOTA\tcomment" ([SB/F/NM] LOGO) ok 8564 - "PLEASE NOTAnother /* comment" ([RE/F/NM] LOGO) ok 8565 - "PLEASE NOTAnother /* comment" ([SB/F/NM] LOGO) ok 8566 - "\n" ([RE/F/NM] LOGO) ok 8567 - "\n" ([SB/F/NM] LOGO) ok 8568 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8569 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8570 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8571 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8572 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8573 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8574 - "PLEASE N'T" ([RE/F/NM] LOGO) ok 8575 - "PLEASE N'T" ([SB/F/NM] LOGO) ok 8576 - "PLEASE N'TThis is a comment" ([RE/F/NM] LOGO) ok 8577 - "PLEASE N'TThis is a comment" ([SB/F/NM] LOGO) ok 8578 - "PLEASE N'TA\tcomment" ([RE/F/NM] LOGO) ok 8579 - "PLEASE N'TA\tcomment" ([SB/F/NM] LOGO) ok 8580 - "PLEASE N'TAnother /* comment" ([RE/F/NM] LOGO) ok 8581 - "PLEASE N'TAnother /* comment" ([SB/F/NM] LOGO) ok 8582 - "\n" ([RE/F/NM] LOGO) ok 8583 - "\n" ([SB/F/NM] LOGO) ok 8584 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8585 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8586 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8587 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8588 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8589 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8590 - "DO NOT" ([RE/F/NM] LOGO) ok 8591 - "DO NOT" ([SB/F/NM] LOGO) ok 8592 - "DO NOTThis is a comment" ([RE/F/NM] LOGO) ok 8593 - "DO NOTThis is a comment" ([SB/F/NM] LOGO) ok 8594 - "DO NOTA\tcomment" ([RE/F/NM] LOGO) ok 8595 - "DO NOTA\tcomment" ([SB/F/NM] LOGO) ok 8596 - "DO NOTAnother /* comment" ([RE/F/NM] LOGO) ok 8597 - "DO NOTAnother /* comment" ([SB/F/NM] LOGO) ok 8598 - "\n" ([RE/F/NM] LOGO) ok 8599 - "\n" ([SB/F/NM] LOGO) ok 8600 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8601 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8602 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8603 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8604 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8605 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8606 - "DO N'T" ([RE/F/NM] LOGO) ok 8607 - "DO N'T" ([SB/F/NM] LOGO) ok 8608 - "DO N'TThis is a comment" ([RE/F/NM] LOGO) ok 8609 - "DO N'TThis is a comment" ([SB/F/NM] LOGO) ok 8610 - "DO N'TA\tcomment" ([RE/F/NM] LOGO) ok 8611 - "DO N'TA\tcomment" ([SB/F/NM] LOGO) ok 8612 - "DO N'TAnother /* comment" ([RE/F/NM] LOGO) ok 8613 - "DO N'TAnother /* comment" ([SB/F/NM] LOGO) ok 8614 - "\n" ([RE/F/NM] LOGO) ok 8615 - "\n" ([SB/F/NM] LOGO) ok 8616 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8617 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8618 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8619 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8620 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8621 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8622 - "DO NOT" ([RE/F/NM] LOGO) ok 8623 - "DO NOT" ([SB/F/NM] LOGO) ok 8624 - "DO NOTThis is a comment" ([RE/F/NM] LOGO) ok 8625 - "DO NOTThis is a comment" ([SB/F/NM] LOGO) ok 8626 - "DO NOTA\tcomment" ([RE/F/NM] LOGO) ok 8627 - "DO NOTA\tcomment" ([SB/F/NM] LOGO) ok 8628 - "DO NOTAnother /* comment" ([RE/F/NM] LOGO) ok 8629 - "DO NOTAnother /* comment" ([SB/F/NM] LOGO) ok 8630 - "\n" ([RE/F/NM] LOGO) ok 8631 - "\n" ([SB/F/NM] LOGO) ok 8632 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8633 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8634 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8635 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8636 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8637 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8638 - "PLEASE DO NOT" ([RE/F/NM] LOGO) ok 8639 - "PLEASE DO NOT" ([SB/F/NM] LOGO) ok 8640 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] LOGO) ok 8641 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] LOGO) ok 8642 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] LOGO) ok 8643 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] LOGO) ok 8644 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] LOGO) ok 8645 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] LOGO) ok 8646 - "\n" ([RE/F/NM] LOGO) ok 8647 - "\n" ([SB/F/NM] LOGO) ok 8648 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8649 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8650 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8651 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8652 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8653 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8654 - "PLEASE DO NOT" ([RE/F/NM] LOGO) ok 8655 - "PLEASE DO NOT" ([SB/F/NM] LOGO) ok 8656 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] LOGO) ok 8657 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] LOGO) ok 8658 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] LOGO) ok 8659 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] LOGO) ok 8660 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] LOGO) ok 8661 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] LOGO) ok 8662 - "\n" ([RE/F/NM] LOGO) ok 8663 - "\n" ([SB/F/NM] LOGO) ok 8664 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8665 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8666 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8667 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8668 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8669 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8670 - "PLEASE DO N'T" ([RE/F/NM] LOGO) ok 8671 - "PLEASE DO N'T" ([SB/F/NM] LOGO) ok 8672 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] LOGO) ok 8673 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] LOGO) ok 8674 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] LOGO) ok 8675 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] LOGO) ok 8676 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] LOGO) ok 8677 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] LOGO) ok 8678 - "\n" ([RE/F/NM] LOGO) ok 8679 - "\n" ([SB/F/NM] LOGO) ok 8680 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8681 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8682 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8683 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8684 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8685 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8686 - "NB." ([RE/F/NM] LOGO) ok 8687 - "NB." ([SB/F/NM] LOGO) ok 8688 - "NB.This is a comment" ([RE/F/NM] LOGO) ok 8689 - "NB.This is a comment" ([SB/F/NM] LOGO) ok 8690 - "NB.A\tcomment" ([RE/F/NM] LOGO) ok 8691 - "NB.A\tcomment" ([SB/F/NM] LOGO) ok 8692 - "NB.Another /* comment" ([RE/F/NM] LOGO) ok 8693 - "NB.Another /* comment" ([SB/F/NM] LOGO) ok 8694 - "\n" ([RE/F/NM] LOGO) ok 8695 - "\n" ([SB/F/NM] LOGO) ok 8696 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8697 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8698 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8699 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8700 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8701 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8702 - "{" ([RE/F/NM] LOGO) ok 8703 - "{" ([SB/F/NM] LOGO) ok 8704 - "{This is a comment" ([RE/F/NM] LOGO) ok 8705 - "{This is a comment" ([SB/F/NM] LOGO) ok 8706 - "{A\tcomment" ([RE/F/NM] LOGO) ok 8707 - "{A\tcomment" ([SB/F/NM] LOGO) ok 8708 - "{Another /* comment" ([RE/F/NM] LOGO) ok 8709 - "{Another /* comment" ([SB/F/NM] LOGO) ok 8710 - "}" ([RE/F/NM] LOGO) ok 8711 - "}" ([SB/F/NM] LOGO) ok 8712 - "This is a comment}" ([RE/F/NM] LOGO) ok 8713 - "This is a comment}" ([SB/F/NM] LOGO) ok 8714 - "A\tcomment}" ([RE/F/NM] LOGO) ok 8715 - "A\tcomment}" ([SB/F/NM] LOGO) ok 8716 - "Another /* comment}" ([RE/F/NM] LOGO) ok 8717 - "Another /* comment}" ([SB/F/NM] LOGO) ok 8718 - "." ([RE/F/NM] LOGO) ok 8719 - "." ([SB/F/NM] LOGO) ok 8720 - ".This is a comment" ([RE/F/NM] LOGO) ok 8721 - ".This is a comment" ([SB/F/NM] LOGO) ok 8722 - ".A\tcomment" ([RE/F/NM] LOGO) ok 8723 - ".A\tcomment" ([SB/F/NM] LOGO) ok 8724 - ".Another /* comment" ([RE/F/NM] LOGO) ok 8725 - ".Another /* comment" ([SB/F/NM] LOGO) ok 8726 - "\n" ([RE/F/NM] LOGO) ok 8727 - "\n" ([SB/F/NM] LOGO) ok 8728 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8729 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8730 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8731 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8732 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8733 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8734 - ";" ([RE/F/NM] LOGO) ok 8735 - ";" ([SB/F/NM] LOGO) ok 8736 - ";This is a comment" ([RE/F/NM] LOGO) ok 8737 - ";This is a comment" ([SB/F/NM] LOGO) ok 8738 - ";A\tcomment" ([RE/F/NM] LOGO) ok 8739 - ";A\tcomment" ([SB/F/NM] LOGO) ok 8740 - ";Another /* comment" ([RE/F/NM] LOGO) ok 8741 - ";Another /* comment" ([SB/F/NM] LOGO) ok 8742 - "\n" ([RE/F/NM] LOGO) ok 8743 - "\n" ([SB/F/NM] LOGO) ok 8744 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8745 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8746 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8747 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8748 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8749 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8750 - "`" ([RE/F/NM] LOGO) ok 8751 - "`" ([SB/F/NM] LOGO) ok 8752 - "`This is a comment" ([RE/F/NM] LOGO) ok 8753 - "`This is a comment" ([SB/F/NM] LOGO) ok 8754 - "`A\tcomment" ([RE/F/NM] LOGO) ok 8755 - "`A\tcomment" ([SB/F/NM] LOGO) ok 8756 - "`Another /* comment" ([RE/F/NM] LOGO) ok 8757 - "`Another /* comment" ([SB/F/NM] LOGO) ok 8758 - "\n" ([RE/F/NM] LOGO) ok 8759 - "\n" ([SB/F/NM] LOGO) ok 8760 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8761 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8762 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8763 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8764 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8765 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8766 - "--" ([RE/F/NM] LOGO) ok 8767 - "--" ([SB/F/NM] LOGO) ok 8768 - "--This is a comment" ([RE/F/NM] LOGO) ok 8769 - "--This is a comment" ([SB/F/NM] LOGO) ok 8770 - "--A\tcomment" ([RE/F/NM] LOGO) ok 8771 - "--A\tcomment" ([SB/F/NM] LOGO) ok 8772 - "--Another /* comment" ([RE/F/NM] LOGO) ok 8773 - "--Another /* comment" ([SB/F/NM] LOGO) ok 8774 - "\n" ([RE/F/NM] LOGO) ok 8775 - "\n" ([SB/F/NM] LOGO) ok 8776 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8777 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8778 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8779 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8780 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8781 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8782 - "---" ([RE/F/NM] LOGO) ok 8783 - "---" ([SB/F/NM] LOGO) ok 8784 - "---This is a comment" ([RE/F/NM] LOGO) ok 8785 - "---This is a comment" ([SB/F/NM] LOGO) ok 8786 - "---A\tcomment" ([RE/F/NM] LOGO) ok 8787 - "---A\tcomment" ([SB/F/NM] LOGO) ok 8788 - "---Another /* comment" ([RE/F/NM] LOGO) ok 8789 - "---Another /* comment" ([SB/F/NM] LOGO) ok 8790 - "\n" ([RE/F/NM] LOGO) ok 8791 - "\n" ([SB/F/NM] LOGO) ok 8792 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8793 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8794 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8795 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8796 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8797 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8798 - "-----" ([RE/F/NM] LOGO) ok 8799 - "-----" ([SB/F/NM] LOGO) ok 8800 - "-----This is a comment" ([RE/F/NM] LOGO) ok 8801 - "-----This is a comment" ([SB/F/NM] LOGO) ok 8802 - "-----A\tcomment" ([RE/F/NM] LOGO) ok 8803 - "-----A\tcomment" ([SB/F/NM] LOGO) ok 8804 - "-----Another /* comment" ([RE/F/NM] LOGO) ok 8805 - "-----Another /* comment" ([SB/F/NM] LOGO) ok 8806 - "\n" ([RE/F/NM] LOGO) ok 8807 - "\n" ([SB/F/NM] LOGO) ok 8808 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8809 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8810 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8811 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8812 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8813 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8814 - "\\"" ([RE/F/NM] LOGO) ok 8815 - "\\"" ([SB/F/NM] LOGO) ok 8816 - "\\"This is a comment" ([RE/F/NM] LOGO) ok 8817 - "\\"This is a comment" ([SB/F/NM] LOGO) ok 8818 - "\\"A\tcomment" ([RE/F/NM] LOGO) ok 8819 - "\\"A\tcomment" ([SB/F/NM] LOGO) ok 8820 - "\\"Another /* comment" ([RE/F/NM] LOGO) ok 8821 - "\\"Another /* comment" ([SB/F/NM] LOGO) ok 8822 - "\n" ([RE/F/NM] LOGO) ok 8823 - "\n" ([SB/F/NM] LOGO) ok 8824 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8825 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8826 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8827 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8828 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8829 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8830 - """ ([RE/F/NM] LOGO) ok 8831 - """ ([SB/F/NM] LOGO) ok 8832 - ""This is a comment" ([RE/F/NM] LOGO) ok 8833 - ""This is a comment" ([SB/F/NM] LOGO) ok 8834 - ""A\tcomment" ([RE/F/NM] LOGO) ok 8835 - ""A\tcomment" ([SB/F/NM] LOGO) ok 8836 - ""Another /* comment" ([RE/F/NM] LOGO) ok 8837 - ""Another /* comment" ([SB/F/NM] LOGO) ok 8838 - "\n" ([RE/F/NM] LOGO) ok 8839 - "\n" ([SB/F/NM] LOGO) ok 8840 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8841 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8842 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8843 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8844 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8845 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8846 - "'" ([RE/F/NM] LOGO) ok 8847 - "'" ([SB/F/NM] LOGO) ok 8848 - "'This is a comment" ([RE/F/NM] LOGO) ok 8849 - "'This is a comment" ([SB/F/NM] LOGO) ok 8850 - "'A\tcomment" ([RE/F/NM] LOGO) ok 8851 - "'A\tcomment" ([SB/F/NM] LOGO) ok 8852 - "'Another /* comment" ([RE/F/NM] LOGO) ok 8853 - "'Another /* comment" ([SB/F/NM] LOGO) ok 8854 - "\n" ([RE/F/NM] LOGO) ok 8855 - "\n" ([SB/F/NM] LOGO) ok 8856 - "This is a comment\n" ([RE/F/NM] LOGO) ok 8857 - "This is a comment\n" ([SB/F/NM] LOGO) ok 8858 - "A\tcomment\n" ([RE/F/NM] LOGO) ok 8859 - "A\tcomment\n" ([SB/F/NM] LOGO) ok 8860 - "Another /* comment\n" ([RE/F/NM] LOGO) ok 8861 - "Another /* comment\n" ([SB/F/NM] LOGO) ok 8862 - "/* This is a C comment */" ([RE/F/NM] LOGO) ok 8863 - "/* This is a C comment */" ([SB/F/NM] LOGO) ok 8864 - "(* This is a Pascal comment *)" ([RE/F/NM] LOGO) ok 8865 - "(* This is a Pascal comment *)" ([SB/F/NM] LOGO) ok 8866 - "" ([RE/F/NM] LOGO) ok 8867 - "" ([SB/F/NM] LOGO) ok 8868 - ";\n\n" ([RE/F/NM] LOGO) ok 8869 - ";\n\n" ([SB/F/NM] LOGO) ok 8870 - ";This is a comment\n\n" ([RE/F/NM] LOGO) ok 8871 - ";This is a comment\n\n" ([SB/F/NM] LOGO) ok 8872 - ";A\tcomment\n\n" ([RE/F/NM] LOGO) ok 8873 - ";A\tcomment\n\n" ([SB/F/NM] LOGO) ok 8874 - ";Another /* comment\n\n" ([RE/F/NM] LOGO) ok 8875 - ";Another /* comment\n\n" ([SB/F/NM] LOGO) ok 8876 - ";\n;\n" ([RE/F/NM] LOGO) ok 8877 - ";\n;\n" ([SB/F/NM] LOGO) ok 8878 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] LOGO) ok 8879 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] LOGO) ok 8880 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] LOGO) ok 8881 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] LOGO) ok 8882 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] LOGO) ok 8883 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] LOGO) ok 8884 - ";\nhl" ([RE/F/NM] LOGO) ok 8885 - ";\nhl" ([SB/F/NM] LOGO) ok 8886 - ";This is a comment\nn" ([RE/F/NM] LOGO) ok 8887 - ";This is a comment\nn" ([SB/F/NM] LOGO) ok 8888 - ";A\tcomment\ntpm" ([RE/F/NM] LOGO) ok 8889 - ";A\tcomment\ntpm" ([SB/F/NM] LOGO) ok 8890 - ";Another /* comment\ni0ts" ([RE/F/NM] LOGO) ok 8891 - ";Another /* comment\ni0ts" ([SB/F/NM] LOGO) ok 8892 - "h;\n" ([RE/F/NM] LOGO) ok 8893 - "h;\n" ([SB/F/NM] LOGO) ok 8894 - "ri;This is a comment\n" ([RE/F/NM] LOGO) ok 8895 - "ri;This is a comment\n" ([SB/F/NM] LOGO) ok 8896 - "bgmw;A\tcomment\n" ([RE/F/NM] LOGO) ok 8897 - "bgmw;A\tcomment\n" ([SB/F/NM] LOGO) ok 8898 - "im9;Another /* comment\n" ([RE/F/NM] LOGO) ok 8899 - "im9;Another /* comment\n" ([SB/F/NM] LOGO) ok 8900 - "\\\n" ([RE/F/NM] LOGO) ok 8901 - "\\\n" ([SB/F/NM] LOGO) ok 8902 - "\\This is a comment\n" ([RE/F/NM] LOGO) ok 8903 - "\\This is a comment\n" ([SB/F/NM] LOGO) ok 8904 - "\\A\tcomment\n" ([RE/F/NM] LOGO) ok 8905 - "\\A\tcomment\n" ([SB/F/NM] LOGO) ok 8906 - "\\Another /* comment\n" ([RE/F/NM] LOGO) ok 8907 - "\\Another /* comment\n" ([SB/F/NM] LOGO) ok 8908 - "#\n" ([RE/F/NM] LOGO) ok 8909 - "#\n" ([SB/F/NM] LOGO) ok 8910 - "#This is a comment\n" ([RE/F/NM] LOGO) ok 8911 - "#This is a comment\n" ([SB/F/NM] LOGO) ok 8912 - "#A\tcomment\n" ([RE/F/NM] LOGO) ok 8913 - "#A\tcomment\n" ([SB/F/NM] LOGO) ok 8914 - "#Another /* comment\n" ([RE/F/NM] LOGO) ok 8915 - "#Another /* comment\n" ([SB/F/NM] LOGO) ok 8916 - "//\n" ([RE/F/NM] LOGO) ok 8917 - "//\n" ([SB/F/NM] LOGO) ok 8918 - "//This is a comment\n" ([RE/F/NM] LOGO) ok 8919 - "//This is a comment\n" ([SB/F/NM] LOGO) ok 8920 - "//A\tcomment\n" ([RE/F/NM] LOGO) ok 8921 - "//A\tcomment\n" ([SB/F/NM] LOGO) ok 8922 - "//Another /* comment\n" ([RE/F/NM] LOGO) ok 8923 - "//Another /* comment\n" ([SB/F/NM] LOGO) ok 8924 - "--\n" ([RE/F/NM] LOGO) ok 8925 - "--\n" ([SB/F/NM] LOGO) ok 8926 - "--This is a comment\n" ([RE/F/NM] LOGO) ok 8927 - "--This is a comment\n" ([SB/F/NM] LOGO) ok 8928 - "--A\tcomment\n" ([RE/F/NM] LOGO) ok 8929 - "--A\tcomment\n" ([SB/F/NM] LOGO) ok 8930 - "--Another /* comment\n" ([RE/F/NM] LOGO) ok 8931 - "--Another /* comment\n" ([SB/F/NM] LOGO) ok 8932 - "#\n" ([RE/F/NM] LOGO) ok 8933 - "#\n" ([SB/F/NM] LOGO) ok 8934 - "#This is a comment\n" ([RE/F/NM] LOGO) ok 8935 - "#This is a comment\n" ([SB/F/NM] LOGO) ok 8936 - "#A\tcomment\n" ([RE/F/NM] LOGO) ok 8937 - "#A\tcomment\n" ([SB/F/NM] LOGO) ok 8938 - "#Another /* comment\n" ([RE/F/NM] LOGO) ok 8939 - "#Another /* comment\n" ([SB/F/NM] LOGO) ok 8940 - "*\n" ([RE/F/NM] LOGO) ok 8941 - "*\n" ([SB/F/NM] LOGO) ok 8942 - "*This is a comment\n" ([RE/F/NM] LOGO) ok 8943 - "*This is a comment\n" ([SB/F/NM] LOGO) ok 8944 - "*A\tcomment\n" ([RE/F/NM] LOGO) ok 8945 - "*A\tcomment\n" ([SB/F/NM] LOGO) ok 8946 - "*Another /* comment\n" ([RE/F/NM] LOGO) ok 8947 - "*Another /* comment\n" ([SB/F/NM] LOGO) ok 8948 - "!\n" ([RE/F/NM] LOGO) ok 8949 - "!\n" ([SB/F/NM] LOGO) ok 8950 - "!This is a comment\n" ([RE/F/NM] LOGO) ok 8951 - "!This is a comment\n" ([SB/F/NM] LOGO) ok 8952 - "!A\tcomment\n" ([RE/F/NM] LOGO) ok 8953 - "!A\tcomment\n" ([SB/F/NM] LOGO) ok 8954 - "!Another /* comment\n" ([RE/F/NM] LOGO) ok 8955 - "!Another /* comment\n" ([SB/F/NM] LOGO) ok 8956 - "REM\n" ([RE/F/NM] LOGO) ok 8957 - "REM\n" ([SB/F/NM] LOGO) ok 8958 - "REMThis is a comment\n" ([RE/F/NM] LOGO) ok 8959 - "REMThis is a comment\n" ([SB/F/NM] LOGO) ok 8960 - "REMA\tcomment\n" ([RE/F/NM] LOGO) ok 8961 - "REMA\tcomment\n" ([SB/F/NM] LOGO) ok 8962 - "REMAnother /* comment\n" ([RE/F/NM] LOGO) ok 8963 - "REMAnother /* comment\n" ([SB/F/NM] LOGO) ok 8964 - "//\n" ([RE/F/NM] LOGO) ok 8965 - "//\n" ([SB/F/NM] LOGO) ok 8966 - "//This is a comment\n" ([RE/F/NM] LOGO) ok 8967 - "//This is a comment\n" ([SB/F/NM] LOGO) ok 8968 - "//A\tcomment\n" ([RE/F/NM] LOGO) ok 8969 - "//A\tcomment\n" ([SB/F/NM] LOGO) ok 8970 - "//Another /* comment\n" ([RE/F/NM] LOGO) ok 8971 - "//Another /* comment\n" ([SB/F/NM] LOGO) ok 8972 - "%\n" ([RE/F/NM] LOGO) ok 8973 - "%\n" ([SB/F/NM] LOGO) ok 8974 - "%This is a comment\n" ([RE/F/NM] LOGO) ok 8975 - "%This is a comment\n" ([SB/F/NM] LOGO) ok 8976 - "%A\tcomment\n" ([RE/F/NM] LOGO) ok 8977 - "%A\tcomment\n" ([SB/F/NM] LOGO) ok 8978 - "%Another /* comment\n" ([RE/F/NM] LOGO) ok 8979 - "%Another /* comment\n" ([SB/F/NM] LOGO) ok 8980 - "!\n" ([RE/F/NM] LOGO) ok 8981 - "!\n" ([SB/F/NM] LOGO) ok 8982 - "!This is a comment\n" ([RE/F/NM] LOGO) ok 8983 - "!This is a comment\n" ([SB/F/NM] LOGO) ok 8984 - "!A\tcomment\n" ([RE/F/NM] LOGO) ok 8985 - "!A\tcomment\n" ([SB/F/NM] LOGO) ok 8986 - "!Another /* comment\n" ([RE/F/NM] LOGO) ok 8987 - "!Another /* comment\n" ([SB/F/NM] LOGO) ok 8988 - "NB\n" ([RE/F/NM] LOGO) ok 8989 - "NB\n" ([SB/F/NM] LOGO) ok 8990 - "NBThis is a comment\n" ([RE/F/NM] LOGO) ok 8991 - "NBThis is a comment\n" ([SB/F/NM] LOGO) ok 8992 - "NBA\tcomment\n" ([RE/F/NM] LOGO) ok 8993 - "NBA\tcomment\n" ([SB/F/NM] LOGO) ok 8994 - "NBAnother /* comment\n" ([RE/F/NM] LOGO) ok 8995 - "NBAnother /* comment\n" ([SB/F/NM] LOGO) ok 8996 - "PLEASE NOT\n" ([RE/F/NM] LOGO) ok 8997 - "PLEASE NOT\n" ([SB/F/NM] LOGO) ok 8998 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] LOGO) ok 8999 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] LOGO) ok 9000 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] LOGO) ok 9001 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] LOGO) ok 9002 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] LOGO) ok 9003 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] LOGO) ok 9004 - "PLEASE NOT\n" ([RE/F/NM] LOGO) ok 9005 - "PLEASE NOT\n" ([SB/F/NM] LOGO) ok 9006 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] LOGO) ok 9007 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] LOGO) ok 9008 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] LOGO) ok 9009 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] LOGO) ok 9010 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] LOGO) ok 9011 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] LOGO) ok 9012 - "PLEASE N'T\n" ([RE/F/NM] LOGO) ok 9013 - "PLEASE N'T\n" ([SB/F/NM] LOGO) ok 9014 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] LOGO) ok 9015 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] LOGO) ok 9016 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] LOGO) ok 9017 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] LOGO) ok 9018 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] LOGO) ok 9019 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] LOGO) ok 9020 - "DO NOT\n" ([RE/F/NM] LOGO) ok 9021 - "DO NOT\n" ([SB/F/NM] LOGO) ok 9022 - "DO NOTThis is a comment\n" ([RE/F/NM] LOGO) ok 9023 - "DO NOTThis is a comment\n" ([SB/F/NM] LOGO) ok 9024 - "DO NOTA\tcomment\n" ([RE/F/NM] LOGO) ok 9025 - "DO NOTA\tcomment\n" ([SB/F/NM] LOGO) ok 9026 - "DO NOTAnother /* comment\n" ([RE/F/NM] LOGO) ok 9027 - "DO NOTAnother /* comment\n" ([SB/F/NM] LOGO) ok 9028 - "DO N'T\n" ([RE/F/NM] LOGO) ok 9029 - "DO N'T\n" ([SB/F/NM] LOGO) ok 9030 - "DO N'TThis is a comment\n" ([RE/F/NM] LOGO) ok 9031 - "DO N'TThis is a comment\n" ([SB/F/NM] LOGO) ok 9032 - "DO N'TA\tcomment\n" ([RE/F/NM] LOGO) ok 9033 - "DO N'TA\tcomment\n" ([SB/F/NM] LOGO) ok 9034 - "DO N'TAnother /* comment\n" ([RE/F/NM] LOGO) ok 9035 - "DO N'TAnother /* comment\n" ([SB/F/NM] LOGO) ok 9036 - "DO NOT\n" ([RE/F/NM] LOGO) ok 9037 - "DO NOT\n" ([SB/F/NM] LOGO) ok 9038 - "DO NOTThis is a comment\n" ([RE/F/NM] LOGO) ok 9039 - "DO NOTThis is a comment\n" ([SB/F/NM] LOGO) ok 9040 - "DO NOTA\tcomment\n" ([RE/F/NM] LOGO) ok 9041 - "DO NOTA\tcomment\n" ([SB/F/NM] LOGO) ok 9042 - "DO NOTAnother /* comment\n" ([RE/F/NM] LOGO) ok 9043 - "DO NOTAnother /* comment\n" ([SB/F/NM] LOGO) ok 9044 - "PLEASE DO NOT\n" ([RE/F/NM] LOGO) ok 9045 - "PLEASE DO NOT\n" ([SB/F/NM] LOGO) ok 9046 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] LOGO) ok 9047 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] LOGO) ok 9048 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] LOGO) ok 9049 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] LOGO) ok 9050 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] LOGO) ok 9051 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] LOGO) ok 9052 - "PLEASE DO NOT\n" ([RE/F/NM] LOGO) ok 9053 - "PLEASE DO NOT\n" ([SB/F/NM] LOGO) ok 9054 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] LOGO) ok 9055 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] LOGO) ok 9056 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] LOGO) ok 9057 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] LOGO) ok 9058 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] LOGO) ok 9059 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] LOGO) ok 9060 - "PLEASE DO N'T\n" ([RE/F/NM] LOGO) ok 9061 - "PLEASE DO N'T\n" ([SB/F/NM] LOGO) ok 9062 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] LOGO) ok 9063 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] LOGO) ok 9064 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] LOGO) ok 9065 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] LOGO) ok 9066 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] LOGO) ok 9067 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] LOGO) ok 9068 - "NB.\n" ([RE/F/NM] LOGO) ok 9069 - "NB.\n" ([SB/F/NM] LOGO) ok 9070 - "NB.This is a comment\n" ([RE/F/NM] LOGO) ok 9071 - "NB.This is a comment\n" ([SB/F/NM] LOGO) ok 9072 - "NB.A\tcomment\n" ([RE/F/NM] LOGO) ok 9073 - "NB.A\tcomment\n" ([SB/F/NM] LOGO) ok 9074 - "NB.Another /* comment\n" ([RE/F/NM] LOGO) ok 9075 - "NB.Another /* comment\n" ([SB/F/NM] LOGO) ok 9076 - "{}" ([RE/F/NM] LOGO) ok 9077 - "{}" ([SB/F/NM] LOGO) ok 9078 - "{This is a comment}" ([RE/F/NM] LOGO) ok 9079 - "{This is a comment}" ([SB/F/NM] LOGO) ok 9080 - "{A\tcomment}" ([RE/F/NM] LOGO) ok 9081 - "{A\tcomment}" ([SB/F/NM] LOGO) ok 9082 - "{Another /* comment}" ([RE/F/NM] LOGO) ok 9083 - "{Another /* comment}" ([SB/F/NM] LOGO) ok 9084 - ".\n" ([RE/F/NM] LOGO) ok 9085 - ".\n" ([SB/F/NM] LOGO) ok 9086 - ".This is a comment\n" ([RE/F/NM] LOGO) ok 9087 - ".This is a comment\n" ([SB/F/NM] LOGO) ok 9088 - ".A\tcomment\n" ([RE/F/NM] LOGO) ok 9089 - ".A\tcomment\n" ([SB/F/NM] LOGO) ok 9090 - ".Another /* comment\n" ([RE/F/NM] LOGO) ok 9091 - ".Another /* comment\n" ([SB/F/NM] LOGO) ok 9092 - "`\n" ([RE/F/NM] LOGO) ok 9093 - "`\n" ([SB/F/NM] LOGO) ok 9094 - "`This is a comment\n" ([RE/F/NM] LOGO) ok 9095 - "`This is a comment\n" ([SB/F/NM] LOGO) ok 9096 - "`A\tcomment\n" ([RE/F/NM] LOGO) ok 9097 - "`A\tcomment\n" ([SB/F/NM] LOGO) ok 9098 - "`Another /* comment\n" ([RE/F/NM] LOGO) ok 9099 - "`Another /* comment\n" ([SB/F/NM] LOGO) ok 9100 - "--\n" ([RE/F/NM] LOGO) ok 9101 - "--\n" ([SB/F/NM] LOGO) ok 9102 - "--This is a comment\n" ([RE/F/NM] LOGO) ok 9103 - "--This is a comment\n" ([SB/F/NM] LOGO) ok 9104 - "--A\tcomment\n" ([RE/F/NM] LOGO) ok 9105 - "--A\tcomment\n" ([SB/F/NM] LOGO) ok 9106 - "--Another /* comment\n" ([RE/F/NM] LOGO) ok 9107 - "--Another /* comment\n" ([SB/F/NM] LOGO) ok 9108 - "---\n" ([RE/F/NM] LOGO) ok 9109 - "---\n" ([SB/F/NM] LOGO) ok 9110 - "---This is a comment\n" ([RE/F/NM] LOGO) ok 9111 - "---This is a comment\n" ([SB/F/NM] LOGO) ok 9112 - "---A\tcomment\n" ([RE/F/NM] LOGO) ok 9113 - "---A\tcomment\n" ([SB/F/NM] LOGO) ok 9114 - "---Another /* comment\n" ([RE/F/NM] LOGO) ok 9115 - "---Another /* comment\n" ([SB/F/NM] LOGO) ok 9116 - "-----\n" ([RE/F/NM] LOGO) ok 9117 - "-----\n" ([SB/F/NM] LOGO) ok 9118 - "-----This is a comment\n" ([RE/F/NM] LOGO) ok 9119 - "-----This is a comment\n" ([SB/F/NM] LOGO) ok 9120 - "-----A\tcomment\n" ([RE/F/NM] LOGO) ok 9121 - "-----A\tcomment\n" ([SB/F/NM] LOGO) ok 9122 - "-----Another /* comment\n" ([RE/F/NM] LOGO) ok 9123 - "-----Another /* comment\n" ([SB/F/NM] LOGO) ok 9124 - "\\"\n" ([RE/F/NM] LOGO) ok 9125 - "\\"\n" ([SB/F/NM] LOGO) ok 9126 - "\\"This is a comment\n" ([RE/F/NM] LOGO) ok 9127 - "\\"This is a comment\n" ([SB/F/NM] LOGO) ok 9128 - "\\"A\tcomment\n" ([RE/F/NM] LOGO) ok 9129 - "\\"A\tcomment\n" ([SB/F/NM] LOGO) ok 9130 - "\\"Another /* comment\n" ([RE/F/NM] LOGO) ok 9131 - "\\"Another /* comment\n" ([SB/F/NM] LOGO) ok 9132 - ""\n" ([RE/F/NM] LOGO) ok 9133 - ""\n" ([SB/F/NM] LOGO) ok 9134 - ""This is a comment\n" ([RE/F/NM] LOGO) ok 9135 - ""This is a comment\n" ([SB/F/NM] LOGO) ok 9136 - ""A\tcomment\n" ([RE/F/NM] LOGO) ok 9137 - ""A\tcomment\n" ([SB/F/NM] LOGO) ok 9138 - ""Another /* comment\n" ([RE/F/NM] LOGO) ok 9139 - ""Another /* comment\n" ([SB/F/NM] LOGO) ok 9140 - "'\n" ([RE/F/NM] LOGO) ok 9141 - "'\n" ([SB/F/NM] LOGO) ok 9142 - "'This is a comment\n" ([RE/F/NM] LOGO) ok 9143 - "'This is a comment\n" ([SB/F/NM] LOGO) ok 9144 - "'A\tcomment\n" ([RE/F/NM] LOGO) ok 9145 - "'A\tcomment\n" ([SB/F/NM] LOGO) ok 9146 - "'Another /* comment\n" ([RE/F/NM] LOGO) ok 9147 - "'Another /* comment\n" ([SB/F/NM] LOGO) ok 9148 - ";\n" ([RE/P/MT] M) ok 9149 - ";\n" ([OM/P/MT] M) ok 9150 - ";\n" ([OS/P/MT] M) ok 9151 - ";\n" ([SB/P/MT] M) ok 9152 - ";\n" ([KP/P/MT] M) ok 9153 - ";This is a comment\n" ([RE/P/MT] M) ok 9154 - ";This is a comment\n" ([OM/P/MT] M) ok 9155 - ";This is a comment\n" ([OS/P/MT] M) ok 9156 - ";This is a comment\n" ([SB/P/MT] M) ok 9157 - ";This is a comment\n" ([KP/P/MT] M) ok 9158 - ";A\tcomment\n" ([RE/P/MT] M) ok 9159 - ";A\tcomment\n" ([OM/P/MT] M) ok 9160 - ";A\tcomment\n" ([OS/P/MT] M) ok 9161 - ";A\tcomment\n" ([SB/P/MT] M) ok 9162 - ";A\tcomment\n" ([KP/P/MT] M) ok 9163 - ";Another /* comment\n" ([RE/P/MT] M) ok 9164 - ";Another /* comment\n" ([OM/P/MT] M) ok 9165 - ";Another /* comment\n" ([OS/P/MT] M) ok 9166 - ";Another /* comment\n" ([SB/P/MT] M) ok 9167 - ";Another /* comment\n" ([KP/P/MT] M) ok 9168 - "\\" ([RE/F/NM] M) ok 9169 - "\\" ([SB/F/NM] M) ok 9170 - "\\This is a comment" ([RE/F/NM] M) ok 9171 - "\\This is a comment" ([SB/F/NM] M) ok 9172 - "\\A\tcomment" ([RE/F/NM] M) ok 9173 - "\\A\tcomment" ([SB/F/NM] M) ok 9174 - "\\Another /* comment" ([RE/F/NM] M) ok 9175 - "\\Another /* comment" ([SB/F/NM] M) ok 9176 - "\n" ([RE/F/NM] M) ok 9177 - "\n" ([SB/F/NM] M) ok 9178 - "This is a comment\n" ([RE/F/NM] M) ok 9179 - "This is a comment\n" ([SB/F/NM] M) ok 9180 - "A\tcomment\n" ([RE/F/NM] M) ok 9181 - "A\tcomment\n" ([SB/F/NM] M) ok 9182 - "Another /* comment\n" ([RE/F/NM] M) ok 9183 - "Another /* comment\n" ([SB/F/NM] M) ok 9184 - "#" ([RE/F/NM] M) ok 9185 - "#" ([SB/F/NM] M) ok 9186 - "#This is a comment" ([RE/F/NM] M) ok 9187 - "#This is a comment" ([SB/F/NM] M) ok 9188 - "#A\tcomment" ([RE/F/NM] M) ok 9189 - "#A\tcomment" ([SB/F/NM] M) ok 9190 - "#Another /* comment" ([RE/F/NM] M) ok 9191 - "#Another /* comment" ([SB/F/NM] M) ok 9192 - "\n" ([RE/F/NM] M) ok 9193 - "\n" ([SB/F/NM] M) ok 9194 - "This is a comment\n" ([RE/F/NM] M) ok 9195 - "This is a comment\n" ([SB/F/NM] M) ok 9196 - "A\tcomment\n" ([RE/F/NM] M) ok 9197 - "A\tcomment\n" ([SB/F/NM] M) ok 9198 - "Another /* comment\n" ([RE/F/NM] M) ok 9199 - "Another /* comment\n" ([SB/F/NM] M) ok 9200 - "//" ([RE/F/NM] M) ok 9201 - "//" ([SB/F/NM] M) ok 9202 - "//This is a comment" ([RE/F/NM] M) ok 9203 - "//This is a comment" ([SB/F/NM] M) ok 9204 - "//A\tcomment" ([RE/F/NM] M) ok 9205 - "//A\tcomment" ([SB/F/NM] M) ok 9206 - "//Another /* comment" ([RE/F/NM] M) ok 9207 - "//Another /* comment" ([SB/F/NM] M) ok 9208 - "\n" ([RE/F/NM] M) ok 9209 - "\n" ([SB/F/NM] M) ok 9210 - "This is a comment\n" ([RE/F/NM] M) ok 9211 - "This is a comment\n" ([SB/F/NM] M) ok 9212 - "A\tcomment\n" ([RE/F/NM] M) ok 9213 - "A\tcomment\n" ([SB/F/NM] M) ok 9214 - "Another /* comment\n" ([RE/F/NM] M) ok 9215 - "Another /* comment\n" ([SB/F/NM] M) ok 9216 - "--" ([RE/F/NM] M) ok 9217 - "--" ([SB/F/NM] M) ok 9218 - "--This is a comment" ([RE/F/NM] M) ok 9219 - "--This is a comment" ([SB/F/NM] M) ok 9220 - "--A\tcomment" ([RE/F/NM] M) ok 9221 - "--A\tcomment" ([SB/F/NM] M) ok 9222 - "--Another /* comment" ([RE/F/NM] M) ok 9223 - "--Another /* comment" ([SB/F/NM] M) ok 9224 - "\n" ([RE/F/NM] M) ok 9225 - "\n" ([SB/F/NM] M) ok 9226 - "This is a comment\n" ([RE/F/NM] M) ok 9227 - "This is a comment\n" ([SB/F/NM] M) ok 9228 - "A\tcomment\n" ([RE/F/NM] M) ok 9229 - "A\tcomment\n" ([SB/F/NM] M) ok 9230 - "Another /* comment\n" ([RE/F/NM] M) ok 9231 - "Another /* comment\n" ([SB/F/NM] M) ok 9232 - ";" ([RE/F/NM] M) ok 9233 - ";" ([SB/F/NM] M) ok 9234 - ";This is a comment" ([RE/F/NM] M) ok 9235 - ";This is a comment" ([SB/F/NM] M) ok 9236 - ";A\tcomment" ([RE/F/NM] M) ok 9237 - ";A\tcomment" ([SB/F/NM] M) ok 9238 - ";Another /* comment" ([RE/F/NM] M) ok 9239 - ";Another /* comment" ([SB/F/NM] M) ok 9240 - "\n" ([RE/F/NM] M) ok 9241 - "\n" ([SB/F/NM] M) ok 9242 - "This is a comment\n" ([RE/F/NM] M) ok 9243 - "This is a comment\n" ([SB/F/NM] M) ok 9244 - "A\tcomment\n" ([RE/F/NM] M) ok 9245 - "A\tcomment\n" ([SB/F/NM] M) ok 9246 - "Another /* comment\n" ([RE/F/NM] M) ok 9247 - "Another /* comment\n" ([SB/F/NM] M) ok 9248 - "#" ([RE/F/NM] M) ok 9249 - "#" ([SB/F/NM] M) ok 9250 - "#This is a comment" ([RE/F/NM] M) ok 9251 - "#This is a comment" ([SB/F/NM] M) ok 9252 - "#A\tcomment" ([RE/F/NM] M) ok 9253 - "#A\tcomment" ([SB/F/NM] M) ok 9254 - "#Another /* comment" ([RE/F/NM] M) ok 9255 - "#Another /* comment" ([SB/F/NM] M) ok 9256 - "\n" ([RE/F/NM] M) ok 9257 - "\n" ([SB/F/NM] M) ok 9258 - "This is a comment\n" ([RE/F/NM] M) ok 9259 - "This is a comment\n" ([SB/F/NM] M) ok 9260 - "A\tcomment\n" ([RE/F/NM] M) ok 9261 - "A\tcomment\n" ([SB/F/NM] M) ok 9262 - "Another /* comment\n" ([RE/F/NM] M) ok 9263 - "Another /* comment\n" ([SB/F/NM] M) ok 9264 - "*" ([RE/F/NM] M) ok 9265 - "*" ([SB/F/NM] M) ok 9266 - "*This is a comment" ([RE/F/NM] M) ok 9267 - "*This is a comment" ([SB/F/NM] M) ok 9268 - "*A\tcomment" ([RE/F/NM] M) ok 9269 - "*A\tcomment" ([SB/F/NM] M) ok 9270 - "*Another /* comment" ([RE/F/NM] M) ok 9271 - "*Another /* comment" ([SB/F/NM] M) ok 9272 - "\n" ([RE/F/NM] M) ok 9273 - "\n" ([SB/F/NM] M) ok 9274 - "This is a comment\n" ([RE/F/NM] M) ok 9275 - "This is a comment\n" ([SB/F/NM] M) ok 9276 - "A\tcomment\n" ([RE/F/NM] M) ok 9277 - "A\tcomment\n" ([SB/F/NM] M) ok 9278 - "Another /* comment\n" ([RE/F/NM] M) ok 9279 - "Another /* comment\n" ([SB/F/NM] M) ok 9280 - "!" ([RE/F/NM] M) ok 9281 - "!" ([SB/F/NM] M) ok 9282 - "!This is a comment" ([RE/F/NM] M) ok 9283 - "!This is a comment" ([SB/F/NM] M) ok 9284 - "!A\tcomment" ([RE/F/NM] M) ok 9285 - "!A\tcomment" ([SB/F/NM] M) ok 9286 - "!Another /* comment" ([RE/F/NM] M) ok 9287 - "!Another /* comment" ([SB/F/NM] M) ok 9288 - "\n" ([RE/F/NM] M) ok 9289 - "\n" ([SB/F/NM] M) ok 9290 - "This is a comment\n" ([RE/F/NM] M) ok 9291 - "This is a comment\n" ([SB/F/NM] M) ok 9292 - "A\tcomment\n" ([RE/F/NM] M) ok 9293 - "A\tcomment\n" ([SB/F/NM] M) ok 9294 - "Another /* comment\n" ([RE/F/NM] M) ok 9295 - "Another /* comment\n" ([SB/F/NM] M) ok 9296 - "REM" ([RE/F/NM] M) ok 9297 - "REM" ([SB/F/NM] M) ok 9298 - "REMThis is a comment" ([RE/F/NM] M) ok 9299 - "REMThis is a comment" ([SB/F/NM] M) ok 9300 - "REMA\tcomment" ([RE/F/NM] M) ok 9301 - "REMA\tcomment" ([SB/F/NM] M) ok 9302 - "REMAnother /* comment" ([RE/F/NM] M) ok 9303 - "REMAnother /* comment" ([SB/F/NM] M) ok 9304 - "\n" ([RE/F/NM] M) ok 9305 - "\n" ([SB/F/NM] M) ok 9306 - "This is a comment\n" ([RE/F/NM] M) ok 9307 - "This is a comment\n" ([SB/F/NM] M) ok 9308 - "A\tcomment\n" ([RE/F/NM] M) ok 9309 - "A\tcomment\n" ([SB/F/NM] M) ok 9310 - "Another /* comment\n" ([RE/F/NM] M) ok 9311 - "Another /* comment\n" ([SB/F/NM] M) ok 9312 - "//" ([RE/F/NM] M) ok 9313 - "//" ([SB/F/NM] M) ok 9314 - "//This is a comment" ([RE/F/NM] M) ok 9315 - "//This is a comment" ([SB/F/NM] M) ok 9316 - "//A\tcomment" ([RE/F/NM] M) ok 9317 - "//A\tcomment" ([SB/F/NM] M) ok 9318 - "//Another /* comment" ([RE/F/NM] M) ok 9319 - "//Another /* comment" ([SB/F/NM] M) ok 9320 - "\n" ([RE/F/NM] M) ok 9321 - "\n" ([SB/F/NM] M) ok 9322 - "This is a comment\n" ([RE/F/NM] M) ok 9323 - "This is a comment\n" ([SB/F/NM] M) ok 9324 - "A\tcomment\n" ([RE/F/NM] M) ok 9325 - "A\tcomment\n" ([SB/F/NM] M) ok 9326 - "Another /* comment\n" ([RE/F/NM] M) ok 9327 - "Another /* comment\n" ([SB/F/NM] M) ok 9328 - "%" ([RE/F/NM] M) ok 9329 - "%" ([SB/F/NM] M) ok 9330 - "%This is a comment" ([RE/F/NM] M) ok 9331 - "%This is a comment" ([SB/F/NM] M) ok 9332 - "%A\tcomment" ([RE/F/NM] M) ok 9333 - "%A\tcomment" ([SB/F/NM] M) ok 9334 - "%Another /* comment" ([RE/F/NM] M) ok 9335 - "%Another /* comment" ([SB/F/NM] M) ok 9336 - "\n" ([RE/F/NM] M) ok 9337 - "\n" ([SB/F/NM] M) ok 9338 - "This is a comment\n" ([RE/F/NM] M) ok 9339 - "This is a comment\n" ([SB/F/NM] M) ok 9340 - "A\tcomment\n" ([RE/F/NM] M) ok 9341 - "A\tcomment\n" ([SB/F/NM] M) ok 9342 - "Another /* comment\n" ([RE/F/NM] M) ok 9343 - "Another /* comment\n" ([SB/F/NM] M) ok 9344 - "!" ([RE/F/NM] M) ok 9345 - "!" ([SB/F/NM] M) ok 9346 - "!This is a comment" ([RE/F/NM] M) ok 9347 - "!This is a comment" ([SB/F/NM] M) ok 9348 - "!A\tcomment" ([RE/F/NM] M) ok 9349 - "!A\tcomment" ([SB/F/NM] M) ok 9350 - "!Another /* comment" ([RE/F/NM] M) ok 9351 - "!Another /* comment" ([SB/F/NM] M) ok 9352 - "\n" ([RE/F/NM] M) ok 9353 - "\n" ([SB/F/NM] M) ok 9354 - "This is a comment\n" ([RE/F/NM] M) ok 9355 - "This is a comment\n" ([SB/F/NM] M) ok 9356 - "A\tcomment\n" ([RE/F/NM] M) ok 9357 - "A\tcomment\n" ([SB/F/NM] M) ok 9358 - "Another /* comment\n" ([RE/F/NM] M) ok 9359 - "Another /* comment\n" ([SB/F/NM] M) ok 9360 - "NB" ([RE/F/NM] M) ok 9361 - "NB" ([SB/F/NM] M) ok 9362 - "NBThis is a comment" ([RE/F/NM] M) ok 9363 - "NBThis is a comment" ([SB/F/NM] M) ok 9364 - "NBA\tcomment" ([RE/F/NM] M) ok 9365 - "NBA\tcomment" ([SB/F/NM] M) ok 9366 - "NBAnother /* comment" ([RE/F/NM] M) ok 9367 - "NBAnother /* comment" ([SB/F/NM] M) ok 9368 - "\n" ([RE/F/NM] M) ok 9369 - "\n" ([SB/F/NM] M) ok 9370 - "This is a comment\n" ([RE/F/NM] M) ok 9371 - "This is a comment\n" ([SB/F/NM] M) ok 9372 - "A\tcomment\n" ([RE/F/NM] M) ok 9373 - "A\tcomment\n" ([SB/F/NM] M) ok 9374 - "Another /* comment\n" ([RE/F/NM] M) ok 9375 - "Another /* comment\n" ([SB/F/NM] M) ok 9376 - "PLEASE NOT" ([RE/F/NM] M) ok 9377 - "PLEASE NOT" ([SB/F/NM] M) ok 9378 - "PLEASE NOTThis is a comment" ([RE/F/NM] M) ok 9379 - "PLEASE NOTThis is a comment" ([SB/F/NM] M) ok 9380 - "PLEASE NOTA\tcomment" ([RE/F/NM] M) ok 9381 - "PLEASE NOTA\tcomment" ([SB/F/NM] M) ok 9382 - "PLEASE NOTAnother /* comment" ([RE/F/NM] M) ok 9383 - "PLEASE NOTAnother /* comment" ([SB/F/NM] M) ok 9384 - "\n" ([RE/F/NM] M) ok 9385 - "\n" ([SB/F/NM] M) ok 9386 - "This is a comment\n" ([RE/F/NM] M) ok 9387 - "This is a comment\n" ([SB/F/NM] M) ok 9388 - "A\tcomment\n" ([RE/F/NM] M) ok 9389 - "A\tcomment\n" ([SB/F/NM] M) ok 9390 - "Another /* comment\n" ([RE/F/NM] M) ok 9391 - "Another /* comment\n" ([SB/F/NM] M) ok 9392 - "PLEASE NOT" ([RE/F/NM] M) ok 9393 - "PLEASE NOT" ([SB/F/NM] M) ok 9394 - "PLEASE NOTThis is a comment" ([RE/F/NM] M) ok 9395 - "PLEASE NOTThis is a comment" ([SB/F/NM] M) ok 9396 - "PLEASE NOTA\tcomment" ([RE/F/NM] M) ok 9397 - "PLEASE NOTA\tcomment" ([SB/F/NM] M) ok 9398 - "PLEASE NOTAnother /* comment" ([RE/F/NM] M) ok 9399 - "PLEASE NOTAnother /* comment" ([SB/F/NM] M) ok 9400 - "\n" ([RE/F/NM] M) ok 9401 - "\n" ([SB/F/NM] M) ok 9402 - "This is a comment\n" ([RE/F/NM] M) ok 9403 - "This is a comment\n" ([SB/F/NM] M) ok 9404 - "A\tcomment\n" ([RE/F/NM] M) ok 9405 - "A\tcomment\n" ([SB/F/NM] M) ok 9406 - "Another /* comment\n" ([RE/F/NM] M) ok 9407 - "Another /* comment\n" ([SB/F/NM] M) ok 9408 - "PLEASE N'T" ([RE/F/NM] M) ok 9409 - "PLEASE N'T" ([SB/F/NM] M) ok 9410 - "PLEASE N'TThis is a comment" ([RE/F/NM] M) ok 9411 - "PLEASE N'TThis is a comment" ([SB/F/NM] M) ok 9412 - "PLEASE N'TA\tcomment" ([RE/F/NM] M) ok 9413 - "PLEASE N'TA\tcomment" ([SB/F/NM] M) ok 9414 - "PLEASE N'TAnother /* comment" ([RE/F/NM] M) ok 9415 - "PLEASE N'TAnother /* comment" ([SB/F/NM] M) ok 9416 - "\n" ([RE/F/NM] M) ok 9417 - "\n" ([SB/F/NM] M) ok 9418 - "This is a comment\n" ([RE/F/NM] M) ok 9419 - "This is a comment\n" ([SB/F/NM] M) ok 9420 - "A\tcomment\n" ([RE/F/NM] M) ok 9421 - "A\tcomment\n" ([SB/F/NM] M) ok 9422 - "Another /* comment\n" ([RE/F/NM] M) ok 9423 - "Another /* comment\n" ([SB/F/NM] M) ok 9424 - "DO NOT" ([RE/F/NM] M) ok 9425 - "DO NOT" ([SB/F/NM] M) ok 9426 - "DO NOTThis is a comment" ([RE/F/NM] M) ok 9427 - "DO NOTThis is a comment" ([SB/F/NM] M) ok 9428 - "DO NOTA\tcomment" ([RE/F/NM] M) ok 9429 - "DO NOTA\tcomment" ([SB/F/NM] M) ok 9430 - "DO NOTAnother /* comment" ([RE/F/NM] M) ok 9431 - "DO NOTAnother /* comment" ([SB/F/NM] M) ok 9432 - "\n" ([RE/F/NM] M) ok 9433 - "\n" ([SB/F/NM] M) ok 9434 - "This is a comment\n" ([RE/F/NM] M) ok 9435 - "This is a comment\n" ([SB/F/NM] M) ok 9436 - "A\tcomment\n" ([RE/F/NM] M) ok 9437 - "A\tcomment\n" ([SB/F/NM] M) ok 9438 - "Another /* comment\n" ([RE/F/NM] M) ok 9439 - "Another /* comment\n" ([SB/F/NM] M) ok 9440 - "DO N'T" ([RE/F/NM] M) ok 9441 - "DO N'T" ([SB/F/NM] M) ok 9442 - "DO N'TThis is a comment" ([RE/F/NM] M) ok 9443 - "DO N'TThis is a comment" ([SB/F/NM] M) ok 9444 - "DO N'TA\tcomment" ([RE/F/NM] M) ok 9445 - "DO N'TA\tcomment" ([SB/F/NM] M) ok 9446 - "DO N'TAnother /* comment" ([RE/F/NM] M) ok 9447 - "DO N'TAnother /* comment" ([SB/F/NM] M) ok 9448 - "\n" ([RE/F/NM] M) ok 9449 - "\n" ([SB/F/NM] M) ok 9450 - "This is a comment\n" ([RE/F/NM] M) ok 9451 - "This is a comment\n" ([SB/F/NM] M) ok 9452 - "A\tcomment\n" ([RE/F/NM] M) ok 9453 - "A\tcomment\n" ([SB/F/NM] M) ok 9454 - "Another /* comment\n" ([RE/F/NM] M) ok 9455 - "Another /* comment\n" ([SB/F/NM] M) ok 9456 - "DO NOT" ([RE/F/NM] M) ok 9457 - "DO NOT" ([SB/F/NM] M) ok 9458 - "DO NOTThis is a comment" ([RE/F/NM] M) ok 9459 - "DO NOTThis is a comment" ([SB/F/NM] M) ok 9460 - "DO NOTA\tcomment" ([RE/F/NM] M) ok 9461 - "DO NOTA\tcomment" ([SB/F/NM] M) ok 9462 - "DO NOTAnother /* comment" ([RE/F/NM] M) ok 9463 - "DO NOTAnother /* comment" ([SB/F/NM] M) ok 9464 - "\n" ([RE/F/NM] M) ok 9465 - "\n" ([SB/F/NM] M) ok 9466 - "This is a comment\n" ([RE/F/NM] M) ok 9467 - "This is a comment\n" ([SB/F/NM] M) ok 9468 - "A\tcomment\n" ([RE/F/NM] M) ok 9469 - "A\tcomment\n" ([SB/F/NM] M) ok 9470 - "Another /* comment\n" ([RE/F/NM] M) ok 9471 - "Another /* comment\n" ([SB/F/NM] M) ok 9472 - "PLEASE DO NOT" ([RE/F/NM] M) ok 9473 - "PLEASE DO NOT" ([SB/F/NM] M) ok 9474 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] M) ok 9475 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] M) ok 9476 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] M) ok 9477 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] M) ok 9478 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] M) ok 9479 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] M) ok 9480 - "\n" ([RE/F/NM] M) ok 9481 - "\n" ([SB/F/NM] M) ok 9482 - "This is a comment\n" ([RE/F/NM] M) ok 9483 - "This is a comment\n" ([SB/F/NM] M) ok 9484 - "A\tcomment\n" ([RE/F/NM] M) ok 9485 - "A\tcomment\n" ([SB/F/NM] M) ok 9486 - "Another /* comment\n" ([RE/F/NM] M) ok 9487 - "Another /* comment\n" ([SB/F/NM] M) ok 9488 - "PLEASE DO NOT" ([RE/F/NM] M) ok 9489 - "PLEASE DO NOT" ([SB/F/NM] M) ok 9490 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] M) ok 9491 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] M) ok 9492 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] M) ok 9493 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] M) ok 9494 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] M) ok 9495 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] M) ok 9496 - "\n" ([RE/F/NM] M) ok 9497 - "\n" ([SB/F/NM] M) ok 9498 - "This is a comment\n" ([RE/F/NM] M) ok 9499 - "This is a comment\n" ([SB/F/NM] M) ok 9500 - "A\tcomment\n" ([RE/F/NM] M) ok 9501 - "A\tcomment\n" ([SB/F/NM] M) ok 9502 - "Another /* comment\n" ([RE/F/NM] M) ok 9503 - "Another /* comment\n" ([SB/F/NM] M) ok 9504 - "PLEASE DO N'T" ([RE/F/NM] M) ok 9505 - "PLEASE DO N'T" ([SB/F/NM] M) ok 9506 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] M) ok 9507 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] M) ok 9508 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] M) ok 9509 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] M) ok 9510 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] M) ok 9511 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] M) ok 9512 - "\n" ([RE/F/NM] M) ok 9513 - "\n" ([SB/F/NM] M) ok 9514 - "This is a comment\n" ([RE/F/NM] M) ok 9515 - "This is a comment\n" ([SB/F/NM] M) ok 9516 - "A\tcomment\n" ([RE/F/NM] M) ok 9517 - "A\tcomment\n" ([SB/F/NM] M) ok 9518 - "Another /* comment\n" ([RE/F/NM] M) ok 9519 - "Another /* comment\n" ([SB/F/NM] M) ok 9520 - "NB." ([RE/F/NM] M) ok 9521 - "NB." ([SB/F/NM] M) ok 9522 - "NB.This is a comment" ([RE/F/NM] M) ok 9523 - "NB.This is a comment" ([SB/F/NM] M) ok 9524 - "NB.A\tcomment" ([RE/F/NM] M) ok 9525 - "NB.A\tcomment" ([SB/F/NM] M) ok 9526 - "NB.Another /* comment" ([RE/F/NM] M) ok 9527 - "NB.Another /* comment" ([SB/F/NM] M) ok 9528 - "\n" ([RE/F/NM] M) ok 9529 - "\n" ([SB/F/NM] M) ok 9530 - "This is a comment\n" ([RE/F/NM] M) ok 9531 - "This is a comment\n" ([SB/F/NM] M) ok 9532 - "A\tcomment\n" ([RE/F/NM] M) ok 9533 - "A\tcomment\n" ([SB/F/NM] M) ok 9534 - "Another /* comment\n" ([RE/F/NM] M) ok 9535 - "Another /* comment\n" ([SB/F/NM] M) ok 9536 - "{" ([RE/F/NM] M) ok 9537 - "{" ([SB/F/NM] M) ok 9538 - "{This is a comment" ([RE/F/NM] M) ok 9539 - "{This is a comment" ([SB/F/NM] M) ok 9540 - "{A\tcomment" ([RE/F/NM] M) ok 9541 - "{A\tcomment" ([SB/F/NM] M) ok 9542 - "{Another /* comment" ([RE/F/NM] M) ok 9543 - "{Another /* comment" ([SB/F/NM] M) ok 9544 - "}" ([RE/F/NM] M) ok 9545 - "}" ([SB/F/NM] M) ok 9546 - "This is a comment}" ([RE/F/NM] M) ok 9547 - "This is a comment}" ([SB/F/NM] M) ok 9548 - "A\tcomment}" ([RE/F/NM] M) ok 9549 - "A\tcomment}" ([SB/F/NM] M) ok 9550 - "Another /* comment}" ([RE/F/NM] M) ok 9551 - "Another /* comment}" ([SB/F/NM] M) ok 9552 - "." ([RE/F/NM] M) ok 9553 - "." ([SB/F/NM] M) ok 9554 - ".This is a comment" ([RE/F/NM] M) ok 9555 - ".This is a comment" ([SB/F/NM] M) ok 9556 - ".A\tcomment" ([RE/F/NM] M) ok 9557 - ".A\tcomment" ([SB/F/NM] M) ok 9558 - ".Another /* comment" ([RE/F/NM] M) ok 9559 - ".Another /* comment" ([SB/F/NM] M) ok 9560 - "\n" ([RE/F/NM] M) ok 9561 - "\n" ([SB/F/NM] M) ok 9562 - "This is a comment\n" ([RE/F/NM] M) ok 9563 - "This is a comment\n" ([SB/F/NM] M) ok 9564 - "A\tcomment\n" ([RE/F/NM] M) ok 9565 - "A\tcomment\n" ([SB/F/NM] M) ok 9566 - "Another /* comment\n" ([RE/F/NM] M) ok 9567 - "Another /* comment\n" ([SB/F/NM] M) ok 9568 - ";" ([RE/F/NM] M) ok 9569 - ";" ([SB/F/NM] M) ok 9570 - ";This is a comment" ([RE/F/NM] M) ok 9571 - ";This is a comment" ([SB/F/NM] M) ok 9572 - ";A\tcomment" ([RE/F/NM] M) ok 9573 - ";A\tcomment" ([SB/F/NM] M) ok 9574 - ";Another /* comment" ([RE/F/NM] M) ok 9575 - ";Another /* comment" ([SB/F/NM] M) ok 9576 - "\n" ([RE/F/NM] M) ok 9577 - "\n" ([SB/F/NM] M) ok 9578 - "This is a comment\n" ([RE/F/NM] M) ok 9579 - "This is a comment\n" ([SB/F/NM] M) ok 9580 - "A\tcomment\n" ([RE/F/NM] M) ok 9581 - "A\tcomment\n" ([SB/F/NM] M) ok 9582 - "Another /* comment\n" ([RE/F/NM] M) ok 9583 - "Another /* comment\n" ([SB/F/NM] M) ok 9584 - "`" ([RE/F/NM] M) ok 9585 - "`" ([SB/F/NM] M) ok 9586 - "`This is a comment" ([RE/F/NM] M) ok 9587 - "`This is a comment" ([SB/F/NM] M) ok 9588 - "`A\tcomment" ([RE/F/NM] M) ok 9589 - "`A\tcomment" ([SB/F/NM] M) ok 9590 - "`Another /* comment" ([RE/F/NM] M) ok 9591 - "`Another /* comment" ([SB/F/NM] M) ok 9592 - "\n" ([RE/F/NM] M) ok 9593 - "\n" ([SB/F/NM] M) ok 9594 - "This is a comment\n" ([RE/F/NM] M) ok 9595 - "This is a comment\n" ([SB/F/NM] M) ok 9596 - "A\tcomment\n" ([RE/F/NM] M) ok 9597 - "A\tcomment\n" ([SB/F/NM] M) ok 9598 - "Another /* comment\n" ([RE/F/NM] M) ok 9599 - "Another /* comment\n" ([SB/F/NM] M) ok 9600 - "--" ([RE/F/NM] M) ok 9601 - "--" ([SB/F/NM] M) ok 9602 - "--This is a comment" ([RE/F/NM] M) ok 9603 - "--This is a comment" ([SB/F/NM] M) ok 9604 - "--A\tcomment" ([RE/F/NM] M) ok 9605 - "--A\tcomment" ([SB/F/NM] M) ok 9606 - "--Another /* comment" ([RE/F/NM] M) ok 9607 - "--Another /* comment" ([SB/F/NM] M) ok 9608 - "\n" ([RE/F/NM] M) ok 9609 - "\n" ([SB/F/NM] M) ok 9610 - "This is a comment\n" ([RE/F/NM] M) ok 9611 - "This is a comment\n" ([SB/F/NM] M) ok 9612 - "A\tcomment\n" ([RE/F/NM] M) ok 9613 - "A\tcomment\n" ([SB/F/NM] M) ok 9614 - "Another /* comment\n" ([RE/F/NM] M) ok 9615 - "Another /* comment\n" ([SB/F/NM] M) ok 9616 - "---" ([RE/F/NM] M) ok 9617 - "---" ([SB/F/NM] M) ok 9618 - "---This is a comment" ([RE/F/NM] M) ok 9619 - "---This is a comment" ([SB/F/NM] M) ok 9620 - "---A\tcomment" ([RE/F/NM] M) ok 9621 - "---A\tcomment" ([SB/F/NM] M) ok 9622 - "---Another /* comment" ([RE/F/NM] M) ok 9623 - "---Another /* comment" ([SB/F/NM] M) ok 9624 - "\n" ([RE/F/NM] M) ok 9625 - "\n" ([SB/F/NM] M) ok 9626 - "This is a comment\n" ([RE/F/NM] M) ok 9627 - "This is a comment\n" ([SB/F/NM] M) ok 9628 - "A\tcomment\n" ([RE/F/NM] M) ok 9629 - "A\tcomment\n" ([SB/F/NM] M) ok 9630 - "Another /* comment\n" ([RE/F/NM] M) ok 9631 - "Another /* comment\n" ([SB/F/NM] M) ok 9632 - "-----" ([RE/F/NM] M) ok 9633 - "-----" ([SB/F/NM] M) ok 9634 - "-----This is a comment" ([RE/F/NM] M) ok 9635 - "-----This is a comment" ([SB/F/NM] M) ok 9636 - "-----A\tcomment" ([RE/F/NM] M) ok 9637 - "-----A\tcomment" ([SB/F/NM] M) ok 9638 - "-----Another /* comment" ([RE/F/NM] M) ok 9639 - "-----Another /* comment" ([SB/F/NM] M) ok 9640 - "\n" ([RE/F/NM] M) ok 9641 - "\n" ([SB/F/NM] M) ok 9642 - "This is a comment\n" ([RE/F/NM] M) ok 9643 - "This is a comment\n" ([SB/F/NM] M) ok 9644 - "A\tcomment\n" ([RE/F/NM] M) ok 9645 - "A\tcomment\n" ([SB/F/NM] M) ok 9646 - "Another /* comment\n" ([RE/F/NM] M) ok 9647 - "Another /* comment\n" ([SB/F/NM] M) ok 9648 - "\\"" ([RE/F/NM] M) ok 9649 - "\\"" ([SB/F/NM] M) ok 9650 - "\\"This is a comment" ([RE/F/NM] M) ok 9651 - "\\"This is a comment" ([SB/F/NM] M) ok 9652 - "\\"A\tcomment" ([RE/F/NM] M) ok 9653 - "\\"A\tcomment" ([SB/F/NM] M) ok 9654 - "\\"Another /* comment" ([RE/F/NM] M) ok 9655 - "\\"Another /* comment" ([SB/F/NM] M) ok 9656 - "\n" ([RE/F/NM] M) ok 9657 - "\n" ([SB/F/NM] M) ok 9658 - "This is a comment\n" ([RE/F/NM] M) ok 9659 - "This is a comment\n" ([SB/F/NM] M) ok 9660 - "A\tcomment\n" ([RE/F/NM] M) ok 9661 - "A\tcomment\n" ([SB/F/NM] M) ok 9662 - "Another /* comment\n" ([RE/F/NM] M) ok 9663 - "Another /* comment\n" ([SB/F/NM] M) ok 9664 - """ ([RE/F/NM] M) ok 9665 - """ ([SB/F/NM] M) ok 9666 - ""This is a comment" ([RE/F/NM] M) ok 9667 - ""This is a comment" ([SB/F/NM] M) ok 9668 - ""A\tcomment" ([RE/F/NM] M) ok 9669 - ""A\tcomment" ([SB/F/NM] M) ok 9670 - ""Another /* comment" ([RE/F/NM] M) ok 9671 - ""Another /* comment" ([SB/F/NM] M) ok 9672 - "\n" ([RE/F/NM] M) ok 9673 - "\n" ([SB/F/NM] M) ok 9674 - "This is a comment\n" ([RE/F/NM] M) ok 9675 - "This is a comment\n" ([SB/F/NM] M) ok 9676 - "A\tcomment\n" ([RE/F/NM] M) ok 9677 - "A\tcomment\n" ([SB/F/NM] M) ok 9678 - "Another /* comment\n" ([RE/F/NM] M) ok 9679 - "Another /* comment\n" ([SB/F/NM] M) ok 9680 - "'" ([RE/F/NM] M) ok 9681 - "'" ([SB/F/NM] M) ok 9682 - "'This is a comment" ([RE/F/NM] M) ok 9683 - "'This is a comment" ([SB/F/NM] M) ok 9684 - "'A\tcomment" ([RE/F/NM] M) ok 9685 - "'A\tcomment" ([SB/F/NM] M) ok 9686 - "'Another /* comment" ([RE/F/NM] M) ok 9687 - "'Another /* comment" ([SB/F/NM] M) ok 9688 - "\n" ([RE/F/NM] M) ok 9689 - "\n" ([SB/F/NM] M) ok 9690 - "This is a comment\n" ([RE/F/NM] M) ok 9691 - "This is a comment\n" ([SB/F/NM] M) ok 9692 - "A\tcomment\n" ([RE/F/NM] M) ok 9693 - "A\tcomment\n" ([SB/F/NM] M) ok 9694 - "Another /* comment\n" ([RE/F/NM] M) ok 9695 - "Another /* comment\n" ([SB/F/NM] M) ok 9696 - "/* This is a C comment */" ([RE/F/NM] M) ok 9697 - "/* This is a C comment */" ([SB/F/NM] M) ok 9698 - "(* This is a Pascal comment *)" ([RE/F/NM] M) ok 9699 - "(* This is a Pascal comment *)" ([SB/F/NM] M) ok 9700 - "" ([RE/F/NM] M) ok 9701 - "" ([SB/F/NM] M) ok 9702 - ";\n\n" ([RE/F/NM] M) ok 9703 - ";\n\n" ([SB/F/NM] M) ok 9704 - ";This is a comment\n\n" ([RE/F/NM] M) ok 9705 - ";This is a comment\n\n" ([SB/F/NM] M) ok 9706 - ";A\tcomment\n\n" ([RE/F/NM] M) ok 9707 - ";A\tcomment\n\n" ([SB/F/NM] M) ok 9708 - ";Another /* comment\n\n" ([RE/F/NM] M) ok 9709 - ";Another /* comment\n\n" ([SB/F/NM] M) ok 9710 - ";\n;\n" ([RE/F/NM] M) ok 9711 - ";\n;\n" ([SB/F/NM] M) ok 9712 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] M) ok 9713 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] M) ok 9714 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] M) ok 9715 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] M) ok 9716 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] M) ok 9717 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] M) ok 9718 - ";\nhl" ([RE/F/NM] M) ok 9719 - ";\nhl" ([SB/F/NM] M) ok 9720 - ";This is a comment\nn" ([RE/F/NM] M) ok 9721 - ";This is a comment\nn" ([SB/F/NM] M) ok 9722 - ";A\tcomment\ntpm" ([RE/F/NM] M) ok 9723 - ";A\tcomment\ntpm" ([SB/F/NM] M) ok 9724 - ";Another /* comment\ni0ts" ([RE/F/NM] M) ok 9725 - ";Another /* comment\ni0ts" ([SB/F/NM] M) ok 9726 - "h;\n" ([RE/F/NM] M) ok 9727 - "h;\n" ([SB/F/NM] M) ok 9728 - "ri;This is a comment\n" ([RE/F/NM] M) ok 9729 - "ri;This is a comment\n" ([SB/F/NM] M) ok 9730 - "bgmw;A\tcomment\n" ([RE/F/NM] M) ok 9731 - "bgmw;A\tcomment\n" ([SB/F/NM] M) ok 9732 - "im9;Another /* comment\n" ([RE/F/NM] M) ok 9733 - "im9;Another /* comment\n" ([SB/F/NM] M) ok 9734 - "\\\n" ([RE/F/NM] M) ok 9735 - "\\\n" ([SB/F/NM] M) ok 9736 - "\\This is a comment\n" ([RE/F/NM] M) ok 9737 - "\\This is a comment\n" ([SB/F/NM] M) ok 9738 - "\\A\tcomment\n" ([RE/F/NM] M) ok 9739 - "\\A\tcomment\n" ([SB/F/NM] M) ok 9740 - "\\Another /* comment\n" ([RE/F/NM] M) ok 9741 - "\\Another /* comment\n" ([SB/F/NM] M) ok 9742 - "#\n" ([RE/F/NM] M) ok 9743 - "#\n" ([SB/F/NM] M) ok 9744 - "#This is a comment\n" ([RE/F/NM] M) ok 9745 - "#This is a comment\n" ([SB/F/NM] M) ok 9746 - "#A\tcomment\n" ([RE/F/NM] M) ok 9747 - "#A\tcomment\n" ([SB/F/NM] M) ok 9748 - "#Another /* comment\n" ([RE/F/NM] M) ok 9749 - "#Another /* comment\n" ([SB/F/NM] M) ok 9750 - "//\n" ([RE/F/NM] M) ok 9751 - "//\n" ([SB/F/NM] M) ok 9752 - "//This is a comment\n" ([RE/F/NM] M) ok 9753 - "//This is a comment\n" ([SB/F/NM] M) ok 9754 - "//A\tcomment\n" ([RE/F/NM] M) ok 9755 - "//A\tcomment\n" ([SB/F/NM] M) ok 9756 - "//Another /* comment\n" ([RE/F/NM] M) ok 9757 - "//Another /* comment\n" ([SB/F/NM] M) ok 9758 - "--\n" ([RE/F/NM] M) ok 9759 - "--\n" ([SB/F/NM] M) ok 9760 - "--This is a comment\n" ([RE/F/NM] M) ok 9761 - "--This is a comment\n" ([SB/F/NM] M) ok 9762 - "--A\tcomment\n" ([RE/F/NM] M) ok 9763 - "--A\tcomment\n" ([SB/F/NM] M) ok 9764 - "--Another /* comment\n" ([RE/F/NM] M) ok 9765 - "--Another /* comment\n" ([SB/F/NM] M) ok 9766 - "#\n" ([RE/F/NM] M) ok 9767 - "#\n" ([SB/F/NM] M) ok 9768 - "#This is a comment\n" ([RE/F/NM] M) ok 9769 - "#This is a comment\n" ([SB/F/NM] M) ok 9770 - "#A\tcomment\n" ([RE/F/NM] M) ok 9771 - "#A\tcomment\n" ([SB/F/NM] M) ok 9772 - "#Another /* comment\n" ([RE/F/NM] M) ok 9773 - "#Another /* comment\n" ([SB/F/NM] M) ok 9774 - "*\n" ([RE/F/NM] M) ok 9775 - "*\n" ([SB/F/NM] M) ok 9776 - "*This is a comment\n" ([RE/F/NM] M) ok 9777 - "*This is a comment\n" ([SB/F/NM] M) ok 9778 - "*A\tcomment\n" ([RE/F/NM] M) ok 9779 - "*A\tcomment\n" ([SB/F/NM] M) ok 9780 - "*Another /* comment\n" ([RE/F/NM] M) ok 9781 - "*Another /* comment\n" ([SB/F/NM] M) ok 9782 - "!\n" ([RE/F/NM] M) ok 9783 - "!\n" ([SB/F/NM] M) ok 9784 - "!This is a comment\n" ([RE/F/NM] M) ok 9785 - "!This is a comment\n" ([SB/F/NM] M) ok 9786 - "!A\tcomment\n" ([RE/F/NM] M) ok 9787 - "!A\tcomment\n" ([SB/F/NM] M) ok 9788 - "!Another /* comment\n" ([RE/F/NM] M) ok 9789 - "!Another /* comment\n" ([SB/F/NM] M) ok 9790 - "REM\n" ([RE/F/NM] M) ok 9791 - "REM\n" ([SB/F/NM] M) ok 9792 - "REMThis is a comment\n" ([RE/F/NM] M) ok 9793 - "REMThis is a comment\n" ([SB/F/NM] M) ok 9794 - "REMA\tcomment\n" ([RE/F/NM] M) ok 9795 - "REMA\tcomment\n" ([SB/F/NM] M) ok 9796 - "REMAnother /* comment\n" ([RE/F/NM] M) ok 9797 - "REMAnother /* comment\n" ([SB/F/NM] M) ok 9798 - "//\n" ([RE/F/NM] M) ok 9799 - "//\n" ([SB/F/NM] M) ok 9800 - "//This is a comment\n" ([RE/F/NM] M) ok 9801 - "//This is a comment\n" ([SB/F/NM] M) ok 9802 - "//A\tcomment\n" ([RE/F/NM] M) ok 9803 - "//A\tcomment\n" ([SB/F/NM] M) ok 9804 - "//Another /* comment\n" ([RE/F/NM] M) ok 9805 - "//Another /* comment\n" ([SB/F/NM] M) ok 9806 - "%\n" ([RE/F/NM] M) ok 9807 - "%\n" ([SB/F/NM] M) ok 9808 - "%This is a comment\n" ([RE/F/NM] M) ok 9809 - "%This is a comment\n" ([SB/F/NM] M) ok 9810 - "%A\tcomment\n" ([RE/F/NM] M) ok 9811 - "%A\tcomment\n" ([SB/F/NM] M) ok 9812 - "%Another /* comment\n" ([RE/F/NM] M) ok 9813 - "%Another /* comment\n" ([SB/F/NM] M) ok 9814 - "!\n" ([RE/F/NM] M) ok 9815 - "!\n" ([SB/F/NM] M) ok 9816 - "!This is a comment\n" ([RE/F/NM] M) ok 9817 - "!This is a comment\n" ([SB/F/NM] M) ok 9818 - "!A\tcomment\n" ([RE/F/NM] M) ok 9819 - "!A\tcomment\n" ([SB/F/NM] M) ok 9820 - "!Another /* comment\n" ([RE/F/NM] M) ok 9821 - "!Another /* comment\n" ([SB/F/NM] M) ok 9822 - "NB\n" ([RE/F/NM] M) ok 9823 - "NB\n" ([SB/F/NM] M) ok 9824 - "NBThis is a comment\n" ([RE/F/NM] M) ok 9825 - "NBThis is a comment\n" ([SB/F/NM] M) ok 9826 - "NBA\tcomment\n" ([RE/F/NM] M) ok 9827 - "NBA\tcomment\n" ([SB/F/NM] M) ok 9828 - "NBAnother /* comment\n" ([RE/F/NM] M) ok 9829 - "NBAnother /* comment\n" ([SB/F/NM] M) ok 9830 - "PLEASE NOT\n" ([RE/F/NM] M) ok 9831 - "PLEASE NOT\n" ([SB/F/NM] M) ok 9832 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] M) ok 9833 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] M) ok 9834 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] M) ok 9835 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] M) ok 9836 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] M) ok 9837 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] M) ok 9838 - "PLEASE NOT\n" ([RE/F/NM] M) ok 9839 - "PLEASE NOT\n" ([SB/F/NM] M) ok 9840 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] M) ok 9841 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] M) ok 9842 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] M) ok 9843 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] M) ok 9844 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] M) ok 9845 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] M) ok 9846 - "PLEASE N'T\n" ([RE/F/NM] M) ok 9847 - "PLEASE N'T\n" ([SB/F/NM] M) ok 9848 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] M) ok 9849 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] M) ok 9850 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] M) ok 9851 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] M) ok 9852 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] M) ok 9853 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] M) ok 9854 - "DO NOT\n" ([RE/F/NM] M) ok 9855 - "DO NOT\n" ([SB/F/NM] M) ok 9856 - "DO NOTThis is a comment\n" ([RE/F/NM] M) ok 9857 - "DO NOTThis is a comment\n" ([SB/F/NM] M) ok 9858 - "DO NOTA\tcomment\n" ([RE/F/NM] M) ok 9859 - "DO NOTA\tcomment\n" ([SB/F/NM] M) ok 9860 - "DO NOTAnother /* comment\n" ([RE/F/NM] M) ok 9861 - "DO NOTAnother /* comment\n" ([SB/F/NM] M) ok 9862 - "DO N'T\n" ([RE/F/NM] M) ok 9863 - "DO N'T\n" ([SB/F/NM] M) ok 9864 - "DO N'TThis is a comment\n" ([RE/F/NM] M) ok 9865 - "DO N'TThis is a comment\n" ([SB/F/NM] M) ok 9866 - "DO N'TA\tcomment\n" ([RE/F/NM] M) ok 9867 - "DO N'TA\tcomment\n" ([SB/F/NM] M) ok 9868 - "DO N'TAnother /* comment\n" ([RE/F/NM] M) ok 9869 - "DO N'TAnother /* comment\n" ([SB/F/NM] M) ok 9870 - "DO NOT\n" ([RE/F/NM] M) ok 9871 - "DO NOT\n" ([SB/F/NM] M) ok 9872 - "DO NOTThis is a comment\n" ([RE/F/NM] M) ok 9873 - "DO NOTThis is a comment\n" ([SB/F/NM] M) ok 9874 - "DO NOTA\tcomment\n" ([RE/F/NM] M) ok 9875 - "DO NOTA\tcomment\n" ([SB/F/NM] M) ok 9876 - "DO NOTAnother /* comment\n" ([RE/F/NM] M) ok 9877 - "DO NOTAnother /* comment\n" ([SB/F/NM] M) ok 9878 - "PLEASE DO NOT\n" ([RE/F/NM] M) ok 9879 - "PLEASE DO NOT\n" ([SB/F/NM] M) ok 9880 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] M) ok 9881 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] M) ok 9882 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] M) ok 9883 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] M) ok 9884 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] M) ok 9885 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] M) ok 9886 - "PLEASE DO NOT\n" ([RE/F/NM] M) ok 9887 - "PLEASE DO NOT\n" ([SB/F/NM] M) ok 9888 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] M) ok 9889 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] M) ok 9890 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] M) ok 9891 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] M) ok 9892 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] M) ok 9893 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] M) ok 9894 - "PLEASE DO N'T\n" ([RE/F/NM] M) ok 9895 - "PLEASE DO N'T\n" ([SB/F/NM] M) ok 9896 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] M) ok 9897 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] M) ok 9898 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] M) ok 9899 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] M) ok 9900 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] M) ok 9901 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] M) ok 9902 - "NB.\n" ([RE/F/NM] M) ok 9903 - "NB.\n" ([SB/F/NM] M) ok 9904 - "NB.This is a comment\n" ([RE/F/NM] M) ok 9905 - "NB.This is a comment\n" ([SB/F/NM] M) ok 9906 - "NB.A\tcomment\n" ([RE/F/NM] M) ok 9907 - "NB.A\tcomment\n" ([SB/F/NM] M) ok 9908 - "NB.Another /* comment\n" ([RE/F/NM] M) ok 9909 - "NB.Another /* comment\n" ([SB/F/NM] M) ok 9910 - "{}" ([RE/F/NM] M) ok 9911 - "{}" ([SB/F/NM] M) ok 9912 - "{This is a comment}" ([RE/F/NM] M) ok 9913 - "{This is a comment}" ([SB/F/NM] M) ok 9914 - "{A\tcomment}" ([RE/F/NM] M) ok 9915 - "{A\tcomment}" ([SB/F/NM] M) ok 9916 - "{Another /* comment}" ([RE/F/NM] M) ok 9917 - "{Another /* comment}" ([SB/F/NM] M) ok 9918 - ".\n" ([RE/F/NM] M) ok 9919 - ".\n" ([SB/F/NM] M) ok 9920 - ".This is a comment\n" ([RE/F/NM] M) ok 9921 - ".This is a comment\n" ([SB/F/NM] M) ok 9922 - ".A\tcomment\n" ([RE/F/NM] M) ok 9923 - ".A\tcomment\n" ([SB/F/NM] M) ok 9924 - ".Another /* comment\n" ([RE/F/NM] M) ok 9925 - ".Another /* comment\n" ([SB/F/NM] M) ok 9926 - "`\n" ([RE/F/NM] M) ok 9927 - "`\n" ([SB/F/NM] M) ok 9928 - "`This is a comment\n" ([RE/F/NM] M) ok 9929 - "`This is a comment\n" ([SB/F/NM] M) ok 9930 - "`A\tcomment\n" ([RE/F/NM] M) ok 9931 - "`A\tcomment\n" ([SB/F/NM] M) ok 9932 - "`Another /* comment\n" ([RE/F/NM] M) ok 9933 - "`Another /* comment\n" ([SB/F/NM] M) ok 9934 - "--\n" ([RE/F/NM] M) ok 9935 - "--\n" ([SB/F/NM] M) ok 9936 - "--This is a comment\n" ([RE/F/NM] M) ok 9937 - "--This is a comment\n" ([SB/F/NM] M) ok 9938 - "--A\tcomment\n" ([RE/F/NM] M) ok 9939 - "--A\tcomment\n" ([SB/F/NM] M) ok 9940 - "--Another /* comment\n" ([RE/F/NM] M) ok 9941 - "--Another /* comment\n" ([SB/F/NM] M) ok 9942 - "---\n" ([RE/F/NM] M) ok 9943 - "---\n" ([SB/F/NM] M) ok 9944 - "---This is a comment\n" ([RE/F/NM] M) ok 9945 - "---This is a comment\n" ([SB/F/NM] M) ok 9946 - "---A\tcomment\n" ([RE/F/NM] M) ok 9947 - "---A\tcomment\n" ([SB/F/NM] M) ok 9948 - "---Another /* comment\n" ([RE/F/NM] M) ok 9949 - "---Another /* comment\n" ([SB/F/NM] M) ok 9950 - "-----\n" ([RE/F/NM] M) ok 9951 - "-----\n" ([SB/F/NM] M) ok 9952 - "-----This is a comment\n" ([RE/F/NM] M) ok 9953 - "-----This is a comment\n" ([SB/F/NM] M) ok 9954 - "-----A\tcomment\n" ([RE/F/NM] M) ok 9955 - "-----A\tcomment\n" ([SB/F/NM] M) ok 9956 - "-----Another /* comment\n" ([RE/F/NM] M) ok 9957 - "-----Another /* comment\n" ([SB/F/NM] M) ok 9958 - "\\"\n" ([RE/F/NM] M) ok 9959 - "\\"\n" ([SB/F/NM] M) ok 9960 - "\\"This is a comment\n" ([RE/F/NM] M) ok 9961 - "\\"This is a comment\n" ([SB/F/NM] M) ok 9962 - "\\"A\tcomment\n" ([RE/F/NM] M) ok 9963 - "\\"A\tcomment\n" ([SB/F/NM] M) ok 9964 - "\\"Another /* comment\n" ([RE/F/NM] M) ok 9965 - "\\"Another /* comment\n" ([SB/F/NM] M) ok 9966 - ""\n" ([RE/F/NM] M) ok 9967 - ""\n" ([SB/F/NM] M) ok 9968 - ""This is a comment\n" ([RE/F/NM] M) ok 9969 - ""This is a comment\n" ([SB/F/NM] M) ok 9970 - ""A\tcomment\n" ([RE/F/NM] M) ok 9971 - ""A\tcomment\n" ([SB/F/NM] M) ok 9972 - ""Another /* comment\n" ([RE/F/NM] M) ok 9973 - ""Another /* comment\n" ([SB/F/NM] M) ok 9974 - "'\n" ([RE/F/NM] M) ok 9975 - "'\n" ([SB/F/NM] M) ok 9976 - "'This is a comment\n" ([RE/F/NM] M) ok 9977 - "'This is a comment\n" ([SB/F/NM] M) ok 9978 - "'A\tcomment\n" ([RE/F/NM] M) ok 9979 - "'A\tcomment\n" ([SB/F/NM] M) ok 9980 - "'Another /* comment\n" ([RE/F/NM] M) ok 9981 - "'Another /* comment\n" ([SB/F/NM] M) ok 9982 - ";\n" ([RE/P/MT] MUMPS) ok 9983 - ";\n" ([OM/P/MT] MUMPS) ok 9984 - ";\n" ([OS/P/MT] MUMPS) ok 9985 - ";\n" ([SB/P/MT] MUMPS) ok 9986 - ";\n" ([KP/P/MT] MUMPS) ok 9987 - ";This is a comment\n" ([RE/P/MT] MUMPS) ok 9988 - ";This is a comment\n" ([OM/P/MT] MUMPS) ok 9989 - ";This is a comment\n" ([OS/P/MT] MUMPS) ok 9990 - ";This is a comment\n" ([SB/P/MT] MUMPS) ok 9991 - ";This is a comment\n" ([KP/P/MT] MUMPS) ok 9992 - ";A\tcomment\n" ([RE/P/MT] MUMPS) ok 9993 - ";A\tcomment\n" ([OM/P/MT] MUMPS) ok 9994 - ";A\tcomment\n" ([OS/P/MT] MUMPS) ok 9995 - ";A\tcomment\n" ([SB/P/MT] MUMPS) ok 9996 - ";A\tcomment\n" ([KP/P/MT] MUMPS) ok 9997 - ";Another /* comment\n" ([RE/P/MT] MUMPS) ok 9998 - ";Another /* comment\n" ([OM/P/MT] MUMPS) ok 9999 - ";Another /* comment\n" ([OS/P/MT] MUMPS) ok 10000 - ";Another /* comment\n" ([SB/P/MT] MUMPS) ok 10001 - ";Another /* comment\n" ([KP/P/MT] MUMPS) ok 10002 - "\\" ([RE/F/NM] MUMPS) ok 10003 - "\\" ([SB/F/NM] MUMPS) ok 10004 - "\\This is a comment" ([RE/F/NM] MUMPS) ok 10005 - "\\This is a comment" ([SB/F/NM] MUMPS) ok 10006 - "\\A\tcomment" ([RE/F/NM] MUMPS) ok 10007 - "\\A\tcomment" ([SB/F/NM] MUMPS) ok 10008 - "\\Another /* comment" ([RE/F/NM] MUMPS) ok 10009 - "\\Another /* comment" ([SB/F/NM] MUMPS) ok 10010 - "\n" ([RE/F/NM] MUMPS) ok 10011 - "\n" ([SB/F/NM] MUMPS) ok 10012 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10013 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10014 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10015 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10016 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10017 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10018 - "#" ([RE/F/NM] MUMPS) ok 10019 - "#" ([SB/F/NM] MUMPS) ok 10020 - "#This is a comment" ([RE/F/NM] MUMPS) ok 10021 - "#This is a comment" ([SB/F/NM] MUMPS) ok 10022 - "#A\tcomment" ([RE/F/NM] MUMPS) ok 10023 - "#A\tcomment" ([SB/F/NM] MUMPS) ok 10024 - "#Another /* comment" ([RE/F/NM] MUMPS) ok 10025 - "#Another /* comment" ([SB/F/NM] MUMPS) ok 10026 - "\n" ([RE/F/NM] MUMPS) ok 10027 - "\n" ([SB/F/NM] MUMPS) ok 10028 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10029 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10030 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10031 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10032 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10033 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10034 - "//" ([RE/F/NM] MUMPS) ok 10035 - "//" ([SB/F/NM] MUMPS) ok 10036 - "//This is a comment" ([RE/F/NM] MUMPS) ok 10037 - "//This is a comment" ([SB/F/NM] MUMPS) ok 10038 - "//A\tcomment" ([RE/F/NM] MUMPS) ok 10039 - "//A\tcomment" ([SB/F/NM] MUMPS) ok 10040 - "//Another /* comment" ([RE/F/NM] MUMPS) ok 10041 - "//Another /* comment" ([SB/F/NM] MUMPS) ok 10042 - "\n" ([RE/F/NM] MUMPS) ok 10043 - "\n" ([SB/F/NM] MUMPS) ok 10044 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10045 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10046 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10047 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10048 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10049 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10050 - "--" ([RE/F/NM] MUMPS) ok 10051 - "--" ([SB/F/NM] MUMPS) ok 10052 - "--This is a comment" ([RE/F/NM] MUMPS) ok 10053 - "--This is a comment" ([SB/F/NM] MUMPS) ok 10054 - "--A\tcomment" ([RE/F/NM] MUMPS) ok 10055 - "--A\tcomment" ([SB/F/NM] MUMPS) ok 10056 - "--Another /* comment" ([RE/F/NM] MUMPS) ok 10057 - "--Another /* comment" ([SB/F/NM] MUMPS) ok 10058 - "\n" ([RE/F/NM] MUMPS) ok 10059 - "\n" ([SB/F/NM] MUMPS) ok 10060 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10061 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10062 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10063 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10064 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10065 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10066 - ";" ([RE/F/NM] MUMPS) ok 10067 - ";" ([SB/F/NM] MUMPS) ok 10068 - ";This is a comment" ([RE/F/NM] MUMPS) ok 10069 - ";This is a comment" ([SB/F/NM] MUMPS) ok 10070 - ";A\tcomment" ([RE/F/NM] MUMPS) ok 10071 - ";A\tcomment" ([SB/F/NM] MUMPS) ok 10072 - ";Another /* comment" ([RE/F/NM] MUMPS) ok 10073 - ";Another /* comment" ([SB/F/NM] MUMPS) ok 10074 - "\n" ([RE/F/NM] MUMPS) ok 10075 - "\n" ([SB/F/NM] MUMPS) ok 10076 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10077 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10078 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10079 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10080 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10081 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10082 - "#" ([RE/F/NM] MUMPS) ok 10083 - "#" ([SB/F/NM] MUMPS) ok 10084 - "#This is a comment" ([RE/F/NM] MUMPS) ok 10085 - "#This is a comment" ([SB/F/NM] MUMPS) ok 10086 - "#A\tcomment" ([RE/F/NM] MUMPS) ok 10087 - "#A\tcomment" ([SB/F/NM] MUMPS) ok 10088 - "#Another /* comment" ([RE/F/NM] MUMPS) ok 10089 - "#Another /* comment" ([SB/F/NM] MUMPS) ok 10090 - "\n" ([RE/F/NM] MUMPS) ok 10091 - "\n" ([SB/F/NM] MUMPS) ok 10092 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10093 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10094 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10095 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10096 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10097 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10098 - "*" ([RE/F/NM] MUMPS) ok 10099 - "*" ([SB/F/NM] MUMPS) ok 10100 - "*This is a comment" ([RE/F/NM] MUMPS) ok 10101 - "*This is a comment" ([SB/F/NM] MUMPS) ok 10102 - "*A\tcomment" ([RE/F/NM] MUMPS) ok 10103 - "*A\tcomment" ([SB/F/NM] MUMPS) ok 10104 - "*Another /* comment" ([RE/F/NM] MUMPS) ok 10105 - "*Another /* comment" ([SB/F/NM] MUMPS) ok 10106 - "\n" ([RE/F/NM] MUMPS) ok 10107 - "\n" ([SB/F/NM] MUMPS) ok 10108 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10109 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10110 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10111 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10112 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10113 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10114 - "!" ([RE/F/NM] MUMPS) ok 10115 - "!" ([SB/F/NM] MUMPS) ok 10116 - "!This is a comment" ([RE/F/NM] MUMPS) ok 10117 - "!This is a comment" ([SB/F/NM] MUMPS) ok 10118 - "!A\tcomment" ([RE/F/NM] MUMPS) ok 10119 - "!A\tcomment" ([SB/F/NM] MUMPS) ok 10120 - "!Another /* comment" ([RE/F/NM] MUMPS) ok 10121 - "!Another /* comment" ([SB/F/NM] MUMPS) ok 10122 - "\n" ([RE/F/NM] MUMPS) ok 10123 - "\n" ([SB/F/NM] MUMPS) ok 10124 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10125 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10126 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10127 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10128 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10129 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10130 - "REM" ([RE/F/NM] MUMPS) ok 10131 - "REM" ([SB/F/NM] MUMPS) ok 10132 - "REMThis is a comment" ([RE/F/NM] MUMPS) ok 10133 - "REMThis is a comment" ([SB/F/NM] MUMPS) ok 10134 - "REMA\tcomment" ([RE/F/NM] MUMPS) ok 10135 - "REMA\tcomment" ([SB/F/NM] MUMPS) ok 10136 - "REMAnother /* comment" ([RE/F/NM] MUMPS) ok 10137 - "REMAnother /* comment" ([SB/F/NM] MUMPS) ok 10138 - "\n" ([RE/F/NM] MUMPS) ok 10139 - "\n" ([SB/F/NM] MUMPS) ok 10140 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10141 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10142 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10143 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10144 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10145 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10146 - "//" ([RE/F/NM] MUMPS) ok 10147 - "//" ([SB/F/NM] MUMPS) ok 10148 - "//This is a comment" ([RE/F/NM] MUMPS) ok 10149 - "//This is a comment" ([SB/F/NM] MUMPS) ok 10150 - "//A\tcomment" ([RE/F/NM] MUMPS) ok 10151 - "//A\tcomment" ([SB/F/NM] MUMPS) ok 10152 - "//Another /* comment" ([RE/F/NM] MUMPS) ok 10153 - "//Another /* comment" ([SB/F/NM] MUMPS) ok 10154 - "\n" ([RE/F/NM] MUMPS) ok 10155 - "\n" ([SB/F/NM] MUMPS) ok 10156 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10157 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10158 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10159 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10160 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10161 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10162 - "%" ([RE/F/NM] MUMPS) ok 10163 - "%" ([SB/F/NM] MUMPS) ok 10164 - "%This is a comment" ([RE/F/NM] MUMPS) ok 10165 - "%This is a comment" ([SB/F/NM] MUMPS) ok 10166 - "%A\tcomment" ([RE/F/NM] MUMPS) ok 10167 - "%A\tcomment" ([SB/F/NM] MUMPS) ok 10168 - "%Another /* comment" ([RE/F/NM] MUMPS) ok 10169 - "%Another /* comment" ([SB/F/NM] MUMPS) ok 10170 - "\n" ([RE/F/NM] MUMPS) ok 10171 - "\n" ([SB/F/NM] MUMPS) ok 10172 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10173 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10174 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10175 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10176 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10177 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10178 - "!" ([RE/F/NM] MUMPS) ok 10179 - "!" ([SB/F/NM] MUMPS) ok 10180 - "!This is a comment" ([RE/F/NM] MUMPS) ok 10181 - "!This is a comment" ([SB/F/NM] MUMPS) ok 10182 - "!A\tcomment" ([RE/F/NM] MUMPS) ok 10183 - "!A\tcomment" ([SB/F/NM] MUMPS) ok 10184 - "!Another /* comment" ([RE/F/NM] MUMPS) ok 10185 - "!Another /* comment" ([SB/F/NM] MUMPS) ok 10186 - "\n" ([RE/F/NM] MUMPS) ok 10187 - "\n" ([SB/F/NM] MUMPS) ok 10188 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10189 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10190 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10191 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10192 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10193 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10194 - "NB" ([RE/F/NM] MUMPS) ok 10195 - "NB" ([SB/F/NM] MUMPS) ok 10196 - "NBThis is a comment" ([RE/F/NM] MUMPS) ok 10197 - "NBThis is a comment" ([SB/F/NM] MUMPS) ok 10198 - "NBA\tcomment" ([RE/F/NM] MUMPS) ok 10199 - "NBA\tcomment" ([SB/F/NM] MUMPS) ok 10200 - "NBAnother /* comment" ([RE/F/NM] MUMPS) ok 10201 - "NBAnother /* comment" ([SB/F/NM] MUMPS) ok 10202 - "\n" ([RE/F/NM] MUMPS) ok 10203 - "\n" ([SB/F/NM] MUMPS) ok 10204 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10205 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10206 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10207 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10208 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10209 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10210 - "PLEASE NOT" ([RE/F/NM] MUMPS) ok 10211 - "PLEASE NOT" ([SB/F/NM] MUMPS) ok 10212 - "PLEASE NOTThis is a comment" ([RE/F/NM] MUMPS) ok 10213 - "PLEASE NOTThis is a comment" ([SB/F/NM] MUMPS) ok 10214 - "PLEASE NOTA\tcomment" ([RE/F/NM] MUMPS) ok 10215 - "PLEASE NOTA\tcomment" ([SB/F/NM] MUMPS) ok 10216 - "PLEASE NOTAnother /* comment" ([RE/F/NM] MUMPS) ok 10217 - "PLEASE NOTAnother /* comment" ([SB/F/NM] MUMPS) ok 10218 - "\n" ([RE/F/NM] MUMPS) ok 10219 - "\n" ([SB/F/NM] MUMPS) ok 10220 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10221 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10222 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10223 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10224 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10225 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10226 - "PLEASE NOT" ([RE/F/NM] MUMPS) ok 10227 - "PLEASE NOT" ([SB/F/NM] MUMPS) ok 10228 - "PLEASE NOTThis is a comment" ([RE/F/NM] MUMPS) ok 10229 - "PLEASE NOTThis is a comment" ([SB/F/NM] MUMPS) ok 10230 - "PLEASE NOTA\tcomment" ([RE/F/NM] MUMPS) ok 10231 - "PLEASE NOTA\tcomment" ([SB/F/NM] MUMPS) ok 10232 - "PLEASE NOTAnother /* comment" ([RE/F/NM] MUMPS) ok 10233 - "PLEASE NOTAnother /* comment" ([SB/F/NM] MUMPS) ok 10234 - "\n" ([RE/F/NM] MUMPS) ok 10235 - "\n" ([SB/F/NM] MUMPS) ok 10236 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10237 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10238 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10239 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10240 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10241 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10242 - "PLEASE N'T" ([RE/F/NM] MUMPS) ok 10243 - "PLEASE N'T" ([SB/F/NM] MUMPS) ok 10244 - "PLEASE N'TThis is a comment" ([RE/F/NM] MUMPS) ok 10245 - "PLEASE N'TThis is a comment" ([SB/F/NM] MUMPS) ok 10246 - "PLEASE N'TA\tcomment" ([RE/F/NM] MUMPS) ok 10247 - "PLEASE N'TA\tcomment" ([SB/F/NM] MUMPS) ok 10248 - "PLEASE N'TAnother /* comment" ([RE/F/NM] MUMPS) ok 10249 - "PLEASE N'TAnother /* comment" ([SB/F/NM] MUMPS) ok 10250 - "\n" ([RE/F/NM] MUMPS) ok 10251 - "\n" ([SB/F/NM] MUMPS) ok 10252 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10253 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10254 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10255 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10256 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10257 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10258 - "DO NOT" ([RE/F/NM] MUMPS) ok 10259 - "DO NOT" ([SB/F/NM] MUMPS) ok 10260 - "DO NOTThis is a comment" ([RE/F/NM] MUMPS) ok 10261 - "DO NOTThis is a comment" ([SB/F/NM] MUMPS) ok 10262 - "DO NOTA\tcomment" ([RE/F/NM] MUMPS) ok 10263 - "DO NOTA\tcomment" ([SB/F/NM] MUMPS) ok 10264 - "DO NOTAnother /* comment" ([RE/F/NM] MUMPS) ok 10265 - "DO NOTAnother /* comment" ([SB/F/NM] MUMPS) ok 10266 - "\n" ([RE/F/NM] MUMPS) ok 10267 - "\n" ([SB/F/NM] MUMPS) ok 10268 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10269 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10270 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10271 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10272 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10273 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10274 - "DO N'T" ([RE/F/NM] MUMPS) ok 10275 - "DO N'T" ([SB/F/NM] MUMPS) ok 10276 - "DO N'TThis is a comment" ([RE/F/NM] MUMPS) ok 10277 - "DO N'TThis is a comment" ([SB/F/NM] MUMPS) ok 10278 - "DO N'TA\tcomment" ([RE/F/NM] MUMPS) ok 10279 - "DO N'TA\tcomment" ([SB/F/NM] MUMPS) ok 10280 - "DO N'TAnother /* comment" ([RE/F/NM] MUMPS) ok 10281 - "DO N'TAnother /* comment" ([SB/F/NM] MUMPS) ok 10282 - "\n" ([RE/F/NM] MUMPS) ok 10283 - "\n" ([SB/F/NM] MUMPS) ok 10284 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10285 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10286 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10287 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10288 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10289 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10290 - "DO NOT" ([RE/F/NM] MUMPS) ok 10291 - "DO NOT" ([SB/F/NM] MUMPS) ok 10292 - "DO NOTThis is a comment" ([RE/F/NM] MUMPS) ok 10293 - "DO NOTThis is a comment" ([SB/F/NM] MUMPS) ok 10294 - "DO NOTA\tcomment" ([RE/F/NM] MUMPS) ok 10295 - "DO NOTA\tcomment" ([SB/F/NM] MUMPS) ok 10296 - "DO NOTAnother /* comment" ([RE/F/NM] MUMPS) ok 10297 - "DO NOTAnother /* comment" ([SB/F/NM] MUMPS) ok 10298 - "\n" ([RE/F/NM] MUMPS) ok 10299 - "\n" ([SB/F/NM] MUMPS) ok 10300 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10301 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10302 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10303 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10304 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10305 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10306 - "PLEASE DO NOT" ([RE/F/NM] MUMPS) ok 10307 - "PLEASE DO NOT" ([SB/F/NM] MUMPS) ok 10308 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] MUMPS) ok 10309 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] MUMPS) ok 10310 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] MUMPS) ok 10311 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] MUMPS) ok 10312 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] MUMPS) ok 10313 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] MUMPS) ok 10314 - "\n" ([RE/F/NM] MUMPS) ok 10315 - "\n" ([SB/F/NM] MUMPS) ok 10316 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10317 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10318 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10319 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10320 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10321 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10322 - "PLEASE DO NOT" ([RE/F/NM] MUMPS) ok 10323 - "PLEASE DO NOT" ([SB/F/NM] MUMPS) ok 10324 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] MUMPS) ok 10325 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] MUMPS) ok 10326 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] MUMPS) ok 10327 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] MUMPS) ok 10328 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] MUMPS) ok 10329 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] MUMPS) ok 10330 - "\n" ([RE/F/NM] MUMPS) ok 10331 - "\n" ([SB/F/NM] MUMPS) ok 10332 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10333 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10334 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10335 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10336 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10337 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10338 - "PLEASE DO N'T" ([RE/F/NM] MUMPS) ok 10339 - "PLEASE DO N'T" ([SB/F/NM] MUMPS) ok 10340 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] MUMPS) ok 10341 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] MUMPS) ok 10342 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] MUMPS) ok 10343 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] MUMPS) ok 10344 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] MUMPS) ok 10345 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] MUMPS) ok 10346 - "\n" ([RE/F/NM] MUMPS) ok 10347 - "\n" ([SB/F/NM] MUMPS) ok 10348 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10349 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10350 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10351 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10352 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10353 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10354 - "NB." ([RE/F/NM] MUMPS) ok 10355 - "NB." ([SB/F/NM] MUMPS) ok 10356 - "NB.This is a comment" ([RE/F/NM] MUMPS) ok 10357 - "NB.This is a comment" ([SB/F/NM] MUMPS) ok 10358 - "NB.A\tcomment" ([RE/F/NM] MUMPS) ok 10359 - "NB.A\tcomment" ([SB/F/NM] MUMPS) ok 10360 - "NB.Another /* comment" ([RE/F/NM] MUMPS) ok 10361 - "NB.Another /* comment" ([SB/F/NM] MUMPS) ok 10362 - "\n" ([RE/F/NM] MUMPS) ok 10363 - "\n" ([SB/F/NM] MUMPS) ok 10364 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10365 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10366 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10367 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10368 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10369 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10370 - "{" ([RE/F/NM] MUMPS) ok 10371 - "{" ([SB/F/NM] MUMPS) ok 10372 - "{This is a comment" ([RE/F/NM] MUMPS) ok 10373 - "{This is a comment" ([SB/F/NM] MUMPS) ok 10374 - "{A\tcomment" ([RE/F/NM] MUMPS) ok 10375 - "{A\tcomment" ([SB/F/NM] MUMPS) ok 10376 - "{Another /* comment" ([RE/F/NM] MUMPS) ok 10377 - "{Another /* comment" ([SB/F/NM] MUMPS) ok 10378 - "}" ([RE/F/NM] MUMPS) ok 10379 - "}" ([SB/F/NM] MUMPS) ok 10380 - "This is a comment}" ([RE/F/NM] MUMPS) ok 10381 - "This is a comment}" ([SB/F/NM] MUMPS) ok 10382 - "A\tcomment}" ([RE/F/NM] MUMPS) ok 10383 - "A\tcomment}" ([SB/F/NM] MUMPS) ok 10384 - "Another /* comment}" ([RE/F/NM] MUMPS) ok 10385 - "Another /* comment}" ([SB/F/NM] MUMPS) ok 10386 - "." ([RE/F/NM] MUMPS) ok 10387 - "." ([SB/F/NM] MUMPS) ok 10388 - ".This is a comment" ([RE/F/NM] MUMPS) ok 10389 - ".This is a comment" ([SB/F/NM] MUMPS) ok 10390 - ".A\tcomment" ([RE/F/NM] MUMPS) ok 10391 - ".A\tcomment" ([SB/F/NM] MUMPS) ok 10392 - ".Another /* comment" ([RE/F/NM] MUMPS) ok 10393 - ".Another /* comment" ([SB/F/NM] MUMPS) ok 10394 - "\n" ([RE/F/NM] MUMPS) ok 10395 - "\n" ([SB/F/NM] MUMPS) ok 10396 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10397 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10398 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10399 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10400 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10401 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10402 - ";" ([RE/F/NM] MUMPS) ok 10403 - ";" ([SB/F/NM] MUMPS) ok 10404 - ";This is a comment" ([RE/F/NM] MUMPS) ok 10405 - ";This is a comment" ([SB/F/NM] MUMPS) ok 10406 - ";A\tcomment" ([RE/F/NM] MUMPS) ok 10407 - ";A\tcomment" ([SB/F/NM] MUMPS) ok 10408 - ";Another /* comment" ([RE/F/NM] MUMPS) ok 10409 - ";Another /* comment" ([SB/F/NM] MUMPS) ok 10410 - "\n" ([RE/F/NM] MUMPS) ok 10411 - "\n" ([SB/F/NM] MUMPS) ok 10412 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10413 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10414 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10415 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10416 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10417 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10418 - "`" ([RE/F/NM] MUMPS) ok 10419 - "`" ([SB/F/NM] MUMPS) ok 10420 - "`This is a comment" ([RE/F/NM] MUMPS) ok 10421 - "`This is a comment" ([SB/F/NM] MUMPS) ok 10422 - "`A\tcomment" ([RE/F/NM] MUMPS) ok 10423 - "`A\tcomment" ([SB/F/NM] MUMPS) ok 10424 - "`Another /* comment" ([RE/F/NM] MUMPS) ok 10425 - "`Another /* comment" ([SB/F/NM] MUMPS) ok 10426 - "\n" ([RE/F/NM] MUMPS) ok 10427 - "\n" ([SB/F/NM] MUMPS) ok 10428 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10429 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10430 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10431 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10432 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10433 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10434 - "--" ([RE/F/NM] MUMPS) ok 10435 - "--" ([SB/F/NM] MUMPS) ok 10436 - "--This is a comment" ([RE/F/NM] MUMPS) ok 10437 - "--This is a comment" ([SB/F/NM] MUMPS) ok 10438 - "--A\tcomment" ([RE/F/NM] MUMPS) ok 10439 - "--A\tcomment" ([SB/F/NM] MUMPS) ok 10440 - "--Another /* comment" ([RE/F/NM] MUMPS) ok 10441 - "--Another /* comment" ([SB/F/NM] MUMPS) ok 10442 - "\n" ([RE/F/NM] MUMPS) ok 10443 - "\n" ([SB/F/NM] MUMPS) ok 10444 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10445 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10446 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10447 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10448 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10449 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10450 - "---" ([RE/F/NM] MUMPS) ok 10451 - "---" ([SB/F/NM] MUMPS) ok 10452 - "---This is a comment" ([RE/F/NM] MUMPS) ok 10453 - "---This is a comment" ([SB/F/NM] MUMPS) ok 10454 - "---A\tcomment" ([RE/F/NM] MUMPS) ok 10455 - "---A\tcomment" ([SB/F/NM] MUMPS) ok 10456 - "---Another /* comment" ([RE/F/NM] MUMPS) ok 10457 - "---Another /* comment" ([SB/F/NM] MUMPS) ok 10458 - "\n" ([RE/F/NM] MUMPS) ok 10459 - "\n" ([SB/F/NM] MUMPS) ok 10460 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10461 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10462 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10463 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10464 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10465 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10466 - "-----" ([RE/F/NM] MUMPS) ok 10467 - "-----" ([SB/F/NM] MUMPS) ok 10468 - "-----This is a comment" ([RE/F/NM] MUMPS) ok 10469 - "-----This is a comment" ([SB/F/NM] MUMPS) ok 10470 - "-----A\tcomment" ([RE/F/NM] MUMPS) ok 10471 - "-----A\tcomment" ([SB/F/NM] MUMPS) ok 10472 - "-----Another /* comment" ([RE/F/NM] MUMPS) ok 10473 - "-----Another /* comment" ([SB/F/NM] MUMPS) ok 10474 - "\n" ([RE/F/NM] MUMPS) ok 10475 - "\n" ([SB/F/NM] MUMPS) ok 10476 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10477 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10478 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10479 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10480 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10481 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10482 - "\\"" ([RE/F/NM] MUMPS) ok 10483 - "\\"" ([SB/F/NM] MUMPS) ok 10484 - "\\"This is a comment" ([RE/F/NM] MUMPS) ok 10485 - "\\"This is a comment" ([SB/F/NM] MUMPS) ok 10486 - "\\"A\tcomment" ([RE/F/NM] MUMPS) ok 10487 - "\\"A\tcomment" ([SB/F/NM] MUMPS) ok 10488 - "\\"Another /* comment" ([RE/F/NM] MUMPS) ok 10489 - "\\"Another /* comment" ([SB/F/NM] MUMPS) ok 10490 - "\n" ([RE/F/NM] MUMPS) ok 10491 - "\n" ([SB/F/NM] MUMPS) ok 10492 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10493 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10494 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10495 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10496 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10497 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10498 - """ ([RE/F/NM] MUMPS) ok 10499 - """ ([SB/F/NM] MUMPS) ok 10500 - ""This is a comment" ([RE/F/NM] MUMPS) ok 10501 - ""This is a comment" ([SB/F/NM] MUMPS) ok 10502 - ""A\tcomment" ([RE/F/NM] MUMPS) ok 10503 - ""A\tcomment" ([SB/F/NM] MUMPS) ok 10504 - ""Another /* comment" ([RE/F/NM] MUMPS) ok 10505 - ""Another /* comment" ([SB/F/NM] MUMPS) ok 10506 - "\n" ([RE/F/NM] MUMPS) ok 10507 - "\n" ([SB/F/NM] MUMPS) ok 10508 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10509 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10510 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10511 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10512 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10513 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10514 - "'" ([RE/F/NM] MUMPS) ok 10515 - "'" ([SB/F/NM] MUMPS) ok 10516 - "'This is a comment" ([RE/F/NM] MUMPS) ok 10517 - "'This is a comment" ([SB/F/NM] MUMPS) ok 10518 - "'A\tcomment" ([RE/F/NM] MUMPS) ok 10519 - "'A\tcomment" ([SB/F/NM] MUMPS) ok 10520 - "'Another /* comment" ([RE/F/NM] MUMPS) ok 10521 - "'Another /* comment" ([SB/F/NM] MUMPS) ok 10522 - "\n" ([RE/F/NM] MUMPS) ok 10523 - "\n" ([SB/F/NM] MUMPS) ok 10524 - "This is a comment\n" ([RE/F/NM] MUMPS) ok 10525 - "This is a comment\n" ([SB/F/NM] MUMPS) ok 10526 - "A\tcomment\n" ([RE/F/NM] MUMPS) ok 10527 - "A\tcomment\n" ([SB/F/NM] MUMPS) ok 10528 - "Another /* comment\n" ([RE/F/NM] MUMPS) ok 10529 - "Another /* comment\n" ([SB/F/NM] MUMPS) ok 10530 - "/* This is a C comment */" ([RE/F/NM] MUMPS) ok 10531 - "/* This is a C comment */" ([SB/F/NM] MUMPS) ok 10532 - "(* This is a Pascal comment *)" ([RE/F/NM] MUMPS) ok 10533 - "(* This is a Pascal comment *)" ([SB/F/NM] MUMPS) ok 10534 - "" ([RE/F/NM] MUMPS) ok 10535 - "" ([SB/F/NM] MUMPS) ok 10536 - ";\n\n" ([RE/F/NM] MUMPS) ok 10537 - ";\n\n" ([SB/F/NM] MUMPS) ok 10538 - ";This is a comment\n\n" ([RE/F/NM] MUMPS) ok 10539 - ";This is a comment\n\n" ([SB/F/NM] MUMPS) ok 10540 - ";A\tcomment\n\n" ([RE/F/NM] MUMPS) ok 10541 - ";A\tcomment\n\n" ([SB/F/NM] MUMPS) ok 10542 - ";Another /* comment\n\n" ([RE/F/NM] MUMPS) ok 10543 - ";Another /* comment\n\n" ([SB/F/NM] MUMPS) ok 10544 - ";\n;\n" ([RE/F/NM] MUMPS) ok 10545 - ";\n;\n" ([SB/F/NM] MUMPS) ok 10546 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] MUMPS) ok 10547 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] MUMPS) ok 10548 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] MUMPS) ok 10549 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] MUMPS) ok 10550 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] MUMPS) ok 10551 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] MUMPS) ok 10552 - ";\nhl" ([RE/F/NM] MUMPS) ok 10553 - ";\nhl" ([SB/F/NM] MUMPS) ok 10554 - ";This is a comment\nn" ([RE/F/NM] MUMPS) ok 10555 - ";This is a comment\nn" ([SB/F/NM] MUMPS) ok 10556 - ";A\tcomment\ntpm" ([RE/F/NM] MUMPS) ok 10557 - ";A\tcomment\ntpm" ([SB/F/NM] MUMPS) ok 10558 - ";Another /* comment\ni0ts" ([RE/F/NM] MUMPS) ok 10559 - ";Another /* comment\ni0ts" ([SB/F/NM] MUMPS) ok 10560 - "h;\n" ([RE/F/NM] MUMPS) ok 10561 - "h;\n" ([SB/F/NM] MUMPS) ok 10562 - "ri;This is a comment\n" ([RE/F/NM] MUMPS) ok 10563 - "ri;This is a comment\n" ([SB/F/NM] MUMPS) ok 10564 - "bgmw;A\tcomment\n" ([RE/F/NM] MUMPS) ok 10565 - "bgmw;A\tcomment\n" ([SB/F/NM] MUMPS) ok 10566 - "im9;Another /* comment\n" ([RE/F/NM] MUMPS) ok 10567 - "im9;Another /* comment\n" ([SB/F/NM] MUMPS) ok 10568 - "\\\n" ([RE/F/NM] MUMPS) ok 10569 - "\\\n" ([SB/F/NM] MUMPS) ok 10570 - "\\This is a comment\n" ([RE/F/NM] MUMPS) ok 10571 - "\\This is a comment\n" ([SB/F/NM] MUMPS) ok 10572 - "\\A\tcomment\n" ([RE/F/NM] MUMPS) ok 10573 - "\\A\tcomment\n" ([SB/F/NM] MUMPS) ok 10574 - "\\Another /* comment\n" ([RE/F/NM] MUMPS) ok 10575 - "\\Another /* comment\n" ([SB/F/NM] MUMPS) ok 10576 - "#\n" ([RE/F/NM] MUMPS) ok 10577 - "#\n" ([SB/F/NM] MUMPS) ok 10578 - "#This is a comment\n" ([RE/F/NM] MUMPS) ok 10579 - "#This is a comment\n" ([SB/F/NM] MUMPS) ok 10580 - "#A\tcomment\n" ([RE/F/NM] MUMPS) ok 10581 - "#A\tcomment\n" ([SB/F/NM] MUMPS) ok 10582 - "#Another /* comment\n" ([RE/F/NM] MUMPS) ok 10583 - "#Another /* comment\n" ([SB/F/NM] MUMPS) ok 10584 - "//\n" ([RE/F/NM] MUMPS) ok 10585 - "//\n" ([SB/F/NM] MUMPS) ok 10586 - "//This is a comment\n" ([RE/F/NM] MUMPS) ok 10587 - "//This is a comment\n" ([SB/F/NM] MUMPS) ok 10588 - "//A\tcomment\n" ([RE/F/NM] MUMPS) ok 10589 - "//A\tcomment\n" ([SB/F/NM] MUMPS) ok 10590 - "//Another /* comment\n" ([RE/F/NM] MUMPS) ok 10591 - "//Another /* comment\n" ([SB/F/NM] MUMPS) ok 10592 - "--\n" ([RE/F/NM] MUMPS) ok 10593 - "--\n" ([SB/F/NM] MUMPS) ok 10594 - "--This is a comment\n" ([RE/F/NM] MUMPS) ok 10595 - "--This is a comment\n" ([SB/F/NM] MUMPS) ok 10596 - "--A\tcomment\n" ([RE/F/NM] MUMPS) ok 10597 - "--A\tcomment\n" ([SB/F/NM] MUMPS) ok 10598 - "--Another /* comment\n" ([RE/F/NM] MUMPS) ok 10599 - "--Another /* comment\n" ([SB/F/NM] MUMPS) ok 10600 - "#\n" ([RE/F/NM] MUMPS) ok 10601 - "#\n" ([SB/F/NM] MUMPS) ok 10602 - "#This is a comment\n" ([RE/F/NM] MUMPS) ok 10603 - "#This is a comment\n" ([SB/F/NM] MUMPS) ok 10604 - "#A\tcomment\n" ([RE/F/NM] MUMPS) ok 10605 - "#A\tcomment\n" ([SB/F/NM] MUMPS) ok 10606 - "#Another /* comment\n" ([RE/F/NM] MUMPS) ok 10607 - "#Another /* comment\n" ([SB/F/NM] MUMPS) ok 10608 - "*\n" ([RE/F/NM] MUMPS) ok 10609 - "*\n" ([SB/F/NM] MUMPS) ok 10610 - "*This is a comment\n" ([RE/F/NM] MUMPS) ok 10611 - "*This is a comment\n" ([SB/F/NM] MUMPS) ok 10612 - "*A\tcomment\n" ([RE/F/NM] MUMPS) ok 10613 - "*A\tcomment\n" ([SB/F/NM] MUMPS) ok 10614 - "*Another /* comment\n" ([RE/F/NM] MUMPS) ok 10615 - "*Another /* comment\n" ([SB/F/NM] MUMPS) ok 10616 - "!\n" ([RE/F/NM] MUMPS) ok 10617 - "!\n" ([SB/F/NM] MUMPS) ok 10618 - "!This is a comment\n" ([RE/F/NM] MUMPS) ok 10619 - "!This is a comment\n" ([SB/F/NM] MUMPS) ok 10620 - "!A\tcomment\n" ([RE/F/NM] MUMPS) ok 10621 - "!A\tcomment\n" ([SB/F/NM] MUMPS) ok 10622 - "!Another /* comment\n" ([RE/F/NM] MUMPS) ok 10623 - "!Another /* comment\n" ([SB/F/NM] MUMPS) ok 10624 - "REM\n" ([RE/F/NM] MUMPS) ok 10625 - "REM\n" ([SB/F/NM] MUMPS) ok 10626 - "REMThis is a comment\n" ([RE/F/NM] MUMPS) ok 10627 - "REMThis is a comment\n" ([SB/F/NM] MUMPS) ok 10628 - "REMA\tcomment\n" ([RE/F/NM] MUMPS) ok 10629 - "REMA\tcomment\n" ([SB/F/NM] MUMPS) ok 10630 - "REMAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10631 - "REMAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10632 - "//\n" ([RE/F/NM] MUMPS) ok 10633 - "//\n" ([SB/F/NM] MUMPS) ok 10634 - "//This is a comment\n" ([RE/F/NM] MUMPS) ok 10635 - "//This is a comment\n" ([SB/F/NM] MUMPS) ok 10636 - "//A\tcomment\n" ([RE/F/NM] MUMPS) ok 10637 - "//A\tcomment\n" ([SB/F/NM] MUMPS) ok 10638 - "//Another /* comment\n" ([RE/F/NM] MUMPS) ok 10639 - "//Another /* comment\n" ([SB/F/NM] MUMPS) ok 10640 - "%\n" ([RE/F/NM] MUMPS) ok 10641 - "%\n" ([SB/F/NM] MUMPS) ok 10642 - "%This is a comment\n" ([RE/F/NM] MUMPS) ok 10643 - "%This is a comment\n" ([SB/F/NM] MUMPS) ok 10644 - "%A\tcomment\n" ([RE/F/NM] MUMPS) ok 10645 - "%A\tcomment\n" ([SB/F/NM] MUMPS) ok 10646 - "%Another /* comment\n" ([RE/F/NM] MUMPS) ok 10647 - "%Another /* comment\n" ([SB/F/NM] MUMPS) ok 10648 - "!\n" ([RE/F/NM] MUMPS) ok 10649 - "!\n" ([SB/F/NM] MUMPS) ok 10650 - "!This is a comment\n" ([RE/F/NM] MUMPS) ok 10651 - "!This is a comment\n" ([SB/F/NM] MUMPS) ok 10652 - "!A\tcomment\n" ([RE/F/NM] MUMPS) ok 10653 - "!A\tcomment\n" ([SB/F/NM] MUMPS) ok 10654 - "!Another /* comment\n" ([RE/F/NM] MUMPS) ok 10655 - "!Another /* comment\n" ([SB/F/NM] MUMPS) ok 10656 - "NB\n" ([RE/F/NM] MUMPS) ok 10657 - "NB\n" ([SB/F/NM] MUMPS) ok 10658 - "NBThis is a comment\n" ([RE/F/NM] MUMPS) ok 10659 - "NBThis is a comment\n" ([SB/F/NM] MUMPS) ok 10660 - "NBA\tcomment\n" ([RE/F/NM] MUMPS) ok 10661 - "NBA\tcomment\n" ([SB/F/NM] MUMPS) ok 10662 - "NBAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10663 - "NBAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10664 - "PLEASE NOT\n" ([RE/F/NM] MUMPS) ok 10665 - "PLEASE NOT\n" ([SB/F/NM] MUMPS) ok 10666 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] MUMPS) ok 10667 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] MUMPS) ok 10668 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] MUMPS) ok 10669 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] MUMPS) ok 10670 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10671 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10672 - "PLEASE NOT\n" ([RE/F/NM] MUMPS) ok 10673 - "PLEASE NOT\n" ([SB/F/NM] MUMPS) ok 10674 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] MUMPS) ok 10675 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] MUMPS) ok 10676 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] MUMPS) ok 10677 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] MUMPS) ok 10678 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10679 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10680 - "PLEASE N'T\n" ([RE/F/NM] MUMPS) ok 10681 - "PLEASE N'T\n" ([SB/F/NM] MUMPS) ok 10682 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] MUMPS) ok 10683 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] MUMPS) ok 10684 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] MUMPS) ok 10685 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] MUMPS) ok 10686 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10687 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10688 - "DO NOT\n" ([RE/F/NM] MUMPS) ok 10689 - "DO NOT\n" ([SB/F/NM] MUMPS) ok 10690 - "DO NOTThis is a comment\n" ([RE/F/NM] MUMPS) ok 10691 - "DO NOTThis is a comment\n" ([SB/F/NM] MUMPS) ok 10692 - "DO NOTA\tcomment\n" ([RE/F/NM] MUMPS) ok 10693 - "DO NOTA\tcomment\n" ([SB/F/NM] MUMPS) ok 10694 - "DO NOTAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10695 - "DO NOTAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10696 - "DO N'T\n" ([RE/F/NM] MUMPS) ok 10697 - "DO N'T\n" ([SB/F/NM] MUMPS) ok 10698 - "DO N'TThis is a comment\n" ([RE/F/NM] MUMPS) ok 10699 - "DO N'TThis is a comment\n" ([SB/F/NM] MUMPS) ok 10700 - "DO N'TA\tcomment\n" ([RE/F/NM] MUMPS) ok 10701 - "DO N'TA\tcomment\n" ([SB/F/NM] MUMPS) ok 10702 - "DO N'TAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10703 - "DO N'TAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10704 - "DO NOT\n" ([RE/F/NM] MUMPS) ok 10705 - "DO NOT\n" ([SB/F/NM] MUMPS) ok 10706 - "DO NOTThis is a comment\n" ([RE/F/NM] MUMPS) ok 10707 - "DO NOTThis is a comment\n" ([SB/F/NM] MUMPS) ok 10708 - "DO NOTA\tcomment\n" ([RE/F/NM] MUMPS) ok 10709 - "DO NOTA\tcomment\n" ([SB/F/NM] MUMPS) ok 10710 - "DO NOTAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10711 - "DO NOTAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10712 - "PLEASE DO NOT\n" ([RE/F/NM] MUMPS) ok 10713 - "PLEASE DO NOT\n" ([SB/F/NM] MUMPS) ok 10714 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] MUMPS) ok 10715 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] MUMPS) ok 10716 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] MUMPS) ok 10717 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] MUMPS) ok 10718 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10719 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10720 - "PLEASE DO NOT\n" ([RE/F/NM] MUMPS) ok 10721 - "PLEASE DO NOT\n" ([SB/F/NM] MUMPS) ok 10722 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] MUMPS) ok 10723 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] MUMPS) ok 10724 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] MUMPS) ok 10725 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] MUMPS) ok 10726 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10727 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10728 - "PLEASE DO N'T\n" ([RE/F/NM] MUMPS) ok 10729 - "PLEASE DO N'T\n" ([SB/F/NM] MUMPS) ok 10730 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] MUMPS) ok 10731 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] MUMPS) ok 10732 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] MUMPS) ok 10733 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] MUMPS) ok 10734 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] MUMPS) ok 10735 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] MUMPS) ok 10736 - "NB.\n" ([RE/F/NM] MUMPS) ok 10737 - "NB.\n" ([SB/F/NM] MUMPS) ok 10738 - "NB.This is a comment\n" ([RE/F/NM] MUMPS) ok 10739 - "NB.This is a comment\n" ([SB/F/NM] MUMPS) ok 10740 - "NB.A\tcomment\n" ([RE/F/NM] MUMPS) ok 10741 - "NB.A\tcomment\n" ([SB/F/NM] MUMPS) ok 10742 - "NB.Another /* comment\n" ([RE/F/NM] MUMPS) ok 10743 - "NB.Another /* comment\n" ([SB/F/NM] MUMPS) ok 10744 - "{}" ([RE/F/NM] MUMPS) ok 10745 - "{}" ([SB/F/NM] MUMPS) ok 10746 - "{This is a comment}" ([RE/F/NM] MUMPS) ok 10747 - "{This is a comment}" ([SB/F/NM] MUMPS) ok 10748 - "{A\tcomment}" ([RE/F/NM] MUMPS) ok 10749 - "{A\tcomment}" ([SB/F/NM] MUMPS) ok 10750 - "{Another /* comment}" ([RE/F/NM] MUMPS) ok 10751 - "{Another /* comment}" ([SB/F/NM] MUMPS) ok 10752 - ".\n" ([RE/F/NM] MUMPS) ok 10753 - ".\n" ([SB/F/NM] MUMPS) ok 10754 - ".This is a comment\n" ([RE/F/NM] MUMPS) ok 10755 - ".This is a comment\n" ([SB/F/NM] MUMPS) ok 10756 - ".A\tcomment\n" ([RE/F/NM] MUMPS) ok 10757 - ".A\tcomment\n" ([SB/F/NM] MUMPS) ok 10758 - ".Another /* comment\n" ([RE/F/NM] MUMPS) ok 10759 - ".Another /* comment\n" ([SB/F/NM] MUMPS) ok 10760 - "`\n" ([RE/F/NM] MUMPS) ok 10761 - "`\n" ([SB/F/NM] MUMPS) ok 10762 - "`This is a comment\n" ([RE/F/NM] MUMPS) ok 10763 - "`This is a comment\n" ([SB/F/NM] MUMPS) ok 10764 - "`A\tcomment\n" ([RE/F/NM] MUMPS) ok 10765 - "`A\tcomment\n" ([SB/F/NM] MUMPS) ok 10766 - "`Another /* comment\n" ([RE/F/NM] MUMPS) ok 10767 - "`Another /* comment\n" ([SB/F/NM] MUMPS) ok 10768 - "--\n" ([RE/F/NM] MUMPS) ok 10769 - "--\n" ([SB/F/NM] MUMPS) ok 10770 - "--This is a comment\n" ([RE/F/NM] MUMPS) ok 10771 - "--This is a comment\n" ([SB/F/NM] MUMPS) ok 10772 - "--A\tcomment\n" ([RE/F/NM] MUMPS) ok 10773 - "--A\tcomment\n" ([SB/F/NM] MUMPS) ok 10774 - "--Another /* comment\n" ([RE/F/NM] MUMPS) ok 10775 - "--Another /* comment\n" ([SB/F/NM] MUMPS) ok 10776 - "---\n" ([RE/F/NM] MUMPS) ok 10777 - "---\n" ([SB/F/NM] MUMPS) ok 10778 - "---This is a comment\n" ([RE/F/NM] MUMPS) ok 10779 - "---This is a comment\n" ([SB/F/NM] MUMPS) ok 10780 - "---A\tcomment\n" ([RE/F/NM] MUMPS) ok 10781 - "---A\tcomment\n" ([SB/F/NM] MUMPS) ok 10782 - "---Another /* comment\n" ([RE/F/NM] MUMPS) ok 10783 - "---Another /* comment\n" ([SB/F/NM] MUMPS) ok 10784 - "-----\n" ([RE/F/NM] MUMPS) ok 10785 - "-----\n" ([SB/F/NM] MUMPS) ok 10786 - "-----This is a comment\n" ([RE/F/NM] MUMPS) ok 10787 - "-----This is a comment\n" ([SB/F/NM] MUMPS) ok 10788 - "-----A\tcomment\n" ([RE/F/NM] MUMPS) ok 10789 - "-----A\tcomment\n" ([SB/F/NM] MUMPS) ok 10790 - "-----Another /* comment\n" ([RE/F/NM] MUMPS) ok 10791 - "-----Another /* comment\n" ([SB/F/NM] MUMPS) ok 10792 - "\\"\n" ([RE/F/NM] MUMPS) ok 10793 - "\\"\n" ([SB/F/NM] MUMPS) ok 10794 - "\\"This is a comment\n" ([RE/F/NM] MUMPS) ok 10795 - "\\"This is a comment\n" ([SB/F/NM] MUMPS) ok 10796 - "\\"A\tcomment\n" ([RE/F/NM] MUMPS) ok 10797 - "\\"A\tcomment\n" ([SB/F/NM] MUMPS) ok 10798 - "\\"Another /* comment\n" ([RE/F/NM] MUMPS) ok 10799 - "\\"Another /* comment\n" ([SB/F/NM] MUMPS) ok 10800 - ""\n" ([RE/F/NM] MUMPS) ok 10801 - ""\n" ([SB/F/NM] MUMPS) ok 10802 - ""This is a comment\n" ([RE/F/NM] MUMPS) ok 10803 - ""This is a comment\n" ([SB/F/NM] MUMPS) ok 10804 - ""A\tcomment\n" ([RE/F/NM] MUMPS) ok 10805 - ""A\tcomment\n" ([SB/F/NM] MUMPS) ok 10806 - ""Another /* comment\n" ([RE/F/NM] MUMPS) ok 10807 - ""Another /* comment\n" ([SB/F/NM] MUMPS) ok 10808 - "'\n" ([RE/F/NM] MUMPS) ok 10809 - "'\n" ([SB/F/NM] MUMPS) ok 10810 - "'This is a comment\n" ([RE/F/NM] MUMPS) ok 10811 - "'This is a comment\n" ([SB/F/NM] MUMPS) ok 10812 - "'A\tcomment\n" ([RE/F/NM] MUMPS) ok 10813 - "'A\tcomment\n" ([SB/F/NM] MUMPS) ok 10814 - "'Another /* comment\n" ([RE/F/NM] MUMPS) ok 10815 - "'Another /* comment\n" ([SB/F/NM] MUMPS) ok 10816 - ";\n" ([RE/P/MT] REBOL) ok 10817 - ";\n" ([OM/P/MT] REBOL) ok 10818 - ";\n" ([OS/P/MT] REBOL) ok 10819 - ";\n" ([SB/P/MT] REBOL) ok 10820 - ";\n" ([KP/P/MT] REBOL) ok 10821 - ";This is a comment\n" ([RE/P/MT] REBOL) ok 10822 - ";This is a comment\n" ([OM/P/MT] REBOL) ok 10823 - ";This is a comment\n" ([OS/P/MT] REBOL) ok 10824 - ";This is a comment\n" ([SB/P/MT] REBOL) ok 10825 - ";This is a comment\n" ([KP/P/MT] REBOL) ok 10826 - ";A\tcomment\n" ([RE/P/MT] REBOL) ok 10827 - ";A\tcomment\n" ([OM/P/MT] REBOL) ok 10828 - ";A\tcomment\n" ([OS/P/MT] REBOL) ok 10829 - ";A\tcomment\n" ([SB/P/MT] REBOL) ok 10830 - ";A\tcomment\n" ([KP/P/MT] REBOL) ok 10831 - ";Another /* comment\n" ([RE/P/MT] REBOL) ok 10832 - ";Another /* comment\n" ([OM/P/MT] REBOL) ok 10833 - ";Another /* comment\n" ([OS/P/MT] REBOL) ok 10834 - ";Another /* comment\n" ([SB/P/MT] REBOL) ok 10835 - ";Another /* comment\n" ([KP/P/MT] REBOL) ok 10836 - "\\" ([RE/F/NM] REBOL) ok 10837 - "\\" ([SB/F/NM] REBOL) ok 10838 - "\\This is a comment" ([RE/F/NM] REBOL) ok 10839 - "\\This is a comment" ([SB/F/NM] REBOL) ok 10840 - "\\A\tcomment" ([RE/F/NM] REBOL) ok 10841 - "\\A\tcomment" ([SB/F/NM] REBOL) ok 10842 - "\\Another /* comment" ([RE/F/NM] REBOL) ok 10843 - "\\Another /* comment" ([SB/F/NM] REBOL) ok 10844 - "\n" ([RE/F/NM] REBOL) ok 10845 - "\n" ([SB/F/NM] REBOL) ok 10846 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10847 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10848 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10849 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10850 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10851 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10852 - "#" ([RE/F/NM] REBOL) ok 10853 - "#" ([SB/F/NM] REBOL) ok 10854 - "#This is a comment" ([RE/F/NM] REBOL) ok 10855 - "#This is a comment" ([SB/F/NM] REBOL) ok 10856 - "#A\tcomment" ([RE/F/NM] REBOL) ok 10857 - "#A\tcomment" ([SB/F/NM] REBOL) ok 10858 - "#Another /* comment" ([RE/F/NM] REBOL) ok 10859 - "#Another /* comment" ([SB/F/NM] REBOL) ok 10860 - "\n" ([RE/F/NM] REBOL) ok 10861 - "\n" ([SB/F/NM] REBOL) ok 10862 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10863 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10864 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10865 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10866 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10867 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10868 - "//" ([RE/F/NM] REBOL) ok 10869 - "//" ([SB/F/NM] REBOL) ok 10870 - "//This is a comment" ([RE/F/NM] REBOL) ok 10871 - "//This is a comment" ([SB/F/NM] REBOL) ok 10872 - "//A\tcomment" ([RE/F/NM] REBOL) ok 10873 - "//A\tcomment" ([SB/F/NM] REBOL) ok 10874 - "//Another /* comment" ([RE/F/NM] REBOL) ok 10875 - "//Another /* comment" ([SB/F/NM] REBOL) ok 10876 - "\n" ([RE/F/NM] REBOL) ok 10877 - "\n" ([SB/F/NM] REBOL) ok 10878 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10879 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10880 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10881 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10882 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10883 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10884 - "--" ([RE/F/NM] REBOL) ok 10885 - "--" ([SB/F/NM] REBOL) ok 10886 - "--This is a comment" ([RE/F/NM] REBOL) ok 10887 - "--This is a comment" ([SB/F/NM] REBOL) ok 10888 - "--A\tcomment" ([RE/F/NM] REBOL) ok 10889 - "--A\tcomment" ([SB/F/NM] REBOL) ok 10890 - "--Another /* comment" ([RE/F/NM] REBOL) ok 10891 - "--Another /* comment" ([SB/F/NM] REBOL) ok 10892 - "\n" ([RE/F/NM] REBOL) ok 10893 - "\n" ([SB/F/NM] REBOL) ok 10894 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10895 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10896 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10897 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10898 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10899 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10900 - ";" ([RE/F/NM] REBOL) ok 10901 - ";" ([SB/F/NM] REBOL) ok 10902 - ";This is a comment" ([RE/F/NM] REBOL) ok 10903 - ";This is a comment" ([SB/F/NM] REBOL) ok 10904 - ";A\tcomment" ([RE/F/NM] REBOL) ok 10905 - ";A\tcomment" ([SB/F/NM] REBOL) ok 10906 - ";Another /* comment" ([RE/F/NM] REBOL) ok 10907 - ";Another /* comment" ([SB/F/NM] REBOL) ok 10908 - "\n" ([RE/F/NM] REBOL) ok 10909 - "\n" ([SB/F/NM] REBOL) ok 10910 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10911 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10912 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10913 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10914 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10915 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10916 - "#" ([RE/F/NM] REBOL) ok 10917 - "#" ([SB/F/NM] REBOL) ok 10918 - "#This is a comment" ([RE/F/NM] REBOL) ok 10919 - "#This is a comment" ([SB/F/NM] REBOL) ok 10920 - "#A\tcomment" ([RE/F/NM] REBOL) ok 10921 - "#A\tcomment" ([SB/F/NM] REBOL) ok 10922 - "#Another /* comment" ([RE/F/NM] REBOL) ok 10923 - "#Another /* comment" ([SB/F/NM] REBOL) ok 10924 - "\n" ([RE/F/NM] REBOL) ok 10925 - "\n" ([SB/F/NM] REBOL) ok 10926 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10927 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10928 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10929 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10930 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10931 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10932 - "*" ([RE/F/NM] REBOL) ok 10933 - "*" ([SB/F/NM] REBOL) ok 10934 - "*This is a comment" ([RE/F/NM] REBOL) ok 10935 - "*This is a comment" ([SB/F/NM] REBOL) ok 10936 - "*A\tcomment" ([RE/F/NM] REBOL) ok 10937 - "*A\tcomment" ([SB/F/NM] REBOL) ok 10938 - "*Another /* comment" ([RE/F/NM] REBOL) ok 10939 - "*Another /* comment" ([SB/F/NM] REBOL) ok 10940 - "\n" ([RE/F/NM] REBOL) ok 10941 - "\n" ([SB/F/NM] REBOL) ok 10942 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10943 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10944 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10945 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10946 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10947 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10948 - "!" ([RE/F/NM] REBOL) ok 10949 - "!" ([SB/F/NM] REBOL) ok 10950 - "!This is a comment" ([RE/F/NM] REBOL) ok 10951 - "!This is a comment" ([SB/F/NM] REBOL) ok 10952 - "!A\tcomment" ([RE/F/NM] REBOL) ok 10953 - "!A\tcomment" ([SB/F/NM] REBOL) ok 10954 - "!Another /* comment" ([RE/F/NM] REBOL) ok 10955 - "!Another /* comment" ([SB/F/NM] REBOL) ok 10956 - "\n" ([RE/F/NM] REBOL) ok 10957 - "\n" ([SB/F/NM] REBOL) ok 10958 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10959 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10960 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10961 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10962 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10963 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10964 - "REM" ([RE/F/NM] REBOL) ok 10965 - "REM" ([SB/F/NM] REBOL) ok 10966 - "REMThis is a comment" ([RE/F/NM] REBOL) ok 10967 - "REMThis is a comment" ([SB/F/NM] REBOL) ok 10968 - "REMA\tcomment" ([RE/F/NM] REBOL) ok 10969 - "REMA\tcomment" ([SB/F/NM] REBOL) ok 10970 - "REMAnother /* comment" ([RE/F/NM] REBOL) ok 10971 - "REMAnother /* comment" ([SB/F/NM] REBOL) ok 10972 - "\n" ([RE/F/NM] REBOL) ok 10973 - "\n" ([SB/F/NM] REBOL) ok 10974 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10975 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10976 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10977 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10978 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10979 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10980 - "//" ([RE/F/NM] REBOL) ok 10981 - "//" ([SB/F/NM] REBOL) ok 10982 - "//This is a comment" ([RE/F/NM] REBOL) ok 10983 - "//This is a comment" ([SB/F/NM] REBOL) ok 10984 - "//A\tcomment" ([RE/F/NM] REBOL) ok 10985 - "//A\tcomment" ([SB/F/NM] REBOL) ok 10986 - "//Another /* comment" ([RE/F/NM] REBOL) ok 10987 - "//Another /* comment" ([SB/F/NM] REBOL) ok 10988 - "\n" ([RE/F/NM] REBOL) ok 10989 - "\n" ([SB/F/NM] REBOL) ok 10990 - "This is a comment\n" ([RE/F/NM] REBOL) ok 10991 - "This is a comment\n" ([SB/F/NM] REBOL) ok 10992 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 10993 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 10994 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 10995 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 10996 - "%" ([RE/F/NM] REBOL) ok 10997 - "%" ([SB/F/NM] REBOL) ok 10998 - "%This is a comment" ([RE/F/NM] REBOL) ok 10999 - "%This is a comment" ([SB/F/NM] REBOL) ok 11000 - "%A\tcomment" ([RE/F/NM] REBOL) ok 11001 - "%A\tcomment" ([SB/F/NM] REBOL) ok 11002 - "%Another /* comment" ([RE/F/NM] REBOL) ok 11003 - "%Another /* comment" ([SB/F/NM] REBOL) ok 11004 - "\n" ([RE/F/NM] REBOL) ok 11005 - "\n" ([SB/F/NM] REBOL) ok 11006 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11007 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11008 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11009 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11010 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11011 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11012 - "!" ([RE/F/NM] REBOL) ok 11013 - "!" ([SB/F/NM] REBOL) ok 11014 - "!This is a comment" ([RE/F/NM] REBOL) ok 11015 - "!This is a comment" ([SB/F/NM] REBOL) ok 11016 - "!A\tcomment" ([RE/F/NM] REBOL) ok 11017 - "!A\tcomment" ([SB/F/NM] REBOL) ok 11018 - "!Another /* comment" ([RE/F/NM] REBOL) ok 11019 - "!Another /* comment" ([SB/F/NM] REBOL) ok 11020 - "\n" ([RE/F/NM] REBOL) ok 11021 - "\n" ([SB/F/NM] REBOL) ok 11022 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11023 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11024 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11025 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11026 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11027 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11028 - "NB" ([RE/F/NM] REBOL) ok 11029 - "NB" ([SB/F/NM] REBOL) ok 11030 - "NBThis is a comment" ([RE/F/NM] REBOL) ok 11031 - "NBThis is a comment" ([SB/F/NM] REBOL) ok 11032 - "NBA\tcomment" ([RE/F/NM] REBOL) ok 11033 - "NBA\tcomment" ([SB/F/NM] REBOL) ok 11034 - "NBAnother /* comment" ([RE/F/NM] REBOL) ok 11035 - "NBAnother /* comment" ([SB/F/NM] REBOL) ok 11036 - "\n" ([RE/F/NM] REBOL) ok 11037 - "\n" ([SB/F/NM] REBOL) ok 11038 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11039 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11040 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11041 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11042 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11043 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11044 - "PLEASE NOT" ([RE/F/NM] REBOL) ok 11045 - "PLEASE NOT" ([SB/F/NM] REBOL) ok 11046 - "PLEASE NOTThis is a comment" ([RE/F/NM] REBOL) ok 11047 - "PLEASE NOTThis is a comment" ([SB/F/NM] REBOL) ok 11048 - "PLEASE NOTA\tcomment" ([RE/F/NM] REBOL) ok 11049 - "PLEASE NOTA\tcomment" ([SB/F/NM] REBOL) ok 11050 - "PLEASE NOTAnother /* comment" ([RE/F/NM] REBOL) ok 11051 - "PLEASE NOTAnother /* comment" ([SB/F/NM] REBOL) ok 11052 - "\n" ([RE/F/NM] REBOL) ok 11053 - "\n" ([SB/F/NM] REBOL) ok 11054 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11055 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11056 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11057 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11058 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11059 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11060 - "PLEASE NOT" ([RE/F/NM] REBOL) ok 11061 - "PLEASE NOT" ([SB/F/NM] REBOL) ok 11062 - "PLEASE NOTThis is a comment" ([RE/F/NM] REBOL) ok 11063 - "PLEASE NOTThis is a comment" ([SB/F/NM] REBOL) ok 11064 - "PLEASE NOTA\tcomment" ([RE/F/NM] REBOL) ok 11065 - "PLEASE NOTA\tcomment" ([SB/F/NM] REBOL) ok 11066 - "PLEASE NOTAnother /* comment" ([RE/F/NM] REBOL) ok 11067 - "PLEASE NOTAnother /* comment" ([SB/F/NM] REBOL) ok 11068 - "\n" ([RE/F/NM] REBOL) ok 11069 - "\n" ([SB/F/NM] REBOL) ok 11070 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11071 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11072 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11073 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11074 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11075 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11076 - "PLEASE N'T" ([RE/F/NM] REBOL) ok 11077 - "PLEASE N'T" ([SB/F/NM] REBOL) ok 11078 - "PLEASE N'TThis is a comment" ([RE/F/NM] REBOL) ok 11079 - "PLEASE N'TThis is a comment" ([SB/F/NM] REBOL) ok 11080 - "PLEASE N'TA\tcomment" ([RE/F/NM] REBOL) ok 11081 - "PLEASE N'TA\tcomment" ([SB/F/NM] REBOL) ok 11082 - "PLEASE N'TAnother /* comment" ([RE/F/NM] REBOL) ok 11083 - "PLEASE N'TAnother /* comment" ([SB/F/NM] REBOL) ok 11084 - "\n" ([RE/F/NM] REBOL) ok 11085 - "\n" ([SB/F/NM] REBOL) ok 11086 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11087 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11088 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11089 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11090 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11091 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11092 - "DO NOT" ([RE/F/NM] REBOL) ok 11093 - "DO NOT" ([SB/F/NM] REBOL) ok 11094 - "DO NOTThis is a comment" ([RE/F/NM] REBOL) ok 11095 - "DO NOTThis is a comment" ([SB/F/NM] REBOL) ok 11096 - "DO NOTA\tcomment" ([RE/F/NM] REBOL) ok 11097 - "DO NOTA\tcomment" ([SB/F/NM] REBOL) ok 11098 - "DO NOTAnother /* comment" ([RE/F/NM] REBOL) ok 11099 - "DO NOTAnother /* comment" ([SB/F/NM] REBOL) ok 11100 - "\n" ([RE/F/NM] REBOL) ok 11101 - "\n" ([SB/F/NM] REBOL) ok 11102 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11103 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11104 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11105 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11106 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11107 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11108 - "DO N'T" ([RE/F/NM] REBOL) ok 11109 - "DO N'T" ([SB/F/NM] REBOL) ok 11110 - "DO N'TThis is a comment" ([RE/F/NM] REBOL) ok 11111 - "DO N'TThis is a comment" ([SB/F/NM] REBOL) ok 11112 - "DO N'TA\tcomment" ([RE/F/NM] REBOL) ok 11113 - "DO N'TA\tcomment" ([SB/F/NM] REBOL) ok 11114 - "DO N'TAnother /* comment" ([RE/F/NM] REBOL) ok 11115 - "DO N'TAnother /* comment" ([SB/F/NM] REBOL) ok 11116 - "\n" ([RE/F/NM] REBOL) ok 11117 - "\n" ([SB/F/NM] REBOL) ok 11118 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11119 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11120 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11121 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11122 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11123 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11124 - "DO NOT" ([RE/F/NM] REBOL) ok 11125 - "DO NOT" ([SB/F/NM] REBOL) ok 11126 - "DO NOTThis is a comment" ([RE/F/NM] REBOL) ok 11127 - "DO NOTThis is a comment" ([SB/F/NM] REBOL) ok 11128 - "DO NOTA\tcomment" ([RE/F/NM] REBOL) ok 11129 - "DO NOTA\tcomment" ([SB/F/NM] REBOL) ok 11130 - "DO NOTAnother /* comment" ([RE/F/NM] REBOL) ok 11131 - "DO NOTAnother /* comment" ([SB/F/NM] REBOL) ok 11132 - "\n" ([RE/F/NM] REBOL) ok 11133 - "\n" ([SB/F/NM] REBOL) ok 11134 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11135 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11136 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11137 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11138 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11139 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11140 - "PLEASE DO NOT" ([RE/F/NM] REBOL) ok 11141 - "PLEASE DO NOT" ([SB/F/NM] REBOL) ok 11142 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] REBOL) ok 11143 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] REBOL) ok 11144 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] REBOL) ok 11145 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] REBOL) ok 11146 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] REBOL) ok 11147 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] REBOL) ok 11148 - "\n" ([RE/F/NM] REBOL) ok 11149 - "\n" ([SB/F/NM] REBOL) ok 11150 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11151 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11152 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11153 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11154 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11155 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11156 - "PLEASE DO NOT" ([RE/F/NM] REBOL) ok 11157 - "PLEASE DO NOT" ([SB/F/NM] REBOL) ok 11158 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] REBOL) ok 11159 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] REBOL) ok 11160 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] REBOL) ok 11161 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] REBOL) ok 11162 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] REBOL) ok 11163 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] REBOL) ok 11164 - "\n" ([RE/F/NM] REBOL) ok 11165 - "\n" ([SB/F/NM] REBOL) ok 11166 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11167 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11168 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11169 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11170 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11171 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11172 - "PLEASE DO N'T" ([RE/F/NM] REBOL) ok 11173 - "PLEASE DO N'T" ([SB/F/NM] REBOL) ok 11174 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] REBOL) ok 11175 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] REBOL) ok 11176 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] REBOL) ok 11177 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] REBOL) ok 11178 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] REBOL) ok 11179 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] REBOL) ok 11180 - "\n" ([RE/F/NM] REBOL) ok 11181 - "\n" ([SB/F/NM] REBOL) ok 11182 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11183 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11184 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11185 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11186 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11187 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11188 - "NB." ([RE/F/NM] REBOL) ok 11189 - "NB." ([SB/F/NM] REBOL) ok 11190 - "NB.This is a comment" ([RE/F/NM] REBOL) ok 11191 - "NB.This is a comment" ([SB/F/NM] REBOL) ok 11192 - "NB.A\tcomment" ([RE/F/NM] REBOL) ok 11193 - "NB.A\tcomment" ([SB/F/NM] REBOL) ok 11194 - "NB.Another /* comment" ([RE/F/NM] REBOL) ok 11195 - "NB.Another /* comment" ([SB/F/NM] REBOL) ok 11196 - "\n" ([RE/F/NM] REBOL) ok 11197 - "\n" ([SB/F/NM] REBOL) ok 11198 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11199 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11200 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11201 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11202 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11203 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11204 - "{" ([RE/F/NM] REBOL) ok 11205 - "{" ([SB/F/NM] REBOL) ok 11206 - "{This is a comment" ([RE/F/NM] REBOL) ok 11207 - "{This is a comment" ([SB/F/NM] REBOL) ok 11208 - "{A\tcomment" ([RE/F/NM] REBOL) ok 11209 - "{A\tcomment" ([SB/F/NM] REBOL) ok 11210 - "{Another /* comment" ([RE/F/NM] REBOL) ok 11211 - "{Another /* comment" ([SB/F/NM] REBOL) ok 11212 - "}" ([RE/F/NM] REBOL) ok 11213 - "}" ([SB/F/NM] REBOL) ok 11214 - "This is a comment}" ([RE/F/NM] REBOL) ok 11215 - "This is a comment}" ([SB/F/NM] REBOL) ok 11216 - "A\tcomment}" ([RE/F/NM] REBOL) ok 11217 - "A\tcomment}" ([SB/F/NM] REBOL) ok 11218 - "Another /* comment}" ([RE/F/NM] REBOL) ok 11219 - "Another /* comment}" ([SB/F/NM] REBOL) ok 11220 - "." ([RE/F/NM] REBOL) ok 11221 - "." ([SB/F/NM] REBOL) ok 11222 - ".This is a comment" ([RE/F/NM] REBOL) ok 11223 - ".This is a comment" ([SB/F/NM] REBOL) ok 11224 - ".A\tcomment" ([RE/F/NM] REBOL) ok 11225 - ".A\tcomment" ([SB/F/NM] REBOL) ok 11226 - ".Another /* comment" ([RE/F/NM] REBOL) ok 11227 - ".Another /* comment" ([SB/F/NM] REBOL) ok 11228 - "\n" ([RE/F/NM] REBOL) ok 11229 - "\n" ([SB/F/NM] REBOL) ok 11230 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11231 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11232 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11233 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11234 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11235 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11236 - ";" ([RE/F/NM] REBOL) ok 11237 - ";" ([SB/F/NM] REBOL) ok 11238 - ";This is a comment" ([RE/F/NM] REBOL) ok 11239 - ";This is a comment" ([SB/F/NM] REBOL) ok 11240 - ";A\tcomment" ([RE/F/NM] REBOL) ok 11241 - ";A\tcomment" ([SB/F/NM] REBOL) ok 11242 - ";Another /* comment" ([RE/F/NM] REBOL) ok 11243 - ";Another /* comment" ([SB/F/NM] REBOL) ok 11244 - "\n" ([RE/F/NM] REBOL) ok 11245 - "\n" ([SB/F/NM] REBOL) ok 11246 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11247 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11248 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11249 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11250 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11251 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11252 - "`" ([RE/F/NM] REBOL) ok 11253 - "`" ([SB/F/NM] REBOL) ok 11254 - "`This is a comment" ([RE/F/NM] REBOL) ok 11255 - "`This is a comment" ([SB/F/NM] REBOL) ok 11256 - "`A\tcomment" ([RE/F/NM] REBOL) ok 11257 - "`A\tcomment" ([SB/F/NM] REBOL) ok 11258 - "`Another /* comment" ([RE/F/NM] REBOL) ok 11259 - "`Another /* comment" ([SB/F/NM] REBOL) ok 11260 - "\n" ([RE/F/NM] REBOL) ok 11261 - "\n" ([SB/F/NM] REBOL) ok 11262 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11263 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11264 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11265 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11266 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11267 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11268 - "--" ([RE/F/NM] REBOL) ok 11269 - "--" ([SB/F/NM] REBOL) ok 11270 - "--This is a comment" ([RE/F/NM] REBOL) ok 11271 - "--This is a comment" ([SB/F/NM] REBOL) ok 11272 - "--A\tcomment" ([RE/F/NM] REBOL) ok 11273 - "--A\tcomment" ([SB/F/NM] REBOL) ok 11274 - "--Another /* comment" ([RE/F/NM] REBOL) ok 11275 - "--Another /* comment" ([SB/F/NM] REBOL) ok 11276 - "\n" ([RE/F/NM] REBOL) ok 11277 - "\n" ([SB/F/NM] REBOL) ok 11278 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11279 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11280 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11281 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11282 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11283 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11284 - "---" ([RE/F/NM] REBOL) ok 11285 - "---" ([SB/F/NM] REBOL) ok 11286 - "---This is a comment" ([RE/F/NM] REBOL) ok 11287 - "---This is a comment" ([SB/F/NM] REBOL) ok 11288 - "---A\tcomment" ([RE/F/NM] REBOL) ok 11289 - "---A\tcomment" ([SB/F/NM] REBOL) ok 11290 - "---Another /* comment" ([RE/F/NM] REBOL) ok 11291 - "---Another /* comment" ([SB/F/NM] REBOL) ok 11292 - "\n" ([RE/F/NM] REBOL) ok 11293 - "\n" ([SB/F/NM] REBOL) ok 11294 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11295 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11296 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11297 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11298 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11299 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11300 - "-----" ([RE/F/NM] REBOL) ok 11301 - "-----" ([SB/F/NM] REBOL) ok 11302 - "-----This is a comment" ([RE/F/NM] REBOL) ok 11303 - "-----This is a comment" ([SB/F/NM] REBOL) ok 11304 - "-----A\tcomment" ([RE/F/NM] REBOL) ok 11305 - "-----A\tcomment" ([SB/F/NM] REBOL) ok 11306 - "-----Another /* comment" ([RE/F/NM] REBOL) ok 11307 - "-----Another /* comment" ([SB/F/NM] REBOL) ok 11308 - "\n" ([RE/F/NM] REBOL) ok 11309 - "\n" ([SB/F/NM] REBOL) ok 11310 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11311 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11312 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11313 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11314 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11315 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11316 - "\\"" ([RE/F/NM] REBOL) ok 11317 - "\\"" ([SB/F/NM] REBOL) ok 11318 - "\\"This is a comment" ([RE/F/NM] REBOL) ok 11319 - "\\"This is a comment" ([SB/F/NM] REBOL) ok 11320 - "\\"A\tcomment" ([RE/F/NM] REBOL) ok 11321 - "\\"A\tcomment" ([SB/F/NM] REBOL) ok 11322 - "\\"Another /* comment" ([RE/F/NM] REBOL) ok 11323 - "\\"Another /* comment" ([SB/F/NM] REBOL) ok 11324 - "\n" ([RE/F/NM] REBOL) ok 11325 - "\n" ([SB/F/NM] REBOL) ok 11326 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11327 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11328 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11329 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11330 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11331 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11332 - """ ([RE/F/NM] REBOL) ok 11333 - """ ([SB/F/NM] REBOL) ok 11334 - ""This is a comment" ([RE/F/NM] REBOL) ok 11335 - ""This is a comment" ([SB/F/NM] REBOL) ok 11336 - ""A\tcomment" ([RE/F/NM] REBOL) ok 11337 - ""A\tcomment" ([SB/F/NM] REBOL) ok 11338 - ""Another /* comment" ([RE/F/NM] REBOL) ok 11339 - ""Another /* comment" ([SB/F/NM] REBOL) ok 11340 - "\n" ([RE/F/NM] REBOL) ok 11341 - "\n" ([SB/F/NM] REBOL) ok 11342 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11343 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11344 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11345 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11346 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11347 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11348 - "'" ([RE/F/NM] REBOL) ok 11349 - "'" ([SB/F/NM] REBOL) ok 11350 - "'This is a comment" ([RE/F/NM] REBOL) ok 11351 - "'This is a comment" ([SB/F/NM] REBOL) ok 11352 - "'A\tcomment" ([RE/F/NM] REBOL) ok 11353 - "'A\tcomment" ([SB/F/NM] REBOL) ok 11354 - "'Another /* comment" ([RE/F/NM] REBOL) ok 11355 - "'Another /* comment" ([SB/F/NM] REBOL) ok 11356 - "\n" ([RE/F/NM] REBOL) ok 11357 - "\n" ([SB/F/NM] REBOL) ok 11358 - "This is a comment\n" ([RE/F/NM] REBOL) ok 11359 - "This is a comment\n" ([SB/F/NM] REBOL) ok 11360 - "A\tcomment\n" ([RE/F/NM] REBOL) ok 11361 - "A\tcomment\n" ([SB/F/NM] REBOL) ok 11362 - "Another /* comment\n" ([RE/F/NM] REBOL) ok 11363 - "Another /* comment\n" ([SB/F/NM] REBOL) ok 11364 - "/* This is a C comment */" ([RE/F/NM] REBOL) ok 11365 - "/* This is a C comment */" ([SB/F/NM] REBOL) ok 11366 - "(* This is a Pascal comment *)" ([RE/F/NM] REBOL) ok 11367 - "(* This is a Pascal comment *)" ([SB/F/NM] REBOL) ok 11368 - "" ([RE/F/NM] REBOL) ok 11369 - "" ([SB/F/NM] REBOL) ok 11370 - ";\n\n" ([RE/F/NM] REBOL) ok 11371 - ";\n\n" ([SB/F/NM] REBOL) ok 11372 - ";This is a comment\n\n" ([RE/F/NM] REBOL) ok 11373 - ";This is a comment\n\n" ([SB/F/NM] REBOL) ok 11374 - ";A\tcomment\n\n" ([RE/F/NM] REBOL) ok 11375 - ";A\tcomment\n\n" ([SB/F/NM] REBOL) ok 11376 - ";Another /* comment\n\n" ([RE/F/NM] REBOL) ok 11377 - ";Another /* comment\n\n" ([SB/F/NM] REBOL) ok 11378 - ";\n;\n" ([RE/F/NM] REBOL) ok 11379 - ";\n;\n" ([SB/F/NM] REBOL) ok 11380 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] REBOL) ok 11381 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] REBOL) ok 11382 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] REBOL) ok 11383 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] REBOL) ok 11384 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] REBOL) ok 11385 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] REBOL) ok 11386 - ";\nhl" ([RE/F/NM] REBOL) ok 11387 - ";\nhl" ([SB/F/NM] REBOL) ok 11388 - ";This is a comment\nn" ([RE/F/NM] REBOL) ok 11389 - ";This is a comment\nn" ([SB/F/NM] REBOL) ok 11390 - ";A\tcomment\ntpm" ([RE/F/NM] REBOL) ok 11391 - ";A\tcomment\ntpm" ([SB/F/NM] REBOL) ok 11392 - ";Another /* comment\ni0ts" ([RE/F/NM] REBOL) ok 11393 - ";Another /* comment\ni0ts" ([SB/F/NM] REBOL) ok 11394 - "h;\n" ([RE/F/NM] REBOL) ok 11395 - "h;\n" ([SB/F/NM] REBOL) ok 11396 - "ri;This is a comment\n" ([RE/F/NM] REBOL) ok 11397 - "ri;This is a comment\n" ([SB/F/NM] REBOL) ok 11398 - "bgmw;A\tcomment\n" ([RE/F/NM] REBOL) ok 11399 - "bgmw;A\tcomment\n" ([SB/F/NM] REBOL) ok 11400 - "im9;Another /* comment\n" ([RE/F/NM] REBOL) ok 11401 - "im9;Another /* comment\n" ([SB/F/NM] REBOL) ok 11402 - "\\\n" ([RE/F/NM] REBOL) ok 11403 - "\\\n" ([SB/F/NM] REBOL) ok 11404 - "\\This is a comment\n" ([RE/F/NM] REBOL) ok 11405 - "\\This is a comment\n" ([SB/F/NM] REBOL) ok 11406 - "\\A\tcomment\n" ([RE/F/NM] REBOL) ok 11407 - "\\A\tcomment\n" ([SB/F/NM] REBOL) ok 11408 - "\\Another /* comment\n" ([RE/F/NM] REBOL) ok 11409 - "\\Another /* comment\n" ([SB/F/NM] REBOL) ok 11410 - "#\n" ([RE/F/NM] REBOL) ok 11411 - "#\n" ([SB/F/NM] REBOL) ok 11412 - "#This is a comment\n" ([RE/F/NM] REBOL) ok 11413 - "#This is a comment\n" ([SB/F/NM] REBOL) ok 11414 - "#A\tcomment\n" ([RE/F/NM] REBOL) ok 11415 - "#A\tcomment\n" ([SB/F/NM] REBOL) ok 11416 - "#Another /* comment\n" ([RE/F/NM] REBOL) ok 11417 - "#Another /* comment\n" ([SB/F/NM] REBOL) ok 11418 - "//\n" ([RE/F/NM] REBOL) ok 11419 - "//\n" ([SB/F/NM] REBOL) ok 11420 - "//This is a comment\n" ([RE/F/NM] REBOL) ok 11421 - "//This is a comment\n" ([SB/F/NM] REBOL) ok 11422 - "//A\tcomment\n" ([RE/F/NM] REBOL) ok 11423 - "//A\tcomment\n" ([SB/F/NM] REBOL) ok 11424 - "//Another /* comment\n" ([RE/F/NM] REBOL) ok 11425 - "//Another /* comment\n" ([SB/F/NM] REBOL) ok 11426 - "--\n" ([RE/F/NM] REBOL) ok 11427 - "--\n" ([SB/F/NM] REBOL) ok 11428 - "--This is a comment\n" ([RE/F/NM] REBOL) ok 11429 - "--This is a comment\n" ([SB/F/NM] REBOL) ok 11430 - "--A\tcomment\n" ([RE/F/NM] REBOL) ok 11431 - "--A\tcomment\n" ([SB/F/NM] REBOL) ok 11432 - "--Another /* comment\n" ([RE/F/NM] REBOL) ok 11433 - "--Another /* comment\n" ([SB/F/NM] REBOL) ok 11434 - "#\n" ([RE/F/NM] REBOL) ok 11435 - "#\n" ([SB/F/NM] REBOL) ok 11436 - "#This is a comment\n" ([RE/F/NM] REBOL) ok 11437 - "#This is a comment\n" ([SB/F/NM] REBOL) ok 11438 - "#A\tcomment\n" ([RE/F/NM] REBOL) ok 11439 - "#A\tcomment\n" ([SB/F/NM] REBOL) ok 11440 - "#Another /* comment\n" ([RE/F/NM] REBOL) ok 11441 - "#Another /* comment\n" ([SB/F/NM] REBOL) ok 11442 - "*\n" ([RE/F/NM] REBOL) ok 11443 - "*\n" ([SB/F/NM] REBOL) ok 11444 - "*This is a comment\n" ([RE/F/NM] REBOL) ok 11445 - "*This is a comment\n" ([SB/F/NM] REBOL) ok 11446 - "*A\tcomment\n" ([RE/F/NM] REBOL) ok 11447 - "*A\tcomment\n" ([SB/F/NM] REBOL) ok 11448 - "*Another /* comment\n" ([RE/F/NM] REBOL) ok 11449 - "*Another /* comment\n" ([SB/F/NM] REBOL) ok 11450 - "!\n" ([RE/F/NM] REBOL) ok 11451 - "!\n" ([SB/F/NM] REBOL) ok 11452 - "!This is a comment\n" ([RE/F/NM] REBOL) ok 11453 - "!This is a comment\n" ([SB/F/NM] REBOL) ok 11454 - "!A\tcomment\n" ([RE/F/NM] REBOL) ok 11455 - "!A\tcomment\n" ([SB/F/NM] REBOL) ok 11456 - "!Another /* comment\n" ([RE/F/NM] REBOL) ok 11457 - "!Another /* comment\n" ([SB/F/NM] REBOL) ok 11458 - "REM\n" ([RE/F/NM] REBOL) ok 11459 - "REM\n" ([SB/F/NM] REBOL) ok 11460 - "REMThis is a comment\n" ([RE/F/NM] REBOL) ok 11461 - "REMThis is a comment\n" ([SB/F/NM] REBOL) ok 11462 - "REMA\tcomment\n" ([RE/F/NM] REBOL) ok 11463 - "REMA\tcomment\n" ([SB/F/NM] REBOL) ok 11464 - "REMAnother /* comment\n" ([RE/F/NM] REBOL) ok 11465 - "REMAnother /* comment\n" ([SB/F/NM] REBOL) ok 11466 - "//\n" ([RE/F/NM] REBOL) ok 11467 - "//\n" ([SB/F/NM] REBOL) ok 11468 - "//This is a comment\n" ([RE/F/NM] REBOL) ok 11469 - "//This is a comment\n" ([SB/F/NM] REBOL) ok 11470 - "//A\tcomment\n" ([RE/F/NM] REBOL) ok 11471 - "//A\tcomment\n" ([SB/F/NM] REBOL) ok 11472 - "//Another /* comment\n" ([RE/F/NM] REBOL) ok 11473 - "//Another /* comment\n" ([SB/F/NM] REBOL) ok 11474 - "%\n" ([RE/F/NM] REBOL) ok 11475 - "%\n" ([SB/F/NM] REBOL) ok 11476 - "%This is a comment\n" ([RE/F/NM] REBOL) ok 11477 - "%This is a comment\n" ([SB/F/NM] REBOL) ok 11478 - "%A\tcomment\n" ([RE/F/NM] REBOL) ok 11479 - "%A\tcomment\n" ([SB/F/NM] REBOL) ok 11480 - "%Another /* comment\n" ([RE/F/NM] REBOL) ok 11481 - "%Another /* comment\n" ([SB/F/NM] REBOL) ok 11482 - "!\n" ([RE/F/NM] REBOL) ok 11483 - "!\n" ([SB/F/NM] REBOL) ok 11484 - "!This is a comment\n" ([RE/F/NM] REBOL) ok 11485 - "!This is a comment\n" ([SB/F/NM] REBOL) ok 11486 - "!A\tcomment\n" ([RE/F/NM] REBOL) ok 11487 - "!A\tcomment\n" ([SB/F/NM] REBOL) ok 11488 - "!Another /* comment\n" ([RE/F/NM] REBOL) ok 11489 - "!Another /* comment\n" ([SB/F/NM] REBOL) ok 11490 - "NB\n" ([RE/F/NM] REBOL) ok 11491 - "NB\n" ([SB/F/NM] REBOL) ok 11492 - "NBThis is a comment\n" ([RE/F/NM] REBOL) ok 11493 - "NBThis is a comment\n" ([SB/F/NM] REBOL) ok 11494 - "NBA\tcomment\n" ([RE/F/NM] REBOL) ok 11495 - "NBA\tcomment\n" ([SB/F/NM] REBOL) ok 11496 - "NBAnother /* comment\n" ([RE/F/NM] REBOL) ok 11497 - "NBAnother /* comment\n" ([SB/F/NM] REBOL) ok 11498 - "PLEASE NOT\n" ([RE/F/NM] REBOL) ok 11499 - "PLEASE NOT\n" ([SB/F/NM] REBOL) ok 11500 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] REBOL) ok 11501 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] REBOL) ok 11502 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] REBOL) ok 11503 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] REBOL) ok 11504 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] REBOL) ok 11505 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] REBOL) ok 11506 - "PLEASE NOT\n" ([RE/F/NM] REBOL) ok 11507 - "PLEASE NOT\n" ([SB/F/NM] REBOL) ok 11508 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] REBOL) ok 11509 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] REBOL) ok 11510 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] REBOL) ok 11511 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] REBOL) ok 11512 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] REBOL) ok 11513 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] REBOL) ok 11514 - "PLEASE N'T\n" ([RE/F/NM] REBOL) ok 11515 - "PLEASE N'T\n" ([SB/F/NM] REBOL) ok 11516 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] REBOL) ok 11517 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] REBOL) ok 11518 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] REBOL) ok 11519 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] REBOL) ok 11520 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] REBOL) ok 11521 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] REBOL) ok 11522 - "DO NOT\n" ([RE/F/NM] REBOL) ok 11523 - "DO NOT\n" ([SB/F/NM] REBOL) ok 11524 - "DO NOTThis is a comment\n" ([RE/F/NM] REBOL) ok 11525 - "DO NOTThis is a comment\n" ([SB/F/NM] REBOL) ok 11526 - "DO NOTA\tcomment\n" ([RE/F/NM] REBOL) ok 11527 - "DO NOTA\tcomment\n" ([SB/F/NM] REBOL) ok 11528 - "DO NOTAnother /* comment\n" ([RE/F/NM] REBOL) ok 11529 - "DO NOTAnother /* comment\n" ([SB/F/NM] REBOL) ok 11530 - "DO N'T\n" ([RE/F/NM] REBOL) ok 11531 - "DO N'T\n" ([SB/F/NM] REBOL) ok 11532 - "DO N'TThis is a comment\n" ([RE/F/NM] REBOL) ok 11533 - "DO N'TThis is a comment\n" ([SB/F/NM] REBOL) ok 11534 - "DO N'TA\tcomment\n" ([RE/F/NM] REBOL) ok 11535 - "DO N'TA\tcomment\n" ([SB/F/NM] REBOL) ok 11536 - "DO N'TAnother /* comment\n" ([RE/F/NM] REBOL) ok 11537 - "DO N'TAnother /* comment\n" ([SB/F/NM] REBOL) ok 11538 - "DO NOT\n" ([RE/F/NM] REBOL) ok 11539 - "DO NOT\n" ([SB/F/NM] REBOL) ok 11540 - "DO NOTThis is a comment\n" ([RE/F/NM] REBOL) ok 11541 - "DO NOTThis is a comment\n" ([SB/F/NM] REBOL) ok 11542 - "DO NOTA\tcomment\n" ([RE/F/NM] REBOL) ok 11543 - "DO NOTA\tcomment\n" ([SB/F/NM] REBOL) ok 11544 - "DO NOTAnother /* comment\n" ([RE/F/NM] REBOL) ok 11545 - "DO NOTAnother /* comment\n" ([SB/F/NM] REBOL) ok 11546 - "PLEASE DO NOT\n" ([RE/F/NM] REBOL) ok 11547 - "PLEASE DO NOT\n" ([SB/F/NM] REBOL) ok 11548 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] REBOL) ok 11549 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] REBOL) ok 11550 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] REBOL) ok 11551 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] REBOL) ok 11552 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] REBOL) ok 11553 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] REBOL) ok 11554 - "PLEASE DO NOT\n" ([RE/F/NM] REBOL) ok 11555 - "PLEASE DO NOT\n" ([SB/F/NM] REBOL) ok 11556 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] REBOL) ok 11557 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] REBOL) ok 11558 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] REBOL) ok 11559 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] REBOL) ok 11560 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] REBOL) ok 11561 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] REBOL) ok 11562 - "PLEASE DO N'T\n" ([RE/F/NM] REBOL) ok 11563 - "PLEASE DO N'T\n" ([SB/F/NM] REBOL) ok 11564 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] REBOL) ok 11565 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] REBOL) ok 11566 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] REBOL) ok 11567 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] REBOL) ok 11568 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] REBOL) ok 11569 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] REBOL) ok 11570 - "NB.\n" ([RE/F/NM] REBOL) ok 11571 - "NB.\n" ([SB/F/NM] REBOL) ok 11572 - "NB.This is a comment\n" ([RE/F/NM] REBOL) ok 11573 - "NB.This is a comment\n" ([SB/F/NM] REBOL) ok 11574 - "NB.A\tcomment\n" ([RE/F/NM] REBOL) ok 11575 - "NB.A\tcomment\n" ([SB/F/NM] REBOL) ok 11576 - "NB.Another /* comment\n" ([RE/F/NM] REBOL) ok 11577 - "NB.Another /* comment\n" ([SB/F/NM] REBOL) ok 11578 - "{}" ([RE/F/NM] REBOL) ok 11579 - "{}" ([SB/F/NM] REBOL) ok 11580 - "{This is a comment}" ([RE/F/NM] REBOL) ok 11581 - "{This is a comment}" ([SB/F/NM] REBOL) ok 11582 - "{A\tcomment}" ([RE/F/NM] REBOL) ok 11583 - "{A\tcomment}" ([SB/F/NM] REBOL) ok 11584 - "{Another /* comment}" ([RE/F/NM] REBOL) ok 11585 - "{Another /* comment}" ([SB/F/NM] REBOL) ok 11586 - ".\n" ([RE/F/NM] REBOL) ok 11587 - ".\n" ([SB/F/NM] REBOL) ok 11588 - ".This is a comment\n" ([RE/F/NM] REBOL) ok 11589 - ".This is a comment\n" ([SB/F/NM] REBOL) ok 11590 - ".A\tcomment\n" ([RE/F/NM] REBOL) ok 11591 - ".A\tcomment\n" ([SB/F/NM] REBOL) ok 11592 - ".Another /* comment\n" ([RE/F/NM] REBOL) ok 11593 - ".Another /* comment\n" ([SB/F/NM] REBOL) ok 11594 - "`\n" ([RE/F/NM] REBOL) ok 11595 - "`\n" ([SB/F/NM] REBOL) ok 11596 - "`This is a comment\n" ([RE/F/NM] REBOL) ok 11597 - "`This is a comment\n" ([SB/F/NM] REBOL) ok 11598 - "`A\tcomment\n" ([RE/F/NM] REBOL) ok 11599 - "`A\tcomment\n" ([SB/F/NM] REBOL) ok 11600 - "`Another /* comment\n" ([RE/F/NM] REBOL) ok 11601 - "`Another /* comment\n" ([SB/F/NM] REBOL) ok 11602 - "--\n" ([RE/F/NM] REBOL) ok 11603 - "--\n" ([SB/F/NM] REBOL) ok 11604 - "--This is a comment\n" ([RE/F/NM] REBOL) ok 11605 - "--This is a comment\n" ([SB/F/NM] REBOL) ok 11606 - "--A\tcomment\n" ([RE/F/NM] REBOL) ok 11607 - "--A\tcomment\n" ([SB/F/NM] REBOL) ok 11608 - "--Another /* comment\n" ([RE/F/NM] REBOL) ok 11609 - "--Another /* comment\n" ([SB/F/NM] REBOL) ok 11610 - "---\n" ([RE/F/NM] REBOL) ok 11611 - "---\n" ([SB/F/NM] REBOL) ok 11612 - "---This is a comment\n" ([RE/F/NM] REBOL) ok 11613 - "---This is a comment\n" ([SB/F/NM] REBOL) ok 11614 - "---A\tcomment\n" ([RE/F/NM] REBOL) ok 11615 - "---A\tcomment\n" ([SB/F/NM] REBOL) ok 11616 - "---Another /* comment\n" ([RE/F/NM] REBOL) ok 11617 - "---Another /* comment\n" ([SB/F/NM] REBOL) ok 11618 - "-----\n" ([RE/F/NM] REBOL) ok 11619 - "-----\n" ([SB/F/NM] REBOL) ok 11620 - "-----This is a comment\n" ([RE/F/NM] REBOL) ok 11621 - "-----This is a comment\n" ([SB/F/NM] REBOL) ok 11622 - "-----A\tcomment\n" ([RE/F/NM] REBOL) ok 11623 - "-----A\tcomment\n" ([SB/F/NM] REBOL) ok 11624 - "-----Another /* comment\n" ([RE/F/NM] REBOL) ok 11625 - "-----Another /* comment\n" ([SB/F/NM] REBOL) ok 11626 - "\\"\n" ([RE/F/NM] REBOL) ok 11627 - "\\"\n" ([SB/F/NM] REBOL) ok 11628 - "\\"This is a comment\n" ([RE/F/NM] REBOL) ok 11629 - "\\"This is a comment\n" ([SB/F/NM] REBOL) ok 11630 - "\\"A\tcomment\n" ([RE/F/NM] REBOL) ok 11631 - "\\"A\tcomment\n" ([SB/F/NM] REBOL) ok 11632 - "\\"Another /* comment\n" ([RE/F/NM] REBOL) ok 11633 - "\\"Another /* comment\n" ([SB/F/NM] REBOL) ok 11634 - ""\n" ([RE/F/NM] REBOL) ok 11635 - ""\n" ([SB/F/NM] REBOL) ok 11636 - ""This is a comment\n" ([RE/F/NM] REBOL) ok 11637 - ""This is a comment\n" ([SB/F/NM] REBOL) ok 11638 - ""A\tcomment\n" ([RE/F/NM] REBOL) ok 11639 - ""A\tcomment\n" ([SB/F/NM] REBOL) ok 11640 - ""Another /* comment\n" ([RE/F/NM] REBOL) ok 11641 - ""Another /* comment\n" ([SB/F/NM] REBOL) ok 11642 - "'\n" ([RE/F/NM] REBOL) ok 11643 - "'\n" ([SB/F/NM] REBOL) ok 11644 - "'This is a comment\n" ([RE/F/NM] REBOL) ok 11645 - "'This is a comment\n" ([SB/F/NM] REBOL) ok 11646 - "'A\tcomment\n" ([RE/F/NM] REBOL) ok 11647 - "'A\tcomment\n" ([SB/F/NM] REBOL) ok 11648 - "'Another /* comment\n" ([RE/F/NM] REBOL) ok 11649 - "'Another /* comment\n" ([SB/F/NM] REBOL) ok 11650 - ";\n" ([RE/P/MT] Scheme) ok 11651 - ";\n" ([OM/P/MT] Scheme) ok 11652 - ";\n" ([OS/P/MT] Scheme) ok 11653 - ";\n" ([SB/P/MT] Scheme) ok 11654 - ";\n" ([KP/P/MT] Scheme) ok 11655 - ";This is a comment\n" ([RE/P/MT] Scheme) ok 11656 - ";This is a comment\n" ([OM/P/MT] Scheme) ok 11657 - ";This is a comment\n" ([OS/P/MT] Scheme) ok 11658 - ";This is a comment\n" ([SB/P/MT] Scheme) ok 11659 - ";This is a comment\n" ([KP/P/MT] Scheme) ok 11660 - ";A\tcomment\n" ([RE/P/MT] Scheme) ok 11661 - ";A\tcomment\n" ([OM/P/MT] Scheme) ok 11662 - ";A\tcomment\n" ([OS/P/MT] Scheme) ok 11663 - ";A\tcomment\n" ([SB/P/MT] Scheme) ok 11664 - ";A\tcomment\n" ([KP/P/MT] Scheme) ok 11665 - ";Another /* comment\n" ([RE/P/MT] Scheme) ok 11666 - ";Another /* comment\n" ([OM/P/MT] Scheme) ok 11667 - ";Another /* comment\n" ([OS/P/MT] Scheme) ok 11668 - ";Another /* comment\n" ([SB/P/MT] Scheme) ok 11669 - ";Another /* comment\n" ([KP/P/MT] Scheme) ok 11670 - "\\" ([RE/F/NM] Scheme) ok 11671 - "\\" ([SB/F/NM] Scheme) ok 11672 - "\\This is a comment" ([RE/F/NM] Scheme) ok 11673 - "\\This is a comment" ([SB/F/NM] Scheme) ok 11674 - "\\A\tcomment" ([RE/F/NM] Scheme) ok 11675 - "\\A\tcomment" ([SB/F/NM] Scheme) ok 11676 - "\\Another /* comment" ([RE/F/NM] Scheme) ok 11677 - "\\Another /* comment" ([SB/F/NM] Scheme) ok 11678 - "\n" ([RE/F/NM] Scheme) ok 11679 - "\n" ([SB/F/NM] Scheme) ok 11680 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11681 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11682 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11683 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11684 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11685 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11686 - "#" ([RE/F/NM] Scheme) ok 11687 - "#" ([SB/F/NM] Scheme) ok 11688 - "#This is a comment" ([RE/F/NM] Scheme) ok 11689 - "#This is a comment" ([SB/F/NM] Scheme) ok 11690 - "#A\tcomment" ([RE/F/NM] Scheme) ok 11691 - "#A\tcomment" ([SB/F/NM] Scheme) ok 11692 - "#Another /* comment" ([RE/F/NM] Scheme) ok 11693 - "#Another /* comment" ([SB/F/NM] Scheme) ok 11694 - "\n" ([RE/F/NM] Scheme) ok 11695 - "\n" ([SB/F/NM] Scheme) ok 11696 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11697 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11698 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11699 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11700 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11701 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11702 - "//" ([RE/F/NM] Scheme) ok 11703 - "//" ([SB/F/NM] Scheme) ok 11704 - "//This is a comment" ([RE/F/NM] Scheme) ok 11705 - "//This is a comment" ([SB/F/NM] Scheme) ok 11706 - "//A\tcomment" ([RE/F/NM] Scheme) ok 11707 - "//A\tcomment" ([SB/F/NM] Scheme) ok 11708 - "//Another /* comment" ([RE/F/NM] Scheme) ok 11709 - "//Another /* comment" ([SB/F/NM] Scheme) ok 11710 - "\n" ([RE/F/NM] Scheme) ok 11711 - "\n" ([SB/F/NM] Scheme) ok 11712 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11713 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11714 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11715 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11716 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11717 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11718 - "--" ([RE/F/NM] Scheme) ok 11719 - "--" ([SB/F/NM] Scheme) ok 11720 - "--This is a comment" ([RE/F/NM] Scheme) ok 11721 - "--This is a comment" ([SB/F/NM] Scheme) ok 11722 - "--A\tcomment" ([RE/F/NM] Scheme) ok 11723 - "--A\tcomment" ([SB/F/NM] Scheme) ok 11724 - "--Another /* comment" ([RE/F/NM] Scheme) ok 11725 - "--Another /* comment" ([SB/F/NM] Scheme) ok 11726 - "\n" ([RE/F/NM] Scheme) ok 11727 - "\n" ([SB/F/NM] Scheme) ok 11728 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11729 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11730 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11731 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11732 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11733 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11734 - ";" ([RE/F/NM] Scheme) ok 11735 - ";" ([SB/F/NM] Scheme) ok 11736 - ";This is a comment" ([RE/F/NM] Scheme) ok 11737 - ";This is a comment" ([SB/F/NM] Scheme) ok 11738 - ";A\tcomment" ([RE/F/NM] Scheme) ok 11739 - ";A\tcomment" ([SB/F/NM] Scheme) ok 11740 - ";Another /* comment" ([RE/F/NM] Scheme) ok 11741 - ";Another /* comment" ([SB/F/NM] Scheme) ok 11742 - "\n" ([RE/F/NM] Scheme) ok 11743 - "\n" ([SB/F/NM] Scheme) ok 11744 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11745 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11746 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11747 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11748 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11749 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11750 - "#" ([RE/F/NM] Scheme) ok 11751 - "#" ([SB/F/NM] Scheme) ok 11752 - "#This is a comment" ([RE/F/NM] Scheme) ok 11753 - "#This is a comment" ([SB/F/NM] Scheme) ok 11754 - "#A\tcomment" ([RE/F/NM] Scheme) ok 11755 - "#A\tcomment" ([SB/F/NM] Scheme) ok 11756 - "#Another /* comment" ([RE/F/NM] Scheme) ok 11757 - "#Another /* comment" ([SB/F/NM] Scheme) ok 11758 - "\n" ([RE/F/NM] Scheme) ok 11759 - "\n" ([SB/F/NM] Scheme) ok 11760 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11761 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11762 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11763 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11764 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11765 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11766 - "*" ([RE/F/NM] Scheme) ok 11767 - "*" ([SB/F/NM] Scheme) ok 11768 - "*This is a comment" ([RE/F/NM] Scheme) ok 11769 - "*This is a comment" ([SB/F/NM] Scheme) ok 11770 - "*A\tcomment" ([RE/F/NM] Scheme) ok 11771 - "*A\tcomment" ([SB/F/NM] Scheme) ok 11772 - "*Another /* comment" ([RE/F/NM] Scheme) ok 11773 - "*Another /* comment" ([SB/F/NM] Scheme) ok 11774 - "\n" ([RE/F/NM] Scheme) ok 11775 - "\n" ([SB/F/NM] Scheme) ok 11776 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11777 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11778 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11779 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11780 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11781 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11782 - "!" ([RE/F/NM] Scheme) ok 11783 - "!" ([SB/F/NM] Scheme) ok 11784 - "!This is a comment" ([RE/F/NM] Scheme) ok 11785 - "!This is a comment" ([SB/F/NM] Scheme) ok 11786 - "!A\tcomment" ([RE/F/NM] Scheme) ok 11787 - "!A\tcomment" ([SB/F/NM] Scheme) ok 11788 - "!Another /* comment" ([RE/F/NM] Scheme) ok 11789 - "!Another /* comment" ([SB/F/NM] Scheme) ok 11790 - "\n" ([RE/F/NM] Scheme) ok 11791 - "\n" ([SB/F/NM] Scheme) ok 11792 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11793 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11794 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11795 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11796 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11797 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11798 - "REM" ([RE/F/NM] Scheme) ok 11799 - "REM" ([SB/F/NM] Scheme) ok 11800 - "REMThis is a comment" ([RE/F/NM] Scheme) ok 11801 - "REMThis is a comment" ([SB/F/NM] Scheme) ok 11802 - "REMA\tcomment" ([RE/F/NM] Scheme) ok 11803 - "REMA\tcomment" ([SB/F/NM] Scheme) ok 11804 - "REMAnother /* comment" ([RE/F/NM] Scheme) ok 11805 - "REMAnother /* comment" ([SB/F/NM] Scheme) ok 11806 - "\n" ([RE/F/NM] Scheme) ok 11807 - "\n" ([SB/F/NM] Scheme) ok 11808 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11809 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11810 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11811 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11812 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11813 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11814 - "//" ([RE/F/NM] Scheme) ok 11815 - "//" ([SB/F/NM] Scheme) ok 11816 - "//This is a comment" ([RE/F/NM] Scheme) ok 11817 - "//This is a comment" ([SB/F/NM] Scheme) ok 11818 - "//A\tcomment" ([RE/F/NM] Scheme) ok 11819 - "//A\tcomment" ([SB/F/NM] Scheme) ok 11820 - "//Another /* comment" ([RE/F/NM] Scheme) ok 11821 - "//Another /* comment" ([SB/F/NM] Scheme) ok 11822 - "\n" ([RE/F/NM] Scheme) ok 11823 - "\n" ([SB/F/NM] Scheme) ok 11824 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11825 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11826 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11827 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11828 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11829 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11830 - "%" ([RE/F/NM] Scheme) ok 11831 - "%" ([SB/F/NM] Scheme) ok 11832 - "%This is a comment" ([RE/F/NM] Scheme) ok 11833 - "%This is a comment" ([SB/F/NM] Scheme) ok 11834 - "%A\tcomment" ([RE/F/NM] Scheme) ok 11835 - "%A\tcomment" ([SB/F/NM] Scheme) ok 11836 - "%Another /* comment" ([RE/F/NM] Scheme) ok 11837 - "%Another /* comment" ([SB/F/NM] Scheme) ok 11838 - "\n" ([RE/F/NM] Scheme) ok 11839 - "\n" ([SB/F/NM] Scheme) ok 11840 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11841 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11842 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11843 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11844 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11845 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11846 - "!" ([RE/F/NM] Scheme) ok 11847 - "!" ([SB/F/NM] Scheme) ok 11848 - "!This is a comment" ([RE/F/NM] Scheme) ok 11849 - "!This is a comment" ([SB/F/NM] Scheme) ok 11850 - "!A\tcomment" ([RE/F/NM] Scheme) ok 11851 - "!A\tcomment" ([SB/F/NM] Scheme) ok 11852 - "!Another /* comment" ([RE/F/NM] Scheme) ok 11853 - "!Another /* comment" ([SB/F/NM] Scheme) ok 11854 - "\n" ([RE/F/NM] Scheme) ok 11855 - "\n" ([SB/F/NM] Scheme) ok 11856 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11857 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11858 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11859 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11860 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11861 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11862 - "NB" ([RE/F/NM] Scheme) ok 11863 - "NB" ([SB/F/NM] Scheme) ok 11864 - "NBThis is a comment" ([RE/F/NM] Scheme) ok 11865 - "NBThis is a comment" ([SB/F/NM] Scheme) ok 11866 - "NBA\tcomment" ([RE/F/NM] Scheme) ok 11867 - "NBA\tcomment" ([SB/F/NM] Scheme) ok 11868 - "NBAnother /* comment" ([RE/F/NM] Scheme) ok 11869 - "NBAnother /* comment" ([SB/F/NM] Scheme) ok 11870 - "\n" ([RE/F/NM] Scheme) ok 11871 - "\n" ([SB/F/NM] Scheme) ok 11872 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11873 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11874 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11875 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11876 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11877 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11878 - "PLEASE NOT" ([RE/F/NM] Scheme) ok 11879 - "PLEASE NOT" ([SB/F/NM] Scheme) ok 11880 - "PLEASE NOTThis is a comment" ([RE/F/NM] Scheme) ok 11881 - "PLEASE NOTThis is a comment" ([SB/F/NM] Scheme) ok 11882 - "PLEASE NOTA\tcomment" ([RE/F/NM] Scheme) ok 11883 - "PLEASE NOTA\tcomment" ([SB/F/NM] Scheme) ok 11884 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Scheme) ok 11885 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Scheme) ok 11886 - "\n" ([RE/F/NM] Scheme) ok 11887 - "\n" ([SB/F/NM] Scheme) ok 11888 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11889 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11890 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11891 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11892 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11893 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11894 - "PLEASE NOT" ([RE/F/NM] Scheme) ok 11895 - "PLEASE NOT" ([SB/F/NM] Scheme) ok 11896 - "PLEASE NOTThis is a comment" ([RE/F/NM] Scheme) ok 11897 - "PLEASE NOTThis is a comment" ([SB/F/NM] Scheme) ok 11898 - "PLEASE NOTA\tcomment" ([RE/F/NM] Scheme) ok 11899 - "PLEASE NOTA\tcomment" ([SB/F/NM] Scheme) ok 11900 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Scheme) ok 11901 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Scheme) ok 11902 - "\n" ([RE/F/NM] Scheme) ok 11903 - "\n" ([SB/F/NM] Scheme) ok 11904 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11905 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11906 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11907 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11908 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11909 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11910 - "PLEASE N'T" ([RE/F/NM] Scheme) ok 11911 - "PLEASE N'T" ([SB/F/NM] Scheme) ok 11912 - "PLEASE N'TThis is a comment" ([RE/F/NM] Scheme) ok 11913 - "PLEASE N'TThis is a comment" ([SB/F/NM] Scheme) ok 11914 - "PLEASE N'TA\tcomment" ([RE/F/NM] Scheme) ok 11915 - "PLEASE N'TA\tcomment" ([SB/F/NM] Scheme) ok 11916 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Scheme) ok 11917 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Scheme) ok 11918 - "\n" ([RE/F/NM] Scheme) ok 11919 - "\n" ([SB/F/NM] Scheme) ok 11920 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11921 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11922 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11923 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11924 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11925 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11926 - "DO NOT" ([RE/F/NM] Scheme) ok 11927 - "DO NOT" ([SB/F/NM] Scheme) ok 11928 - "DO NOTThis is a comment" ([RE/F/NM] Scheme) ok 11929 - "DO NOTThis is a comment" ([SB/F/NM] Scheme) ok 11930 - "DO NOTA\tcomment" ([RE/F/NM] Scheme) ok 11931 - "DO NOTA\tcomment" ([SB/F/NM] Scheme) ok 11932 - "DO NOTAnother /* comment" ([RE/F/NM] Scheme) ok 11933 - "DO NOTAnother /* comment" ([SB/F/NM] Scheme) ok 11934 - "\n" ([RE/F/NM] Scheme) ok 11935 - "\n" ([SB/F/NM] Scheme) ok 11936 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11937 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11938 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11939 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11940 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11941 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11942 - "DO N'T" ([RE/F/NM] Scheme) ok 11943 - "DO N'T" ([SB/F/NM] Scheme) ok 11944 - "DO N'TThis is a comment" ([RE/F/NM] Scheme) ok 11945 - "DO N'TThis is a comment" ([SB/F/NM] Scheme) ok 11946 - "DO N'TA\tcomment" ([RE/F/NM] Scheme) ok 11947 - "DO N'TA\tcomment" ([SB/F/NM] Scheme) ok 11948 - "DO N'TAnother /* comment" ([RE/F/NM] Scheme) ok 11949 - "DO N'TAnother /* comment" ([SB/F/NM] Scheme) ok 11950 - "\n" ([RE/F/NM] Scheme) ok 11951 - "\n" ([SB/F/NM] Scheme) ok 11952 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11953 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11954 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11955 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11956 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11957 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11958 - "DO NOT" ([RE/F/NM] Scheme) ok 11959 - "DO NOT" ([SB/F/NM] Scheme) ok 11960 - "DO NOTThis is a comment" ([RE/F/NM] Scheme) ok 11961 - "DO NOTThis is a comment" ([SB/F/NM] Scheme) ok 11962 - "DO NOTA\tcomment" ([RE/F/NM] Scheme) ok 11963 - "DO NOTA\tcomment" ([SB/F/NM] Scheme) ok 11964 - "DO NOTAnother /* comment" ([RE/F/NM] Scheme) ok 11965 - "DO NOTAnother /* comment" ([SB/F/NM] Scheme) ok 11966 - "\n" ([RE/F/NM] Scheme) ok 11967 - "\n" ([SB/F/NM] Scheme) ok 11968 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11969 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11970 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11971 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11972 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11973 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11974 - "PLEASE DO NOT" ([RE/F/NM] Scheme) ok 11975 - "PLEASE DO NOT" ([SB/F/NM] Scheme) ok 11976 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Scheme) ok 11977 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Scheme) ok 11978 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Scheme) ok 11979 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Scheme) ok 11980 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Scheme) ok 11981 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Scheme) ok 11982 - "\n" ([RE/F/NM] Scheme) ok 11983 - "\n" ([SB/F/NM] Scheme) ok 11984 - "This is a comment\n" ([RE/F/NM] Scheme) ok 11985 - "This is a comment\n" ([SB/F/NM] Scheme) ok 11986 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 11987 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 11988 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 11989 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 11990 - "PLEASE DO NOT" ([RE/F/NM] Scheme) ok 11991 - "PLEASE DO NOT" ([SB/F/NM] Scheme) ok 11992 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Scheme) ok 11993 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Scheme) ok 11994 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Scheme) ok 11995 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Scheme) ok 11996 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Scheme) ok 11997 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Scheme) ok 11998 - "\n" ([RE/F/NM] Scheme) ok 11999 - "\n" ([SB/F/NM] Scheme) ok 12000 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12001 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12002 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12003 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12004 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12005 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12006 - "PLEASE DO N'T" ([RE/F/NM] Scheme) ok 12007 - "PLEASE DO N'T" ([SB/F/NM] Scheme) ok 12008 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Scheme) ok 12009 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Scheme) ok 12010 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Scheme) ok 12011 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Scheme) ok 12012 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Scheme) ok 12013 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Scheme) ok 12014 - "\n" ([RE/F/NM] Scheme) ok 12015 - "\n" ([SB/F/NM] Scheme) ok 12016 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12017 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12018 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12019 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12020 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12021 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12022 - "NB." ([RE/F/NM] Scheme) ok 12023 - "NB." ([SB/F/NM] Scheme) ok 12024 - "NB.This is a comment" ([RE/F/NM] Scheme) ok 12025 - "NB.This is a comment" ([SB/F/NM] Scheme) ok 12026 - "NB.A\tcomment" ([RE/F/NM] Scheme) ok 12027 - "NB.A\tcomment" ([SB/F/NM] Scheme) ok 12028 - "NB.Another /* comment" ([RE/F/NM] Scheme) ok 12029 - "NB.Another /* comment" ([SB/F/NM] Scheme) ok 12030 - "\n" ([RE/F/NM] Scheme) ok 12031 - "\n" ([SB/F/NM] Scheme) ok 12032 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12033 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12034 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12035 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12036 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12037 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12038 - "{" ([RE/F/NM] Scheme) ok 12039 - "{" ([SB/F/NM] Scheme) ok 12040 - "{This is a comment" ([RE/F/NM] Scheme) ok 12041 - "{This is a comment" ([SB/F/NM] Scheme) ok 12042 - "{A\tcomment" ([RE/F/NM] Scheme) ok 12043 - "{A\tcomment" ([SB/F/NM] Scheme) ok 12044 - "{Another /* comment" ([RE/F/NM] Scheme) ok 12045 - "{Another /* comment" ([SB/F/NM] Scheme) ok 12046 - "}" ([RE/F/NM] Scheme) ok 12047 - "}" ([SB/F/NM] Scheme) ok 12048 - "This is a comment}" ([RE/F/NM] Scheme) ok 12049 - "This is a comment}" ([SB/F/NM] Scheme) ok 12050 - "A\tcomment}" ([RE/F/NM] Scheme) ok 12051 - "A\tcomment}" ([SB/F/NM] Scheme) ok 12052 - "Another /* comment}" ([RE/F/NM] Scheme) ok 12053 - "Another /* comment}" ([SB/F/NM] Scheme) ok 12054 - "." ([RE/F/NM] Scheme) ok 12055 - "." ([SB/F/NM] Scheme) ok 12056 - ".This is a comment" ([RE/F/NM] Scheme) ok 12057 - ".This is a comment" ([SB/F/NM] Scheme) ok 12058 - ".A\tcomment" ([RE/F/NM] Scheme) ok 12059 - ".A\tcomment" ([SB/F/NM] Scheme) ok 12060 - ".Another /* comment" ([RE/F/NM] Scheme) ok 12061 - ".Another /* comment" ([SB/F/NM] Scheme) ok 12062 - "\n" ([RE/F/NM] Scheme) ok 12063 - "\n" ([SB/F/NM] Scheme) ok 12064 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12065 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12066 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12067 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12068 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12069 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12070 - ";" ([RE/F/NM] Scheme) ok 12071 - ";" ([SB/F/NM] Scheme) ok 12072 - ";This is a comment" ([RE/F/NM] Scheme) ok 12073 - ";This is a comment" ([SB/F/NM] Scheme) ok 12074 - ";A\tcomment" ([RE/F/NM] Scheme) ok 12075 - ";A\tcomment" ([SB/F/NM] Scheme) ok 12076 - ";Another /* comment" ([RE/F/NM] Scheme) ok 12077 - ";Another /* comment" ([SB/F/NM] Scheme) ok 12078 - "\n" ([RE/F/NM] Scheme) ok 12079 - "\n" ([SB/F/NM] Scheme) ok 12080 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12081 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12082 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12083 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12084 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12085 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12086 - "`" ([RE/F/NM] Scheme) ok 12087 - "`" ([SB/F/NM] Scheme) ok 12088 - "`This is a comment" ([RE/F/NM] Scheme) ok 12089 - "`This is a comment" ([SB/F/NM] Scheme) ok 12090 - "`A\tcomment" ([RE/F/NM] Scheme) ok 12091 - "`A\tcomment" ([SB/F/NM] Scheme) ok 12092 - "`Another /* comment" ([RE/F/NM] Scheme) ok 12093 - "`Another /* comment" ([SB/F/NM] Scheme) ok 12094 - "\n" ([RE/F/NM] Scheme) ok 12095 - "\n" ([SB/F/NM] Scheme) ok 12096 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12097 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12098 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12099 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12100 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12101 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12102 - "--" ([RE/F/NM] Scheme) ok 12103 - "--" ([SB/F/NM] Scheme) ok 12104 - "--This is a comment" ([RE/F/NM] Scheme) ok 12105 - "--This is a comment" ([SB/F/NM] Scheme) ok 12106 - "--A\tcomment" ([RE/F/NM] Scheme) ok 12107 - "--A\tcomment" ([SB/F/NM] Scheme) ok 12108 - "--Another /* comment" ([RE/F/NM] Scheme) ok 12109 - "--Another /* comment" ([SB/F/NM] Scheme) ok 12110 - "\n" ([RE/F/NM] Scheme) ok 12111 - "\n" ([SB/F/NM] Scheme) ok 12112 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12113 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12114 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12115 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12116 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12117 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12118 - "---" ([RE/F/NM] Scheme) ok 12119 - "---" ([SB/F/NM] Scheme) ok 12120 - "---This is a comment" ([RE/F/NM] Scheme) ok 12121 - "---This is a comment" ([SB/F/NM] Scheme) ok 12122 - "---A\tcomment" ([RE/F/NM] Scheme) ok 12123 - "---A\tcomment" ([SB/F/NM] Scheme) ok 12124 - "---Another /* comment" ([RE/F/NM] Scheme) ok 12125 - "---Another /* comment" ([SB/F/NM] Scheme) ok 12126 - "\n" ([RE/F/NM] Scheme) ok 12127 - "\n" ([SB/F/NM] Scheme) ok 12128 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12129 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12130 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12131 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12132 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12133 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12134 - "-----" ([RE/F/NM] Scheme) ok 12135 - "-----" ([SB/F/NM] Scheme) ok 12136 - "-----This is a comment" ([RE/F/NM] Scheme) ok 12137 - "-----This is a comment" ([SB/F/NM] Scheme) ok 12138 - "-----A\tcomment" ([RE/F/NM] Scheme) ok 12139 - "-----A\tcomment" ([SB/F/NM] Scheme) ok 12140 - "-----Another /* comment" ([RE/F/NM] Scheme) ok 12141 - "-----Another /* comment" ([SB/F/NM] Scheme) ok 12142 - "\n" ([RE/F/NM] Scheme) ok 12143 - "\n" ([SB/F/NM] Scheme) ok 12144 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12145 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12146 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12147 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12148 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12149 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12150 - "\\"" ([RE/F/NM] Scheme) ok 12151 - "\\"" ([SB/F/NM] Scheme) ok 12152 - "\\"This is a comment" ([RE/F/NM] Scheme) ok 12153 - "\\"This is a comment" ([SB/F/NM] Scheme) ok 12154 - "\\"A\tcomment" ([RE/F/NM] Scheme) ok 12155 - "\\"A\tcomment" ([SB/F/NM] Scheme) ok 12156 - "\\"Another /* comment" ([RE/F/NM] Scheme) ok 12157 - "\\"Another /* comment" ([SB/F/NM] Scheme) ok 12158 - "\n" ([RE/F/NM] Scheme) ok 12159 - "\n" ([SB/F/NM] Scheme) ok 12160 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12161 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12162 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12163 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12164 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12165 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12166 - """ ([RE/F/NM] Scheme) ok 12167 - """ ([SB/F/NM] Scheme) ok 12168 - ""This is a comment" ([RE/F/NM] Scheme) ok 12169 - ""This is a comment" ([SB/F/NM] Scheme) ok 12170 - ""A\tcomment" ([RE/F/NM] Scheme) ok 12171 - ""A\tcomment" ([SB/F/NM] Scheme) ok 12172 - ""Another /* comment" ([RE/F/NM] Scheme) ok 12173 - ""Another /* comment" ([SB/F/NM] Scheme) ok 12174 - "\n" ([RE/F/NM] Scheme) ok 12175 - "\n" ([SB/F/NM] Scheme) ok 12176 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12177 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12178 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12179 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12180 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12181 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12182 - "'" ([RE/F/NM] Scheme) ok 12183 - "'" ([SB/F/NM] Scheme) ok 12184 - "'This is a comment" ([RE/F/NM] Scheme) ok 12185 - "'This is a comment" ([SB/F/NM] Scheme) ok 12186 - "'A\tcomment" ([RE/F/NM] Scheme) ok 12187 - "'A\tcomment" ([SB/F/NM] Scheme) ok 12188 - "'Another /* comment" ([RE/F/NM] Scheme) ok 12189 - "'Another /* comment" ([SB/F/NM] Scheme) ok 12190 - "\n" ([RE/F/NM] Scheme) ok 12191 - "\n" ([SB/F/NM] Scheme) ok 12192 - "This is a comment\n" ([RE/F/NM] Scheme) ok 12193 - "This is a comment\n" ([SB/F/NM] Scheme) ok 12194 - "A\tcomment\n" ([RE/F/NM] Scheme) ok 12195 - "A\tcomment\n" ([SB/F/NM] Scheme) ok 12196 - "Another /* comment\n" ([RE/F/NM] Scheme) ok 12197 - "Another /* comment\n" ([SB/F/NM] Scheme) ok 12198 - "/* This is a C comment */" ([RE/F/NM] Scheme) ok 12199 - "/* This is a C comment */" ([SB/F/NM] Scheme) ok 12200 - "(* This is a Pascal comment *)" ([RE/F/NM] Scheme) ok 12201 - "(* This is a Pascal comment *)" ([SB/F/NM] Scheme) ok 12202 - "" ([RE/F/NM] Scheme) ok 12203 - "" ([SB/F/NM] Scheme) ok 12204 - ";\n\n" ([RE/F/NM] Scheme) ok 12205 - ";\n\n" ([SB/F/NM] Scheme) ok 12206 - ";This is a comment\n\n" ([RE/F/NM] Scheme) ok 12207 - ";This is a comment\n\n" ([SB/F/NM] Scheme) ok 12208 - ";A\tcomment\n\n" ([RE/F/NM] Scheme) ok 12209 - ";A\tcomment\n\n" ([SB/F/NM] Scheme) ok 12210 - ";Another /* comment\n\n" ([RE/F/NM] Scheme) ok 12211 - ";Another /* comment\n\n" ([SB/F/NM] Scheme) ok 12212 - ";\n;\n" ([RE/F/NM] Scheme) ok 12213 - ";\n;\n" ([SB/F/NM] Scheme) ok 12214 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] Scheme) ok 12215 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] Scheme) ok 12216 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] Scheme) ok 12217 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] Scheme) ok 12218 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] Scheme) ok 12219 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] Scheme) ok 12220 - ";\nhl" ([RE/F/NM] Scheme) ok 12221 - ";\nhl" ([SB/F/NM] Scheme) ok 12222 - ";This is a comment\nn" ([RE/F/NM] Scheme) ok 12223 - ";This is a comment\nn" ([SB/F/NM] Scheme) ok 12224 - ";A\tcomment\ntpm" ([RE/F/NM] Scheme) ok 12225 - ";A\tcomment\ntpm" ([SB/F/NM] Scheme) ok 12226 - ";Another /* comment\ni0ts" ([RE/F/NM] Scheme) ok 12227 - ";Another /* comment\ni0ts" ([SB/F/NM] Scheme) ok 12228 - "h;\n" ([RE/F/NM] Scheme) ok 12229 - "h;\n" ([SB/F/NM] Scheme) ok 12230 - "ri;This is a comment\n" ([RE/F/NM] Scheme) ok 12231 - "ri;This is a comment\n" ([SB/F/NM] Scheme) ok 12232 - "bgmw;A\tcomment\n" ([RE/F/NM] Scheme) ok 12233 - "bgmw;A\tcomment\n" ([SB/F/NM] Scheme) ok 12234 - "im9;Another /* comment\n" ([RE/F/NM] Scheme) ok 12235 - "im9;Another /* comment\n" ([SB/F/NM] Scheme) ok 12236 - "\\\n" ([RE/F/NM] Scheme) ok 12237 - "\\\n" ([SB/F/NM] Scheme) ok 12238 - "\\This is a comment\n" ([RE/F/NM] Scheme) ok 12239 - "\\This is a comment\n" ([SB/F/NM] Scheme) ok 12240 - "\\A\tcomment\n" ([RE/F/NM] Scheme) ok 12241 - "\\A\tcomment\n" ([SB/F/NM] Scheme) ok 12242 - "\\Another /* comment\n" ([RE/F/NM] Scheme) ok 12243 - "\\Another /* comment\n" ([SB/F/NM] Scheme) ok 12244 - "#\n" ([RE/F/NM] Scheme) ok 12245 - "#\n" ([SB/F/NM] Scheme) ok 12246 - "#This is a comment\n" ([RE/F/NM] Scheme) ok 12247 - "#This is a comment\n" ([SB/F/NM] Scheme) ok 12248 - "#A\tcomment\n" ([RE/F/NM] Scheme) ok 12249 - "#A\tcomment\n" ([SB/F/NM] Scheme) ok 12250 - "#Another /* comment\n" ([RE/F/NM] Scheme) ok 12251 - "#Another /* comment\n" ([SB/F/NM] Scheme) ok 12252 - "//\n" ([RE/F/NM] Scheme) ok 12253 - "//\n" ([SB/F/NM] Scheme) ok 12254 - "//This is a comment\n" ([RE/F/NM] Scheme) ok 12255 - "//This is a comment\n" ([SB/F/NM] Scheme) ok 12256 - "//A\tcomment\n" ([RE/F/NM] Scheme) ok 12257 - "//A\tcomment\n" ([SB/F/NM] Scheme) ok 12258 - "//Another /* comment\n" ([RE/F/NM] Scheme) ok 12259 - "//Another /* comment\n" ([SB/F/NM] Scheme) ok 12260 - "--\n" ([RE/F/NM] Scheme) ok 12261 - "--\n" ([SB/F/NM] Scheme) ok 12262 - "--This is a comment\n" ([RE/F/NM] Scheme) ok 12263 - "--This is a comment\n" ([SB/F/NM] Scheme) ok 12264 - "--A\tcomment\n" ([RE/F/NM] Scheme) ok 12265 - "--A\tcomment\n" ([SB/F/NM] Scheme) ok 12266 - "--Another /* comment\n" ([RE/F/NM] Scheme) ok 12267 - "--Another /* comment\n" ([SB/F/NM] Scheme) ok 12268 - "#\n" ([RE/F/NM] Scheme) ok 12269 - "#\n" ([SB/F/NM] Scheme) ok 12270 - "#This is a comment\n" ([RE/F/NM] Scheme) ok 12271 - "#This is a comment\n" ([SB/F/NM] Scheme) ok 12272 - "#A\tcomment\n" ([RE/F/NM] Scheme) ok 12273 - "#A\tcomment\n" ([SB/F/NM] Scheme) ok 12274 - "#Another /* comment\n" ([RE/F/NM] Scheme) ok 12275 - "#Another /* comment\n" ([SB/F/NM] Scheme) ok 12276 - "*\n" ([RE/F/NM] Scheme) ok 12277 - "*\n" ([SB/F/NM] Scheme) ok 12278 - "*This is a comment\n" ([RE/F/NM] Scheme) ok 12279 - "*This is a comment\n" ([SB/F/NM] Scheme) ok 12280 - "*A\tcomment\n" ([RE/F/NM] Scheme) ok 12281 - "*A\tcomment\n" ([SB/F/NM] Scheme) ok 12282 - "*Another /* comment\n" ([RE/F/NM] Scheme) ok 12283 - "*Another /* comment\n" ([SB/F/NM] Scheme) ok 12284 - "!\n" ([RE/F/NM] Scheme) ok 12285 - "!\n" ([SB/F/NM] Scheme) ok 12286 - "!This is a comment\n" ([RE/F/NM] Scheme) ok 12287 - "!This is a comment\n" ([SB/F/NM] Scheme) ok 12288 - "!A\tcomment\n" ([RE/F/NM] Scheme) ok 12289 - "!A\tcomment\n" ([SB/F/NM] Scheme) ok 12290 - "!Another /* comment\n" ([RE/F/NM] Scheme) ok 12291 - "!Another /* comment\n" ([SB/F/NM] Scheme) ok 12292 - "REM\n" ([RE/F/NM] Scheme) ok 12293 - "REM\n" ([SB/F/NM] Scheme) ok 12294 - "REMThis is a comment\n" ([RE/F/NM] Scheme) ok 12295 - "REMThis is a comment\n" ([SB/F/NM] Scheme) ok 12296 - "REMA\tcomment\n" ([RE/F/NM] Scheme) ok 12297 - "REMA\tcomment\n" ([SB/F/NM] Scheme) ok 12298 - "REMAnother /* comment\n" ([RE/F/NM] Scheme) ok 12299 - "REMAnother /* comment\n" ([SB/F/NM] Scheme) ok 12300 - "//\n" ([RE/F/NM] Scheme) ok 12301 - "//\n" ([SB/F/NM] Scheme) ok 12302 - "//This is a comment\n" ([RE/F/NM] Scheme) ok 12303 - "//This is a comment\n" ([SB/F/NM] Scheme) ok 12304 - "//A\tcomment\n" ([RE/F/NM] Scheme) ok 12305 - "//A\tcomment\n" ([SB/F/NM] Scheme) ok 12306 - "//Another /* comment\n" ([RE/F/NM] Scheme) ok 12307 - "//Another /* comment\n" ([SB/F/NM] Scheme) ok 12308 - "%\n" ([RE/F/NM] Scheme) ok 12309 - "%\n" ([SB/F/NM] Scheme) ok 12310 - "%This is a comment\n" ([RE/F/NM] Scheme) ok 12311 - "%This is a comment\n" ([SB/F/NM] Scheme) ok 12312 - "%A\tcomment\n" ([RE/F/NM] Scheme) ok 12313 - "%A\tcomment\n" ([SB/F/NM] Scheme) ok 12314 - "%Another /* comment\n" ([RE/F/NM] Scheme) ok 12315 - "%Another /* comment\n" ([SB/F/NM] Scheme) ok 12316 - "!\n" ([RE/F/NM] Scheme) ok 12317 - "!\n" ([SB/F/NM] Scheme) ok 12318 - "!This is a comment\n" ([RE/F/NM] Scheme) ok 12319 - "!This is a comment\n" ([SB/F/NM] Scheme) ok 12320 - "!A\tcomment\n" ([RE/F/NM] Scheme) ok 12321 - "!A\tcomment\n" ([SB/F/NM] Scheme) ok 12322 - "!Another /* comment\n" ([RE/F/NM] Scheme) ok 12323 - "!Another /* comment\n" ([SB/F/NM] Scheme) ok 12324 - "NB\n" ([RE/F/NM] Scheme) ok 12325 - "NB\n" ([SB/F/NM] Scheme) ok 12326 - "NBThis is a comment\n" ([RE/F/NM] Scheme) ok 12327 - "NBThis is a comment\n" ([SB/F/NM] Scheme) ok 12328 - "NBA\tcomment\n" ([RE/F/NM] Scheme) ok 12329 - "NBA\tcomment\n" ([SB/F/NM] Scheme) ok 12330 - "NBAnother /* comment\n" ([RE/F/NM] Scheme) ok 12331 - "NBAnother /* comment\n" ([SB/F/NM] Scheme) ok 12332 - "PLEASE NOT\n" ([RE/F/NM] Scheme) ok 12333 - "PLEASE NOT\n" ([SB/F/NM] Scheme) ok 12334 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Scheme) ok 12335 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Scheme) ok 12336 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Scheme) ok 12337 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Scheme) ok 12338 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Scheme) ok 12339 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Scheme) ok 12340 - "PLEASE NOT\n" ([RE/F/NM] Scheme) ok 12341 - "PLEASE NOT\n" ([SB/F/NM] Scheme) ok 12342 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Scheme) ok 12343 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Scheme) ok 12344 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Scheme) ok 12345 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Scheme) ok 12346 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Scheme) ok 12347 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Scheme) ok 12348 - "PLEASE N'T\n" ([RE/F/NM] Scheme) ok 12349 - "PLEASE N'T\n" ([SB/F/NM] Scheme) ok 12350 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Scheme) ok 12351 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Scheme) ok 12352 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Scheme) ok 12353 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Scheme) ok 12354 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Scheme) ok 12355 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Scheme) ok 12356 - "DO NOT\n" ([RE/F/NM] Scheme) ok 12357 - "DO NOT\n" ([SB/F/NM] Scheme) ok 12358 - "DO NOTThis is a comment\n" ([RE/F/NM] Scheme) ok 12359 - "DO NOTThis is a comment\n" ([SB/F/NM] Scheme) ok 12360 - "DO NOTA\tcomment\n" ([RE/F/NM] Scheme) ok 12361 - "DO NOTA\tcomment\n" ([SB/F/NM] Scheme) ok 12362 - "DO NOTAnother /* comment\n" ([RE/F/NM] Scheme) ok 12363 - "DO NOTAnother /* comment\n" ([SB/F/NM] Scheme) ok 12364 - "DO N'T\n" ([RE/F/NM] Scheme) ok 12365 - "DO N'T\n" ([SB/F/NM] Scheme) ok 12366 - "DO N'TThis is a comment\n" ([RE/F/NM] Scheme) ok 12367 - "DO N'TThis is a comment\n" ([SB/F/NM] Scheme) ok 12368 - "DO N'TA\tcomment\n" ([RE/F/NM] Scheme) ok 12369 - "DO N'TA\tcomment\n" ([SB/F/NM] Scheme) ok 12370 - "DO N'TAnother /* comment\n" ([RE/F/NM] Scheme) ok 12371 - "DO N'TAnother /* comment\n" ([SB/F/NM] Scheme) ok 12372 - "DO NOT\n" ([RE/F/NM] Scheme) ok 12373 - "DO NOT\n" ([SB/F/NM] Scheme) ok 12374 - "DO NOTThis is a comment\n" ([RE/F/NM] Scheme) ok 12375 - "DO NOTThis is a comment\n" ([SB/F/NM] Scheme) ok 12376 - "DO NOTA\tcomment\n" ([RE/F/NM] Scheme) ok 12377 - "DO NOTA\tcomment\n" ([SB/F/NM] Scheme) ok 12378 - "DO NOTAnother /* comment\n" ([RE/F/NM] Scheme) ok 12379 - "DO NOTAnother /* comment\n" ([SB/F/NM] Scheme) ok 12380 - "PLEASE DO NOT\n" ([RE/F/NM] Scheme) ok 12381 - "PLEASE DO NOT\n" ([SB/F/NM] Scheme) ok 12382 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Scheme) ok 12383 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Scheme) ok 12384 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Scheme) ok 12385 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Scheme) ok 12386 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Scheme) ok 12387 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Scheme) ok 12388 - "PLEASE DO NOT\n" ([RE/F/NM] Scheme) ok 12389 - "PLEASE DO NOT\n" ([SB/F/NM] Scheme) ok 12390 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Scheme) ok 12391 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Scheme) ok 12392 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Scheme) ok 12393 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Scheme) ok 12394 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Scheme) ok 12395 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Scheme) ok 12396 - "PLEASE DO N'T\n" ([RE/F/NM] Scheme) ok 12397 - "PLEASE DO N'T\n" ([SB/F/NM] Scheme) ok 12398 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Scheme) ok 12399 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Scheme) ok 12400 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Scheme) ok 12401 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Scheme) ok 12402 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Scheme) ok 12403 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Scheme) ok 12404 - "NB.\n" ([RE/F/NM] Scheme) ok 12405 - "NB.\n" ([SB/F/NM] Scheme) ok 12406 - "NB.This is a comment\n" ([RE/F/NM] Scheme) ok 12407 - "NB.This is a comment\n" ([SB/F/NM] Scheme) ok 12408 - "NB.A\tcomment\n" ([RE/F/NM] Scheme) ok 12409 - "NB.A\tcomment\n" ([SB/F/NM] Scheme) ok 12410 - "NB.Another /* comment\n" ([RE/F/NM] Scheme) ok 12411 - "NB.Another /* comment\n" ([SB/F/NM] Scheme) ok 12412 - "{}" ([RE/F/NM] Scheme) ok 12413 - "{}" ([SB/F/NM] Scheme) ok 12414 - "{This is a comment}" ([RE/F/NM] Scheme) ok 12415 - "{This is a comment}" ([SB/F/NM] Scheme) ok 12416 - "{A\tcomment}" ([RE/F/NM] Scheme) ok 12417 - "{A\tcomment}" ([SB/F/NM] Scheme) ok 12418 - "{Another /* comment}" ([RE/F/NM] Scheme) ok 12419 - "{Another /* comment}" ([SB/F/NM] Scheme) ok 12420 - ".\n" ([RE/F/NM] Scheme) ok 12421 - ".\n" ([SB/F/NM] Scheme) ok 12422 - ".This is a comment\n" ([RE/F/NM] Scheme) ok 12423 - ".This is a comment\n" ([SB/F/NM] Scheme) ok 12424 - ".A\tcomment\n" ([RE/F/NM] Scheme) ok 12425 - ".A\tcomment\n" ([SB/F/NM] Scheme) ok 12426 - ".Another /* comment\n" ([RE/F/NM] Scheme) ok 12427 - ".Another /* comment\n" ([SB/F/NM] Scheme) ok 12428 - "`\n" ([RE/F/NM] Scheme) ok 12429 - "`\n" ([SB/F/NM] Scheme) ok 12430 - "`This is a comment\n" ([RE/F/NM] Scheme) ok 12431 - "`This is a comment\n" ([SB/F/NM] Scheme) ok 12432 - "`A\tcomment\n" ([RE/F/NM] Scheme) ok 12433 - "`A\tcomment\n" ([SB/F/NM] Scheme) ok 12434 - "`Another /* comment\n" ([RE/F/NM] Scheme) ok 12435 - "`Another /* comment\n" ([SB/F/NM] Scheme) ok 12436 - "--\n" ([RE/F/NM] Scheme) ok 12437 - "--\n" ([SB/F/NM] Scheme) ok 12438 - "--This is a comment\n" ([RE/F/NM] Scheme) ok 12439 - "--This is a comment\n" ([SB/F/NM] Scheme) ok 12440 - "--A\tcomment\n" ([RE/F/NM] Scheme) ok 12441 - "--A\tcomment\n" ([SB/F/NM] Scheme) ok 12442 - "--Another /* comment\n" ([RE/F/NM] Scheme) ok 12443 - "--Another /* comment\n" ([SB/F/NM] Scheme) ok 12444 - "---\n" ([RE/F/NM] Scheme) ok 12445 - "---\n" ([SB/F/NM] Scheme) ok 12446 - "---This is a comment\n" ([RE/F/NM] Scheme) ok 12447 - "---This is a comment\n" ([SB/F/NM] Scheme) ok 12448 - "---A\tcomment\n" ([RE/F/NM] Scheme) ok 12449 - "---A\tcomment\n" ([SB/F/NM] Scheme) ok 12450 - "---Another /* comment\n" ([RE/F/NM] Scheme) ok 12451 - "---Another /* comment\n" ([SB/F/NM] Scheme) ok 12452 - "-----\n" ([RE/F/NM] Scheme) ok 12453 - "-----\n" ([SB/F/NM] Scheme) ok 12454 - "-----This is a comment\n" ([RE/F/NM] Scheme) ok 12455 - "-----This is a comment\n" ([SB/F/NM] Scheme) ok 12456 - "-----A\tcomment\n" ([RE/F/NM] Scheme) ok 12457 - "-----A\tcomment\n" ([SB/F/NM] Scheme) ok 12458 - "-----Another /* comment\n" ([RE/F/NM] Scheme) ok 12459 - "-----Another /* comment\n" ([SB/F/NM] Scheme) ok 12460 - "\\"\n" ([RE/F/NM] Scheme) ok 12461 - "\\"\n" ([SB/F/NM] Scheme) ok 12462 - "\\"This is a comment\n" ([RE/F/NM] Scheme) ok 12463 - "\\"This is a comment\n" ([SB/F/NM] Scheme) ok 12464 - "\\"A\tcomment\n" ([RE/F/NM] Scheme) ok 12465 - "\\"A\tcomment\n" ([SB/F/NM] Scheme) ok 12466 - "\\"Another /* comment\n" ([RE/F/NM] Scheme) ok 12467 - "\\"Another /* comment\n" ([SB/F/NM] Scheme) ok 12468 - ""\n" ([RE/F/NM] Scheme) ok 12469 - ""\n" ([SB/F/NM] Scheme) ok 12470 - ""This is a comment\n" ([RE/F/NM] Scheme) ok 12471 - ""This is a comment\n" ([SB/F/NM] Scheme) ok 12472 - ""A\tcomment\n" ([RE/F/NM] Scheme) ok 12473 - ""A\tcomment\n" ([SB/F/NM] Scheme) ok 12474 - ""Another /* comment\n" ([RE/F/NM] Scheme) ok 12475 - ""Another /* comment\n" ([SB/F/NM] Scheme) ok 12476 - "'\n" ([RE/F/NM] Scheme) ok 12477 - "'\n" ([SB/F/NM] Scheme) ok 12478 - "'This is a comment\n" ([RE/F/NM] Scheme) ok 12479 - "'This is a comment\n" ([SB/F/NM] Scheme) ok 12480 - "'A\tcomment\n" ([RE/F/NM] Scheme) ok 12481 - "'A\tcomment\n" ([SB/F/NM] Scheme) ok 12482 - "'Another /* comment\n" ([RE/F/NM] Scheme) ok 12483 - "'Another /* comment\n" ([SB/F/NM] Scheme) ok 12484 - ";\n" ([RE/P/MT] SMITH) ok 12485 - ";\n" ([OM/P/MT] SMITH) ok 12486 - ";\n" ([OS/P/MT] SMITH) ok 12487 - ";\n" ([SB/P/MT] SMITH) ok 12488 - ";\n" ([KP/P/MT] SMITH) ok 12489 - ";This is a comment\n" ([RE/P/MT] SMITH) ok 12490 - ";This is a comment\n" ([OM/P/MT] SMITH) ok 12491 - ";This is a comment\n" ([OS/P/MT] SMITH) ok 12492 - ";This is a comment\n" ([SB/P/MT] SMITH) ok 12493 - ";This is a comment\n" ([KP/P/MT] SMITH) ok 12494 - ";A\tcomment\n" ([RE/P/MT] SMITH) ok 12495 - ";A\tcomment\n" ([OM/P/MT] SMITH) ok 12496 - ";A\tcomment\n" ([OS/P/MT] SMITH) ok 12497 - ";A\tcomment\n" ([SB/P/MT] SMITH) ok 12498 - ";A\tcomment\n" ([KP/P/MT] SMITH) ok 12499 - ";Another /* comment\n" ([RE/P/MT] SMITH) ok 12500 - ";Another /* comment\n" ([OM/P/MT] SMITH) ok 12501 - ";Another /* comment\n" ([OS/P/MT] SMITH) ok 12502 - ";Another /* comment\n" ([SB/P/MT] SMITH) ok 12503 - ";Another /* comment\n" ([KP/P/MT] SMITH) ok 12504 - "\\" ([RE/F/NM] SMITH) ok 12505 - "\\" ([SB/F/NM] SMITH) ok 12506 - "\\This is a comment" ([RE/F/NM] SMITH) ok 12507 - "\\This is a comment" ([SB/F/NM] SMITH) ok 12508 - "\\A\tcomment" ([RE/F/NM] SMITH) ok 12509 - "\\A\tcomment" ([SB/F/NM] SMITH) ok 12510 - "\\Another /* comment" ([RE/F/NM] SMITH) ok 12511 - "\\Another /* comment" ([SB/F/NM] SMITH) ok 12512 - "\n" ([RE/F/NM] SMITH) ok 12513 - "\n" ([SB/F/NM] SMITH) ok 12514 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12515 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12516 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12517 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12518 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12519 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12520 - "#" ([RE/F/NM] SMITH) ok 12521 - "#" ([SB/F/NM] SMITH) ok 12522 - "#This is a comment" ([RE/F/NM] SMITH) ok 12523 - "#This is a comment" ([SB/F/NM] SMITH) ok 12524 - "#A\tcomment" ([RE/F/NM] SMITH) ok 12525 - "#A\tcomment" ([SB/F/NM] SMITH) ok 12526 - "#Another /* comment" ([RE/F/NM] SMITH) ok 12527 - "#Another /* comment" ([SB/F/NM] SMITH) ok 12528 - "\n" ([RE/F/NM] SMITH) ok 12529 - "\n" ([SB/F/NM] SMITH) ok 12530 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12531 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12532 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12533 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12534 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12535 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12536 - "//" ([RE/F/NM] SMITH) ok 12537 - "//" ([SB/F/NM] SMITH) ok 12538 - "//This is a comment" ([RE/F/NM] SMITH) ok 12539 - "//This is a comment" ([SB/F/NM] SMITH) ok 12540 - "//A\tcomment" ([RE/F/NM] SMITH) ok 12541 - "//A\tcomment" ([SB/F/NM] SMITH) ok 12542 - "//Another /* comment" ([RE/F/NM] SMITH) ok 12543 - "//Another /* comment" ([SB/F/NM] SMITH) ok 12544 - "\n" ([RE/F/NM] SMITH) ok 12545 - "\n" ([SB/F/NM] SMITH) ok 12546 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12547 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12548 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12549 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12550 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12551 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12552 - "--" ([RE/F/NM] SMITH) ok 12553 - "--" ([SB/F/NM] SMITH) ok 12554 - "--This is a comment" ([RE/F/NM] SMITH) ok 12555 - "--This is a comment" ([SB/F/NM] SMITH) ok 12556 - "--A\tcomment" ([RE/F/NM] SMITH) ok 12557 - "--A\tcomment" ([SB/F/NM] SMITH) ok 12558 - "--Another /* comment" ([RE/F/NM] SMITH) ok 12559 - "--Another /* comment" ([SB/F/NM] SMITH) ok 12560 - "\n" ([RE/F/NM] SMITH) ok 12561 - "\n" ([SB/F/NM] SMITH) ok 12562 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12563 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12564 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12565 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12566 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12567 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12568 - ";" ([RE/F/NM] SMITH) ok 12569 - ";" ([SB/F/NM] SMITH) ok 12570 - ";This is a comment" ([RE/F/NM] SMITH) ok 12571 - ";This is a comment" ([SB/F/NM] SMITH) ok 12572 - ";A\tcomment" ([RE/F/NM] SMITH) ok 12573 - ";A\tcomment" ([SB/F/NM] SMITH) ok 12574 - ";Another /* comment" ([RE/F/NM] SMITH) ok 12575 - ";Another /* comment" ([SB/F/NM] SMITH) ok 12576 - "\n" ([RE/F/NM] SMITH) ok 12577 - "\n" ([SB/F/NM] SMITH) ok 12578 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12579 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12580 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12581 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12582 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12583 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12584 - "#" ([RE/F/NM] SMITH) ok 12585 - "#" ([SB/F/NM] SMITH) ok 12586 - "#This is a comment" ([RE/F/NM] SMITH) ok 12587 - "#This is a comment" ([SB/F/NM] SMITH) ok 12588 - "#A\tcomment" ([RE/F/NM] SMITH) ok 12589 - "#A\tcomment" ([SB/F/NM] SMITH) ok 12590 - "#Another /* comment" ([RE/F/NM] SMITH) ok 12591 - "#Another /* comment" ([SB/F/NM] SMITH) ok 12592 - "\n" ([RE/F/NM] SMITH) ok 12593 - "\n" ([SB/F/NM] SMITH) ok 12594 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12595 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12596 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12597 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12598 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12599 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12600 - "*" ([RE/F/NM] SMITH) ok 12601 - "*" ([SB/F/NM] SMITH) ok 12602 - "*This is a comment" ([RE/F/NM] SMITH) ok 12603 - "*This is a comment" ([SB/F/NM] SMITH) ok 12604 - "*A\tcomment" ([RE/F/NM] SMITH) ok 12605 - "*A\tcomment" ([SB/F/NM] SMITH) ok 12606 - "*Another /* comment" ([RE/F/NM] SMITH) ok 12607 - "*Another /* comment" ([SB/F/NM] SMITH) ok 12608 - "\n" ([RE/F/NM] SMITH) ok 12609 - "\n" ([SB/F/NM] SMITH) ok 12610 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12611 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12612 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12613 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12614 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12615 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12616 - "!" ([RE/F/NM] SMITH) ok 12617 - "!" ([SB/F/NM] SMITH) ok 12618 - "!This is a comment" ([RE/F/NM] SMITH) ok 12619 - "!This is a comment" ([SB/F/NM] SMITH) ok 12620 - "!A\tcomment" ([RE/F/NM] SMITH) ok 12621 - "!A\tcomment" ([SB/F/NM] SMITH) ok 12622 - "!Another /* comment" ([RE/F/NM] SMITH) ok 12623 - "!Another /* comment" ([SB/F/NM] SMITH) ok 12624 - "\n" ([RE/F/NM] SMITH) ok 12625 - "\n" ([SB/F/NM] SMITH) ok 12626 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12627 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12628 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12629 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12630 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12631 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12632 - "REM" ([RE/F/NM] SMITH) ok 12633 - "REM" ([SB/F/NM] SMITH) ok 12634 - "REMThis is a comment" ([RE/F/NM] SMITH) ok 12635 - "REMThis is a comment" ([SB/F/NM] SMITH) ok 12636 - "REMA\tcomment" ([RE/F/NM] SMITH) ok 12637 - "REMA\tcomment" ([SB/F/NM] SMITH) ok 12638 - "REMAnother /* comment" ([RE/F/NM] SMITH) ok 12639 - "REMAnother /* comment" ([SB/F/NM] SMITH) ok 12640 - "\n" ([RE/F/NM] SMITH) ok 12641 - "\n" ([SB/F/NM] SMITH) ok 12642 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12643 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12644 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12645 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12646 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12647 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12648 - "//" ([RE/F/NM] SMITH) ok 12649 - "//" ([SB/F/NM] SMITH) ok 12650 - "//This is a comment" ([RE/F/NM] SMITH) ok 12651 - "//This is a comment" ([SB/F/NM] SMITH) ok 12652 - "//A\tcomment" ([RE/F/NM] SMITH) ok 12653 - "//A\tcomment" ([SB/F/NM] SMITH) ok 12654 - "//Another /* comment" ([RE/F/NM] SMITH) ok 12655 - "//Another /* comment" ([SB/F/NM] SMITH) ok 12656 - "\n" ([RE/F/NM] SMITH) ok 12657 - "\n" ([SB/F/NM] SMITH) ok 12658 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12659 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12660 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12661 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12662 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12663 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12664 - "%" ([RE/F/NM] SMITH) ok 12665 - "%" ([SB/F/NM] SMITH) ok 12666 - "%This is a comment" ([RE/F/NM] SMITH) ok 12667 - "%This is a comment" ([SB/F/NM] SMITH) ok 12668 - "%A\tcomment" ([RE/F/NM] SMITH) ok 12669 - "%A\tcomment" ([SB/F/NM] SMITH) ok 12670 - "%Another /* comment" ([RE/F/NM] SMITH) ok 12671 - "%Another /* comment" ([SB/F/NM] SMITH) ok 12672 - "\n" ([RE/F/NM] SMITH) ok 12673 - "\n" ([SB/F/NM] SMITH) ok 12674 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12675 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12676 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12677 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12678 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12679 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12680 - "!" ([RE/F/NM] SMITH) ok 12681 - "!" ([SB/F/NM] SMITH) ok 12682 - "!This is a comment" ([RE/F/NM] SMITH) ok 12683 - "!This is a comment" ([SB/F/NM] SMITH) ok 12684 - "!A\tcomment" ([RE/F/NM] SMITH) ok 12685 - "!A\tcomment" ([SB/F/NM] SMITH) ok 12686 - "!Another /* comment" ([RE/F/NM] SMITH) ok 12687 - "!Another /* comment" ([SB/F/NM] SMITH) ok 12688 - "\n" ([RE/F/NM] SMITH) ok 12689 - "\n" ([SB/F/NM] SMITH) ok 12690 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12691 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12692 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12693 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12694 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12695 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12696 - "NB" ([RE/F/NM] SMITH) ok 12697 - "NB" ([SB/F/NM] SMITH) ok 12698 - "NBThis is a comment" ([RE/F/NM] SMITH) ok 12699 - "NBThis is a comment" ([SB/F/NM] SMITH) ok 12700 - "NBA\tcomment" ([RE/F/NM] SMITH) ok 12701 - "NBA\tcomment" ([SB/F/NM] SMITH) ok 12702 - "NBAnother /* comment" ([RE/F/NM] SMITH) ok 12703 - "NBAnother /* comment" ([SB/F/NM] SMITH) ok 12704 - "\n" ([RE/F/NM] SMITH) ok 12705 - "\n" ([SB/F/NM] SMITH) ok 12706 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12707 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12708 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12709 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12710 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12711 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12712 - "PLEASE NOT" ([RE/F/NM] SMITH) ok 12713 - "PLEASE NOT" ([SB/F/NM] SMITH) ok 12714 - "PLEASE NOTThis is a comment" ([RE/F/NM] SMITH) ok 12715 - "PLEASE NOTThis is a comment" ([SB/F/NM] SMITH) ok 12716 - "PLEASE NOTA\tcomment" ([RE/F/NM] SMITH) ok 12717 - "PLEASE NOTA\tcomment" ([SB/F/NM] SMITH) ok 12718 - "PLEASE NOTAnother /* comment" ([RE/F/NM] SMITH) ok 12719 - "PLEASE NOTAnother /* comment" ([SB/F/NM] SMITH) ok 12720 - "\n" ([RE/F/NM] SMITH) ok 12721 - "\n" ([SB/F/NM] SMITH) ok 12722 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12723 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12724 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12725 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12726 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12727 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12728 - "PLEASE NOT" ([RE/F/NM] SMITH) ok 12729 - "PLEASE NOT" ([SB/F/NM] SMITH) ok 12730 - "PLEASE NOTThis is a comment" ([RE/F/NM] SMITH) ok 12731 - "PLEASE NOTThis is a comment" ([SB/F/NM] SMITH) ok 12732 - "PLEASE NOTA\tcomment" ([RE/F/NM] SMITH) ok 12733 - "PLEASE NOTA\tcomment" ([SB/F/NM] SMITH) ok 12734 - "PLEASE NOTAnother /* comment" ([RE/F/NM] SMITH) ok 12735 - "PLEASE NOTAnother /* comment" ([SB/F/NM] SMITH) ok 12736 - "\n" ([RE/F/NM] SMITH) ok 12737 - "\n" ([SB/F/NM] SMITH) ok 12738 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12739 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12740 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12741 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12742 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12743 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12744 - "PLEASE N'T" ([RE/F/NM] SMITH) ok 12745 - "PLEASE N'T" ([SB/F/NM] SMITH) ok 12746 - "PLEASE N'TThis is a comment" ([RE/F/NM] SMITH) ok 12747 - "PLEASE N'TThis is a comment" ([SB/F/NM] SMITH) ok 12748 - "PLEASE N'TA\tcomment" ([RE/F/NM] SMITH) ok 12749 - "PLEASE N'TA\tcomment" ([SB/F/NM] SMITH) ok 12750 - "PLEASE N'TAnother /* comment" ([RE/F/NM] SMITH) ok 12751 - "PLEASE N'TAnother /* comment" ([SB/F/NM] SMITH) ok 12752 - "\n" ([RE/F/NM] SMITH) ok 12753 - "\n" ([SB/F/NM] SMITH) ok 12754 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12755 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12756 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12757 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12758 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12759 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12760 - "DO NOT" ([RE/F/NM] SMITH) ok 12761 - "DO NOT" ([SB/F/NM] SMITH) ok 12762 - "DO NOTThis is a comment" ([RE/F/NM] SMITH) ok 12763 - "DO NOTThis is a comment" ([SB/F/NM] SMITH) ok 12764 - "DO NOTA\tcomment" ([RE/F/NM] SMITH) ok 12765 - "DO NOTA\tcomment" ([SB/F/NM] SMITH) ok 12766 - "DO NOTAnother /* comment" ([RE/F/NM] SMITH) ok 12767 - "DO NOTAnother /* comment" ([SB/F/NM] SMITH) ok 12768 - "\n" ([RE/F/NM] SMITH) ok 12769 - "\n" ([SB/F/NM] SMITH) ok 12770 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12771 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12772 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12773 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12774 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12775 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12776 - "DO N'T" ([RE/F/NM] SMITH) ok 12777 - "DO N'T" ([SB/F/NM] SMITH) ok 12778 - "DO N'TThis is a comment" ([RE/F/NM] SMITH) ok 12779 - "DO N'TThis is a comment" ([SB/F/NM] SMITH) ok 12780 - "DO N'TA\tcomment" ([RE/F/NM] SMITH) ok 12781 - "DO N'TA\tcomment" ([SB/F/NM] SMITH) ok 12782 - "DO N'TAnother /* comment" ([RE/F/NM] SMITH) ok 12783 - "DO N'TAnother /* comment" ([SB/F/NM] SMITH) ok 12784 - "\n" ([RE/F/NM] SMITH) ok 12785 - "\n" ([SB/F/NM] SMITH) ok 12786 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12787 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12788 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12789 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12790 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12791 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12792 - "DO NOT" ([RE/F/NM] SMITH) ok 12793 - "DO NOT" ([SB/F/NM] SMITH) ok 12794 - "DO NOTThis is a comment" ([RE/F/NM] SMITH) ok 12795 - "DO NOTThis is a comment" ([SB/F/NM] SMITH) ok 12796 - "DO NOTA\tcomment" ([RE/F/NM] SMITH) ok 12797 - "DO NOTA\tcomment" ([SB/F/NM] SMITH) ok 12798 - "DO NOTAnother /* comment" ([RE/F/NM] SMITH) ok 12799 - "DO NOTAnother /* comment" ([SB/F/NM] SMITH) ok 12800 - "\n" ([RE/F/NM] SMITH) ok 12801 - "\n" ([SB/F/NM] SMITH) ok 12802 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12803 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12804 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12805 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12806 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12807 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12808 - "PLEASE DO NOT" ([RE/F/NM] SMITH) ok 12809 - "PLEASE DO NOT" ([SB/F/NM] SMITH) ok 12810 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] SMITH) ok 12811 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] SMITH) ok 12812 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] SMITH) ok 12813 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] SMITH) ok 12814 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] SMITH) ok 12815 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] SMITH) ok 12816 - "\n" ([RE/F/NM] SMITH) ok 12817 - "\n" ([SB/F/NM] SMITH) ok 12818 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12819 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12820 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12821 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12822 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12823 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12824 - "PLEASE DO NOT" ([RE/F/NM] SMITH) ok 12825 - "PLEASE DO NOT" ([SB/F/NM] SMITH) ok 12826 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] SMITH) ok 12827 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] SMITH) ok 12828 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] SMITH) ok 12829 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] SMITH) ok 12830 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] SMITH) ok 12831 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] SMITH) ok 12832 - "\n" ([RE/F/NM] SMITH) ok 12833 - "\n" ([SB/F/NM] SMITH) ok 12834 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12835 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12836 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12837 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12838 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12839 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12840 - "PLEASE DO N'T" ([RE/F/NM] SMITH) ok 12841 - "PLEASE DO N'T" ([SB/F/NM] SMITH) ok 12842 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] SMITH) ok 12843 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] SMITH) ok 12844 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] SMITH) ok 12845 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] SMITH) ok 12846 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] SMITH) ok 12847 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] SMITH) ok 12848 - "\n" ([RE/F/NM] SMITH) ok 12849 - "\n" ([SB/F/NM] SMITH) ok 12850 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12851 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12852 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12853 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12854 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12855 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12856 - "NB." ([RE/F/NM] SMITH) ok 12857 - "NB." ([SB/F/NM] SMITH) ok 12858 - "NB.This is a comment" ([RE/F/NM] SMITH) ok 12859 - "NB.This is a comment" ([SB/F/NM] SMITH) ok 12860 - "NB.A\tcomment" ([RE/F/NM] SMITH) ok 12861 - "NB.A\tcomment" ([SB/F/NM] SMITH) ok 12862 - "NB.Another /* comment" ([RE/F/NM] SMITH) ok 12863 - "NB.Another /* comment" ([SB/F/NM] SMITH) ok 12864 - "\n" ([RE/F/NM] SMITH) ok 12865 - "\n" ([SB/F/NM] SMITH) ok 12866 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12867 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12868 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12869 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12870 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12871 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12872 - "{" ([RE/F/NM] SMITH) ok 12873 - "{" ([SB/F/NM] SMITH) ok 12874 - "{This is a comment" ([RE/F/NM] SMITH) ok 12875 - "{This is a comment" ([SB/F/NM] SMITH) ok 12876 - "{A\tcomment" ([RE/F/NM] SMITH) ok 12877 - "{A\tcomment" ([SB/F/NM] SMITH) ok 12878 - "{Another /* comment" ([RE/F/NM] SMITH) ok 12879 - "{Another /* comment" ([SB/F/NM] SMITH) ok 12880 - "}" ([RE/F/NM] SMITH) ok 12881 - "}" ([SB/F/NM] SMITH) ok 12882 - "This is a comment}" ([RE/F/NM] SMITH) ok 12883 - "This is a comment}" ([SB/F/NM] SMITH) ok 12884 - "A\tcomment}" ([RE/F/NM] SMITH) ok 12885 - "A\tcomment}" ([SB/F/NM] SMITH) ok 12886 - "Another /* comment}" ([RE/F/NM] SMITH) ok 12887 - "Another /* comment}" ([SB/F/NM] SMITH) ok 12888 - "." ([RE/F/NM] SMITH) ok 12889 - "." ([SB/F/NM] SMITH) ok 12890 - ".This is a comment" ([RE/F/NM] SMITH) ok 12891 - ".This is a comment" ([SB/F/NM] SMITH) ok 12892 - ".A\tcomment" ([RE/F/NM] SMITH) ok 12893 - ".A\tcomment" ([SB/F/NM] SMITH) ok 12894 - ".Another /* comment" ([RE/F/NM] SMITH) ok 12895 - ".Another /* comment" ([SB/F/NM] SMITH) ok 12896 - "\n" ([RE/F/NM] SMITH) ok 12897 - "\n" ([SB/F/NM] SMITH) ok 12898 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12899 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12900 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12901 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12902 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12903 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12904 - ";" ([RE/F/NM] SMITH) ok 12905 - ";" ([SB/F/NM] SMITH) ok 12906 - ";This is a comment" ([RE/F/NM] SMITH) ok 12907 - ";This is a comment" ([SB/F/NM] SMITH) ok 12908 - ";A\tcomment" ([RE/F/NM] SMITH) ok 12909 - ";A\tcomment" ([SB/F/NM] SMITH) ok 12910 - ";Another /* comment" ([RE/F/NM] SMITH) ok 12911 - ";Another /* comment" ([SB/F/NM] SMITH) ok 12912 - "\n" ([RE/F/NM] SMITH) ok 12913 - "\n" ([SB/F/NM] SMITH) ok 12914 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12915 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12916 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12917 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12918 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12919 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12920 - "`" ([RE/F/NM] SMITH) ok 12921 - "`" ([SB/F/NM] SMITH) ok 12922 - "`This is a comment" ([RE/F/NM] SMITH) ok 12923 - "`This is a comment" ([SB/F/NM] SMITH) ok 12924 - "`A\tcomment" ([RE/F/NM] SMITH) ok 12925 - "`A\tcomment" ([SB/F/NM] SMITH) ok 12926 - "`Another /* comment" ([RE/F/NM] SMITH) ok 12927 - "`Another /* comment" ([SB/F/NM] SMITH) ok 12928 - "\n" ([RE/F/NM] SMITH) ok 12929 - "\n" ([SB/F/NM] SMITH) ok 12930 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12931 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12932 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12933 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12934 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12935 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12936 - "--" ([RE/F/NM] SMITH) ok 12937 - "--" ([SB/F/NM] SMITH) ok 12938 - "--This is a comment" ([RE/F/NM] SMITH) ok 12939 - "--This is a comment" ([SB/F/NM] SMITH) ok 12940 - "--A\tcomment" ([RE/F/NM] SMITH) ok 12941 - "--A\tcomment" ([SB/F/NM] SMITH) ok 12942 - "--Another /* comment" ([RE/F/NM] SMITH) ok 12943 - "--Another /* comment" ([SB/F/NM] SMITH) ok 12944 - "\n" ([RE/F/NM] SMITH) ok 12945 - "\n" ([SB/F/NM] SMITH) ok 12946 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12947 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12948 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12949 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12950 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12951 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12952 - "---" ([RE/F/NM] SMITH) ok 12953 - "---" ([SB/F/NM] SMITH) ok 12954 - "---This is a comment" ([RE/F/NM] SMITH) ok 12955 - "---This is a comment" ([SB/F/NM] SMITH) ok 12956 - "---A\tcomment" ([RE/F/NM] SMITH) ok 12957 - "---A\tcomment" ([SB/F/NM] SMITH) ok 12958 - "---Another /* comment" ([RE/F/NM] SMITH) ok 12959 - "---Another /* comment" ([SB/F/NM] SMITH) ok 12960 - "\n" ([RE/F/NM] SMITH) ok 12961 - "\n" ([SB/F/NM] SMITH) ok 12962 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12963 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12964 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12965 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12966 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12967 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12968 - "-----" ([RE/F/NM] SMITH) ok 12969 - "-----" ([SB/F/NM] SMITH) ok 12970 - "-----This is a comment" ([RE/F/NM] SMITH) ok 12971 - "-----This is a comment" ([SB/F/NM] SMITH) ok 12972 - "-----A\tcomment" ([RE/F/NM] SMITH) ok 12973 - "-----A\tcomment" ([SB/F/NM] SMITH) ok 12974 - "-----Another /* comment" ([RE/F/NM] SMITH) ok 12975 - "-----Another /* comment" ([SB/F/NM] SMITH) ok 12976 - "\n" ([RE/F/NM] SMITH) ok 12977 - "\n" ([SB/F/NM] SMITH) ok 12978 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12979 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12980 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12981 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12982 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12983 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 12984 - "\\"" ([RE/F/NM] SMITH) ok 12985 - "\\"" ([SB/F/NM] SMITH) ok 12986 - "\\"This is a comment" ([RE/F/NM] SMITH) ok 12987 - "\\"This is a comment" ([SB/F/NM] SMITH) ok 12988 - "\\"A\tcomment" ([RE/F/NM] SMITH) ok 12989 - "\\"A\tcomment" ([SB/F/NM] SMITH) ok 12990 - "\\"Another /* comment" ([RE/F/NM] SMITH) ok 12991 - "\\"Another /* comment" ([SB/F/NM] SMITH) ok 12992 - "\n" ([RE/F/NM] SMITH) ok 12993 - "\n" ([SB/F/NM] SMITH) ok 12994 - "This is a comment\n" ([RE/F/NM] SMITH) ok 12995 - "This is a comment\n" ([SB/F/NM] SMITH) ok 12996 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 12997 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 12998 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 12999 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 13000 - """ ([RE/F/NM] SMITH) ok 13001 - """ ([SB/F/NM] SMITH) ok 13002 - ""This is a comment" ([RE/F/NM] SMITH) ok 13003 - ""This is a comment" ([SB/F/NM] SMITH) ok 13004 - ""A\tcomment" ([RE/F/NM] SMITH) ok 13005 - ""A\tcomment" ([SB/F/NM] SMITH) ok 13006 - ""Another /* comment" ([RE/F/NM] SMITH) ok 13007 - ""Another /* comment" ([SB/F/NM] SMITH) ok 13008 - "\n" ([RE/F/NM] SMITH) ok 13009 - "\n" ([SB/F/NM] SMITH) ok 13010 - "This is a comment\n" ([RE/F/NM] SMITH) ok 13011 - "This is a comment\n" ([SB/F/NM] SMITH) ok 13012 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 13013 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 13014 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 13015 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 13016 - "'" ([RE/F/NM] SMITH) ok 13017 - "'" ([SB/F/NM] SMITH) ok 13018 - "'This is a comment" ([RE/F/NM] SMITH) ok 13019 - "'This is a comment" ([SB/F/NM] SMITH) ok 13020 - "'A\tcomment" ([RE/F/NM] SMITH) ok 13021 - "'A\tcomment" ([SB/F/NM] SMITH) ok 13022 - "'Another /* comment" ([RE/F/NM] SMITH) ok 13023 - "'Another /* comment" ([SB/F/NM] SMITH) ok 13024 - "\n" ([RE/F/NM] SMITH) ok 13025 - "\n" ([SB/F/NM] SMITH) ok 13026 - "This is a comment\n" ([RE/F/NM] SMITH) ok 13027 - "This is a comment\n" ([SB/F/NM] SMITH) ok 13028 - "A\tcomment\n" ([RE/F/NM] SMITH) ok 13029 - "A\tcomment\n" ([SB/F/NM] SMITH) ok 13030 - "Another /* comment\n" ([RE/F/NM] SMITH) ok 13031 - "Another /* comment\n" ([SB/F/NM] SMITH) ok 13032 - "/* This is a C comment */" ([RE/F/NM] SMITH) ok 13033 - "/* This is a C comment */" ([SB/F/NM] SMITH) ok 13034 - "(* This is a Pascal comment *)" ([RE/F/NM] SMITH) ok 13035 - "(* This is a Pascal comment *)" ([SB/F/NM] SMITH) ok 13036 - "" ([RE/F/NM] SMITH) ok 13037 - "" ([SB/F/NM] SMITH) ok 13038 - ";\n\n" ([RE/F/NM] SMITH) ok 13039 - ";\n\n" ([SB/F/NM] SMITH) ok 13040 - ";This is a comment\n\n" ([RE/F/NM] SMITH) ok 13041 - ";This is a comment\n\n" ([SB/F/NM] SMITH) ok 13042 - ";A\tcomment\n\n" ([RE/F/NM] SMITH) ok 13043 - ";A\tcomment\n\n" ([SB/F/NM] SMITH) ok 13044 - ";Another /* comment\n\n" ([RE/F/NM] SMITH) ok 13045 - ";Another /* comment\n\n" ([SB/F/NM] SMITH) ok 13046 - ";\n;\n" ([RE/F/NM] SMITH) ok 13047 - ";\n;\n" ([SB/F/NM] SMITH) ok 13048 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] SMITH) ok 13049 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] SMITH) ok 13050 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] SMITH) ok 13051 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] SMITH) ok 13052 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] SMITH) ok 13053 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] SMITH) ok 13054 - ";\nhl" ([RE/F/NM] SMITH) ok 13055 - ";\nhl" ([SB/F/NM] SMITH) ok 13056 - ";This is a comment\nn" ([RE/F/NM] SMITH) ok 13057 - ";This is a comment\nn" ([SB/F/NM] SMITH) ok 13058 - ";A\tcomment\ntpm" ([RE/F/NM] SMITH) ok 13059 - ";A\tcomment\ntpm" ([SB/F/NM] SMITH) ok 13060 - ";Another /* comment\ni0ts" ([RE/F/NM] SMITH) ok 13061 - ";Another /* comment\ni0ts" ([SB/F/NM] SMITH) ok 13062 - "h;\n" ([RE/F/NM] SMITH) ok 13063 - "h;\n" ([SB/F/NM] SMITH) ok 13064 - "ri;This is a comment\n" ([RE/F/NM] SMITH) ok 13065 - "ri;This is a comment\n" ([SB/F/NM] SMITH) ok 13066 - "bgmw;A\tcomment\n" ([RE/F/NM] SMITH) ok 13067 - "bgmw;A\tcomment\n" ([SB/F/NM] SMITH) ok 13068 - "im9;Another /* comment\n" ([RE/F/NM] SMITH) ok 13069 - "im9;Another /* comment\n" ([SB/F/NM] SMITH) ok 13070 - "\\\n" ([RE/F/NM] SMITH) ok 13071 - "\\\n" ([SB/F/NM] SMITH) ok 13072 - "\\This is a comment\n" ([RE/F/NM] SMITH) ok 13073 - "\\This is a comment\n" ([SB/F/NM] SMITH) ok 13074 - "\\A\tcomment\n" ([RE/F/NM] SMITH) ok 13075 - "\\A\tcomment\n" ([SB/F/NM] SMITH) ok 13076 - "\\Another /* comment\n" ([RE/F/NM] SMITH) ok 13077 - "\\Another /* comment\n" ([SB/F/NM] SMITH) ok 13078 - "#\n" ([RE/F/NM] SMITH) ok 13079 - "#\n" ([SB/F/NM] SMITH) ok 13080 - "#This is a comment\n" ([RE/F/NM] SMITH) ok 13081 - "#This is a comment\n" ([SB/F/NM] SMITH) ok 13082 - "#A\tcomment\n" ([RE/F/NM] SMITH) ok 13083 - "#A\tcomment\n" ([SB/F/NM] SMITH) ok 13084 - "#Another /* comment\n" ([RE/F/NM] SMITH) ok 13085 - "#Another /* comment\n" ([SB/F/NM] SMITH) ok 13086 - "//\n" ([RE/F/NM] SMITH) ok 13087 - "//\n" ([SB/F/NM] SMITH) ok 13088 - "//This is a comment\n" ([RE/F/NM] SMITH) ok 13089 - "//This is a comment\n" ([SB/F/NM] SMITH) ok 13090 - "//A\tcomment\n" ([RE/F/NM] SMITH) ok 13091 - "//A\tcomment\n" ([SB/F/NM] SMITH) ok 13092 - "//Another /* comment\n" ([RE/F/NM] SMITH) ok 13093 - "//Another /* comment\n" ([SB/F/NM] SMITH) ok 13094 - "--\n" ([RE/F/NM] SMITH) ok 13095 - "--\n" ([SB/F/NM] SMITH) ok 13096 - "--This is a comment\n" ([RE/F/NM] SMITH) ok 13097 - "--This is a comment\n" ([SB/F/NM] SMITH) ok 13098 - "--A\tcomment\n" ([RE/F/NM] SMITH) ok 13099 - "--A\tcomment\n" ([SB/F/NM] SMITH) ok 13100 - "--Another /* comment\n" ([RE/F/NM] SMITH) ok 13101 - "--Another /* comment\n" ([SB/F/NM] SMITH) ok 13102 - "#\n" ([RE/F/NM] SMITH) ok 13103 - "#\n" ([SB/F/NM] SMITH) ok 13104 - "#This is a comment\n" ([RE/F/NM] SMITH) ok 13105 - "#This is a comment\n" ([SB/F/NM] SMITH) ok 13106 - "#A\tcomment\n" ([RE/F/NM] SMITH) ok 13107 - "#A\tcomment\n" ([SB/F/NM] SMITH) ok 13108 - "#Another /* comment\n" ([RE/F/NM] SMITH) ok 13109 - "#Another /* comment\n" ([SB/F/NM] SMITH) ok 13110 - "*\n" ([RE/F/NM] SMITH) ok 13111 - "*\n" ([SB/F/NM] SMITH) ok 13112 - "*This is a comment\n" ([RE/F/NM] SMITH) ok 13113 - "*This is a comment\n" ([SB/F/NM] SMITH) ok 13114 - "*A\tcomment\n" ([RE/F/NM] SMITH) ok 13115 - "*A\tcomment\n" ([SB/F/NM] SMITH) ok 13116 - "*Another /* comment\n" ([RE/F/NM] SMITH) ok 13117 - "*Another /* comment\n" ([SB/F/NM] SMITH) ok 13118 - "!\n" ([RE/F/NM] SMITH) ok 13119 - "!\n" ([SB/F/NM] SMITH) ok 13120 - "!This is a comment\n" ([RE/F/NM] SMITH) ok 13121 - "!This is a comment\n" ([SB/F/NM] SMITH) ok 13122 - "!A\tcomment\n" ([RE/F/NM] SMITH) ok 13123 - "!A\tcomment\n" ([SB/F/NM] SMITH) ok 13124 - "!Another /* comment\n" ([RE/F/NM] SMITH) ok 13125 - "!Another /* comment\n" ([SB/F/NM] SMITH) ok 13126 - "REM\n" ([RE/F/NM] SMITH) ok 13127 - "REM\n" ([SB/F/NM] SMITH) ok 13128 - "REMThis is a comment\n" ([RE/F/NM] SMITH) ok 13129 - "REMThis is a comment\n" ([SB/F/NM] SMITH) ok 13130 - "REMA\tcomment\n" ([RE/F/NM] SMITH) ok 13131 - "REMA\tcomment\n" ([SB/F/NM] SMITH) ok 13132 - "REMAnother /* comment\n" ([RE/F/NM] SMITH) ok 13133 - "REMAnother /* comment\n" ([SB/F/NM] SMITH) ok 13134 - "//\n" ([RE/F/NM] SMITH) ok 13135 - "//\n" ([SB/F/NM] SMITH) ok 13136 - "//This is a comment\n" ([RE/F/NM] SMITH) ok 13137 - "//This is a comment\n" ([SB/F/NM] SMITH) ok 13138 - "//A\tcomment\n" ([RE/F/NM] SMITH) ok 13139 - "//A\tcomment\n" ([SB/F/NM] SMITH) ok 13140 - "//Another /* comment\n" ([RE/F/NM] SMITH) ok 13141 - "//Another /* comment\n" ([SB/F/NM] SMITH) ok 13142 - "%\n" ([RE/F/NM] SMITH) ok 13143 - "%\n" ([SB/F/NM] SMITH) ok 13144 - "%This is a comment\n" ([RE/F/NM] SMITH) ok 13145 - "%This is a comment\n" ([SB/F/NM] SMITH) ok 13146 - "%A\tcomment\n" ([RE/F/NM] SMITH) ok 13147 - "%A\tcomment\n" ([SB/F/NM] SMITH) ok 13148 - "%Another /* comment\n" ([RE/F/NM] SMITH) ok 13149 - "%Another /* comment\n" ([SB/F/NM] SMITH) ok 13150 - "!\n" ([RE/F/NM] SMITH) ok 13151 - "!\n" ([SB/F/NM] SMITH) ok 13152 - "!This is a comment\n" ([RE/F/NM] SMITH) ok 13153 - "!This is a comment\n" ([SB/F/NM] SMITH) ok 13154 - "!A\tcomment\n" ([RE/F/NM] SMITH) ok 13155 - "!A\tcomment\n" ([SB/F/NM] SMITH) ok 13156 - "!Another /* comment\n" ([RE/F/NM] SMITH) ok 13157 - "!Another /* comment\n" ([SB/F/NM] SMITH) ok 13158 - "NB\n" ([RE/F/NM] SMITH) ok 13159 - "NB\n" ([SB/F/NM] SMITH) ok 13160 - "NBThis is a comment\n" ([RE/F/NM] SMITH) ok 13161 - "NBThis is a comment\n" ([SB/F/NM] SMITH) ok 13162 - "NBA\tcomment\n" ([RE/F/NM] SMITH) ok 13163 - "NBA\tcomment\n" ([SB/F/NM] SMITH) ok 13164 - "NBAnother /* comment\n" ([RE/F/NM] SMITH) ok 13165 - "NBAnother /* comment\n" ([SB/F/NM] SMITH) ok 13166 - "PLEASE NOT\n" ([RE/F/NM] SMITH) ok 13167 - "PLEASE NOT\n" ([SB/F/NM] SMITH) ok 13168 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] SMITH) ok 13169 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] SMITH) ok 13170 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] SMITH) ok 13171 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] SMITH) ok 13172 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] SMITH) ok 13173 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] SMITH) ok 13174 - "PLEASE NOT\n" ([RE/F/NM] SMITH) ok 13175 - "PLEASE NOT\n" ([SB/F/NM] SMITH) ok 13176 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] SMITH) ok 13177 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] SMITH) ok 13178 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] SMITH) ok 13179 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] SMITH) ok 13180 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] SMITH) ok 13181 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] SMITH) ok 13182 - "PLEASE N'T\n" ([RE/F/NM] SMITH) ok 13183 - "PLEASE N'T\n" ([SB/F/NM] SMITH) ok 13184 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] SMITH) ok 13185 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] SMITH) ok 13186 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] SMITH) ok 13187 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] SMITH) ok 13188 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] SMITH) ok 13189 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] SMITH) ok 13190 - "DO NOT\n" ([RE/F/NM] SMITH) ok 13191 - "DO NOT\n" ([SB/F/NM] SMITH) ok 13192 - "DO NOTThis is a comment\n" ([RE/F/NM] SMITH) ok 13193 - "DO NOTThis is a comment\n" ([SB/F/NM] SMITH) ok 13194 - "DO NOTA\tcomment\n" ([RE/F/NM] SMITH) ok 13195 - "DO NOTA\tcomment\n" ([SB/F/NM] SMITH) ok 13196 - "DO NOTAnother /* comment\n" ([RE/F/NM] SMITH) ok 13197 - "DO NOTAnother /* comment\n" ([SB/F/NM] SMITH) ok 13198 - "DO N'T\n" ([RE/F/NM] SMITH) ok 13199 - "DO N'T\n" ([SB/F/NM] SMITH) ok 13200 - "DO N'TThis is a comment\n" ([RE/F/NM] SMITH) ok 13201 - "DO N'TThis is a comment\n" ([SB/F/NM] SMITH) ok 13202 - "DO N'TA\tcomment\n" ([RE/F/NM] SMITH) ok 13203 - "DO N'TA\tcomment\n" ([SB/F/NM] SMITH) ok 13204 - "DO N'TAnother /* comment\n" ([RE/F/NM] SMITH) ok 13205 - "DO N'TAnother /* comment\n" ([SB/F/NM] SMITH) ok 13206 - "DO NOT\n" ([RE/F/NM] SMITH) ok 13207 - "DO NOT\n" ([SB/F/NM] SMITH) ok 13208 - "DO NOTThis is a comment\n" ([RE/F/NM] SMITH) ok 13209 - "DO NOTThis is a comment\n" ([SB/F/NM] SMITH) ok 13210 - "DO NOTA\tcomment\n" ([RE/F/NM] SMITH) ok 13211 - "DO NOTA\tcomment\n" ([SB/F/NM] SMITH) ok 13212 - "DO NOTAnother /* comment\n" ([RE/F/NM] SMITH) ok 13213 - "DO NOTAnother /* comment\n" ([SB/F/NM] SMITH) ok 13214 - "PLEASE DO NOT\n" ([RE/F/NM] SMITH) ok 13215 - "PLEASE DO NOT\n" ([SB/F/NM] SMITH) ok 13216 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] SMITH) ok 13217 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] SMITH) ok 13218 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] SMITH) ok 13219 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] SMITH) ok 13220 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] SMITH) ok 13221 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] SMITH) ok 13222 - "PLEASE DO NOT\n" ([RE/F/NM] SMITH) ok 13223 - "PLEASE DO NOT\n" ([SB/F/NM] SMITH) ok 13224 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] SMITH) ok 13225 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] SMITH) ok 13226 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] SMITH) ok 13227 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] SMITH) ok 13228 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] SMITH) ok 13229 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] SMITH) ok 13230 - "PLEASE DO N'T\n" ([RE/F/NM] SMITH) ok 13231 - "PLEASE DO N'T\n" ([SB/F/NM] SMITH) ok 13232 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] SMITH) ok 13233 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] SMITH) ok 13234 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] SMITH) ok 13235 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] SMITH) ok 13236 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] SMITH) ok 13237 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] SMITH) ok 13238 - "NB.\n" ([RE/F/NM] SMITH) ok 13239 - "NB.\n" ([SB/F/NM] SMITH) ok 13240 - "NB.This is a comment\n" ([RE/F/NM] SMITH) ok 13241 - "NB.This is a comment\n" ([SB/F/NM] SMITH) ok 13242 - "NB.A\tcomment\n" ([RE/F/NM] SMITH) ok 13243 - "NB.A\tcomment\n" ([SB/F/NM] SMITH) ok 13244 - "NB.Another /* comment\n" ([RE/F/NM] SMITH) ok 13245 - "NB.Another /* comment\n" ([SB/F/NM] SMITH) ok 13246 - "{}" ([RE/F/NM] SMITH) ok 13247 - "{}" ([SB/F/NM] SMITH) ok 13248 - "{This is a comment}" ([RE/F/NM] SMITH) ok 13249 - "{This is a comment}" ([SB/F/NM] SMITH) ok 13250 - "{A\tcomment}" ([RE/F/NM] SMITH) ok 13251 - "{A\tcomment}" ([SB/F/NM] SMITH) ok 13252 - "{Another /* comment}" ([RE/F/NM] SMITH) ok 13253 - "{Another /* comment}" ([SB/F/NM] SMITH) ok 13254 - ".\n" ([RE/F/NM] SMITH) ok 13255 - ".\n" ([SB/F/NM] SMITH) ok 13256 - ".This is a comment\n" ([RE/F/NM] SMITH) ok 13257 - ".This is a comment\n" ([SB/F/NM] SMITH) ok 13258 - ".A\tcomment\n" ([RE/F/NM] SMITH) ok 13259 - ".A\tcomment\n" ([SB/F/NM] SMITH) ok 13260 - ".Another /* comment\n" ([RE/F/NM] SMITH) ok 13261 - ".Another /* comment\n" ([SB/F/NM] SMITH) ok 13262 - "`\n" ([RE/F/NM] SMITH) ok 13263 - "`\n" ([SB/F/NM] SMITH) ok 13264 - "`This is a comment\n" ([RE/F/NM] SMITH) ok 13265 - "`This is a comment\n" ([SB/F/NM] SMITH) ok 13266 - "`A\tcomment\n" ([RE/F/NM] SMITH) ok 13267 - "`A\tcomment\n" ([SB/F/NM] SMITH) ok 13268 - "`Another /* comment\n" ([RE/F/NM] SMITH) ok 13269 - "`Another /* comment\n" ([SB/F/NM] SMITH) ok 13270 - "--\n" ([RE/F/NM] SMITH) ok 13271 - "--\n" ([SB/F/NM] SMITH) ok 13272 - "--This is a comment\n" ([RE/F/NM] SMITH) ok 13273 - "--This is a comment\n" ([SB/F/NM] SMITH) ok 13274 - "--A\tcomment\n" ([RE/F/NM] SMITH) ok 13275 - "--A\tcomment\n" ([SB/F/NM] SMITH) ok 13276 - "--Another /* comment\n" ([RE/F/NM] SMITH) ok 13277 - "--Another /* comment\n" ([SB/F/NM] SMITH) ok 13278 - "---\n" ([RE/F/NM] SMITH) ok 13279 - "---\n" ([SB/F/NM] SMITH) ok 13280 - "---This is a comment\n" ([RE/F/NM] SMITH) ok 13281 - "---This is a comment\n" ([SB/F/NM] SMITH) ok 13282 - "---A\tcomment\n" ([RE/F/NM] SMITH) ok 13283 - "---A\tcomment\n" ([SB/F/NM] SMITH) ok 13284 - "---Another /* comment\n" ([RE/F/NM] SMITH) ok 13285 - "---Another /* comment\n" ([SB/F/NM] SMITH) ok 13286 - "-----\n" ([RE/F/NM] SMITH) ok 13287 - "-----\n" ([SB/F/NM] SMITH) ok 13288 - "-----This is a comment\n" ([RE/F/NM] SMITH) ok 13289 - "-----This is a comment\n" ([SB/F/NM] SMITH) ok 13290 - "-----A\tcomment\n" ([RE/F/NM] SMITH) ok 13291 - "-----A\tcomment\n" ([SB/F/NM] SMITH) ok 13292 - "-----Another /* comment\n" ([RE/F/NM] SMITH) ok 13293 - "-----Another /* comment\n" ([SB/F/NM] SMITH) ok 13294 - "\\"\n" ([RE/F/NM] SMITH) ok 13295 - "\\"\n" ([SB/F/NM] SMITH) ok 13296 - "\\"This is a comment\n" ([RE/F/NM] SMITH) ok 13297 - "\\"This is a comment\n" ([SB/F/NM] SMITH) ok 13298 - "\\"A\tcomment\n" ([RE/F/NM] SMITH) ok 13299 - "\\"A\tcomment\n" ([SB/F/NM] SMITH) ok 13300 - "\\"Another /* comment\n" ([RE/F/NM] SMITH) ok 13301 - "\\"Another /* comment\n" ([SB/F/NM] SMITH) ok 13302 - ""\n" ([RE/F/NM] SMITH) ok 13303 - ""\n" ([SB/F/NM] SMITH) ok 13304 - ""This is a comment\n" ([RE/F/NM] SMITH) ok 13305 - ""This is a comment\n" ([SB/F/NM] SMITH) ok 13306 - ""A\tcomment\n" ([RE/F/NM] SMITH) ok 13307 - ""A\tcomment\n" ([SB/F/NM] SMITH) ok 13308 - ""Another /* comment\n" ([RE/F/NM] SMITH) ok 13309 - ""Another /* comment\n" ([SB/F/NM] SMITH) ok 13310 - "'\n" ([RE/F/NM] SMITH) ok 13311 - "'\n" ([SB/F/NM] SMITH) ok 13312 - "'This is a comment\n" ([RE/F/NM] SMITH) ok 13313 - "'This is a comment\n" ([SB/F/NM] SMITH) ok 13314 - "'A\tcomment\n" ([RE/F/NM] SMITH) ok 13315 - "'A\tcomment\n" ([SB/F/NM] SMITH) ok 13316 - "'Another /* comment\n" ([RE/F/NM] SMITH) ok 13317 - "'Another /* comment\n" ([SB/F/NM] SMITH) ok 13318 - ";\n" ([RE/P/MT] zonefile) ok 13319 - ";\n" ([OM/P/MT] zonefile) ok 13320 - ";\n" ([OS/P/MT] zonefile) ok 13321 - ";\n" ([SB/P/MT] zonefile) ok 13322 - ";\n" ([KP/P/MT] zonefile) ok 13323 - ";This is a comment\n" ([RE/P/MT] zonefile) ok 13324 - ";This is a comment\n" ([OM/P/MT] zonefile) ok 13325 - ";This is a comment\n" ([OS/P/MT] zonefile) ok 13326 - ";This is a comment\n" ([SB/P/MT] zonefile) ok 13327 - ";This is a comment\n" ([KP/P/MT] zonefile) ok 13328 - ";A\tcomment\n" ([RE/P/MT] zonefile) ok 13329 - ";A\tcomment\n" ([OM/P/MT] zonefile) ok 13330 - ";A\tcomment\n" ([OS/P/MT] zonefile) ok 13331 - ";A\tcomment\n" ([SB/P/MT] zonefile) ok 13332 - ";A\tcomment\n" ([KP/P/MT] zonefile) ok 13333 - ";Another /* comment\n" ([RE/P/MT] zonefile) ok 13334 - ";Another /* comment\n" ([OM/P/MT] zonefile) ok 13335 - ";Another /* comment\n" ([OS/P/MT] zonefile) ok 13336 - ";Another /* comment\n" ([SB/P/MT] zonefile) ok 13337 - ";Another /* comment\n" ([KP/P/MT] zonefile) ok 13338 - "\\" ([RE/F/NM] zonefile) ok 13339 - "\\" ([SB/F/NM] zonefile) ok 13340 - "\\This is a comment" ([RE/F/NM] zonefile) ok 13341 - "\\This is a comment" ([SB/F/NM] zonefile) ok 13342 - "\\A\tcomment" ([RE/F/NM] zonefile) ok 13343 - "\\A\tcomment" ([SB/F/NM] zonefile) ok 13344 - "\\Another /* comment" ([RE/F/NM] zonefile) ok 13345 - "\\Another /* comment" ([SB/F/NM] zonefile) ok 13346 - "\n" ([RE/F/NM] zonefile) ok 13347 - "\n" ([SB/F/NM] zonefile) ok 13348 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13349 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13350 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13351 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13352 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13353 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13354 - "#" ([RE/F/NM] zonefile) ok 13355 - "#" ([SB/F/NM] zonefile) ok 13356 - "#This is a comment" ([RE/F/NM] zonefile) ok 13357 - "#This is a comment" ([SB/F/NM] zonefile) ok 13358 - "#A\tcomment" ([RE/F/NM] zonefile) ok 13359 - "#A\tcomment" ([SB/F/NM] zonefile) ok 13360 - "#Another /* comment" ([RE/F/NM] zonefile) ok 13361 - "#Another /* comment" ([SB/F/NM] zonefile) ok 13362 - "\n" ([RE/F/NM] zonefile) ok 13363 - "\n" ([SB/F/NM] zonefile) ok 13364 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13365 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13366 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13367 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13368 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13369 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13370 - "//" ([RE/F/NM] zonefile) ok 13371 - "//" ([SB/F/NM] zonefile) ok 13372 - "//This is a comment" ([RE/F/NM] zonefile) ok 13373 - "//This is a comment" ([SB/F/NM] zonefile) ok 13374 - "//A\tcomment" ([RE/F/NM] zonefile) ok 13375 - "//A\tcomment" ([SB/F/NM] zonefile) ok 13376 - "//Another /* comment" ([RE/F/NM] zonefile) ok 13377 - "//Another /* comment" ([SB/F/NM] zonefile) ok 13378 - "\n" ([RE/F/NM] zonefile) ok 13379 - "\n" ([SB/F/NM] zonefile) ok 13380 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13381 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13382 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13383 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13384 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13385 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13386 - "--" ([RE/F/NM] zonefile) ok 13387 - "--" ([SB/F/NM] zonefile) ok 13388 - "--This is a comment" ([RE/F/NM] zonefile) ok 13389 - "--This is a comment" ([SB/F/NM] zonefile) ok 13390 - "--A\tcomment" ([RE/F/NM] zonefile) ok 13391 - "--A\tcomment" ([SB/F/NM] zonefile) ok 13392 - "--Another /* comment" ([RE/F/NM] zonefile) ok 13393 - "--Another /* comment" ([SB/F/NM] zonefile) ok 13394 - "\n" ([RE/F/NM] zonefile) ok 13395 - "\n" ([SB/F/NM] zonefile) ok 13396 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13397 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13398 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13399 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13400 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13401 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13402 - ";" ([RE/F/NM] zonefile) ok 13403 - ";" ([SB/F/NM] zonefile) ok 13404 - ";This is a comment" ([RE/F/NM] zonefile) ok 13405 - ";This is a comment" ([SB/F/NM] zonefile) ok 13406 - ";A\tcomment" ([RE/F/NM] zonefile) ok 13407 - ";A\tcomment" ([SB/F/NM] zonefile) ok 13408 - ";Another /* comment" ([RE/F/NM] zonefile) ok 13409 - ";Another /* comment" ([SB/F/NM] zonefile) ok 13410 - "\n" ([RE/F/NM] zonefile) ok 13411 - "\n" ([SB/F/NM] zonefile) ok 13412 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13413 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13414 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13415 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13416 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13417 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13418 - "#" ([RE/F/NM] zonefile) ok 13419 - "#" ([SB/F/NM] zonefile) ok 13420 - "#This is a comment" ([RE/F/NM] zonefile) ok 13421 - "#This is a comment" ([SB/F/NM] zonefile) ok 13422 - "#A\tcomment" ([RE/F/NM] zonefile) ok 13423 - "#A\tcomment" ([SB/F/NM] zonefile) ok 13424 - "#Another /* comment" ([RE/F/NM] zonefile) ok 13425 - "#Another /* comment" ([SB/F/NM] zonefile) ok 13426 - "\n" ([RE/F/NM] zonefile) ok 13427 - "\n" ([SB/F/NM] zonefile) ok 13428 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13429 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13430 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13431 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13432 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13433 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13434 - "*" ([RE/F/NM] zonefile) ok 13435 - "*" ([SB/F/NM] zonefile) ok 13436 - "*This is a comment" ([RE/F/NM] zonefile) ok 13437 - "*This is a comment" ([SB/F/NM] zonefile) ok 13438 - "*A\tcomment" ([RE/F/NM] zonefile) ok 13439 - "*A\tcomment" ([SB/F/NM] zonefile) ok 13440 - "*Another /* comment" ([RE/F/NM] zonefile) ok 13441 - "*Another /* comment" ([SB/F/NM] zonefile) ok 13442 - "\n" ([RE/F/NM] zonefile) ok 13443 - "\n" ([SB/F/NM] zonefile) ok 13444 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13445 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13446 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13447 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13448 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13449 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13450 - "!" ([RE/F/NM] zonefile) ok 13451 - "!" ([SB/F/NM] zonefile) ok 13452 - "!This is a comment" ([RE/F/NM] zonefile) ok 13453 - "!This is a comment" ([SB/F/NM] zonefile) ok 13454 - "!A\tcomment" ([RE/F/NM] zonefile) ok 13455 - "!A\tcomment" ([SB/F/NM] zonefile) ok 13456 - "!Another /* comment" ([RE/F/NM] zonefile) ok 13457 - "!Another /* comment" ([SB/F/NM] zonefile) ok 13458 - "\n" ([RE/F/NM] zonefile) ok 13459 - "\n" ([SB/F/NM] zonefile) ok 13460 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13461 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13462 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13463 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13464 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13465 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13466 - "REM" ([RE/F/NM] zonefile) ok 13467 - "REM" ([SB/F/NM] zonefile) ok 13468 - "REMThis is a comment" ([RE/F/NM] zonefile) ok 13469 - "REMThis is a comment" ([SB/F/NM] zonefile) ok 13470 - "REMA\tcomment" ([RE/F/NM] zonefile) ok 13471 - "REMA\tcomment" ([SB/F/NM] zonefile) ok 13472 - "REMAnother /* comment" ([RE/F/NM] zonefile) ok 13473 - "REMAnother /* comment" ([SB/F/NM] zonefile) ok 13474 - "\n" ([RE/F/NM] zonefile) ok 13475 - "\n" ([SB/F/NM] zonefile) ok 13476 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13477 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13478 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13479 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13480 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13481 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13482 - "//" ([RE/F/NM] zonefile) ok 13483 - "//" ([SB/F/NM] zonefile) ok 13484 - "//This is a comment" ([RE/F/NM] zonefile) ok 13485 - "//This is a comment" ([SB/F/NM] zonefile) ok 13486 - "//A\tcomment" ([RE/F/NM] zonefile) ok 13487 - "//A\tcomment" ([SB/F/NM] zonefile) ok 13488 - "//Another /* comment" ([RE/F/NM] zonefile) ok 13489 - "//Another /* comment" ([SB/F/NM] zonefile) ok 13490 - "\n" ([RE/F/NM] zonefile) ok 13491 - "\n" ([SB/F/NM] zonefile) ok 13492 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13493 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13494 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13495 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13496 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13497 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13498 - "%" ([RE/F/NM] zonefile) ok 13499 - "%" ([SB/F/NM] zonefile) ok 13500 - "%This is a comment" ([RE/F/NM] zonefile) ok 13501 - "%This is a comment" ([SB/F/NM] zonefile) ok 13502 - "%A\tcomment" ([RE/F/NM] zonefile) ok 13503 - "%A\tcomment" ([SB/F/NM] zonefile) ok 13504 - "%Another /* comment" ([RE/F/NM] zonefile) ok 13505 - "%Another /* comment" ([SB/F/NM] zonefile) ok 13506 - "\n" ([RE/F/NM] zonefile) ok 13507 - "\n" ([SB/F/NM] zonefile) ok 13508 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13509 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13510 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13511 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13512 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13513 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13514 - "!" ([RE/F/NM] zonefile) ok 13515 - "!" ([SB/F/NM] zonefile) ok 13516 - "!This is a comment" ([RE/F/NM] zonefile) ok 13517 - "!This is a comment" ([SB/F/NM] zonefile) ok 13518 - "!A\tcomment" ([RE/F/NM] zonefile) ok 13519 - "!A\tcomment" ([SB/F/NM] zonefile) ok 13520 - "!Another /* comment" ([RE/F/NM] zonefile) ok 13521 - "!Another /* comment" ([SB/F/NM] zonefile) ok 13522 - "\n" ([RE/F/NM] zonefile) ok 13523 - "\n" ([SB/F/NM] zonefile) ok 13524 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13525 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13526 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13527 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13528 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13529 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13530 - "NB" ([RE/F/NM] zonefile) ok 13531 - "NB" ([SB/F/NM] zonefile) ok 13532 - "NBThis is a comment" ([RE/F/NM] zonefile) ok 13533 - "NBThis is a comment" ([SB/F/NM] zonefile) ok 13534 - "NBA\tcomment" ([RE/F/NM] zonefile) ok 13535 - "NBA\tcomment" ([SB/F/NM] zonefile) ok 13536 - "NBAnother /* comment" ([RE/F/NM] zonefile) ok 13537 - "NBAnother /* comment" ([SB/F/NM] zonefile) ok 13538 - "\n" ([RE/F/NM] zonefile) ok 13539 - "\n" ([SB/F/NM] zonefile) ok 13540 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13541 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13542 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13543 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13544 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13545 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13546 - "PLEASE NOT" ([RE/F/NM] zonefile) ok 13547 - "PLEASE NOT" ([SB/F/NM] zonefile) ok 13548 - "PLEASE NOTThis is a comment" ([RE/F/NM] zonefile) ok 13549 - "PLEASE NOTThis is a comment" ([SB/F/NM] zonefile) ok 13550 - "PLEASE NOTA\tcomment" ([RE/F/NM] zonefile) ok 13551 - "PLEASE NOTA\tcomment" ([SB/F/NM] zonefile) ok 13552 - "PLEASE NOTAnother /* comment" ([RE/F/NM] zonefile) ok 13553 - "PLEASE NOTAnother /* comment" ([SB/F/NM] zonefile) ok 13554 - "\n" ([RE/F/NM] zonefile) ok 13555 - "\n" ([SB/F/NM] zonefile) ok 13556 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13557 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13558 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13559 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13560 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13561 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13562 - "PLEASE NOT" ([RE/F/NM] zonefile) ok 13563 - "PLEASE NOT" ([SB/F/NM] zonefile) ok 13564 - "PLEASE NOTThis is a comment" ([RE/F/NM] zonefile) ok 13565 - "PLEASE NOTThis is a comment" ([SB/F/NM] zonefile) ok 13566 - "PLEASE NOTA\tcomment" ([RE/F/NM] zonefile) ok 13567 - "PLEASE NOTA\tcomment" ([SB/F/NM] zonefile) ok 13568 - "PLEASE NOTAnother /* comment" ([RE/F/NM] zonefile) ok 13569 - "PLEASE NOTAnother /* comment" ([SB/F/NM] zonefile) ok 13570 - "\n" ([RE/F/NM] zonefile) ok 13571 - "\n" ([SB/F/NM] zonefile) ok 13572 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13573 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13574 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13575 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13576 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13577 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13578 - "PLEASE N'T" ([RE/F/NM] zonefile) ok 13579 - "PLEASE N'T" ([SB/F/NM] zonefile) ok 13580 - "PLEASE N'TThis is a comment" ([RE/F/NM] zonefile) ok 13581 - "PLEASE N'TThis is a comment" ([SB/F/NM] zonefile) ok 13582 - "PLEASE N'TA\tcomment" ([RE/F/NM] zonefile) ok 13583 - "PLEASE N'TA\tcomment" ([SB/F/NM] zonefile) ok 13584 - "PLEASE N'TAnother /* comment" ([RE/F/NM] zonefile) ok 13585 - "PLEASE N'TAnother /* comment" ([SB/F/NM] zonefile) ok 13586 - "\n" ([RE/F/NM] zonefile) ok 13587 - "\n" ([SB/F/NM] zonefile) ok 13588 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13589 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13590 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13591 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13592 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13593 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13594 - "DO NOT" ([RE/F/NM] zonefile) ok 13595 - "DO NOT" ([SB/F/NM] zonefile) ok 13596 - "DO NOTThis is a comment" ([RE/F/NM] zonefile) ok 13597 - "DO NOTThis is a comment" ([SB/F/NM] zonefile) ok 13598 - "DO NOTA\tcomment" ([RE/F/NM] zonefile) ok 13599 - "DO NOTA\tcomment" ([SB/F/NM] zonefile) ok 13600 - "DO NOTAnother /* comment" ([RE/F/NM] zonefile) ok 13601 - "DO NOTAnother /* comment" ([SB/F/NM] zonefile) ok 13602 - "\n" ([RE/F/NM] zonefile) ok 13603 - "\n" ([SB/F/NM] zonefile) ok 13604 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13605 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13606 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13607 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13608 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13609 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13610 - "DO N'T" ([RE/F/NM] zonefile) ok 13611 - "DO N'T" ([SB/F/NM] zonefile) ok 13612 - "DO N'TThis is a comment" ([RE/F/NM] zonefile) ok 13613 - "DO N'TThis is a comment" ([SB/F/NM] zonefile) ok 13614 - "DO N'TA\tcomment" ([RE/F/NM] zonefile) ok 13615 - "DO N'TA\tcomment" ([SB/F/NM] zonefile) ok 13616 - "DO N'TAnother /* comment" ([RE/F/NM] zonefile) ok 13617 - "DO N'TAnother /* comment" ([SB/F/NM] zonefile) ok 13618 - "\n" ([RE/F/NM] zonefile) ok 13619 - "\n" ([SB/F/NM] zonefile) ok 13620 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13621 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13622 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13623 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13624 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13625 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13626 - "DO NOT" ([RE/F/NM] zonefile) ok 13627 - "DO NOT" ([SB/F/NM] zonefile) ok 13628 - "DO NOTThis is a comment" ([RE/F/NM] zonefile) ok 13629 - "DO NOTThis is a comment" ([SB/F/NM] zonefile) ok 13630 - "DO NOTA\tcomment" ([RE/F/NM] zonefile) ok 13631 - "DO NOTA\tcomment" ([SB/F/NM] zonefile) ok 13632 - "DO NOTAnother /* comment" ([RE/F/NM] zonefile) ok 13633 - "DO NOTAnother /* comment" ([SB/F/NM] zonefile) ok 13634 - "\n" ([RE/F/NM] zonefile) ok 13635 - "\n" ([SB/F/NM] zonefile) ok 13636 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13637 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13638 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13639 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13640 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13641 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13642 - "PLEASE DO NOT" ([RE/F/NM] zonefile) ok 13643 - "PLEASE DO NOT" ([SB/F/NM] zonefile) ok 13644 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] zonefile) ok 13645 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] zonefile) ok 13646 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] zonefile) ok 13647 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] zonefile) ok 13648 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] zonefile) ok 13649 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] zonefile) ok 13650 - "\n" ([RE/F/NM] zonefile) ok 13651 - "\n" ([SB/F/NM] zonefile) ok 13652 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13653 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13654 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13655 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13656 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13657 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13658 - "PLEASE DO NOT" ([RE/F/NM] zonefile) ok 13659 - "PLEASE DO NOT" ([SB/F/NM] zonefile) ok 13660 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] zonefile) ok 13661 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] zonefile) ok 13662 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] zonefile) ok 13663 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] zonefile) ok 13664 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] zonefile) ok 13665 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] zonefile) ok 13666 - "\n" ([RE/F/NM] zonefile) ok 13667 - "\n" ([SB/F/NM] zonefile) ok 13668 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13669 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13670 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13671 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13672 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13673 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13674 - "PLEASE DO N'T" ([RE/F/NM] zonefile) ok 13675 - "PLEASE DO N'T" ([SB/F/NM] zonefile) ok 13676 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] zonefile) ok 13677 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] zonefile) ok 13678 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] zonefile) ok 13679 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] zonefile) ok 13680 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] zonefile) ok 13681 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] zonefile) ok 13682 - "\n" ([RE/F/NM] zonefile) ok 13683 - "\n" ([SB/F/NM] zonefile) ok 13684 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13685 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13686 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13687 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13688 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13689 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13690 - "NB." ([RE/F/NM] zonefile) ok 13691 - "NB." ([SB/F/NM] zonefile) ok 13692 - "NB.This is a comment" ([RE/F/NM] zonefile) ok 13693 - "NB.This is a comment" ([SB/F/NM] zonefile) ok 13694 - "NB.A\tcomment" ([RE/F/NM] zonefile) ok 13695 - "NB.A\tcomment" ([SB/F/NM] zonefile) ok 13696 - "NB.Another /* comment" ([RE/F/NM] zonefile) ok 13697 - "NB.Another /* comment" ([SB/F/NM] zonefile) ok 13698 - "\n" ([RE/F/NM] zonefile) ok 13699 - "\n" ([SB/F/NM] zonefile) ok 13700 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13701 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13702 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13703 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13704 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13705 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13706 - "{" ([RE/F/NM] zonefile) ok 13707 - "{" ([SB/F/NM] zonefile) ok 13708 - "{This is a comment" ([RE/F/NM] zonefile) ok 13709 - "{This is a comment" ([SB/F/NM] zonefile) ok 13710 - "{A\tcomment" ([RE/F/NM] zonefile) ok 13711 - "{A\tcomment" ([SB/F/NM] zonefile) ok 13712 - "{Another /* comment" ([RE/F/NM] zonefile) ok 13713 - "{Another /* comment" ([SB/F/NM] zonefile) ok 13714 - "}" ([RE/F/NM] zonefile) ok 13715 - "}" ([SB/F/NM] zonefile) ok 13716 - "This is a comment}" ([RE/F/NM] zonefile) ok 13717 - "This is a comment}" ([SB/F/NM] zonefile) ok 13718 - "A\tcomment}" ([RE/F/NM] zonefile) ok 13719 - "A\tcomment}" ([SB/F/NM] zonefile) ok 13720 - "Another /* comment}" ([RE/F/NM] zonefile) ok 13721 - "Another /* comment}" ([SB/F/NM] zonefile) ok 13722 - "." ([RE/F/NM] zonefile) ok 13723 - "." ([SB/F/NM] zonefile) ok 13724 - ".This is a comment" ([RE/F/NM] zonefile) ok 13725 - ".This is a comment" ([SB/F/NM] zonefile) ok 13726 - ".A\tcomment" ([RE/F/NM] zonefile) ok 13727 - ".A\tcomment" ([SB/F/NM] zonefile) ok 13728 - ".Another /* comment" ([RE/F/NM] zonefile) ok 13729 - ".Another /* comment" ([SB/F/NM] zonefile) ok 13730 - "\n" ([RE/F/NM] zonefile) ok 13731 - "\n" ([SB/F/NM] zonefile) ok 13732 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13733 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13734 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13735 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13736 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13737 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13738 - ";" ([RE/F/NM] zonefile) ok 13739 - ";" ([SB/F/NM] zonefile) ok 13740 - ";This is a comment" ([RE/F/NM] zonefile) ok 13741 - ";This is a comment" ([SB/F/NM] zonefile) ok 13742 - ";A\tcomment" ([RE/F/NM] zonefile) ok 13743 - ";A\tcomment" ([SB/F/NM] zonefile) ok 13744 - ";Another /* comment" ([RE/F/NM] zonefile) ok 13745 - ";Another /* comment" ([SB/F/NM] zonefile) ok 13746 - "\n" ([RE/F/NM] zonefile) ok 13747 - "\n" ([SB/F/NM] zonefile) ok 13748 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13749 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13750 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13751 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13752 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13753 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13754 - "`" ([RE/F/NM] zonefile) ok 13755 - "`" ([SB/F/NM] zonefile) ok 13756 - "`This is a comment" ([RE/F/NM] zonefile) ok 13757 - "`This is a comment" ([SB/F/NM] zonefile) ok 13758 - "`A\tcomment" ([RE/F/NM] zonefile) ok 13759 - "`A\tcomment" ([SB/F/NM] zonefile) ok 13760 - "`Another /* comment" ([RE/F/NM] zonefile) ok 13761 - "`Another /* comment" ([SB/F/NM] zonefile) ok 13762 - "\n" ([RE/F/NM] zonefile) ok 13763 - "\n" ([SB/F/NM] zonefile) ok 13764 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13765 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13766 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13767 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13768 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13769 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13770 - "--" ([RE/F/NM] zonefile) ok 13771 - "--" ([SB/F/NM] zonefile) ok 13772 - "--This is a comment" ([RE/F/NM] zonefile) ok 13773 - "--This is a comment" ([SB/F/NM] zonefile) ok 13774 - "--A\tcomment" ([RE/F/NM] zonefile) ok 13775 - "--A\tcomment" ([SB/F/NM] zonefile) ok 13776 - "--Another /* comment" ([RE/F/NM] zonefile) ok 13777 - "--Another /* comment" ([SB/F/NM] zonefile) ok 13778 - "\n" ([RE/F/NM] zonefile) ok 13779 - "\n" ([SB/F/NM] zonefile) ok 13780 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13781 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13782 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13783 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13784 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13785 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13786 - "---" ([RE/F/NM] zonefile) ok 13787 - "---" ([SB/F/NM] zonefile) ok 13788 - "---This is a comment" ([RE/F/NM] zonefile) ok 13789 - "---This is a comment" ([SB/F/NM] zonefile) ok 13790 - "---A\tcomment" ([RE/F/NM] zonefile) ok 13791 - "---A\tcomment" ([SB/F/NM] zonefile) ok 13792 - "---Another /* comment" ([RE/F/NM] zonefile) ok 13793 - "---Another /* comment" ([SB/F/NM] zonefile) ok 13794 - "\n" ([RE/F/NM] zonefile) ok 13795 - "\n" ([SB/F/NM] zonefile) ok 13796 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13797 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13798 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13799 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13800 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13801 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13802 - "-----" ([RE/F/NM] zonefile) ok 13803 - "-----" ([SB/F/NM] zonefile) ok 13804 - "-----This is a comment" ([RE/F/NM] zonefile) ok 13805 - "-----This is a comment" ([SB/F/NM] zonefile) ok 13806 - "-----A\tcomment" ([RE/F/NM] zonefile) ok 13807 - "-----A\tcomment" ([SB/F/NM] zonefile) ok 13808 - "-----Another /* comment" ([RE/F/NM] zonefile) ok 13809 - "-----Another /* comment" ([SB/F/NM] zonefile) ok 13810 - "\n" ([RE/F/NM] zonefile) ok 13811 - "\n" ([SB/F/NM] zonefile) ok 13812 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13813 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13814 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13815 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13816 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13817 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13818 - "\\"" ([RE/F/NM] zonefile) ok 13819 - "\\"" ([SB/F/NM] zonefile) ok 13820 - "\\"This is a comment" ([RE/F/NM] zonefile) ok 13821 - "\\"This is a comment" ([SB/F/NM] zonefile) ok 13822 - "\\"A\tcomment" ([RE/F/NM] zonefile) ok 13823 - "\\"A\tcomment" ([SB/F/NM] zonefile) ok 13824 - "\\"Another /* comment" ([RE/F/NM] zonefile) ok 13825 - "\\"Another /* comment" ([SB/F/NM] zonefile) ok 13826 - "\n" ([RE/F/NM] zonefile) ok 13827 - "\n" ([SB/F/NM] zonefile) ok 13828 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13829 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13830 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13831 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13832 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13833 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13834 - """ ([RE/F/NM] zonefile) ok 13835 - """ ([SB/F/NM] zonefile) ok 13836 - ""This is a comment" ([RE/F/NM] zonefile) ok 13837 - ""This is a comment" ([SB/F/NM] zonefile) ok 13838 - ""A\tcomment" ([RE/F/NM] zonefile) ok 13839 - ""A\tcomment" ([SB/F/NM] zonefile) ok 13840 - ""Another /* comment" ([RE/F/NM] zonefile) ok 13841 - ""Another /* comment" ([SB/F/NM] zonefile) ok 13842 - "\n" ([RE/F/NM] zonefile) ok 13843 - "\n" ([SB/F/NM] zonefile) ok 13844 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13845 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13846 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13847 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13848 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13849 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13850 - "'" ([RE/F/NM] zonefile) ok 13851 - "'" ([SB/F/NM] zonefile) ok 13852 - "'This is a comment" ([RE/F/NM] zonefile) ok 13853 - "'This is a comment" ([SB/F/NM] zonefile) ok 13854 - "'A\tcomment" ([RE/F/NM] zonefile) ok 13855 - "'A\tcomment" ([SB/F/NM] zonefile) ok 13856 - "'Another /* comment" ([RE/F/NM] zonefile) ok 13857 - "'Another /* comment" ([SB/F/NM] zonefile) ok 13858 - "\n" ([RE/F/NM] zonefile) ok 13859 - "\n" ([SB/F/NM] zonefile) ok 13860 - "This is a comment\n" ([RE/F/NM] zonefile) ok 13861 - "This is a comment\n" ([SB/F/NM] zonefile) ok 13862 - "A\tcomment\n" ([RE/F/NM] zonefile) ok 13863 - "A\tcomment\n" ([SB/F/NM] zonefile) ok 13864 - "Another /* comment\n" ([RE/F/NM] zonefile) ok 13865 - "Another /* comment\n" ([SB/F/NM] zonefile) ok 13866 - "/* This is a C comment */" ([RE/F/NM] zonefile) ok 13867 - "/* This is a C comment */" ([SB/F/NM] zonefile) ok 13868 - "(* This is a Pascal comment *)" ([RE/F/NM] zonefile) ok 13869 - "(* This is a Pascal comment *)" ([SB/F/NM] zonefile) ok 13870 - "" ([RE/F/NM] zonefile) ok 13871 - "" ([SB/F/NM] zonefile) ok 13872 - ";\n\n" ([RE/F/NM] zonefile) ok 13873 - ";\n\n" ([SB/F/NM] zonefile) ok 13874 - ";This is a comment\n\n" ([RE/F/NM] zonefile) ok 13875 - ";This is a comment\n\n" ([SB/F/NM] zonefile) ok 13876 - ";A\tcomment\n\n" ([RE/F/NM] zonefile) ok 13877 - ";A\tcomment\n\n" ([SB/F/NM] zonefile) ok 13878 - ";Another /* comment\n\n" ([RE/F/NM] zonefile) ok 13879 - ";Another /* comment\n\n" ([SB/F/NM] zonefile) ok 13880 - ";\n;\n" ([RE/F/NM] zonefile) ok 13881 - ";\n;\n" ([SB/F/NM] zonefile) ok 13882 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] zonefile) ok 13883 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] zonefile) ok 13884 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] zonefile) ok 13885 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] zonefile) ok 13886 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] zonefile) ok 13887 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] zonefile) ok 13888 - ";\nhl" ([RE/F/NM] zonefile) ok 13889 - ";\nhl" ([SB/F/NM] zonefile) ok 13890 - ";This is a comment\nn" ([RE/F/NM] zonefile) ok 13891 - ";This is a comment\nn" ([SB/F/NM] zonefile) ok 13892 - ";A\tcomment\ntpm" ([RE/F/NM] zonefile) ok 13893 - ";A\tcomment\ntpm" ([SB/F/NM] zonefile) ok 13894 - ";Another /* comment\ni0ts" ([RE/F/NM] zonefile) ok 13895 - ";Another /* comment\ni0ts" ([SB/F/NM] zonefile) ok 13896 - "h;\n" ([RE/F/NM] zonefile) ok 13897 - "h;\n" ([SB/F/NM] zonefile) ok 13898 - "ri;This is a comment\n" ([RE/F/NM] zonefile) ok 13899 - "ri;This is a comment\n" ([SB/F/NM] zonefile) ok 13900 - "bgmw;A\tcomment\n" ([RE/F/NM] zonefile) ok 13901 - "bgmw;A\tcomment\n" ([SB/F/NM] zonefile) ok 13902 - "im9;Another /* comment\n" ([RE/F/NM] zonefile) ok 13903 - "im9;Another /* comment\n" ([SB/F/NM] zonefile) ok 13904 - "\\\n" ([RE/F/NM] zonefile) ok 13905 - "\\\n" ([SB/F/NM] zonefile) ok 13906 - "\\This is a comment\n" ([RE/F/NM] zonefile) ok 13907 - "\\This is a comment\n" ([SB/F/NM] zonefile) ok 13908 - "\\A\tcomment\n" ([RE/F/NM] zonefile) ok 13909 - "\\A\tcomment\n" ([SB/F/NM] zonefile) ok 13910 - "\\Another /* comment\n" ([RE/F/NM] zonefile) ok 13911 - "\\Another /* comment\n" ([SB/F/NM] zonefile) ok 13912 - "#\n" ([RE/F/NM] zonefile) ok 13913 - "#\n" ([SB/F/NM] zonefile) ok 13914 - "#This is a comment\n" ([RE/F/NM] zonefile) ok 13915 - "#This is a comment\n" ([SB/F/NM] zonefile) ok 13916 - "#A\tcomment\n" ([RE/F/NM] zonefile) ok 13917 - "#A\tcomment\n" ([SB/F/NM] zonefile) ok 13918 - "#Another /* comment\n" ([RE/F/NM] zonefile) ok 13919 - "#Another /* comment\n" ([SB/F/NM] zonefile) ok 13920 - "//\n" ([RE/F/NM] zonefile) ok 13921 - "//\n" ([SB/F/NM] zonefile) ok 13922 - "//This is a comment\n" ([RE/F/NM] zonefile) ok 13923 - "//This is a comment\n" ([SB/F/NM] zonefile) ok 13924 - "//A\tcomment\n" ([RE/F/NM] zonefile) ok 13925 - "//A\tcomment\n" ([SB/F/NM] zonefile) ok 13926 - "//Another /* comment\n" ([RE/F/NM] zonefile) ok 13927 - "//Another /* comment\n" ([SB/F/NM] zonefile) ok 13928 - "--\n" ([RE/F/NM] zonefile) ok 13929 - "--\n" ([SB/F/NM] zonefile) ok 13930 - "--This is a comment\n" ([RE/F/NM] zonefile) ok 13931 - "--This is a comment\n" ([SB/F/NM] zonefile) ok 13932 - "--A\tcomment\n" ([RE/F/NM] zonefile) ok 13933 - "--A\tcomment\n" ([SB/F/NM] zonefile) ok 13934 - "--Another /* comment\n" ([RE/F/NM] zonefile) ok 13935 - "--Another /* comment\n" ([SB/F/NM] zonefile) ok 13936 - "#\n" ([RE/F/NM] zonefile) ok 13937 - "#\n" ([SB/F/NM] zonefile) ok 13938 - "#This is a comment\n" ([RE/F/NM] zonefile) ok 13939 - "#This is a comment\n" ([SB/F/NM] zonefile) ok 13940 - "#A\tcomment\n" ([RE/F/NM] zonefile) ok 13941 - "#A\tcomment\n" ([SB/F/NM] zonefile) ok 13942 - "#Another /* comment\n" ([RE/F/NM] zonefile) ok 13943 - "#Another /* comment\n" ([SB/F/NM] zonefile) ok 13944 - "*\n" ([RE/F/NM] zonefile) ok 13945 - "*\n" ([SB/F/NM] zonefile) ok 13946 - "*This is a comment\n" ([RE/F/NM] zonefile) ok 13947 - "*This is a comment\n" ([SB/F/NM] zonefile) ok 13948 - "*A\tcomment\n" ([RE/F/NM] zonefile) ok 13949 - "*A\tcomment\n" ([SB/F/NM] zonefile) ok 13950 - "*Another /* comment\n" ([RE/F/NM] zonefile) ok 13951 - "*Another /* comment\n" ([SB/F/NM] zonefile) ok 13952 - "!\n" ([RE/F/NM] zonefile) ok 13953 - "!\n" ([SB/F/NM] zonefile) ok 13954 - "!This is a comment\n" ([RE/F/NM] zonefile) ok 13955 - "!This is a comment\n" ([SB/F/NM] zonefile) ok 13956 - "!A\tcomment\n" ([RE/F/NM] zonefile) ok 13957 - "!A\tcomment\n" ([SB/F/NM] zonefile) ok 13958 - "!Another /* comment\n" ([RE/F/NM] zonefile) ok 13959 - "!Another /* comment\n" ([SB/F/NM] zonefile) ok 13960 - "REM\n" ([RE/F/NM] zonefile) ok 13961 - "REM\n" ([SB/F/NM] zonefile) ok 13962 - "REMThis is a comment\n" ([RE/F/NM] zonefile) ok 13963 - "REMThis is a comment\n" ([SB/F/NM] zonefile) ok 13964 - "REMA\tcomment\n" ([RE/F/NM] zonefile) ok 13965 - "REMA\tcomment\n" ([SB/F/NM] zonefile) ok 13966 - "REMAnother /* comment\n" ([RE/F/NM] zonefile) ok 13967 - "REMAnother /* comment\n" ([SB/F/NM] zonefile) ok 13968 - "//\n" ([RE/F/NM] zonefile) ok 13969 - "//\n" ([SB/F/NM] zonefile) ok 13970 - "//This is a comment\n" ([RE/F/NM] zonefile) ok 13971 - "//This is a comment\n" ([SB/F/NM] zonefile) ok 13972 - "//A\tcomment\n" ([RE/F/NM] zonefile) ok 13973 - "//A\tcomment\n" ([SB/F/NM] zonefile) ok 13974 - "//Another /* comment\n" ([RE/F/NM] zonefile) ok 13975 - "//Another /* comment\n" ([SB/F/NM] zonefile) ok 13976 - "%\n" ([RE/F/NM] zonefile) ok 13977 - "%\n" ([SB/F/NM] zonefile) ok 13978 - "%This is a comment\n" ([RE/F/NM] zonefile) ok 13979 - "%This is a comment\n" ([SB/F/NM] zonefile) ok 13980 - "%A\tcomment\n" ([RE/F/NM] zonefile) ok 13981 - "%A\tcomment\n" ([SB/F/NM] zonefile) ok 13982 - "%Another /* comment\n" ([RE/F/NM] zonefile) ok 13983 - "%Another /* comment\n" ([SB/F/NM] zonefile) ok 13984 - "!\n" ([RE/F/NM] zonefile) ok 13985 - "!\n" ([SB/F/NM] zonefile) ok 13986 - "!This is a comment\n" ([RE/F/NM] zonefile) ok 13987 - "!This is a comment\n" ([SB/F/NM] zonefile) ok 13988 - "!A\tcomment\n" ([RE/F/NM] zonefile) ok 13989 - "!A\tcomment\n" ([SB/F/NM] zonefile) ok 13990 - "!Another /* comment\n" ([RE/F/NM] zonefile) ok 13991 - "!Another /* comment\n" ([SB/F/NM] zonefile) ok 13992 - "NB\n" ([RE/F/NM] zonefile) ok 13993 - "NB\n" ([SB/F/NM] zonefile) ok 13994 - "NBThis is a comment\n" ([RE/F/NM] zonefile) ok 13995 - "NBThis is a comment\n" ([SB/F/NM] zonefile) ok 13996 - "NBA\tcomment\n" ([RE/F/NM] zonefile) ok 13997 - "NBA\tcomment\n" ([SB/F/NM] zonefile) ok 13998 - "NBAnother /* comment\n" ([RE/F/NM] zonefile) ok 13999 - "NBAnother /* comment\n" ([SB/F/NM] zonefile) ok 14000 - "PLEASE NOT\n" ([RE/F/NM] zonefile) ok 14001 - "PLEASE NOT\n" ([SB/F/NM] zonefile) ok 14002 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] zonefile) ok 14003 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] zonefile) ok 14004 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] zonefile) ok 14005 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] zonefile) ok 14006 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] zonefile) ok 14007 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] zonefile) ok 14008 - "PLEASE NOT\n" ([RE/F/NM] zonefile) ok 14009 - "PLEASE NOT\n" ([SB/F/NM] zonefile) ok 14010 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] zonefile) ok 14011 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] zonefile) ok 14012 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] zonefile) ok 14013 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] zonefile) ok 14014 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] zonefile) ok 14015 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] zonefile) ok 14016 - "PLEASE N'T\n" ([RE/F/NM] zonefile) ok 14017 - "PLEASE N'T\n" ([SB/F/NM] zonefile) ok 14018 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] zonefile) ok 14019 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] zonefile) ok 14020 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] zonefile) ok 14021 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] zonefile) ok 14022 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] zonefile) ok 14023 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] zonefile) ok 14024 - "DO NOT\n" ([RE/F/NM] zonefile) ok 14025 - "DO NOT\n" ([SB/F/NM] zonefile) ok 14026 - "DO NOTThis is a comment\n" ([RE/F/NM] zonefile) ok 14027 - "DO NOTThis is a comment\n" ([SB/F/NM] zonefile) ok 14028 - "DO NOTA\tcomment\n" ([RE/F/NM] zonefile) ok 14029 - "DO NOTA\tcomment\n" ([SB/F/NM] zonefile) ok 14030 - "DO NOTAnother /* comment\n" ([RE/F/NM] zonefile) ok 14031 - "DO NOTAnother /* comment\n" ([SB/F/NM] zonefile) ok 14032 - "DO N'T\n" ([RE/F/NM] zonefile) ok 14033 - "DO N'T\n" ([SB/F/NM] zonefile) ok 14034 - "DO N'TThis is a comment\n" ([RE/F/NM] zonefile) ok 14035 - "DO N'TThis is a comment\n" ([SB/F/NM] zonefile) ok 14036 - "DO N'TA\tcomment\n" ([RE/F/NM] zonefile) ok 14037 - "DO N'TA\tcomment\n" ([SB/F/NM] zonefile) ok 14038 - "DO N'TAnother /* comment\n" ([RE/F/NM] zonefile) ok 14039 - "DO N'TAnother /* comment\n" ([SB/F/NM] zonefile) ok 14040 - "DO NOT\n" ([RE/F/NM] zonefile) ok 14041 - "DO NOT\n" ([SB/F/NM] zonefile) ok 14042 - "DO NOTThis is a comment\n" ([RE/F/NM] zonefile) ok 14043 - "DO NOTThis is a comment\n" ([SB/F/NM] zonefile) ok 14044 - "DO NOTA\tcomment\n" ([RE/F/NM] zonefile) ok 14045 - "DO NOTA\tcomment\n" ([SB/F/NM] zonefile) ok 14046 - "DO NOTAnother /* comment\n" ([RE/F/NM] zonefile) ok 14047 - "DO NOTAnother /* comment\n" ([SB/F/NM] zonefile) ok 14048 - "PLEASE DO NOT\n" ([RE/F/NM] zonefile) ok 14049 - "PLEASE DO NOT\n" ([SB/F/NM] zonefile) ok 14050 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] zonefile) ok 14051 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] zonefile) ok 14052 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] zonefile) ok 14053 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] zonefile) ok 14054 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] zonefile) ok 14055 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] zonefile) ok 14056 - "PLEASE DO NOT\n" ([RE/F/NM] zonefile) ok 14057 - "PLEASE DO NOT\n" ([SB/F/NM] zonefile) ok 14058 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] zonefile) ok 14059 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] zonefile) ok 14060 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] zonefile) ok 14061 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] zonefile) ok 14062 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] zonefile) ok 14063 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] zonefile) ok 14064 - "PLEASE DO N'T\n" ([RE/F/NM] zonefile) ok 14065 - "PLEASE DO N'T\n" ([SB/F/NM] zonefile) ok 14066 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] zonefile) ok 14067 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] zonefile) ok 14068 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] zonefile) ok 14069 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] zonefile) ok 14070 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] zonefile) ok 14071 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] zonefile) ok 14072 - "NB.\n" ([RE/F/NM] zonefile) ok 14073 - "NB.\n" ([SB/F/NM] zonefile) ok 14074 - "NB.This is a comment\n" ([RE/F/NM] zonefile) ok 14075 - "NB.This is a comment\n" ([SB/F/NM] zonefile) ok 14076 - "NB.A\tcomment\n" ([RE/F/NM] zonefile) ok 14077 - "NB.A\tcomment\n" ([SB/F/NM] zonefile) ok 14078 - "NB.Another /* comment\n" ([RE/F/NM] zonefile) ok 14079 - "NB.Another /* comment\n" ([SB/F/NM] zonefile) ok 14080 - "{}" ([RE/F/NM] zonefile) ok 14081 - "{}" ([SB/F/NM] zonefile) ok 14082 - "{This is a comment}" ([RE/F/NM] zonefile) ok 14083 - "{This is a comment}" ([SB/F/NM] zonefile) ok 14084 - "{A\tcomment}" ([RE/F/NM] zonefile) ok 14085 - "{A\tcomment}" ([SB/F/NM] zonefile) ok 14086 - "{Another /* comment}" ([RE/F/NM] zonefile) ok 14087 - "{Another /* comment}" ([SB/F/NM] zonefile) ok 14088 - ".\n" ([RE/F/NM] zonefile) ok 14089 - ".\n" ([SB/F/NM] zonefile) ok 14090 - ".This is a comment\n" ([RE/F/NM] zonefile) ok 14091 - ".This is a comment\n" ([SB/F/NM] zonefile) ok 14092 - ".A\tcomment\n" ([RE/F/NM] zonefile) ok 14093 - ".A\tcomment\n" ([SB/F/NM] zonefile) ok 14094 - ".Another /* comment\n" ([RE/F/NM] zonefile) ok 14095 - ".Another /* comment\n" ([SB/F/NM] zonefile) ok 14096 - "`\n" ([RE/F/NM] zonefile) ok 14097 - "`\n" ([SB/F/NM] zonefile) ok 14098 - "`This is a comment\n" ([RE/F/NM] zonefile) ok 14099 - "`This is a comment\n" ([SB/F/NM] zonefile) ok 14100 - "`A\tcomment\n" ([RE/F/NM] zonefile) ok 14101 - "`A\tcomment\n" ([SB/F/NM] zonefile) ok 14102 - "`Another /* comment\n" ([RE/F/NM] zonefile) ok 14103 - "`Another /* comment\n" ([SB/F/NM] zonefile) ok 14104 - "--\n" ([RE/F/NM] zonefile) ok 14105 - "--\n" ([SB/F/NM] zonefile) ok 14106 - "--This is a comment\n" ([RE/F/NM] zonefile) ok 14107 - "--This is a comment\n" ([SB/F/NM] zonefile) ok 14108 - "--A\tcomment\n" ([RE/F/NM] zonefile) ok 14109 - "--A\tcomment\n" ([SB/F/NM] zonefile) ok 14110 - "--Another /* comment\n" ([RE/F/NM] zonefile) ok 14111 - "--Another /* comment\n" ([SB/F/NM] zonefile) ok 14112 - "---\n" ([RE/F/NM] zonefile) ok 14113 - "---\n" ([SB/F/NM] zonefile) ok 14114 - "---This is a comment\n" ([RE/F/NM] zonefile) ok 14115 - "---This is a comment\n" ([SB/F/NM] zonefile) ok 14116 - "---A\tcomment\n" ([RE/F/NM] zonefile) ok 14117 - "---A\tcomment\n" ([SB/F/NM] zonefile) ok 14118 - "---Another /* comment\n" ([RE/F/NM] zonefile) ok 14119 - "---Another /* comment\n" ([SB/F/NM] zonefile) ok 14120 - "-----\n" ([RE/F/NM] zonefile) ok 14121 - "-----\n" ([SB/F/NM] zonefile) ok 14122 - "-----This is a comment\n" ([RE/F/NM] zonefile) ok 14123 - "-----This is a comment\n" ([SB/F/NM] zonefile) ok 14124 - "-----A\tcomment\n" ([RE/F/NM] zonefile) ok 14125 - "-----A\tcomment\n" ([SB/F/NM] zonefile) ok 14126 - "-----Another /* comment\n" ([RE/F/NM] zonefile) ok 14127 - "-----Another /* comment\n" ([SB/F/NM] zonefile) ok 14128 - "\\"\n" ([RE/F/NM] zonefile) ok 14129 - "\\"\n" ([SB/F/NM] zonefile) ok 14130 - "\\"This is a comment\n" ([RE/F/NM] zonefile) ok 14131 - "\\"This is a comment\n" ([SB/F/NM] zonefile) ok 14132 - "\\"A\tcomment\n" ([RE/F/NM] zonefile) ok 14133 - "\\"A\tcomment\n" ([SB/F/NM] zonefile) ok 14134 - "\\"Another /* comment\n" ([RE/F/NM] zonefile) ok 14135 - "\\"Another /* comment\n" ([SB/F/NM] zonefile) ok 14136 - ""\n" ([RE/F/NM] zonefile) ok 14137 - ""\n" ([SB/F/NM] zonefile) ok 14138 - ""This is a comment\n" ([RE/F/NM] zonefile) ok 14139 - ""This is a comment\n" ([SB/F/NM] zonefile) ok 14140 - ""A\tcomment\n" ([RE/F/NM] zonefile) ok 14141 - ""A\tcomment\n" ([SB/F/NM] zonefile) ok 14142 - ""Another /* comment\n" ([RE/F/NM] zonefile) ok 14143 - ""Another /* comment\n" ([SB/F/NM] zonefile) ok 14144 - "'\n" ([RE/F/NM] zonefile) ok 14145 - "'\n" ([SB/F/NM] zonefile) ok 14146 - "'This is a comment\n" ([RE/F/NM] zonefile) ok 14147 - "'This is a comment\n" ([SB/F/NM] zonefile) ok 14148 - "'A\tcomment\n" ([RE/F/NM] zonefile) ok 14149 - "'A\tcomment\n" ([SB/F/NM] zonefile) ok 14150 - "'Another /* comment\n" ([RE/F/NM] zonefile) ok 14151 - "'Another /* comment\n" ([SB/F/NM] zonefile) ok 14152 - "#\n" ([RE/P/MT] awk) ok 14153 - "#\n" ([OM/P/MT] awk) ok 14154 - "#\n" ([OS/P/MT] awk) ok 14155 - "#\n" ([SB/P/MT] awk) ok 14156 - "#\n" ([KP/P/MT] awk) ok 14157 - "#This is a comment\n" ([RE/P/MT] awk) ok 14158 - "#This is a comment\n" ([OM/P/MT] awk) ok 14159 - "#This is a comment\n" ([OS/P/MT] awk) ok 14160 - "#This is a comment\n" ([SB/P/MT] awk) ok 14161 - "#This is a comment\n" ([KP/P/MT] awk) ok 14162 - "#A\tcomment\n" ([RE/P/MT] awk) ok 14163 - "#A\tcomment\n" ([OM/P/MT] awk) ok 14164 - "#A\tcomment\n" ([OS/P/MT] awk) ok 14165 - "#A\tcomment\n" ([SB/P/MT] awk) ok 14166 - "#A\tcomment\n" ([KP/P/MT] awk) ok 14167 - "#Another /* comment\n" ([RE/P/MT] awk) ok 14168 - "#Another /* comment\n" ([OM/P/MT] awk) ok 14169 - "#Another /* comment\n" ([OS/P/MT] awk) ok 14170 - "#Another /* comment\n" ([SB/P/MT] awk) ok 14171 - "#Another /* comment\n" ([KP/P/MT] awk) ok 14172 - "\\" ([RE/F/NM] awk) ok 14173 - "\\" ([SB/F/NM] awk) ok 14174 - "\\This is a comment" ([RE/F/NM] awk) ok 14175 - "\\This is a comment" ([SB/F/NM] awk) ok 14176 - "\\A\tcomment" ([RE/F/NM] awk) ok 14177 - "\\A\tcomment" ([SB/F/NM] awk) ok 14178 - "\\Another /* comment" ([RE/F/NM] awk) ok 14179 - "\\Another /* comment" ([SB/F/NM] awk) ok 14180 - "\n" ([RE/F/NM] awk) ok 14181 - "\n" ([SB/F/NM] awk) ok 14182 - "This is a comment\n" ([RE/F/NM] awk) ok 14183 - "This is a comment\n" ([SB/F/NM] awk) ok 14184 - "A\tcomment\n" ([RE/F/NM] awk) ok 14185 - "A\tcomment\n" ([SB/F/NM] awk) ok 14186 - "Another /* comment\n" ([RE/F/NM] awk) ok 14187 - "Another /* comment\n" ([SB/F/NM] awk) ok 14188 - "#" ([RE/F/NM] awk) ok 14189 - "#" ([SB/F/NM] awk) ok 14190 - "#This is a comment" ([RE/F/NM] awk) ok 14191 - "#This is a comment" ([SB/F/NM] awk) ok 14192 - "#A\tcomment" ([RE/F/NM] awk) ok 14193 - "#A\tcomment" ([SB/F/NM] awk) ok 14194 - "#Another /* comment" ([RE/F/NM] awk) ok 14195 - "#Another /* comment" ([SB/F/NM] awk) ok 14196 - "\n" ([RE/F/NM] awk) ok 14197 - "\n" ([SB/F/NM] awk) ok 14198 - "This is a comment\n" ([RE/F/NM] awk) ok 14199 - "This is a comment\n" ([SB/F/NM] awk) ok 14200 - "A\tcomment\n" ([RE/F/NM] awk) ok 14201 - "A\tcomment\n" ([SB/F/NM] awk) ok 14202 - "Another /* comment\n" ([RE/F/NM] awk) ok 14203 - "Another /* comment\n" ([SB/F/NM] awk) ok 14204 - "//" ([RE/F/NM] awk) ok 14205 - "//" ([SB/F/NM] awk) ok 14206 - "//This is a comment" ([RE/F/NM] awk) ok 14207 - "//This is a comment" ([SB/F/NM] awk) ok 14208 - "//A\tcomment" ([RE/F/NM] awk) ok 14209 - "//A\tcomment" ([SB/F/NM] awk) ok 14210 - "//Another /* comment" ([RE/F/NM] awk) ok 14211 - "//Another /* comment" ([SB/F/NM] awk) ok 14212 - "\n" ([RE/F/NM] awk) ok 14213 - "\n" ([SB/F/NM] awk) ok 14214 - "This is a comment\n" ([RE/F/NM] awk) ok 14215 - "This is a comment\n" ([SB/F/NM] awk) ok 14216 - "A\tcomment\n" ([RE/F/NM] awk) ok 14217 - "A\tcomment\n" ([SB/F/NM] awk) ok 14218 - "Another /* comment\n" ([RE/F/NM] awk) ok 14219 - "Another /* comment\n" ([SB/F/NM] awk) ok 14220 - "--" ([RE/F/NM] awk) ok 14221 - "--" ([SB/F/NM] awk) ok 14222 - "--This is a comment" ([RE/F/NM] awk) ok 14223 - "--This is a comment" ([SB/F/NM] awk) ok 14224 - "--A\tcomment" ([RE/F/NM] awk) ok 14225 - "--A\tcomment" ([SB/F/NM] awk) ok 14226 - "--Another /* comment" ([RE/F/NM] awk) ok 14227 - "--Another /* comment" ([SB/F/NM] awk) ok 14228 - "\n" ([RE/F/NM] awk) ok 14229 - "\n" ([SB/F/NM] awk) ok 14230 - "This is a comment\n" ([RE/F/NM] awk) ok 14231 - "This is a comment\n" ([SB/F/NM] awk) ok 14232 - "A\tcomment\n" ([RE/F/NM] awk) ok 14233 - "A\tcomment\n" ([SB/F/NM] awk) ok 14234 - "Another /* comment\n" ([RE/F/NM] awk) ok 14235 - "Another /* comment\n" ([SB/F/NM] awk) ok 14236 - ";" ([RE/F/NM] awk) ok 14237 - ";" ([SB/F/NM] awk) ok 14238 - ";This is a comment" ([RE/F/NM] awk) ok 14239 - ";This is a comment" ([SB/F/NM] awk) ok 14240 - ";A\tcomment" ([RE/F/NM] awk) ok 14241 - ";A\tcomment" ([SB/F/NM] awk) ok 14242 - ";Another /* comment" ([RE/F/NM] awk) ok 14243 - ";Another /* comment" ([SB/F/NM] awk) ok 14244 - "\n" ([RE/F/NM] awk) ok 14245 - "\n" ([SB/F/NM] awk) ok 14246 - "This is a comment\n" ([RE/F/NM] awk) ok 14247 - "This is a comment\n" ([SB/F/NM] awk) ok 14248 - "A\tcomment\n" ([RE/F/NM] awk) ok 14249 - "A\tcomment\n" ([SB/F/NM] awk) ok 14250 - "Another /* comment\n" ([RE/F/NM] awk) ok 14251 - "Another /* comment\n" ([SB/F/NM] awk) ok 14252 - "#" ([RE/F/NM] awk) ok 14253 - "#" ([SB/F/NM] awk) ok 14254 - "#This is a comment" ([RE/F/NM] awk) ok 14255 - "#This is a comment" ([SB/F/NM] awk) ok 14256 - "#A\tcomment" ([RE/F/NM] awk) ok 14257 - "#A\tcomment" ([SB/F/NM] awk) ok 14258 - "#Another /* comment" ([RE/F/NM] awk) ok 14259 - "#Another /* comment" ([SB/F/NM] awk) ok 14260 - "\n" ([RE/F/NM] awk) ok 14261 - "\n" ([SB/F/NM] awk) ok 14262 - "This is a comment\n" ([RE/F/NM] awk) ok 14263 - "This is a comment\n" ([SB/F/NM] awk) ok 14264 - "A\tcomment\n" ([RE/F/NM] awk) ok 14265 - "A\tcomment\n" ([SB/F/NM] awk) ok 14266 - "Another /* comment\n" ([RE/F/NM] awk) ok 14267 - "Another /* comment\n" ([SB/F/NM] awk) ok 14268 - "*" ([RE/F/NM] awk) ok 14269 - "*" ([SB/F/NM] awk) ok 14270 - "*This is a comment" ([RE/F/NM] awk) ok 14271 - "*This is a comment" ([SB/F/NM] awk) ok 14272 - "*A\tcomment" ([RE/F/NM] awk) ok 14273 - "*A\tcomment" ([SB/F/NM] awk) ok 14274 - "*Another /* comment" ([RE/F/NM] awk) ok 14275 - "*Another /* comment" ([SB/F/NM] awk) ok 14276 - "\n" ([RE/F/NM] awk) ok 14277 - "\n" ([SB/F/NM] awk) ok 14278 - "This is a comment\n" ([RE/F/NM] awk) ok 14279 - "This is a comment\n" ([SB/F/NM] awk) ok 14280 - "A\tcomment\n" ([RE/F/NM] awk) ok 14281 - "A\tcomment\n" ([SB/F/NM] awk) ok 14282 - "Another /* comment\n" ([RE/F/NM] awk) ok 14283 - "Another /* comment\n" ([SB/F/NM] awk) ok 14284 - "!" ([RE/F/NM] awk) ok 14285 - "!" ([SB/F/NM] awk) ok 14286 - "!This is a comment" ([RE/F/NM] awk) ok 14287 - "!This is a comment" ([SB/F/NM] awk) ok 14288 - "!A\tcomment" ([RE/F/NM] awk) ok 14289 - "!A\tcomment" ([SB/F/NM] awk) ok 14290 - "!Another /* comment" ([RE/F/NM] awk) ok 14291 - "!Another /* comment" ([SB/F/NM] awk) ok 14292 - "\n" ([RE/F/NM] awk) ok 14293 - "\n" ([SB/F/NM] awk) ok 14294 - "This is a comment\n" ([RE/F/NM] awk) ok 14295 - "This is a comment\n" ([SB/F/NM] awk) ok 14296 - "A\tcomment\n" ([RE/F/NM] awk) ok 14297 - "A\tcomment\n" ([SB/F/NM] awk) ok 14298 - "Another /* comment\n" ([RE/F/NM] awk) ok 14299 - "Another /* comment\n" ([SB/F/NM] awk) ok 14300 - "REM" ([RE/F/NM] awk) ok 14301 - "REM" ([SB/F/NM] awk) ok 14302 - "REMThis is a comment" ([RE/F/NM] awk) ok 14303 - "REMThis is a comment" ([SB/F/NM] awk) ok 14304 - "REMA\tcomment" ([RE/F/NM] awk) ok 14305 - "REMA\tcomment" ([SB/F/NM] awk) ok 14306 - "REMAnother /* comment" ([RE/F/NM] awk) ok 14307 - "REMAnother /* comment" ([SB/F/NM] awk) ok 14308 - "\n" ([RE/F/NM] awk) ok 14309 - "\n" ([SB/F/NM] awk) ok 14310 - "This is a comment\n" ([RE/F/NM] awk) ok 14311 - "This is a comment\n" ([SB/F/NM] awk) ok 14312 - "A\tcomment\n" ([RE/F/NM] awk) ok 14313 - "A\tcomment\n" ([SB/F/NM] awk) ok 14314 - "Another /* comment\n" ([RE/F/NM] awk) ok 14315 - "Another /* comment\n" ([SB/F/NM] awk) ok 14316 - "//" ([RE/F/NM] awk) ok 14317 - "//" ([SB/F/NM] awk) ok 14318 - "//This is a comment" ([RE/F/NM] awk) ok 14319 - "//This is a comment" ([SB/F/NM] awk) ok 14320 - "//A\tcomment" ([RE/F/NM] awk) ok 14321 - "//A\tcomment" ([SB/F/NM] awk) ok 14322 - "//Another /* comment" ([RE/F/NM] awk) ok 14323 - "//Another /* comment" ([SB/F/NM] awk) ok 14324 - "\n" ([RE/F/NM] awk) ok 14325 - "\n" ([SB/F/NM] awk) ok 14326 - "This is a comment\n" ([RE/F/NM] awk) ok 14327 - "This is a comment\n" ([SB/F/NM] awk) ok 14328 - "A\tcomment\n" ([RE/F/NM] awk) ok 14329 - "A\tcomment\n" ([SB/F/NM] awk) ok 14330 - "Another /* comment\n" ([RE/F/NM] awk) ok 14331 - "Another /* comment\n" ([SB/F/NM] awk) ok 14332 - "%" ([RE/F/NM] awk) ok 14333 - "%" ([SB/F/NM] awk) ok 14334 - "%This is a comment" ([RE/F/NM] awk) ok 14335 - "%This is a comment" ([SB/F/NM] awk) ok 14336 - "%A\tcomment" ([RE/F/NM] awk) ok 14337 - "%A\tcomment" ([SB/F/NM] awk) ok 14338 - "%Another /* comment" ([RE/F/NM] awk) ok 14339 - "%Another /* comment" ([SB/F/NM] awk) ok 14340 - "\n" ([RE/F/NM] awk) ok 14341 - "\n" ([SB/F/NM] awk) ok 14342 - "This is a comment\n" ([RE/F/NM] awk) ok 14343 - "This is a comment\n" ([SB/F/NM] awk) ok 14344 - "A\tcomment\n" ([RE/F/NM] awk) ok 14345 - "A\tcomment\n" ([SB/F/NM] awk) ok 14346 - "Another /* comment\n" ([RE/F/NM] awk) ok 14347 - "Another /* comment\n" ([SB/F/NM] awk) ok 14348 - "!" ([RE/F/NM] awk) ok 14349 - "!" ([SB/F/NM] awk) ok 14350 - "!This is a comment" ([RE/F/NM] awk) ok 14351 - "!This is a comment" ([SB/F/NM] awk) ok 14352 - "!A\tcomment" ([RE/F/NM] awk) ok 14353 - "!A\tcomment" ([SB/F/NM] awk) ok 14354 - "!Another /* comment" ([RE/F/NM] awk) ok 14355 - "!Another /* comment" ([SB/F/NM] awk) ok 14356 - "\n" ([RE/F/NM] awk) ok 14357 - "\n" ([SB/F/NM] awk) ok 14358 - "This is a comment\n" ([RE/F/NM] awk) ok 14359 - "This is a comment\n" ([SB/F/NM] awk) ok 14360 - "A\tcomment\n" ([RE/F/NM] awk) ok 14361 - "A\tcomment\n" ([SB/F/NM] awk) ok 14362 - "Another /* comment\n" ([RE/F/NM] awk) ok 14363 - "Another /* comment\n" ([SB/F/NM] awk) ok 14364 - "NB" ([RE/F/NM] awk) ok 14365 - "NB" ([SB/F/NM] awk) ok 14366 - "NBThis is a comment" ([RE/F/NM] awk) ok 14367 - "NBThis is a comment" ([SB/F/NM] awk) ok 14368 - "NBA\tcomment" ([RE/F/NM] awk) ok 14369 - "NBA\tcomment" ([SB/F/NM] awk) ok 14370 - "NBAnother /* comment" ([RE/F/NM] awk) ok 14371 - "NBAnother /* comment" ([SB/F/NM] awk) ok 14372 - "\n" ([RE/F/NM] awk) ok 14373 - "\n" ([SB/F/NM] awk) ok 14374 - "This is a comment\n" ([RE/F/NM] awk) ok 14375 - "This is a comment\n" ([SB/F/NM] awk) ok 14376 - "A\tcomment\n" ([RE/F/NM] awk) ok 14377 - "A\tcomment\n" ([SB/F/NM] awk) ok 14378 - "Another /* comment\n" ([RE/F/NM] awk) ok 14379 - "Another /* comment\n" ([SB/F/NM] awk) ok 14380 - "PLEASE NOT" ([RE/F/NM] awk) ok 14381 - "PLEASE NOT" ([SB/F/NM] awk) ok 14382 - "PLEASE NOTThis is a comment" ([RE/F/NM] awk) ok 14383 - "PLEASE NOTThis is a comment" ([SB/F/NM] awk) ok 14384 - "PLEASE NOTA\tcomment" ([RE/F/NM] awk) ok 14385 - "PLEASE NOTA\tcomment" ([SB/F/NM] awk) ok 14386 - "PLEASE NOTAnother /* comment" ([RE/F/NM] awk) ok 14387 - "PLEASE NOTAnother /* comment" ([SB/F/NM] awk) ok 14388 - "\n" ([RE/F/NM] awk) ok 14389 - "\n" ([SB/F/NM] awk) ok 14390 - "This is a comment\n" ([RE/F/NM] awk) ok 14391 - "This is a comment\n" ([SB/F/NM] awk) ok 14392 - "A\tcomment\n" ([RE/F/NM] awk) ok 14393 - "A\tcomment\n" ([SB/F/NM] awk) ok 14394 - "Another /* comment\n" ([RE/F/NM] awk) ok 14395 - "Another /* comment\n" ([SB/F/NM] awk) ok 14396 - "PLEASE NOT" ([RE/F/NM] awk) ok 14397 - "PLEASE NOT" ([SB/F/NM] awk) ok 14398 - "PLEASE NOTThis is a comment" ([RE/F/NM] awk) ok 14399 - "PLEASE NOTThis is a comment" ([SB/F/NM] awk) ok 14400 - "PLEASE NOTA\tcomment" ([RE/F/NM] awk) ok 14401 - "PLEASE NOTA\tcomment" ([SB/F/NM] awk) ok 14402 - "PLEASE NOTAnother /* comment" ([RE/F/NM] awk) ok 14403 - "PLEASE NOTAnother /* comment" ([SB/F/NM] awk) ok 14404 - "\n" ([RE/F/NM] awk) ok 14405 - "\n" ([SB/F/NM] awk) ok 14406 - "This is a comment\n" ([RE/F/NM] awk) ok 14407 - "This is a comment\n" ([SB/F/NM] awk) ok 14408 - "A\tcomment\n" ([RE/F/NM] awk) ok 14409 - "A\tcomment\n" ([SB/F/NM] awk) ok 14410 - "Another /* comment\n" ([RE/F/NM] awk) ok 14411 - "Another /* comment\n" ([SB/F/NM] awk) ok 14412 - "PLEASE N'T" ([RE/F/NM] awk) ok 14413 - "PLEASE N'T" ([SB/F/NM] awk) ok 14414 - "PLEASE N'TThis is a comment" ([RE/F/NM] awk) ok 14415 - "PLEASE N'TThis is a comment" ([SB/F/NM] awk) ok 14416 - "PLEASE N'TA\tcomment" ([RE/F/NM] awk) ok 14417 - "PLEASE N'TA\tcomment" ([SB/F/NM] awk) ok 14418 - "PLEASE N'TAnother /* comment" ([RE/F/NM] awk) ok 14419 - "PLEASE N'TAnother /* comment" ([SB/F/NM] awk) ok 14420 - "\n" ([RE/F/NM] awk) ok 14421 - "\n" ([SB/F/NM] awk) ok 14422 - "This is a comment\n" ([RE/F/NM] awk) ok 14423 - "This is a comment\n" ([SB/F/NM] awk) ok 14424 - "A\tcomment\n" ([RE/F/NM] awk) ok 14425 - "A\tcomment\n" ([SB/F/NM] awk) ok 14426 - "Another /* comment\n" ([RE/F/NM] awk) ok 14427 - "Another /* comment\n" ([SB/F/NM] awk) ok 14428 - "DO NOT" ([RE/F/NM] awk) ok 14429 - "DO NOT" ([SB/F/NM] awk) ok 14430 - "DO NOTThis is a comment" ([RE/F/NM] awk) ok 14431 - "DO NOTThis is a comment" ([SB/F/NM] awk) ok 14432 - "DO NOTA\tcomment" ([RE/F/NM] awk) ok 14433 - "DO NOTA\tcomment" ([SB/F/NM] awk) ok 14434 - "DO NOTAnother /* comment" ([RE/F/NM] awk) ok 14435 - "DO NOTAnother /* comment" ([SB/F/NM] awk) ok 14436 - "\n" ([RE/F/NM] awk) ok 14437 - "\n" ([SB/F/NM] awk) ok 14438 - "This is a comment\n" ([RE/F/NM] awk) ok 14439 - "This is a comment\n" ([SB/F/NM] awk) ok 14440 - "A\tcomment\n" ([RE/F/NM] awk) ok 14441 - "A\tcomment\n" ([SB/F/NM] awk) ok 14442 - "Another /* comment\n" ([RE/F/NM] awk) ok 14443 - "Another /* comment\n" ([SB/F/NM] awk) ok 14444 - "DO N'T" ([RE/F/NM] awk) ok 14445 - "DO N'T" ([SB/F/NM] awk) ok 14446 - "DO N'TThis is a comment" ([RE/F/NM] awk) ok 14447 - "DO N'TThis is a comment" ([SB/F/NM] awk) ok 14448 - "DO N'TA\tcomment" ([RE/F/NM] awk) ok 14449 - "DO N'TA\tcomment" ([SB/F/NM] awk) ok 14450 - "DO N'TAnother /* comment" ([RE/F/NM] awk) ok 14451 - "DO N'TAnother /* comment" ([SB/F/NM] awk) ok 14452 - "\n" ([RE/F/NM] awk) ok 14453 - "\n" ([SB/F/NM] awk) ok 14454 - "This is a comment\n" ([RE/F/NM] awk) ok 14455 - "This is a comment\n" ([SB/F/NM] awk) ok 14456 - "A\tcomment\n" ([RE/F/NM] awk) ok 14457 - "A\tcomment\n" ([SB/F/NM] awk) ok 14458 - "Another /* comment\n" ([RE/F/NM] awk) ok 14459 - "Another /* comment\n" ([SB/F/NM] awk) ok 14460 - "DO NOT" ([RE/F/NM] awk) ok 14461 - "DO NOT" ([SB/F/NM] awk) ok 14462 - "DO NOTThis is a comment" ([RE/F/NM] awk) ok 14463 - "DO NOTThis is a comment" ([SB/F/NM] awk) ok 14464 - "DO NOTA\tcomment" ([RE/F/NM] awk) ok 14465 - "DO NOTA\tcomment" ([SB/F/NM] awk) ok 14466 - "DO NOTAnother /* comment" ([RE/F/NM] awk) ok 14467 - "DO NOTAnother /* comment" ([SB/F/NM] awk) ok 14468 - "\n" ([RE/F/NM] awk) ok 14469 - "\n" ([SB/F/NM] awk) ok 14470 - "This is a comment\n" ([RE/F/NM] awk) ok 14471 - "This is a comment\n" ([SB/F/NM] awk) ok 14472 - "A\tcomment\n" ([RE/F/NM] awk) ok 14473 - "A\tcomment\n" ([SB/F/NM] awk) ok 14474 - "Another /* comment\n" ([RE/F/NM] awk) ok 14475 - "Another /* comment\n" ([SB/F/NM] awk) ok 14476 - "PLEASE DO NOT" ([RE/F/NM] awk) ok 14477 - "PLEASE DO NOT" ([SB/F/NM] awk) ok 14478 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] awk) ok 14479 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] awk) ok 14480 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] awk) ok 14481 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] awk) ok 14482 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] awk) ok 14483 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] awk) ok 14484 - "\n" ([RE/F/NM] awk) ok 14485 - "\n" ([SB/F/NM] awk) ok 14486 - "This is a comment\n" ([RE/F/NM] awk) ok 14487 - "This is a comment\n" ([SB/F/NM] awk) ok 14488 - "A\tcomment\n" ([RE/F/NM] awk) ok 14489 - "A\tcomment\n" ([SB/F/NM] awk) ok 14490 - "Another /* comment\n" ([RE/F/NM] awk) ok 14491 - "Another /* comment\n" ([SB/F/NM] awk) ok 14492 - "PLEASE DO NOT" ([RE/F/NM] awk) ok 14493 - "PLEASE DO NOT" ([SB/F/NM] awk) ok 14494 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] awk) ok 14495 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] awk) ok 14496 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] awk) ok 14497 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] awk) ok 14498 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] awk) ok 14499 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] awk) ok 14500 - "\n" ([RE/F/NM] awk) ok 14501 - "\n" ([SB/F/NM] awk) ok 14502 - "This is a comment\n" ([RE/F/NM] awk) ok 14503 - "This is a comment\n" ([SB/F/NM] awk) ok 14504 - "A\tcomment\n" ([RE/F/NM] awk) ok 14505 - "A\tcomment\n" ([SB/F/NM] awk) ok 14506 - "Another /* comment\n" ([RE/F/NM] awk) ok 14507 - "Another /* comment\n" ([SB/F/NM] awk) ok 14508 - "PLEASE DO N'T" ([RE/F/NM] awk) ok 14509 - "PLEASE DO N'T" ([SB/F/NM] awk) ok 14510 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] awk) ok 14511 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] awk) ok 14512 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] awk) ok 14513 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] awk) ok 14514 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] awk) ok 14515 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] awk) ok 14516 - "\n" ([RE/F/NM] awk) ok 14517 - "\n" ([SB/F/NM] awk) ok 14518 - "This is a comment\n" ([RE/F/NM] awk) ok 14519 - "This is a comment\n" ([SB/F/NM] awk) ok 14520 - "A\tcomment\n" ([RE/F/NM] awk) ok 14521 - "A\tcomment\n" ([SB/F/NM] awk) ok 14522 - "Another /* comment\n" ([RE/F/NM] awk) ok 14523 - "Another /* comment\n" ([SB/F/NM] awk) ok 14524 - "NB." ([RE/F/NM] awk) ok 14525 - "NB." ([SB/F/NM] awk) ok 14526 - "NB.This is a comment" ([RE/F/NM] awk) ok 14527 - "NB.This is a comment" ([SB/F/NM] awk) ok 14528 - "NB.A\tcomment" ([RE/F/NM] awk) ok 14529 - "NB.A\tcomment" ([SB/F/NM] awk) ok 14530 - "NB.Another /* comment" ([RE/F/NM] awk) ok 14531 - "NB.Another /* comment" ([SB/F/NM] awk) ok 14532 - "\n" ([RE/F/NM] awk) ok 14533 - "\n" ([SB/F/NM] awk) ok 14534 - "This is a comment\n" ([RE/F/NM] awk) ok 14535 - "This is a comment\n" ([SB/F/NM] awk) ok 14536 - "A\tcomment\n" ([RE/F/NM] awk) ok 14537 - "A\tcomment\n" ([SB/F/NM] awk) ok 14538 - "Another /* comment\n" ([RE/F/NM] awk) ok 14539 - "Another /* comment\n" ([SB/F/NM] awk) ok 14540 - "{" ([RE/F/NM] awk) ok 14541 - "{" ([SB/F/NM] awk) ok 14542 - "{This is a comment" ([RE/F/NM] awk) ok 14543 - "{This is a comment" ([SB/F/NM] awk) ok 14544 - "{A\tcomment" ([RE/F/NM] awk) ok 14545 - "{A\tcomment" ([SB/F/NM] awk) ok 14546 - "{Another /* comment" ([RE/F/NM] awk) ok 14547 - "{Another /* comment" ([SB/F/NM] awk) ok 14548 - "}" ([RE/F/NM] awk) ok 14549 - "}" ([SB/F/NM] awk) ok 14550 - "This is a comment}" ([RE/F/NM] awk) ok 14551 - "This is a comment}" ([SB/F/NM] awk) ok 14552 - "A\tcomment}" ([RE/F/NM] awk) ok 14553 - "A\tcomment}" ([SB/F/NM] awk) ok 14554 - "Another /* comment}" ([RE/F/NM] awk) ok 14555 - "Another /* comment}" ([SB/F/NM] awk) ok 14556 - "." ([RE/F/NM] awk) ok 14557 - "." ([SB/F/NM] awk) ok 14558 - ".This is a comment" ([RE/F/NM] awk) ok 14559 - ".This is a comment" ([SB/F/NM] awk) ok 14560 - ".A\tcomment" ([RE/F/NM] awk) ok 14561 - ".A\tcomment" ([SB/F/NM] awk) ok 14562 - ".Another /* comment" ([RE/F/NM] awk) ok 14563 - ".Another /* comment" ([SB/F/NM] awk) ok 14564 - "\n" ([RE/F/NM] awk) ok 14565 - "\n" ([SB/F/NM] awk) ok 14566 - "This is a comment\n" ([RE/F/NM] awk) ok 14567 - "This is a comment\n" ([SB/F/NM] awk) ok 14568 - "A\tcomment\n" ([RE/F/NM] awk) ok 14569 - "A\tcomment\n" ([SB/F/NM] awk) ok 14570 - "Another /* comment\n" ([RE/F/NM] awk) ok 14571 - "Another /* comment\n" ([SB/F/NM] awk) ok 14572 - ";" ([RE/F/NM] awk) ok 14573 - ";" ([SB/F/NM] awk) ok 14574 - ";This is a comment" ([RE/F/NM] awk) ok 14575 - ";This is a comment" ([SB/F/NM] awk) ok 14576 - ";A\tcomment" ([RE/F/NM] awk) ok 14577 - ";A\tcomment" ([SB/F/NM] awk) ok 14578 - ";Another /* comment" ([RE/F/NM] awk) ok 14579 - ";Another /* comment" ([SB/F/NM] awk) ok 14580 - "\n" ([RE/F/NM] awk) ok 14581 - "\n" ([SB/F/NM] awk) ok 14582 - "This is a comment\n" ([RE/F/NM] awk) ok 14583 - "This is a comment\n" ([SB/F/NM] awk) ok 14584 - "A\tcomment\n" ([RE/F/NM] awk) ok 14585 - "A\tcomment\n" ([SB/F/NM] awk) ok 14586 - "Another /* comment\n" ([RE/F/NM] awk) ok 14587 - "Another /* comment\n" ([SB/F/NM] awk) ok 14588 - "`" ([RE/F/NM] awk) ok 14589 - "`" ([SB/F/NM] awk) ok 14590 - "`This is a comment" ([RE/F/NM] awk) ok 14591 - "`This is a comment" ([SB/F/NM] awk) ok 14592 - "`A\tcomment" ([RE/F/NM] awk) ok 14593 - "`A\tcomment" ([SB/F/NM] awk) ok 14594 - "`Another /* comment" ([RE/F/NM] awk) ok 14595 - "`Another /* comment" ([SB/F/NM] awk) ok 14596 - "\n" ([RE/F/NM] awk) ok 14597 - "\n" ([SB/F/NM] awk) ok 14598 - "This is a comment\n" ([RE/F/NM] awk) ok 14599 - "This is a comment\n" ([SB/F/NM] awk) ok 14600 - "A\tcomment\n" ([RE/F/NM] awk) ok 14601 - "A\tcomment\n" ([SB/F/NM] awk) ok 14602 - "Another /* comment\n" ([RE/F/NM] awk) ok 14603 - "Another /* comment\n" ([SB/F/NM] awk) ok 14604 - "--" ([RE/F/NM] awk) ok 14605 - "--" ([SB/F/NM] awk) ok 14606 - "--This is a comment" ([RE/F/NM] awk) ok 14607 - "--This is a comment" ([SB/F/NM] awk) ok 14608 - "--A\tcomment" ([RE/F/NM] awk) ok 14609 - "--A\tcomment" ([SB/F/NM] awk) ok 14610 - "--Another /* comment" ([RE/F/NM] awk) ok 14611 - "--Another /* comment" ([SB/F/NM] awk) ok 14612 - "\n" ([RE/F/NM] awk) ok 14613 - "\n" ([SB/F/NM] awk) ok 14614 - "This is a comment\n" ([RE/F/NM] awk) ok 14615 - "This is a comment\n" ([SB/F/NM] awk) ok 14616 - "A\tcomment\n" ([RE/F/NM] awk) ok 14617 - "A\tcomment\n" ([SB/F/NM] awk) ok 14618 - "Another /* comment\n" ([RE/F/NM] awk) ok 14619 - "Another /* comment\n" ([SB/F/NM] awk) ok 14620 - "---" ([RE/F/NM] awk) ok 14621 - "---" ([SB/F/NM] awk) ok 14622 - "---This is a comment" ([RE/F/NM] awk) ok 14623 - "---This is a comment" ([SB/F/NM] awk) ok 14624 - "---A\tcomment" ([RE/F/NM] awk) ok 14625 - "---A\tcomment" ([SB/F/NM] awk) ok 14626 - "---Another /* comment" ([RE/F/NM] awk) ok 14627 - "---Another /* comment" ([SB/F/NM] awk) ok 14628 - "\n" ([RE/F/NM] awk) ok 14629 - "\n" ([SB/F/NM] awk) ok 14630 - "This is a comment\n" ([RE/F/NM] awk) ok 14631 - "This is a comment\n" ([SB/F/NM] awk) ok 14632 - "A\tcomment\n" ([RE/F/NM] awk) ok 14633 - "A\tcomment\n" ([SB/F/NM] awk) ok 14634 - "Another /* comment\n" ([RE/F/NM] awk) ok 14635 - "Another /* comment\n" ([SB/F/NM] awk) ok 14636 - "-----" ([RE/F/NM] awk) ok 14637 - "-----" ([SB/F/NM] awk) ok 14638 - "-----This is a comment" ([RE/F/NM] awk) ok 14639 - "-----This is a comment" ([SB/F/NM] awk) ok 14640 - "-----A\tcomment" ([RE/F/NM] awk) ok 14641 - "-----A\tcomment" ([SB/F/NM] awk) ok 14642 - "-----Another /* comment" ([RE/F/NM] awk) ok 14643 - "-----Another /* comment" ([SB/F/NM] awk) ok 14644 - "\n" ([RE/F/NM] awk) ok 14645 - "\n" ([SB/F/NM] awk) ok 14646 - "This is a comment\n" ([RE/F/NM] awk) ok 14647 - "This is a comment\n" ([SB/F/NM] awk) ok 14648 - "A\tcomment\n" ([RE/F/NM] awk) ok 14649 - "A\tcomment\n" ([SB/F/NM] awk) ok 14650 - "Another /* comment\n" ([RE/F/NM] awk) ok 14651 - "Another /* comment\n" ([SB/F/NM] awk) ok 14652 - "\\"" ([RE/F/NM] awk) ok 14653 - "\\"" ([SB/F/NM] awk) ok 14654 - "\\"This is a comment" ([RE/F/NM] awk) ok 14655 - "\\"This is a comment" ([SB/F/NM] awk) ok 14656 - "\\"A\tcomment" ([RE/F/NM] awk) ok 14657 - "\\"A\tcomment" ([SB/F/NM] awk) ok 14658 - "\\"Another /* comment" ([RE/F/NM] awk) ok 14659 - "\\"Another /* comment" ([SB/F/NM] awk) ok 14660 - "\n" ([RE/F/NM] awk) ok 14661 - "\n" ([SB/F/NM] awk) ok 14662 - "This is a comment\n" ([RE/F/NM] awk) ok 14663 - "This is a comment\n" ([SB/F/NM] awk) ok 14664 - "A\tcomment\n" ([RE/F/NM] awk) ok 14665 - "A\tcomment\n" ([SB/F/NM] awk) ok 14666 - "Another /* comment\n" ([RE/F/NM] awk) ok 14667 - "Another /* comment\n" ([SB/F/NM] awk) ok 14668 - """ ([RE/F/NM] awk) ok 14669 - """ ([SB/F/NM] awk) ok 14670 - ""This is a comment" ([RE/F/NM] awk) ok 14671 - ""This is a comment" ([SB/F/NM] awk) ok 14672 - ""A\tcomment" ([RE/F/NM] awk) ok 14673 - ""A\tcomment" ([SB/F/NM] awk) ok 14674 - ""Another /* comment" ([RE/F/NM] awk) ok 14675 - ""Another /* comment" ([SB/F/NM] awk) ok 14676 - "\n" ([RE/F/NM] awk) ok 14677 - "\n" ([SB/F/NM] awk) ok 14678 - "This is a comment\n" ([RE/F/NM] awk) ok 14679 - "This is a comment\n" ([SB/F/NM] awk) ok 14680 - "A\tcomment\n" ([RE/F/NM] awk) ok 14681 - "A\tcomment\n" ([SB/F/NM] awk) ok 14682 - "Another /* comment\n" ([RE/F/NM] awk) ok 14683 - "Another /* comment\n" ([SB/F/NM] awk) ok 14684 - "'" ([RE/F/NM] awk) ok 14685 - "'" ([SB/F/NM] awk) ok 14686 - "'This is a comment" ([RE/F/NM] awk) ok 14687 - "'This is a comment" ([SB/F/NM] awk) ok 14688 - "'A\tcomment" ([RE/F/NM] awk) ok 14689 - "'A\tcomment" ([SB/F/NM] awk) ok 14690 - "'Another /* comment" ([RE/F/NM] awk) ok 14691 - "'Another /* comment" ([SB/F/NM] awk) ok 14692 - "\n" ([RE/F/NM] awk) ok 14693 - "\n" ([SB/F/NM] awk) ok 14694 - "This is a comment\n" ([RE/F/NM] awk) ok 14695 - "This is a comment\n" ([SB/F/NM] awk) ok 14696 - "A\tcomment\n" ([RE/F/NM] awk) ok 14697 - "A\tcomment\n" ([SB/F/NM] awk) ok 14698 - "Another /* comment\n" ([RE/F/NM] awk) ok 14699 - "Another /* comment\n" ([SB/F/NM] awk) ok 14700 - "/* This is a C comment */" ([RE/F/NM] awk) ok 14701 - "/* This is a C comment */" ([SB/F/NM] awk) ok 14702 - "(* This is a Pascal comment *)" ([RE/F/NM] awk) ok 14703 - "(* This is a Pascal comment *)" ([SB/F/NM] awk) ok 14704 - "" ([RE/F/NM] awk) ok 14705 - "" ([SB/F/NM] awk) ok 14706 - "#\n\n" ([RE/F/NM] awk) ok 14707 - "#\n\n" ([SB/F/NM] awk) ok 14708 - "#This is a comment\n\n" ([RE/F/NM] awk) ok 14709 - "#This is a comment\n\n" ([SB/F/NM] awk) ok 14710 - "#A\tcomment\n\n" ([RE/F/NM] awk) ok 14711 - "#A\tcomment\n\n" ([SB/F/NM] awk) ok 14712 - "#Another /* comment\n\n" ([RE/F/NM] awk) ok 14713 - "#Another /* comment\n\n" ([SB/F/NM] awk) ok 14714 - "#\n#\n" ([RE/F/NM] awk) ok 14715 - "#\n#\n" ([SB/F/NM] awk) ok 14716 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] awk) ok 14717 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] awk) ok 14718 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] awk) ok 14719 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] awk) ok 14720 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] awk) ok 14721 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] awk) ok 14722 - "#\nq" ([RE/F/NM] awk) ok 14723 - "#\nq" ([SB/F/NM] awk) ok 14724 - "#This is a comment\nrrh" ([RE/F/NM] awk) ok 14725 - "#This is a comment\nrrh" ([SB/F/NM] awk) ok 14726 - "#A\tcomment\n6" ([RE/F/NM] awk) ok 14727 - "#A\tcomment\n6" ([SB/F/NM] awk) ok 14728 - "#Another /* comment\nyhqg" ([RE/F/NM] awk) ok 14729 - "#Another /* comment\nyhqg" ([SB/F/NM] awk) ok 14730 - "z35#\n" ([RE/F/NM] awk) ok 14731 - "z35#\n" ([SB/F/NM] awk) ok 14732 - "e#This is a comment\n" ([RE/F/NM] awk) ok 14733 - "e#This is a comment\n" ([SB/F/NM] awk) ok 14734 - "d#A\tcomment\n" ([RE/F/NM] awk) ok 14735 - "d#A\tcomment\n" ([SB/F/NM] awk) ok 14736 - "zb#Another /* comment\n" ([RE/F/NM] awk) ok 14737 - "zb#Another /* comment\n" ([SB/F/NM] awk) ok 14738 - "\\\n" ([RE/F/NM] awk) ok 14739 - "\\\n" ([SB/F/NM] awk) ok 14740 - "\\This is a comment\n" ([RE/F/NM] awk) ok 14741 - "\\This is a comment\n" ([SB/F/NM] awk) ok 14742 - "\\A\tcomment\n" ([RE/F/NM] awk) ok 14743 - "\\A\tcomment\n" ([SB/F/NM] awk) ok 14744 - "\\Another /* comment\n" ([RE/F/NM] awk) ok 14745 - "\\Another /* comment\n" ([SB/F/NM] awk) ok 14746 - "//\n" ([RE/F/NM] awk) ok 14747 - "//\n" ([SB/F/NM] awk) ok 14748 - "//This is a comment\n" ([RE/F/NM] awk) ok 14749 - "//This is a comment\n" ([SB/F/NM] awk) ok 14750 - "//A\tcomment\n" ([RE/F/NM] awk) ok 14751 - "//A\tcomment\n" ([SB/F/NM] awk) ok 14752 - "//Another /* comment\n" ([RE/F/NM] awk) ok 14753 - "//Another /* comment\n" ([SB/F/NM] awk) ok 14754 - "--\n" ([RE/F/NM] awk) ok 14755 - "--\n" ([SB/F/NM] awk) ok 14756 - "--This is a comment\n" ([RE/F/NM] awk) ok 14757 - "--This is a comment\n" ([SB/F/NM] awk) ok 14758 - "--A\tcomment\n" ([RE/F/NM] awk) ok 14759 - "--A\tcomment\n" ([SB/F/NM] awk) ok 14760 - "--Another /* comment\n" ([RE/F/NM] awk) ok 14761 - "--Another /* comment\n" ([SB/F/NM] awk) ok 14762 - ";\n" ([RE/F/NM] awk) ok 14763 - ";\n" ([SB/F/NM] awk) ok 14764 - ";This is a comment\n" ([RE/F/NM] awk) ok 14765 - ";This is a comment\n" ([SB/F/NM] awk) ok 14766 - ";A\tcomment\n" ([RE/F/NM] awk) ok 14767 - ";A\tcomment\n" ([SB/F/NM] awk) ok 14768 - ";Another /* comment\n" ([RE/F/NM] awk) ok 14769 - ";Another /* comment\n" ([SB/F/NM] awk) ok 14770 - "*\n" ([RE/F/NM] awk) ok 14771 - "*\n" ([SB/F/NM] awk) ok 14772 - "*This is a comment\n" ([RE/F/NM] awk) ok 14773 - "*This is a comment\n" ([SB/F/NM] awk) ok 14774 - "*A\tcomment\n" ([RE/F/NM] awk) ok 14775 - "*A\tcomment\n" ([SB/F/NM] awk) ok 14776 - "*Another /* comment\n" ([RE/F/NM] awk) ok 14777 - "*Another /* comment\n" ([SB/F/NM] awk) ok 14778 - "!\n" ([RE/F/NM] awk) ok 14779 - "!\n" ([SB/F/NM] awk) ok 14780 - "!This is a comment\n" ([RE/F/NM] awk) ok 14781 - "!This is a comment\n" ([SB/F/NM] awk) ok 14782 - "!A\tcomment\n" ([RE/F/NM] awk) ok 14783 - "!A\tcomment\n" ([SB/F/NM] awk) ok 14784 - "!Another /* comment\n" ([RE/F/NM] awk) ok 14785 - "!Another /* comment\n" ([SB/F/NM] awk) ok 14786 - "REM\n" ([RE/F/NM] awk) ok 14787 - "REM\n" ([SB/F/NM] awk) ok 14788 - "REMThis is a comment\n" ([RE/F/NM] awk) ok 14789 - "REMThis is a comment\n" ([SB/F/NM] awk) ok 14790 - "REMA\tcomment\n" ([RE/F/NM] awk) ok 14791 - "REMA\tcomment\n" ([SB/F/NM] awk) ok 14792 - "REMAnother /* comment\n" ([RE/F/NM] awk) ok 14793 - "REMAnother /* comment\n" ([SB/F/NM] awk) ok 14794 - "//\n" ([RE/F/NM] awk) ok 14795 - "//\n" ([SB/F/NM] awk) ok 14796 - "//This is a comment\n" ([RE/F/NM] awk) ok 14797 - "//This is a comment\n" ([SB/F/NM] awk) ok 14798 - "//A\tcomment\n" ([RE/F/NM] awk) ok 14799 - "//A\tcomment\n" ([SB/F/NM] awk) ok 14800 - "//Another /* comment\n" ([RE/F/NM] awk) ok 14801 - "//Another /* comment\n" ([SB/F/NM] awk) ok 14802 - "%\n" ([RE/F/NM] awk) ok 14803 - "%\n" ([SB/F/NM] awk) ok 14804 - "%This is a comment\n" ([RE/F/NM] awk) ok 14805 - "%This is a comment\n" ([SB/F/NM] awk) ok 14806 - "%A\tcomment\n" ([RE/F/NM] awk) ok 14807 - "%A\tcomment\n" ([SB/F/NM] awk) ok 14808 - "%Another /* comment\n" ([RE/F/NM] awk) ok 14809 - "%Another /* comment\n" ([SB/F/NM] awk) ok 14810 - "!\n" ([RE/F/NM] awk) ok 14811 - "!\n" ([SB/F/NM] awk) ok 14812 - "!This is a comment\n" ([RE/F/NM] awk) ok 14813 - "!This is a comment\n" ([SB/F/NM] awk) ok 14814 - "!A\tcomment\n" ([RE/F/NM] awk) ok 14815 - "!A\tcomment\n" ([SB/F/NM] awk) ok 14816 - "!Another /* comment\n" ([RE/F/NM] awk) ok 14817 - "!Another /* comment\n" ([SB/F/NM] awk) ok 14818 - "NB\n" ([RE/F/NM] awk) ok 14819 - "NB\n" ([SB/F/NM] awk) ok 14820 - "NBThis is a comment\n" ([RE/F/NM] awk) ok 14821 - "NBThis is a comment\n" ([SB/F/NM] awk) ok 14822 - "NBA\tcomment\n" ([RE/F/NM] awk) ok 14823 - "NBA\tcomment\n" ([SB/F/NM] awk) ok 14824 - "NBAnother /* comment\n" ([RE/F/NM] awk) ok 14825 - "NBAnother /* comment\n" ([SB/F/NM] awk) ok 14826 - "PLEASE NOT\n" ([RE/F/NM] awk) ok 14827 - "PLEASE NOT\n" ([SB/F/NM] awk) ok 14828 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] awk) ok 14829 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] awk) ok 14830 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] awk) ok 14831 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] awk) ok 14832 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] awk) ok 14833 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] awk) ok 14834 - "PLEASE NOT\n" ([RE/F/NM] awk) ok 14835 - "PLEASE NOT\n" ([SB/F/NM] awk) ok 14836 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] awk) ok 14837 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] awk) ok 14838 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] awk) ok 14839 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] awk) ok 14840 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] awk) ok 14841 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] awk) ok 14842 - "PLEASE N'T\n" ([RE/F/NM] awk) ok 14843 - "PLEASE N'T\n" ([SB/F/NM] awk) ok 14844 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] awk) ok 14845 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] awk) ok 14846 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] awk) ok 14847 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] awk) ok 14848 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] awk) ok 14849 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] awk) ok 14850 - "DO NOT\n" ([RE/F/NM] awk) ok 14851 - "DO NOT\n" ([SB/F/NM] awk) ok 14852 - "DO NOTThis is a comment\n" ([RE/F/NM] awk) ok 14853 - "DO NOTThis is a comment\n" ([SB/F/NM] awk) ok 14854 - "DO NOTA\tcomment\n" ([RE/F/NM] awk) ok 14855 - "DO NOTA\tcomment\n" ([SB/F/NM] awk) ok 14856 - "DO NOTAnother /* comment\n" ([RE/F/NM] awk) ok 14857 - "DO NOTAnother /* comment\n" ([SB/F/NM] awk) ok 14858 - "DO N'T\n" ([RE/F/NM] awk) ok 14859 - "DO N'T\n" ([SB/F/NM] awk) ok 14860 - "DO N'TThis is a comment\n" ([RE/F/NM] awk) ok 14861 - "DO N'TThis is a comment\n" ([SB/F/NM] awk) ok 14862 - "DO N'TA\tcomment\n" ([RE/F/NM] awk) ok 14863 - "DO N'TA\tcomment\n" ([SB/F/NM] awk) ok 14864 - "DO N'TAnother /* comment\n" ([RE/F/NM] awk) ok 14865 - "DO N'TAnother /* comment\n" ([SB/F/NM] awk) ok 14866 - "DO NOT\n" ([RE/F/NM] awk) ok 14867 - "DO NOT\n" ([SB/F/NM] awk) ok 14868 - "DO NOTThis is a comment\n" ([RE/F/NM] awk) ok 14869 - "DO NOTThis is a comment\n" ([SB/F/NM] awk) ok 14870 - "DO NOTA\tcomment\n" ([RE/F/NM] awk) ok 14871 - "DO NOTA\tcomment\n" ([SB/F/NM] awk) ok 14872 - "DO NOTAnother /* comment\n" ([RE/F/NM] awk) ok 14873 - "DO NOTAnother /* comment\n" ([SB/F/NM] awk) ok 14874 - "PLEASE DO NOT\n" ([RE/F/NM] awk) ok 14875 - "PLEASE DO NOT\n" ([SB/F/NM] awk) ok 14876 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] awk) ok 14877 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] awk) ok 14878 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] awk) ok 14879 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] awk) ok 14880 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] awk) ok 14881 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] awk) ok 14882 - "PLEASE DO NOT\n" ([RE/F/NM] awk) ok 14883 - "PLEASE DO NOT\n" ([SB/F/NM] awk) ok 14884 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] awk) ok 14885 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] awk) ok 14886 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] awk) ok 14887 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] awk) ok 14888 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] awk) ok 14889 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] awk) ok 14890 - "PLEASE DO N'T\n" ([RE/F/NM] awk) ok 14891 - "PLEASE DO N'T\n" ([SB/F/NM] awk) ok 14892 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] awk) ok 14893 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] awk) ok 14894 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] awk) ok 14895 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] awk) ok 14896 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] awk) ok 14897 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] awk) ok 14898 - "NB.\n" ([RE/F/NM] awk) ok 14899 - "NB.\n" ([SB/F/NM] awk) ok 14900 - "NB.This is a comment\n" ([RE/F/NM] awk) ok 14901 - "NB.This is a comment\n" ([SB/F/NM] awk) ok 14902 - "NB.A\tcomment\n" ([RE/F/NM] awk) ok 14903 - "NB.A\tcomment\n" ([SB/F/NM] awk) ok 14904 - "NB.Another /* comment\n" ([RE/F/NM] awk) ok 14905 - "NB.Another /* comment\n" ([SB/F/NM] awk) ok 14906 - "{}" ([RE/F/NM] awk) ok 14907 - "{}" ([SB/F/NM] awk) ok 14908 - "{This is a comment}" ([RE/F/NM] awk) ok 14909 - "{This is a comment}" ([SB/F/NM] awk) ok 14910 - "{A\tcomment}" ([RE/F/NM] awk) ok 14911 - "{A\tcomment}" ([SB/F/NM] awk) ok 14912 - "{Another /* comment}" ([RE/F/NM] awk) ok 14913 - "{Another /* comment}" ([SB/F/NM] awk) ok 14914 - ".\n" ([RE/F/NM] awk) ok 14915 - ".\n" ([SB/F/NM] awk) ok 14916 - ".This is a comment\n" ([RE/F/NM] awk) ok 14917 - ".This is a comment\n" ([SB/F/NM] awk) ok 14918 - ".A\tcomment\n" ([RE/F/NM] awk) ok 14919 - ".A\tcomment\n" ([SB/F/NM] awk) ok 14920 - ".Another /* comment\n" ([RE/F/NM] awk) ok 14921 - ".Another /* comment\n" ([SB/F/NM] awk) ok 14922 - ";\n" ([RE/F/NM] awk) ok 14923 - ";\n" ([SB/F/NM] awk) ok 14924 - ";This is a comment\n" ([RE/F/NM] awk) ok 14925 - ";This is a comment\n" ([SB/F/NM] awk) ok 14926 - ";A\tcomment\n" ([RE/F/NM] awk) ok 14927 - ";A\tcomment\n" ([SB/F/NM] awk) ok 14928 - ";Another /* comment\n" ([RE/F/NM] awk) ok 14929 - ";Another /* comment\n" ([SB/F/NM] awk) ok 14930 - "`\n" ([RE/F/NM] awk) ok 14931 - "`\n" ([SB/F/NM] awk) ok 14932 - "`This is a comment\n" ([RE/F/NM] awk) ok 14933 - "`This is a comment\n" ([SB/F/NM] awk) ok 14934 - "`A\tcomment\n" ([RE/F/NM] awk) ok 14935 - "`A\tcomment\n" ([SB/F/NM] awk) ok 14936 - "`Another /* comment\n" ([RE/F/NM] awk) ok 14937 - "`Another /* comment\n" ([SB/F/NM] awk) ok 14938 - "--\n" ([RE/F/NM] awk) ok 14939 - "--\n" ([SB/F/NM] awk) ok 14940 - "--This is a comment\n" ([RE/F/NM] awk) ok 14941 - "--This is a comment\n" ([SB/F/NM] awk) ok 14942 - "--A\tcomment\n" ([RE/F/NM] awk) ok 14943 - "--A\tcomment\n" ([SB/F/NM] awk) ok 14944 - "--Another /* comment\n" ([RE/F/NM] awk) ok 14945 - "--Another /* comment\n" ([SB/F/NM] awk) ok 14946 - "---\n" ([RE/F/NM] awk) ok 14947 - "---\n" ([SB/F/NM] awk) ok 14948 - "---This is a comment\n" ([RE/F/NM] awk) ok 14949 - "---This is a comment\n" ([SB/F/NM] awk) ok 14950 - "---A\tcomment\n" ([RE/F/NM] awk) ok 14951 - "---A\tcomment\n" ([SB/F/NM] awk) ok 14952 - "---Another /* comment\n" ([RE/F/NM] awk) ok 14953 - "---Another /* comment\n" ([SB/F/NM] awk) ok 14954 - "-----\n" ([RE/F/NM] awk) ok 14955 - "-----\n" ([SB/F/NM] awk) ok 14956 - "-----This is a comment\n" ([RE/F/NM] awk) ok 14957 - "-----This is a comment\n" ([SB/F/NM] awk) ok 14958 - "-----A\tcomment\n" ([RE/F/NM] awk) ok 14959 - "-----A\tcomment\n" ([SB/F/NM] awk) ok 14960 - "-----Another /* comment\n" ([RE/F/NM] awk) ok 14961 - "-----Another /* comment\n" ([SB/F/NM] awk) ok 14962 - "\\"\n" ([RE/F/NM] awk) ok 14963 - "\\"\n" ([SB/F/NM] awk) ok 14964 - "\\"This is a comment\n" ([RE/F/NM] awk) ok 14965 - "\\"This is a comment\n" ([SB/F/NM] awk) ok 14966 - "\\"A\tcomment\n" ([RE/F/NM] awk) ok 14967 - "\\"A\tcomment\n" ([SB/F/NM] awk) ok 14968 - "\\"Another /* comment\n" ([RE/F/NM] awk) ok 14969 - "\\"Another /* comment\n" ([SB/F/NM] awk) ok 14970 - ""\n" ([RE/F/NM] awk) ok 14971 - ""\n" ([SB/F/NM] awk) ok 14972 - ""This is a comment\n" ([RE/F/NM] awk) ok 14973 - ""This is a comment\n" ([SB/F/NM] awk) ok 14974 - ""A\tcomment\n" ([RE/F/NM] awk) ok 14975 - ""A\tcomment\n" ([SB/F/NM] awk) ok 14976 - ""Another /* comment\n" ([RE/F/NM] awk) ok 14977 - ""Another /* comment\n" ([SB/F/NM] awk) ok 14978 - "'\n" ([RE/F/NM] awk) ok 14979 - "'\n" ([SB/F/NM] awk) ok 14980 - "'This is a comment\n" ([RE/F/NM] awk) ok 14981 - "'This is a comment\n" ([SB/F/NM] awk) ok 14982 - "'A\tcomment\n" ([RE/F/NM] awk) ok 14983 - "'A\tcomment\n" ([SB/F/NM] awk) ok 14984 - "'Another /* comment\n" ([RE/F/NM] awk) ok 14985 - "'Another /* comment\n" ([SB/F/NM] awk) ok 14986 - "#\n" ([RE/P/MT] fvwm2) ok 14987 - "#\n" ([OM/P/MT] fvwm2) ok 14988 - "#\n" ([OS/P/MT] fvwm2) ok 14989 - "#\n" ([SB/P/MT] fvwm2) ok 14990 - "#\n" ([KP/P/MT] fvwm2) ok 14991 - "#This is a comment\n" ([RE/P/MT] fvwm2) ok 14992 - "#This is a comment\n" ([OM/P/MT] fvwm2) ok 14993 - "#This is a comment\n" ([OS/P/MT] fvwm2) ok 14994 - "#This is a comment\n" ([SB/P/MT] fvwm2) ok 14995 - "#This is a comment\n" ([KP/P/MT] fvwm2) ok 14996 - "#A\tcomment\n" ([RE/P/MT] fvwm2) ok 14997 - "#A\tcomment\n" ([OM/P/MT] fvwm2) ok 14998 - "#A\tcomment\n" ([OS/P/MT] fvwm2) ok 14999 - "#A\tcomment\n" ([SB/P/MT] fvwm2) ok 15000 - "#A\tcomment\n" ([KP/P/MT] fvwm2) ok 15001 - "#Another /* comment\n" ([RE/P/MT] fvwm2) ok 15002 - "#Another /* comment\n" ([OM/P/MT] fvwm2) ok 15003 - "#Another /* comment\n" ([OS/P/MT] fvwm2) ok 15004 - "#Another /* comment\n" ([SB/P/MT] fvwm2) ok 15005 - "#Another /* comment\n" ([KP/P/MT] fvwm2) ok 15006 - "\\" ([RE/F/NM] fvwm2) ok 15007 - "\\" ([SB/F/NM] fvwm2) ok 15008 - "\\This is a comment" ([RE/F/NM] fvwm2) ok 15009 - "\\This is a comment" ([SB/F/NM] fvwm2) ok 15010 - "\\A\tcomment" ([RE/F/NM] fvwm2) ok 15011 - "\\A\tcomment" ([SB/F/NM] fvwm2) ok 15012 - "\\Another /* comment" ([RE/F/NM] fvwm2) ok 15013 - "\\Another /* comment" ([SB/F/NM] fvwm2) ok 15014 - "\n" ([RE/F/NM] fvwm2) ok 15015 - "\n" ([SB/F/NM] fvwm2) ok 15016 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15017 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15018 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15019 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15020 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15021 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15022 - "#" ([RE/F/NM] fvwm2) ok 15023 - "#" ([SB/F/NM] fvwm2) ok 15024 - "#This is a comment" ([RE/F/NM] fvwm2) ok 15025 - "#This is a comment" ([SB/F/NM] fvwm2) ok 15026 - "#A\tcomment" ([RE/F/NM] fvwm2) ok 15027 - "#A\tcomment" ([SB/F/NM] fvwm2) ok 15028 - "#Another /* comment" ([RE/F/NM] fvwm2) ok 15029 - "#Another /* comment" ([SB/F/NM] fvwm2) ok 15030 - "\n" ([RE/F/NM] fvwm2) ok 15031 - "\n" ([SB/F/NM] fvwm2) ok 15032 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15033 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15034 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15035 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15036 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15037 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15038 - "//" ([RE/F/NM] fvwm2) ok 15039 - "//" ([SB/F/NM] fvwm2) ok 15040 - "//This is a comment" ([RE/F/NM] fvwm2) ok 15041 - "//This is a comment" ([SB/F/NM] fvwm2) ok 15042 - "//A\tcomment" ([RE/F/NM] fvwm2) ok 15043 - "//A\tcomment" ([SB/F/NM] fvwm2) ok 15044 - "//Another /* comment" ([RE/F/NM] fvwm2) ok 15045 - "//Another /* comment" ([SB/F/NM] fvwm2) ok 15046 - "\n" ([RE/F/NM] fvwm2) ok 15047 - "\n" ([SB/F/NM] fvwm2) ok 15048 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15049 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15050 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15051 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15052 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15053 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15054 - "--" ([RE/F/NM] fvwm2) ok 15055 - "--" ([SB/F/NM] fvwm2) ok 15056 - "--This is a comment" ([RE/F/NM] fvwm2) ok 15057 - "--This is a comment" ([SB/F/NM] fvwm2) ok 15058 - "--A\tcomment" ([RE/F/NM] fvwm2) ok 15059 - "--A\tcomment" ([SB/F/NM] fvwm2) ok 15060 - "--Another /* comment" ([RE/F/NM] fvwm2) ok 15061 - "--Another /* comment" ([SB/F/NM] fvwm2) ok 15062 - "\n" ([RE/F/NM] fvwm2) ok 15063 - "\n" ([SB/F/NM] fvwm2) ok 15064 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15065 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15066 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15067 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15068 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15069 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15070 - ";" ([RE/F/NM] fvwm2) ok 15071 - ";" ([SB/F/NM] fvwm2) ok 15072 - ";This is a comment" ([RE/F/NM] fvwm2) ok 15073 - ";This is a comment" ([SB/F/NM] fvwm2) ok 15074 - ";A\tcomment" ([RE/F/NM] fvwm2) ok 15075 - ";A\tcomment" ([SB/F/NM] fvwm2) ok 15076 - ";Another /* comment" ([RE/F/NM] fvwm2) ok 15077 - ";Another /* comment" ([SB/F/NM] fvwm2) ok 15078 - "\n" ([RE/F/NM] fvwm2) ok 15079 - "\n" ([SB/F/NM] fvwm2) ok 15080 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15081 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15082 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15083 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15084 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15085 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15086 - "#" ([RE/F/NM] fvwm2) ok 15087 - "#" ([SB/F/NM] fvwm2) ok 15088 - "#This is a comment" ([RE/F/NM] fvwm2) ok 15089 - "#This is a comment" ([SB/F/NM] fvwm2) ok 15090 - "#A\tcomment" ([RE/F/NM] fvwm2) ok 15091 - "#A\tcomment" ([SB/F/NM] fvwm2) ok 15092 - "#Another /* comment" ([RE/F/NM] fvwm2) ok 15093 - "#Another /* comment" ([SB/F/NM] fvwm2) ok 15094 - "\n" ([RE/F/NM] fvwm2) ok 15095 - "\n" ([SB/F/NM] fvwm2) ok 15096 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15097 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15098 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15099 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15100 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15101 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15102 - "*" ([RE/F/NM] fvwm2) ok 15103 - "*" ([SB/F/NM] fvwm2) ok 15104 - "*This is a comment" ([RE/F/NM] fvwm2) ok 15105 - "*This is a comment" ([SB/F/NM] fvwm2) ok 15106 - "*A\tcomment" ([RE/F/NM] fvwm2) ok 15107 - "*A\tcomment" ([SB/F/NM] fvwm2) ok 15108 - "*Another /* comment" ([RE/F/NM] fvwm2) ok 15109 - "*Another /* comment" ([SB/F/NM] fvwm2) ok 15110 - "\n" ([RE/F/NM] fvwm2) ok 15111 - "\n" ([SB/F/NM] fvwm2) ok 15112 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15113 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15114 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15115 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15116 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15117 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15118 - "!" ([RE/F/NM] fvwm2) ok 15119 - "!" ([SB/F/NM] fvwm2) ok 15120 - "!This is a comment" ([RE/F/NM] fvwm2) ok 15121 - "!This is a comment" ([SB/F/NM] fvwm2) ok 15122 - "!A\tcomment" ([RE/F/NM] fvwm2) ok 15123 - "!A\tcomment" ([SB/F/NM] fvwm2) ok 15124 - "!Another /* comment" ([RE/F/NM] fvwm2) ok 15125 - "!Another /* comment" ([SB/F/NM] fvwm2) ok 15126 - "\n" ([RE/F/NM] fvwm2) ok 15127 - "\n" ([SB/F/NM] fvwm2) ok 15128 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15129 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15130 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15131 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15132 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15133 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15134 - "REM" ([RE/F/NM] fvwm2) ok 15135 - "REM" ([SB/F/NM] fvwm2) ok 15136 - "REMThis is a comment" ([RE/F/NM] fvwm2) ok 15137 - "REMThis is a comment" ([SB/F/NM] fvwm2) ok 15138 - "REMA\tcomment" ([RE/F/NM] fvwm2) ok 15139 - "REMA\tcomment" ([SB/F/NM] fvwm2) ok 15140 - "REMAnother /* comment" ([RE/F/NM] fvwm2) ok 15141 - "REMAnother /* comment" ([SB/F/NM] fvwm2) ok 15142 - "\n" ([RE/F/NM] fvwm2) ok 15143 - "\n" ([SB/F/NM] fvwm2) ok 15144 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15145 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15146 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15147 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15148 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15149 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15150 - "//" ([RE/F/NM] fvwm2) ok 15151 - "//" ([SB/F/NM] fvwm2) ok 15152 - "//This is a comment" ([RE/F/NM] fvwm2) ok 15153 - "//This is a comment" ([SB/F/NM] fvwm2) ok 15154 - "//A\tcomment" ([RE/F/NM] fvwm2) ok 15155 - "//A\tcomment" ([SB/F/NM] fvwm2) ok 15156 - "//Another /* comment" ([RE/F/NM] fvwm2) ok 15157 - "//Another /* comment" ([SB/F/NM] fvwm2) ok 15158 - "\n" ([RE/F/NM] fvwm2) ok 15159 - "\n" ([SB/F/NM] fvwm2) ok 15160 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15161 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15162 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15163 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15164 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15165 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15166 - "%" ([RE/F/NM] fvwm2) ok 15167 - "%" ([SB/F/NM] fvwm2) ok 15168 - "%This is a comment" ([RE/F/NM] fvwm2) ok 15169 - "%This is a comment" ([SB/F/NM] fvwm2) ok 15170 - "%A\tcomment" ([RE/F/NM] fvwm2) ok 15171 - "%A\tcomment" ([SB/F/NM] fvwm2) ok 15172 - "%Another /* comment" ([RE/F/NM] fvwm2) ok 15173 - "%Another /* comment" ([SB/F/NM] fvwm2) ok 15174 - "\n" ([RE/F/NM] fvwm2) ok 15175 - "\n" ([SB/F/NM] fvwm2) ok 15176 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15177 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15178 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15179 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15180 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15181 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15182 - "!" ([RE/F/NM] fvwm2) ok 15183 - "!" ([SB/F/NM] fvwm2) ok 15184 - "!This is a comment" ([RE/F/NM] fvwm2) ok 15185 - "!This is a comment" ([SB/F/NM] fvwm2) ok 15186 - "!A\tcomment" ([RE/F/NM] fvwm2) ok 15187 - "!A\tcomment" ([SB/F/NM] fvwm2) ok 15188 - "!Another /* comment" ([RE/F/NM] fvwm2) ok 15189 - "!Another /* comment" ([SB/F/NM] fvwm2) ok 15190 - "\n" ([RE/F/NM] fvwm2) ok 15191 - "\n" ([SB/F/NM] fvwm2) ok 15192 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15193 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15194 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15195 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15196 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15197 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15198 - "NB" ([RE/F/NM] fvwm2) ok 15199 - "NB" ([SB/F/NM] fvwm2) ok 15200 - "NBThis is a comment" ([RE/F/NM] fvwm2) ok 15201 - "NBThis is a comment" ([SB/F/NM] fvwm2) ok 15202 - "NBA\tcomment" ([RE/F/NM] fvwm2) ok 15203 - "NBA\tcomment" ([SB/F/NM] fvwm2) ok 15204 - "NBAnother /* comment" ([RE/F/NM] fvwm2) ok 15205 - "NBAnother /* comment" ([SB/F/NM] fvwm2) ok 15206 - "\n" ([RE/F/NM] fvwm2) ok 15207 - "\n" ([SB/F/NM] fvwm2) ok 15208 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15209 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15210 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15211 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15212 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15213 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15214 - "PLEASE NOT" ([RE/F/NM] fvwm2) ok 15215 - "PLEASE NOT" ([SB/F/NM] fvwm2) ok 15216 - "PLEASE NOTThis is a comment" ([RE/F/NM] fvwm2) ok 15217 - "PLEASE NOTThis is a comment" ([SB/F/NM] fvwm2) ok 15218 - "PLEASE NOTA\tcomment" ([RE/F/NM] fvwm2) ok 15219 - "PLEASE NOTA\tcomment" ([SB/F/NM] fvwm2) ok 15220 - "PLEASE NOTAnother /* comment" ([RE/F/NM] fvwm2) ok 15221 - "PLEASE NOTAnother /* comment" ([SB/F/NM] fvwm2) ok 15222 - "\n" ([RE/F/NM] fvwm2) ok 15223 - "\n" ([SB/F/NM] fvwm2) ok 15224 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15225 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15226 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15227 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15228 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15229 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15230 - "PLEASE NOT" ([RE/F/NM] fvwm2) ok 15231 - "PLEASE NOT" ([SB/F/NM] fvwm2) ok 15232 - "PLEASE NOTThis is a comment" ([RE/F/NM] fvwm2) ok 15233 - "PLEASE NOTThis is a comment" ([SB/F/NM] fvwm2) ok 15234 - "PLEASE NOTA\tcomment" ([RE/F/NM] fvwm2) ok 15235 - "PLEASE NOTA\tcomment" ([SB/F/NM] fvwm2) ok 15236 - "PLEASE NOTAnother /* comment" ([RE/F/NM] fvwm2) ok 15237 - "PLEASE NOTAnother /* comment" ([SB/F/NM] fvwm2) ok 15238 - "\n" ([RE/F/NM] fvwm2) ok 15239 - "\n" ([SB/F/NM] fvwm2) ok 15240 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15241 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15242 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15243 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15244 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15245 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15246 - "PLEASE N'T" ([RE/F/NM] fvwm2) ok 15247 - "PLEASE N'T" ([SB/F/NM] fvwm2) ok 15248 - "PLEASE N'TThis is a comment" ([RE/F/NM] fvwm2) ok 15249 - "PLEASE N'TThis is a comment" ([SB/F/NM] fvwm2) ok 15250 - "PLEASE N'TA\tcomment" ([RE/F/NM] fvwm2) ok 15251 - "PLEASE N'TA\tcomment" ([SB/F/NM] fvwm2) ok 15252 - "PLEASE N'TAnother /* comment" ([RE/F/NM] fvwm2) ok 15253 - "PLEASE N'TAnother /* comment" ([SB/F/NM] fvwm2) ok 15254 - "\n" ([RE/F/NM] fvwm2) ok 15255 - "\n" ([SB/F/NM] fvwm2) ok 15256 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15257 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15258 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15259 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15260 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15261 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15262 - "DO NOT" ([RE/F/NM] fvwm2) ok 15263 - "DO NOT" ([SB/F/NM] fvwm2) ok 15264 - "DO NOTThis is a comment" ([RE/F/NM] fvwm2) ok 15265 - "DO NOTThis is a comment" ([SB/F/NM] fvwm2) ok 15266 - "DO NOTA\tcomment" ([RE/F/NM] fvwm2) ok 15267 - "DO NOTA\tcomment" ([SB/F/NM] fvwm2) ok 15268 - "DO NOTAnother /* comment" ([RE/F/NM] fvwm2) ok 15269 - "DO NOTAnother /* comment" ([SB/F/NM] fvwm2) ok 15270 - "\n" ([RE/F/NM] fvwm2) ok 15271 - "\n" ([SB/F/NM] fvwm2) ok 15272 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15273 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15274 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15275 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15276 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15277 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15278 - "DO N'T" ([RE/F/NM] fvwm2) ok 15279 - "DO N'T" ([SB/F/NM] fvwm2) ok 15280 - "DO N'TThis is a comment" ([RE/F/NM] fvwm2) ok 15281 - "DO N'TThis is a comment" ([SB/F/NM] fvwm2) ok 15282 - "DO N'TA\tcomment" ([RE/F/NM] fvwm2) ok 15283 - "DO N'TA\tcomment" ([SB/F/NM] fvwm2) ok 15284 - "DO N'TAnother /* comment" ([RE/F/NM] fvwm2) ok 15285 - "DO N'TAnother /* comment" ([SB/F/NM] fvwm2) ok 15286 - "\n" ([RE/F/NM] fvwm2) ok 15287 - "\n" ([SB/F/NM] fvwm2) ok 15288 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15289 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15290 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15291 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15292 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15293 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15294 - "DO NOT" ([RE/F/NM] fvwm2) ok 15295 - "DO NOT" ([SB/F/NM] fvwm2) ok 15296 - "DO NOTThis is a comment" ([RE/F/NM] fvwm2) ok 15297 - "DO NOTThis is a comment" ([SB/F/NM] fvwm2) ok 15298 - "DO NOTA\tcomment" ([RE/F/NM] fvwm2) ok 15299 - "DO NOTA\tcomment" ([SB/F/NM] fvwm2) ok 15300 - "DO NOTAnother /* comment" ([RE/F/NM] fvwm2) ok 15301 - "DO NOTAnother /* comment" ([SB/F/NM] fvwm2) ok 15302 - "\n" ([RE/F/NM] fvwm2) ok 15303 - "\n" ([SB/F/NM] fvwm2) ok 15304 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15305 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15306 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15307 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15308 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15309 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15310 - "PLEASE DO NOT" ([RE/F/NM] fvwm2) ok 15311 - "PLEASE DO NOT" ([SB/F/NM] fvwm2) ok 15312 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] fvwm2) ok 15313 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] fvwm2) ok 15314 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] fvwm2) ok 15315 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] fvwm2) ok 15316 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] fvwm2) ok 15317 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] fvwm2) ok 15318 - "\n" ([RE/F/NM] fvwm2) ok 15319 - "\n" ([SB/F/NM] fvwm2) ok 15320 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15321 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15322 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15323 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15324 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15325 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15326 - "PLEASE DO NOT" ([RE/F/NM] fvwm2) ok 15327 - "PLEASE DO NOT" ([SB/F/NM] fvwm2) ok 15328 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] fvwm2) ok 15329 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] fvwm2) ok 15330 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] fvwm2) ok 15331 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] fvwm2) ok 15332 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] fvwm2) ok 15333 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] fvwm2) ok 15334 - "\n" ([RE/F/NM] fvwm2) ok 15335 - "\n" ([SB/F/NM] fvwm2) ok 15336 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15337 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15338 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15339 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15340 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15341 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15342 - "PLEASE DO N'T" ([RE/F/NM] fvwm2) ok 15343 - "PLEASE DO N'T" ([SB/F/NM] fvwm2) ok 15344 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] fvwm2) ok 15345 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] fvwm2) ok 15346 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] fvwm2) ok 15347 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] fvwm2) ok 15348 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] fvwm2) ok 15349 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] fvwm2) ok 15350 - "\n" ([RE/F/NM] fvwm2) ok 15351 - "\n" ([SB/F/NM] fvwm2) ok 15352 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15353 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15354 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15355 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15356 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15357 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15358 - "NB." ([RE/F/NM] fvwm2) ok 15359 - "NB." ([SB/F/NM] fvwm2) ok 15360 - "NB.This is a comment" ([RE/F/NM] fvwm2) ok 15361 - "NB.This is a comment" ([SB/F/NM] fvwm2) ok 15362 - "NB.A\tcomment" ([RE/F/NM] fvwm2) ok 15363 - "NB.A\tcomment" ([SB/F/NM] fvwm2) ok 15364 - "NB.Another /* comment" ([RE/F/NM] fvwm2) ok 15365 - "NB.Another /* comment" ([SB/F/NM] fvwm2) ok 15366 - "\n" ([RE/F/NM] fvwm2) ok 15367 - "\n" ([SB/F/NM] fvwm2) ok 15368 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15369 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15370 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15371 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15372 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15373 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15374 - "{" ([RE/F/NM] fvwm2) ok 15375 - "{" ([SB/F/NM] fvwm2) ok 15376 - "{This is a comment" ([RE/F/NM] fvwm2) ok 15377 - "{This is a comment" ([SB/F/NM] fvwm2) ok 15378 - "{A\tcomment" ([RE/F/NM] fvwm2) ok 15379 - "{A\tcomment" ([SB/F/NM] fvwm2) ok 15380 - "{Another /* comment" ([RE/F/NM] fvwm2) ok 15381 - "{Another /* comment" ([SB/F/NM] fvwm2) ok 15382 - "}" ([RE/F/NM] fvwm2) ok 15383 - "}" ([SB/F/NM] fvwm2) ok 15384 - "This is a comment}" ([RE/F/NM] fvwm2) ok 15385 - "This is a comment}" ([SB/F/NM] fvwm2) ok 15386 - "A\tcomment}" ([RE/F/NM] fvwm2) ok 15387 - "A\tcomment}" ([SB/F/NM] fvwm2) ok 15388 - "Another /* comment}" ([RE/F/NM] fvwm2) ok 15389 - "Another /* comment}" ([SB/F/NM] fvwm2) ok 15390 - "." ([RE/F/NM] fvwm2) ok 15391 - "." ([SB/F/NM] fvwm2) ok 15392 - ".This is a comment" ([RE/F/NM] fvwm2) ok 15393 - ".This is a comment" ([SB/F/NM] fvwm2) ok 15394 - ".A\tcomment" ([RE/F/NM] fvwm2) ok 15395 - ".A\tcomment" ([SB/F/NM] fvwm2) ok 15396 - ".Another /* comment" ([RE/F/NM] fvwm2) ok 15397 - ".Another /* comment" ([SB/F/NM] fvwm2) ok 15398 - "\n" ([RE/F/NM] fvwm2) ok 15399 - "\n" ([SB/F/NM] fvwm2) ok 15400 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15401 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15402 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15403 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15404 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15405 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15406 - ";" ([RE/F/NM] fvwm2) ok 15407 - ";" ([SB/F/NM] fvwm2) ok 15408 - ";This is a comment" ([RE/F/NM] fvwm2) ok 15409 - ";This is a comment" ([SB/F/NM] fvwm2) ok 15410 - ";A\tcomment" ([RE/F/NM] fvwm2) ok 15411 - ";A\tcomment" ([SB/F/NM] fvwm2) ok 15412 - ";Another /* comment" ([RE/F/NM] fvwm2) ok 15413 - ";Another /* comment" ([SB/F/NM] fvwm2) ok 15414 - "\n" ([RE/F/NM] fvwm2) ok 15415 - "\n" ([SB/F/NM] fvwm2) ok 15416 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15417 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15418 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15419 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15420 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15421 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15422 - "`" ([RE/F/NM] fvwm2) ok 15423 - "`" ([SB/F/NM] fvwm2) ok 15424 - "`This is a comment" ([RE/F/NM] fvwm2) ok 15425 - "`This is a comment" ([SB/F/NM] fvwm2) ok 15426 - "`A\tcomment" ([RE/F/NM] fvwm2) ok 15427 - "`A\tcomment" ([SB/F/NM] fvwm2) ok 15428 - "`Another /* comment" ([RE/F/NM] fvwm2) ok 15429 - "`Another /* comment" ([SB/F/NM] fvwm2) ok 15430 - "\n" ([RE/F/NM] fvwm2) ok 15431 - "\n" ([SB/F/NM] fvwm2) ok 15432 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15433 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15434 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15435 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15436 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15437 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15438 - "--" ([RE/F/NM] fvwm2) ok 15439 - "--" ([SB/F/NM] fvwm2) ok 15440 - "--This is a comment" ([RE/F/NM] fvwm2) ok 15441 - "--This is a comment" ([SB/F/NM] fvwm2) ok 15442 - "--A\tcomment" ([RE/F/NM] fvwm2) ok 15443 - "--A\tcomment" ([SB/F/NM] fvwm2) ok 15444 - "--Another /* comment" ([RE/F/NM] fvwm2) ok 15445 - "--Another /* comment" ([SB/F/NM] fvwm2) ok 15446 - "\n" ([RE/F/NM] fvwm2) ok 15447 - "\n" ([SB/F/NM] fvwm2) ok 15448 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15449 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15450 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15451 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15452 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15453 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15454 - "---" ([RE/F/NM] fvwm2) ok 15455 - "---" ([SB/F/NM] fvwm2) ok 15456 - "---This is a comment" ([RE/F/NM] fvwm2) ok 15457 - "---This is a comment" ([SB/F/NM] fvwm2) ok 15458 - "---A\tcomment" ([RE/F/NM] fvwm2) ok 15459 - "---A\tcomment" ([SB/F/NM] fvwm2) ok 15460 - "---Another /* comment" ([RE/F/NM] fvwm2) ok 15461 - "---Another /* comment" ([SB/F/NM] fvwm2) ok 15462 - "\n" ([RE/F/NM] fvwm2) ok 15463 - "\n" ([SB/F/NM] fvwm2) ok 15464 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15465 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15466 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15467 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15468 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15469 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15470 - "-----" ([RE/F/NM] fvwm2) ok 15471 - "-----" ([SB/F/NM] fvwm2) ok 15472 - "-----This is a comment" ([RE/F/NM] fvwm2) ok 15473 - "-----This is a comment" ([SB/F/NM] fvwm2) ok 15474 - "-----A\tcomment" ([RE/F/NM] fvwm2) ok 15475 - "-----A\tcomment" ([SB/F/NM] fvwm2) ok 15476 - "-----Another /* comment" ([RE/F/NM] fvwm2) ok 15477 - "-----Another /* comment" ([SB/F/NM] fvwm2) ok 15478 - "\n" ([RE/F/NM] fvwm2) ok 15479 - "\n" ([SB/F/NM] fvwm2) ok 15480 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15481 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15482 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15483 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15484 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15485 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15486 - "\\"" ([RE/F/NM] fvwm2) ok 15487 - "\\"" ([SB/F/NM] fvwm2) ok 15488 - "\\"This is a comment" ([RE/F/NM] fvwm2) ok 15489 - "\\"This is a comment" ([SB/F/NM] fvwm2) ok 15490 - "\\"A\tcomment" ([RE/F/NM] fvwm2) ok 15491 - "\\"A\tcomment" ([SB/F/NM] fvwm2) ok 15492 - "\\"Another /* comment" ([RE/F/NM] fvwm2) ok 15493 - "\\"Another /* comment" ([SB/F/NM] fvwm2) ok 15494 - "\n" ([RE/F/NM] fvwm2) ok 15495 - "\n" ([SB/F/NM] fvwm2) ok 15496 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15497 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15498 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15499 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15500 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15501 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15502 - """ ([RE/F/NM] fvwm2) ok 15503 - """ ([SB/F/NM] fvwm2) ok 15504 - ""This is a comment" ([RE/F/NM] fvwm2) ok 15505 - ""This is a comment" ([SB/F/NM] fvwm2) ok 15506 - ""A\tcomment" ([RE/F/NM] fvwm2) ok 15507 - ""A\tcomment" ([SB/F/NM] fvwm2) ok 15508 - ""Another /* comment" ([RE/F/NM] fvwm2) ok 15509 - ""Another /* comment" ([SB/F/NM] fvwm2) ok 15510 - "\n" ([RE/F/NM] fvwm2) ok 15511 - "\n" ([SB/F/NM] fvwm2) ok 15512 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15513 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15514 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15515 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15516 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15517 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15518 - "'" ([RE/F/NM] fvwm2) ok 15519 - "'" ([SB/F/NM] fvwm2) ok 15520 - "'This is a comment" ([RE/F/NM] fvwm2) ok 15521 - "'This is a comment" ([SB/F/NM] fvwm2) ok 15522 - "'A\tcomment" ([RE/F/NM] fvwm2) ok 15523 - "'A\tcomment" ([SB/F/NM] fvwm2) ok 15524 - "'Another /* comment" ([RE/F/NM] fvwm2) ok 15525 - "'Another /* comment" ([SB/F/NM] fvwm2) ok 15526 - "\n" ([RE/F/NM] fvwm2) ok 15527 - "\n" ([SB/F/NM] fvwm2) ok 15528 - "This is a comment\n" ([RE/F/NM] fvwm2) ok 15529 - "This is a comment\n" ([SB/F/NM] fvwm2) ok 15530 - "A\tcomment\n" ([RE/F/NM] fvwm2) ok 15531 - "A\tcomment\n" ([SB/F/NM] fvwm2) ok 15532 - "Another /* comment\n" ([RE/F/NM] fvwm2) ok 15533 - "Another /* comment\n" ([SB/F/NM] fvwm2) ok 15534 - "/* This is a C comment */" ([RE/F/NM] fvwm2) ok 15535 - "/* This is a C comment */" ([SB/F/NM] fvwm2) ok 15536 - "(* This is a Pascal comment *)" ([RE/F/NM] fvwm2) ok 15537 - "(* This is a Pascal comment *)" ([SB/F/NM] fvwm2) ok 15538 - "" ([RE/F/NM] fvwm2) ok 15539 - "" ([SB/F/NM] fvwm2) ok 15540 - "#\n\n" ([RE/F/NM] fvwm2) ok 15541 - "#\n\n" ([SB/F/NM] fvwm2) ok 15542 - "#This is a comment\n\n" ([RE/F/NM] fvwm2) ok 15543 - "#This is a comment\n\n" ([SB/F/NM] fvwm2) ok 15544 - "#A\tcomment\n\n" ([RE/F/NM] fvwm2) ok 15545 - "#A\tcomment\n\n" ([SB/F/NM] fvwm2) ok 15546 - "#Another /* comment\n\n" ([RE/F/NM] fvwm2) ok 15547 - "#Another /* comment\n\n" ([SB/F/NM] fvwm2) ok 15548 - "#\n#\n" ([RE/F/NM] fvwm2) ok 15549 - "#\n#\n" ([SB/F/NM] fvwm2) ok 15550 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] fvwm2) ok 15551 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] fvwm2) ok 15552 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] fvwm2) ok 15553 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] fvwm2) ok 15554 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] fvwm2) ok 15555 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] fvwm2) ok 15556 - "#\nq" ([RE/F/NM] fvwm2) ok 15557 - "#\nq" ([SB/F/NM] fvwm2) ok 15558 - "#This is a comment\nrrh" ([RE/F/NM] fvwm2) ok 15559 - "#This is a comment\nrrh" ([SB/F/NM] fvwm2) ok 15560 - "#A\tcomment\n6" ([RE/F/NM] fvwm2) ok 15561 - "#A\tcomment\n6" ([SB/F/NM] fvwm2) ok 15562 - "#Another /* comment\nyhqg" ([RE/F/NM] fvwm2) ok 15563 - "#Another /* comment\nyhqg" ([SB/F/NM] fvwm2) ok 15564 - "z35#\n" ([RE/F/NM] fvwm2) ok 15565 - "z35#\n" ([SB/F/NM] fvwm2) ok 15566 - "e#This is a comment\n" ([RE/F/NM] fvwm2) ok 15567 - "e#This is a comment\n" ([SB/F/NM] fvwm2) ok 15568 - "d#A\tcomment\n" ([RE/F/NM] fvwm2) ok 15569 - "d#A\tcomment\n" ([SB/F/NM] fvwm2) ok 15570 - "zb#Another /* comment\n" ([RE/F/NM] fvwm2) ok 15571 - "zb#Another /* comment\n" ([SB/F/NM] fvwm2) ok 15572 - "\\\n" ([RE/F/NM] fvwm2) ok 15573 - "\\\n" ([SB/F/NM] fvwm2) ok 15574 - "\\This is a comment\n" ([RE/F/NM] fvwm2) ok 15575 - "\\This is a comment\n" ([SB/F/NM] fvwm2) ok 15576 - "\\A\tcomment\n" ([RE/F/NM] fvwm2) ok 15577 - "\\A\tcomment\n" ([SB/F/NM] fvwm2) ok 15578 - "\\Another /* comment\n" ([RE/F/NM] fvwm2) ok 15579 - "\\Another /* comment\n" ([SB/F/NM] fvwm2) ok 15580 - "//\n" ([RE/F/NM] fvwm2) ok 15581 - "//\n" ([SB/F/NM] fvwm2) ok 15582 - "//This is a comment\n" ([RE/F/NM] fvwm2) ok 15583 - "//This is a comment\n" ([SB/F/NM] fvwm2) ok 15584 - "//A\tcomment\n" ([RE/F/NM] fvwm2) ok 15585 - "//A\tcomment\n" ([SB/F/NM] fvwm2) ok 15586 - "//Another /* comment\n" ([RE/F/NM] fvwm2) ok 15587 - "//Another /* comment\n" ([SB/F/NM] fvwm2) ok 15588 - "--\n" ([RE/F/NM] fvwm2) ok 15589 - "--\n" ([SB/F/NM] fvwm2) ok 15590 - "--This is a comment\n" ([RE/F/NM] fvwm2) ok 15591 - "--This is a comment\n" ([SB/F/NM] fvwm2) ok 15592 - "--A\tcomment\n" ([RE/F/NM] fvwm2) ok 15593 - "--A\tcomment\n" ([SB/F/NM] fvwm2) ok 15594 - "--Another /* comment\n" ([RE/F/NM] fvwm2) ok 15595 - "--Another /* comment\n" ([SB/F/NM] fvwm2) ok 15596 - ";\n" ([RE/F/NM] fvwm2) ok 15597 - ";\n" ([SB/F/NM] fvwm2) ok 15598 - ";This is a comment\n" ([RE/F/NM] fvwm2) ok 15599 - ";This is a comment\n" ([SB/F/NM] fvwm2) ok 15600 - ";A\tcomment\n" ([RE/F/NM] fvwm2) ok 15601 - ";A\tcomment\n" ([SB/F/NM] fvwm2) ok 15602 - ";Another /* comment\n" ([RE/F/NM] fvwm2) ok 15603 - ";Another /* comment\n" ([SB/F/NM] fvwm2) ok 15604 - "*\n" ([RE/F/NM] fvwm2) ok 15605 - "*\n" ([SB/F/NM] fvwm2) ok 15606 - "*This is a comment\n" ([RE/F/NM] fvwm2) ok 15607 - "*This is a comment\n" ([SB/F/NM] fvwm2) ok 15608 - "*A\tcomment\n" ([RE/F/NM] fvwm2) ok 15609 - "*A\tcomment\n" ([SB/F/NM] fvwm2) ok 15610 - "*Another /* comment\n" ([RE/F/NM] fvwm2) ok 15611 - "*Another /* comment\n" ([SB/F/NM] fvwm2) ok 15612 - "!\n" ([RE/F/NM] fvwm2) ok 15613 - "!\n" ([SB/F/NM] fvwm2) ok 15614 - "!This is a comment\n" ([RE/F/NM] fvwm2) ok 15615 - "!This is a comment\n" ([SB/F/NM] fvwm2) ok 15616 - "!A\tcomment\n" ([RE/F/NM] fvwm2) ok 15617 - "!A\tcomment\n" ([SB/F/NM] fvwm2) ok 15618 - "!Another /* comment\n" ([RE/F/NM] fvwm2) ok 15619 - "!Another /* comment\n" ([SB/F/NM] fvwm2) ok 15620 - "REM\n" ([RE/F/NM] fvwm2) ok 15621 - "REM\n" ([SB/F/NM] fvwm2) ok 15622 - "REMThis is a comment\n" ([RE/F/NM] fvwm2) ok 15623 - "REMThis is a comment\n" ([SB/F/NM] fvwm2) ok 15624 - "REMA\tcomment\n" ([RE/F/NM] fvwm2) ok 15625 - "REMA\tcomment\n" ([SB/F/NM] fvwm2) ok 15626 - "REMAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15627 - "REMAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15628 - "//\n" ([RE/F/NM] fvwm2) ok 15629 - "//\n" ([SB/F/NM] fvwm2) ok 15630 - "//This is a comment\n" ([RE/F/NM] fvwm2) ok 15631 - "//This is a comment\n" ([SB/F/NM] fvwm2) ok 15632 - "//A\tcomment\n" ([RE/F/NM] fvwm2) ok 15633 - "//A\tcomment\n" ([SB/F/NM] fvwm2) ok 15634 - "//Another /* comment\n" ([RE/F/NM] fvwm2) ok 15635 - "//Another /* comment\n" ([SB/F/NM] fvwm2) ok 15636 - "%\n" ([RE/F/NM] fvwm2) ok 15637 - "%\n" ([SB/F/NM] fvwm2) ok 15638 - "%This is a comment\n" ([RE/F/NM] fvwm2) ok 15639 - "%This is a comment\n" ([SB/F/NM] fvwm2) ok 15640 - "%A\tcomment\n" ([RE/F/NM] fvwm2) ok 15641 - "%A\tcomment\n" ([SB/F/NM] fvwm2) ok 15642 - "%Another /* comment\n" ([RE/F/NM] fvwm2) ok 15643 - "%Another /* comment\n" ([SB/F/NM] fvwm2) ok 15644 - "!\n" ([RE/F/NM] fvwm2) ok 15645 - "!\n" ([SB/F/NM] fvwm2) ok 15646 - "!This is a comment\n" ([RE/F/NM] fvwm2) ok 15647 - "!This is a comment\n" ([SB/F/NM] fvwm2) ok 15648 - "!A\tcomment\n" ([RE/F/NM] fvwm2) ok 15649 - "!A\tcomment\n" ([SB/F/NM] fvwm2) ok 15650 - "!Another /* comment\n" ([RE/F/NM] fvwm2) ok 15651 - "!Another /* comment\n" ([SB/F/NM] fvwm2) ok 15652 - "NB\n" ([RE/F/NM] fvwm2) ok 15653 - "NB\n" ([SB/F/NM] fvwm2) ok 15654 - "NBThis is a comment\n" ([RE/F/NM] fvwm2) ok 15655 - "NBThis is a comment\n" ([SB/F/NM] fvwm2) ok 15656 - "NBA\tcomment\n" ([RE/F/NM] fvwm2) ok 15657 - "NBA\tcomment\n" ([SB/F/NM] fvwm2) ok 15658 - "NBAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15659 - "NBAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15660 - "PLEASE NOT\n" ([RE/F/NM] fvwm2) ok 15661 - "PLEASE NOT\n" ([SB/F/NM] fvwm2) ok 15662 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] fvwm2) ok 15663 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] fvwm2) ok 15664 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] fvwm2) ok 15665 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] fvwm2) ok 15666 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15667 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15668 - "PLEASE NOT\n" ([RE/F/NM] fvwm2) ok 15669 - "PLEASE NOT\n" ([SB/F/NM] fvwm2) ok 15670 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] fvwm2) ok 15671 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] fvwm2) ok 15672 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] fvwm2) ok 15673 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] fvwm2) ok 15674 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15675 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15676 - "PLEASE N'T\n" ([RE/F/NM] fvwm2) ok 15677 - "PLEASE N'T\n" ([SB/F/NM] fvwm2) ok 15678 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] fvwm2) ok 15679 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] fvwm2) ok 15680 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] fvwm2) ok 15681 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] fvwm2) ok 15682 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15683 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15684 - "DO NOT\n" ([RE/F/NM] fvwm2) ok 15685 - "DO NOT\n" ([SB/F/NM] fvwm2) ok 15686 - "DO NOTThis is a comment\n" ([RE/F/NM] fvwm2) ok 15687 - "DO NOTThis is a comment\n" ([SB/F/NM] fvwm2) ok 15688 - "DO NOTA\tcomment\n" ([RE/F/NM] fvwm2) ok 15689 - "DO NOTA\tcomment\n" ([SB/F/NM] fvwm2) ok 15690 - "DO NOTAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15691 - "DO NOTAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15692 - "DO N'T\n" ([RE/F/NM] fvwm2) ok 15693 - "DO N'T\n" ([SB/F/NM] fvwm2) ok 15694 - "DO N'TThis is a comment\n" ([RE/F/NM] fvwm2) ok 15695 - "DO N'TThis is a comment\n" ([SB/F/NM] fvwm2) ok 15696 - "DO N'TA\tcomment\n" ([RE/F/NM] fvwm2) ok 15697 - "DO N'TA\tcomment\n" ([SB/F/NM] fvwm2) ok 15698 - "DO N'TAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15699 - "DO N'TAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15700 - "DO NOT\n" ([RE/F/NM] fvwm2) ok 15701 - "DO NOT\n" ([SB/F/NM] fvwm2) ok 15702 - "DO NOTThis is a comment\n" ([RE/F/NM] fvwm2) ok 15703 - "DO NOTThis is a comment\n" ([SB/F/NM] fvwm2) ok 15704 - "DO NOTA\tcomment\n" ([RE/F/NM] fvwm2) ok 15705 - "DO NOTA\tcomment\n" ([SB/F/NM] fvwm2) ok 15706 - "DO NOTAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15707 - "DO NOTAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15708 - "PLEASE DO NOT\n" ([RE/F/NM] fvwm2) ok 15709 - "PLEASE DO NOT\n" ([SB/F/NM] fvwm2) ok 15710 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] fvwm2) ok 15711 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] fvwm2) ok 15712 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] fvwm2) ok 15713 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] fvwm2) ok 15714 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15715 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15716 - "PLEASE DO NOT\n" ([RE/F/NM] fvwm2) ok 15717 - "PLEASE DO NOT\n" ([SB/F/NM] fvwm2) ok 15718 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] fvwm2) ok 15719 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] fvwm2) ok 15720 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] fvwm2) ok 15721 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] fvwm2) ok 15722 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15723 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15724 - "PLEASE DO N'T\n" ([RE/F/NM] fvwm2) ok 15725 - "PLEASE DO N'T\n" ([SB/F/NM] fvwm2) ok 15726 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] fvwm2) ok 15727 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] fvwm2) ok 15728 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] fvwm2) ok 15729 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] fvwm2) ok 15730 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] fvwm2) ok 15731 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] fvwm2) ok 15732 - "NB.\n" ([RE/F/NM] fvwm2) ok 15733 - "NB.\n" ([SB/F/NM] fvwm2) ok 15734 - "NB.This is a comment\n" ([RE/F/NM] fvwm2) ok 15735 - "NB.This is a comment\n" ([SB/F/NM] fvwm2) ok 15736 - "NB.A\tcomment\n" ([RE/F/NM] fvwm2) ok 15737 - "NB.A\tcomment\n" ([SB/F/NM] fvwm2) ok 15738 - "NB.Another /* comment\n" ([RE/F/NM] fvwm2) ok 15739 - "NB.Another /* comment\n" ([SB/F/NM] fvwm2) ok 15740 - "{}" ([RE/F/NM] fvwm2) ok 15741 - "{}" ([SB/F/NM] fvwm2) ok 15742 - "{This is a comment}" ([RE/F/NM] fvwm2) ok 15743 - "{This is a comment}" ([SB/F/NM] fvwm2) ok 15744 - "{A\tcomment}" ([RE/F/NM] fvwm2) ok 15745 - "{A\tcomment}" ([SB/F/NM] fvwm2) ok 15746 - "{Another /* comment}" ([RE/F/NM] fvwm2) ok 15747 - "{Another /* comment}" ([SB/F/NM] fvwm2) ok 15748 - ".\n" ([RE/F/NM] fvwm2) ok 15749 - ".\n" ([SB/F/NM] fvwm2) ok 15750 - ".This is a comment\n" ([RE/F/NM] fvwm2) ok 15751 - ".This is a comment\n" ([SB/F/NM] fvwm2) ok 15752 - ".A\tcomment\n" ([RE/F/NM] fvwm2) ok 15753 - ".A\tcomment\n" ([SB/F/NM] fvwm2) ok 15754 - ".Another /* comment\n" ([RE/F/NM] fvwm2) ok 15755 - ".Another /* comment\n" ([SB/F/NM] fvwm2) ok 15756 - ";\n" ([RE/F/NM] fvwm2) ok 15757 - ";\n" ([SB/F/NM] fvwm2) ok 15758 - ";This is a comment\n" ([RE/F/NM] fvwm2) ok 15759 - ";This is a comment\n" ([SB/F/NM] fvwm2) ok 15760 - ";A\tcomment\n" ([RE/F/NM] fvwm2) ok 15761 - ";A\tcomment\n" ([SB/F/NM] fvwm2) ok 15762 - ";Another /* comment\n" ([RE/F/NM] fvwm2) ok 15763 - ";Another /* comment\n" ([SB/F/NM] fvwm2) ok 15764 - "`\n" ([RE/F/NM] fvwm2) ok 15765 - "`\n" ([SB/F/NM] fvwm2) ok 15766 - "`This is a comment\n" ([RE/F/NM] fvwm2) ok 15767 - "`This is a comment\n" ([SB/F/NM] fvwm2) ok 15768 - "`A\tcomment\n" ([RE/F/NM] fvwm2) ok 15769 - "`A\tcomment\n" ([SB/F/NM] fvwm2) ok 15770 - "`Another /* comment\n" ([RE/F/NM] fvwm2) ok 15771 - "`Another /* comment\n" ([SB/F/NM] fvwm2) ok 15772 - "--\n" ([RE/F/NM] fvwm2) ok 15773 - "--\n" ([SB/F/NM] fvwm2) ok 15774 - "--This is a comment\n" ([RE/F/NM] fvwm2) ok 15775 - "--This is a comment\n" ([SB/F/NM] fvwm2) ok 15776 - "--A\tcomment\n" ([RE/F/NM] fvwm2) ok 15777 - "--A\tcomment\n" ([SB/F/NM] fvwm2) ok 15778 - "--Another /* comment\n" ([RE/F/NM] fvwm2) ok 15779 - "--Another /* comment\n" ([SB/F/NM] fvwm2) ok 15780 - "---\n" ([RE/F/NM] fvwm2) ok 15781 - "---\n" ([SB/F/NM] fvwm2) ok 15782 - "---This is a comment\n" ([RE/F/NM] fvwm2) ok 15783 - "---This is a comment\n" ([SB/F/NM] fvwm2) ok 15784 - "---A\tcomment\n" ([RE/F/NM] fvwm2) ok 15785 - "---A\tcomment\n" ([SB/F/NM] fvwm2) ok 15786 - "---Another /* comment\n" ([RE/F/NM] fvwm2) ok 15787 - "---Another /* comment\n" ([SB/F/NM] fvwm2) ok 15788 - "-----\n" ([RE/F/NM] fvwm2) ok 15789 - "-----\n" ([SB/F/NM] fvwm2) ok 15790 - "-----This is a comment\n" ([RE/F/NM] fvwm2) ok 15791 - "-----This is a comment\n" ([SB/F/NM] fvwm2) ok 15792 - "-----A\tcomment\n" ([RE/F/NM] fvwm2) ok 15793 - "-----A\tcomment\n" ([SB/F/NM] fvwm2) ok 15794 - "-----Another /* comment\n" ([RE/F/NM] fvwm2) ok 15795 - "-----Another /* comment\n" ([SB/F/NM] fvwm2) ok 15796 - "\\"\n" ([RE/F/NM] fvwm2) ok 15797 - "\\"\n" ([SB/F/NM] fvwm2) ok 15798 - "\\"This is a comment\n" ([RE/F/NM] fvwm2) ok 15799 - "\\"This is a comment\n" ([SB/F/NM] fvwm2) ok 15800 - "\\"A\tcomment\n" ([RE/F/NM] fvwm2) ok 15801 - "\\"A\tcomment\n" ([SB/F/NM] fvwm2) ok 15802 - "\\"Another /* comment\n" ([RE/F/NM] fvwm2) ok 15803 - "\\"Another /* comment\n" ([SB/F/NM] fvwm2) ok 15804 - ""\n" ([RE/F/NM] fvwm2) ok 15805 - ""\n" ([SB/F/NM] fvwm2) ok 15806 - ""This is a comment\n" ([RE/F/NM] fvwm2) ok 15807 - ""This is a comment\n" ([SB/F/NM] fvwm2) ok 15808 - ""A\tcomment\n" ([RE/F/NM] fvwm2) ok 15809 - ""A\tcomment\n" ([SB/F/NM] fvwm2) ok 15810 - ""Another /* comment\n" ([RE/F/NM] fvwm2) ok 15811 - ""Another /* comment\n" ([SB/F/NM] fvwm2) ok 15812 - "'\n" ([RE/F/NM] fvwm2) ok 15813 - "'\n" ([SB/F/NM] fvwm2) ok 15814 - "'This is a comment\n" ([RE/F/NM] fvwm2) ok 15815 - "'This is a comment\n" ([SB/F/NM] fvwm2) ok 15816 - "'A\tcomment\n" ([RE/F/NM] fvwm2) ok 15817 - "'A\tcomment\n" ([SB/F/NM] fvwm2) ok 15818 - "'Another /* comment\n" ([RE/F/NM] fvwm2) ok 15819 - "'Another /* comment\n" ([SB/F/NM] fvwm2) ok 15820 - "#\n" ([RE/P/MT] Icon) ok 15821 - "#\n" ([OM/P/MT] Icon) ok 15822 - "#\n" ([OS/P/MT] Icon) ok 15823 - "#\n" ([SB/P/MT] Icon) ok 15824 - "#\n" ([KP/P/MT] Icon) ok 15825 - "#This is a comment\n" ([RE/P/MT] Icon) ok 15826 - "#This is a comment\n" ([OM/P/MT] Icon) ok 15827 - "#This is a comment\n" ([OS/P/MT] Icon) ok 15828 - "#This is a comment\n" ([SB/P/MT] Icon) ok 15829 - "#This is a comment\n" ([KP/P/MT] Icon) ok 15830 - "#A\tcomment\n" ([RE/P/MT] Icon) ok 15831 - "#A\tcomment\n" ([OM/P/MT] Icon) ok 15832 - "#A\tcomment\n" ([OS/P/MT] Icon) ok 15833 - "#A\tcomment\n" ([SB/P/MT] Icon) ok 15834 - "#A\tcomment\n" ([KP/P/MT] Icon) ok 15835 - "#Another /* comment\n" ([RE/P/MT] Icon) ok 15836 - "#Another /* comment\n" ([OM/P/MT] Icon) ok 15837 - "#Another /* comment\n" ([OS/P/MT] Icon) ok 15838 - "#Another /* comment\n" ([SB/P/MT] Icon) ok 15839 - "#Another /* comment\n" ([KP/P/MT] Icon) ok 15840 - "\\" ([RE/F/NM] Icon) ok 15841 - "\\" ([SB/F/NM] Icon) ok 15842 - "\\This is a comment" ([RE/F/NM] Icon) ok 15843 - "\\This is a comment" ([SB/F/NM] Icon) ok 15844 - "\\A\tcomment" ([RE/F/NM] Icon) ok 15845 - "\\A\tcomment" ([SB/F/NM] Icon) ok 15846 - "\\Another /* comment" ([RE/F/NM] Icon) ok 15847 - "\\Another /* comment" ([SB/F/NM] Icon) ok 15848 - "\n" ([RE/F/NM] Icon) ok 15849 - "\n" ([SB/F/NM] Icon) ok 15850 - "This is a comment\n" ([RE/F/NM] Icon) ok 15851 - "This is a comment\n" ([SB/F/NM] Icon) ok 15852 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15853 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15854 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15855 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15856 - "#" ([RE/F/NM] Icon) ok 15857 - "#" ([SB/F/NM] Icon) ok 15858 - "#This is a comment" ([RE/F/NM] Icon) ok 15859 - "#This is a comment" ([SB/F/NM] Icon) ok 15860 - "#A\tcomment" ([RE/F/NM] Icon) ok 15861 - "#A\tcomment" ([SB/F/NM] Icon) ok 15862 - "#Another /* comment" ([RE/F/NM] Icon) ok 15863 - "#Another /* comment" ([SB/F/NM] Icon) ok 15864 - "\n" ([RE/F/NM] Icon) ok 15865 - "\n" ([SB/F/NM] Icon) ok 15866 - "This is a comment\n" ([RE/F/NM] Icon) ok 15867 - "This is a comment\n" ([SB/F/NM] Icon) ok 15868 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15869 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15870 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15871 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15872 - "//" ([RE/F/NM] Icon) ok 15873 - "//" ([SB/F/NM] Icon) ok 15874 - "//This is a comment" ([RE/F/NM] Icon) ok 15875 - "//This is a comment" ([SB/F/NM] Icon) ok 15876 - "//A\tcomment" ([RE/F/NM] Icon) ok 15877 - "//A\tcomment" ([SB/F/NM] Icon) ok 15878 - "//Another /* comment" ([RE/F/NM] Icon) ok 15879 - "//Another /* comment" ([SB/F/NM] Icon) ok 15880 - "\n" ([RE/F/NM] Icon) ok 15881 - "\n" ([SB/F/NM] Icon) ok 15882 - "This is a comment\n" ([RE/F/NM] Icon) ok 15883 - "This is a comment\n" ([SB/F/NM] Icon) ok 15884 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15885 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15886 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15887 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15888 - "--" ([RE/F/NM] Icon) ok 15889 - "--" ([SB/F/NM] Icon) ok 15890 - "--This is a comment" ([RE/F/NM] Icon) ok 15891 - "--This is a comment" ([SB/F/NM] Icon) ok 15892 - "--A\tcomment" ([RE/F/NM] Icon) ok 15893 - "--A\tcomment" ([SB/F/NM] Icon) ok 15894 - "--Another /* comment" ([RE/F/NM] Icon) ok 15895 - "--Another /* comment" ([SB/F/NM] Icon) ok 15896 - "\n" ([RE/F/NM] Icon) ok 15897 - "\n" ([SB/F/NM] Icon) ok 15898 - "This is a comment\n" ([RE/F/NM] Icon) ok 15899 - "This is a comment\n" ([SB/F/NM] Icon) ok 15900 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15901 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15902 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15903 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15904 - ";" ([RE/F/NM] Icon) ok 15905 - ";" ([SB/F/NM] Icon) ok 15906 - ";This is a comment" ([RE/F/NM] Icon) ok 15907 - ";This is a comment" ([SB/F/NM] Icon) ok 15908 - ";A\tcomment" ([RE/F/NM] Icon) ok 15909 - ";A\tcomment" ([SB/F/NM] Icon) ok 15910 - ";Another /* comment" ([RE/F/NM] Icon) ok 15911 - ";Another /* comment" ([SB/F/NM] Icon) ok 15912 - "\n" ([RE/F/NM] Icon) ok 15913 - "\n" ([SB/F/NM] Icon) ok 15914 - "This is a comment\n" ([RE/F/NM] Icon) ok 15915 - "This is a comment\n" ([SB/F/NM] Icon) ok 15916 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15917 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15918 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15919 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15920 - "#" ([RE/F/NM] Icon) ok 15921 - "#" ([SB/F/NM] Icon) ok 15922 - "#This is a comment" ([RE/F/NM] Icon) ok 15923 - "#This is a comment" ([SB/F/NM] Icon) ok 15924 - "#A\tcomment" ([RE/F/NM] Icon) ok 15925 - "#A\tcomment" ([SB/F/NM] Icon) ok 15926 - "#Another /* comment" ([RE/F/NM] Icon) ok 15927 - "#Another /* comment" ([SB/F/NM] Icon) ok 15928 - "\n" ([RE/F/NM] Icon) ok 15929 - "\n" ([SB/F/NM] Icon) ok 15930 - "This is a comment\n" ([RE/F/NM] Icon) ok 15931 - "This is a comment\n" ([SB/F/NM] Icon) ok 15932 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15933 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15934 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15935 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15936 - "*" ([RE/F/NM] Icon) ok 15937 - "*" ([SB/F/NM] Icon) ok 15938 - "*This is a comment" ([RE/F/NM] Icon) ok 15939 - "*This is a comment" ([SB/F/NM] Icon) ok 15940 - "*A\tcomment" ([RE/F/NM] Icon) ok 15941 - "*A\tcomment" ([SB/F/NM] Icon) ok 15942 - "*Another /* comment" ([RE/F/NM] Icon) ok 15943 - "*Another /* comment" ([SB/F/NM] Icon) ok 15944 - "\n" ([RE/F/NM] Icon) ok 15945 - "\n" ([SB/F/NM] Icon) ok 15946 - "This is a comment\n" ([RE/F/NM] Icon) ok 15947 - "This is a comment\n" ([SB/F/NM] Icon) ok 15948 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15949 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15950 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15951 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15952 - "!" ([RE/F/NM] Icon) ok 15953 - "!" ([SB/F/NM] Icon) ok 15954 - "!This is a comment" ([RE/F/NM] Icon) ok 15955 - "!This is a comment" ([SB/F/NM] Icon) ok 15956 - "!A\tcomment" ([RE/F/NM] Icon) ok 15957 - "!A\tcomment" ([SB/F/NM] Icon) ok 15958 - "!Another /* comment" ([RE/F/NM] Icon) ok 15959 - "!Another /* comment" ([SB/F/NM] Icon) ok 15960 - "\n" ([RE/F/NM] Icon) ok 15961 - "\n" ([SB/F/NM] Icon) ok 15962 - "This is a comment\n" ([RE/F/NM] Icon) ok 15963 - "This is a comment\n" ([SB/F/NM] Icon) ok 15964 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15965 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15966 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15967 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15968 - "REM" ([RE/F/NM] Icon) ok 15969 - "REM" ([SB/F/NM] Icon) ok 15970 - "REMThis is a comment" ([RE/F/NM] Icon) ok 15971 - "REMThis is a comment" ([SB/F/NM] Icon) ok 15972 - "REMA\tcomment" ([RE/F/NM] Icon) ok 15973 - "REMA\tcomment" ([SB/F/NM] Icon) ok 15974 - "REMAnother /* comment" ([RE/F/NM] Icon) ok 15975 - "REMAnother /* comment" ([SB/F/NM] Icon) ok 15976 - "\n" ([RE/F/NM] Icon) ok 15977 - "\n" ([SB/F/NM] Icon) ok 15978 - "This is a comment\n" ([RE/F/NM] Icon) ok 15979 - "This is a comment\n" ([SB/F/NM] Icon) ok 15980 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15981 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15982 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15983 - "Another /* comment\n" ([SB/F/NM] Icon) ok 15984 - "//" ([RE/F/NM] Icon) ok 15985 - "//" ([SB/F/NM] Icon) ok 15986 - "//This is a comment" ([RE/F/NM] Icon) ok 15987 - "//This is a comment" ([SB/F/NM] Icon) ok 15988 - "//A\tcomment" ([RE/F/NM] Icon) ok 15989 - "//A\tcomment" ([SB/F/NM] Icon) ok 15990 - "//Another /* comment" ([RE/F/NM] Icon) ok 15991 - "//Another /* comment" ([SB/F/NM] Icon) ok 15992 - "\n" ([RE/F/NM] Icon) ok 15993 - "\n" ([SB/F/NM] Icon) ok 15994 - "This is a comment\n" ([RE/F/NM] Icon) ok 15995 - "This is a comment\n" ([SB/F/NM] Icon) ok 15996 - "A\tcomment\n" ([RE/F/NM] Icon) ok 15997 - "A\tcomment\n" ([SB/F/NM] Icon) ok 15998 - "Another /* comment\n" ([RE/F/NM] Icon) ok 15999 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16000 - "%" ([RE/F/NM] Icon) ok 16001 - "%" ([SB/F/NM] Icon) ok 16002 - "%This is a comment" ([RE/F/NM] Icon) ok 16003 - "%This is a comment" ([SB/F/NM] Icon) ok 16004 - "%A\tcomment" ([RE/F/NM] Icon) ok 16005 - "%A\tcomment" ([SB/F/NM] Icon) ok 16006 - "%Another /* comment" ([RE/F/NM] Icon) ok 16007 - "%Another /* comment" ([SB/F/NM] Icon) ok 16008 - "\n" ([RE/F/NM] Icon) ok 16009 - "\n" ([SB/F/NM] Icon) ok 16010 - "This is a comment\n" ([RE/F/NM] Icon) ok 16011 - "This is a comment\n" ([SB/F/NM] Icon) ok 16012 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16013 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16014 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16015 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16016 - "!" ([RE/F/NM] Icon) ok 16017 - "!" ([SB/F/NM] Icon) ok 16018 - "!This is a comment" ([RE/F/NM] Icon) ok 16019 - "!This is a comment" ([SB/F/NM] Icon) ok 16020 - "!A\tcomment" ([RE/F/NM] Icon) ok 16021 - "!A\tcomment" ([SB/F/NM] Icon) ok 16022 - "!Another /* comment" ([RE/F/NM] Icon) ok 16023 - "!Another /* comment" ([SB/F/NM] Icon) ok 16024 - "\n" ([RE/F/NM] Icon) ok 16025 - "\n" ([SB/F/NM] Icon) ok 16026 - "This is a comment\n" ([RE/F/NM] Icon) ok 16027 - "This is a comment\n" ([SB/F/NM] Icon) ok 16028 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16029 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16030 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16031 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16032 - "NB" ([RE/F/NM] Icon) ok 16033 - "NB" ([SB/F/NM] Icon) ok 16034 - "NBThis is a comment" ([RE/F/NM] Icon) ok 16035 - "NBThis is a comment" ([SB/F/NM] Icon) ok 16036 - "NBA\tcomment" ([RE/F/NM] Icon) ok 16037 - "NBA\tcomment" ([SB/F/NM] Icon) ok 16038 - "NBAnother /* comment" ([RE/F/NM] Icon) ok 16039 - "NBAnother /* comment" ([SB/F/NM] Icon) ok 16040 - "\n" ([RE/F/NM] Icon) ok 16041 - "\n" ([SB/F/NM] Icon) ok 16042 - "This is a comment\n" ([RE/F/NM] Icon) ok 16043 - "This is a comment\n" ([SB/F/NM] Icon) ok 16044 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16045 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16046 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16047 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16048 - "PLEASE NOT" ([RE/F/NM] Icon) ok 16049 - "PLEASE NOT" ([SB/F/NM] Icon) ok 16050 - "PLEASE NOTThis is a comment" ([RE/F/NM] Icon) ok 16051 - "PLEASE NOTThis is a comment" ([SB/F/NM] Icon) ok 16052 - "PLEASE NOTA\tcomment" ([RE/F/NM] Icon) ok 16053 - "PLEASE NOTA\tcomment" ([SB/F/NM] Icon) ok 16054 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Icon) ok 16055 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Icon) ok 16056 - "\n" ([RE/F/NM] Icon) ok 16057 - "\n" ([SB/F/NM] Icon) ok 16058 - "This is a comment\n" ([RE/F/NM] Icon) ok 16059 - "This is a comment\n" ([SB/F/NM] Icon) ok 16060 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16061 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16062 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16063 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16064 - "PLEASE NOT" ([RE/F/NM] Icon) ok 16065 - "PLEASE NOT" ([SB/F/NM] Icon) ok 16066 - "PLEASE NOTThis is a comment" ([RE/F/NM] Icon) ok 16067 - "PLEASE NOTThis is a comment" ([SB/F/NM] Icon) ok 16068 - "PLEASE NOTA\tcomment" ([RE/F/NM] Icon) ok 16069 - "PLEASE NOTA\tcomment" ([SB/F/NM] Icon) ok 16070 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Icon) ok 16071 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Icon) ok 16072 - "\n" ([RE/F/NM] Icon) ok 16073 - "\n" ([SB/F/NM] Icon) ok 16074 - "This is a comment\n" ([RE/F/NM] Icon) ok 16075 - "This is a comment\n" ([SB/F/NM] Icon) ok 16076 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16077 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16078 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16079 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16080 - "PLEASE N'T" ([RE/F/NM] Icon) ok 16081 - "PLEASE N'T" ([SB/F/NM] Icon) ok 16082 - "PLEASE N'TThis is a comment" ([RE/F/NM] Icon) ok 16083 - "PLEASE N'TThis is a comment" ([SB/F/NM] Icon) ok 16084 - "PLEASE N'TA\tcomment" ([RE/F/NM] Icon) ok 16085 - "PLEASE N'TA\tcomment" ([SB/F/NM] Icon) ok 16086 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Icon) ok 16087 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Icon) ok 16088 - "\n" ([RE/F/NM] Icon) ok 16089 - "\n" ([SB/F/NM] Icon) ok 16090 - "This is a comment\n" ([RE/F/NM] Icon) ok 16091 - "This is a comment\n" ([SB/F/NM] Icon) ok 16092 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16093 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16094 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16095 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16096 - "DO NOT" ([RE/F/NM] Icon) ok 16097 - "DO NOT" ([SB/F/NM] Icon) ok 16098 - "DO NOTThis is a comment" ([RE/F/NM] Icon) ok 16099 - "DO NOTThis is a comment" ([SB/F/NM] Icon) ok 16100 - "DO NOTA\tcomment" ([RE/F/NM] Icon) ok 16101 - "DO NOTA\tcomment" ([SB/F/NM] Icon) ok 16102 - "DO NOTAnother /* comment" ([RE/F/NM] Icon) ok 16103 - "DO NOTAnother /* comment" ([SB/F/NM] Icon) ok 16104 - "\n" ([RE/F/NM] Icon) ok 16105 - "\n" ([SB/F/NM] Icon) ok 16106 - "This is a comment\n" ([RE/F/NM] Icon) ok 16107 - "This is a comment\n" ([SB/F/NM] Icon) ok 16108 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16109 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16110 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16111 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16112 - "DO N'T" ([RE/F/NM] Icon) ok 16113 - "DO N'T" ([SB/F/NM] Icon) ok 16114 - "DO N'TThis is a comment" ([RE/F/NM] Icon) ok 16115 - "DO N'TThis is a comment" ([SB/F/NM] Icon) ok 16116 - "DO N'TA\tcomment" ([RE/F/NM] Icon) ok 16117 - "DO N'TA\tcomment" ([SB/F/NM] Icon) ok 16118 - "DO N'TAnother /* comment" ([RE/F/NM] Icon) ok 16119 - "DO N'TAnother /* comment" ([SB/F/NM] Icon) ok 16120 - "\n" ([RE/F/NM] Icon) ok 16121 - "\n" ([SB/F/NM] Icon) ok 16122 - "This is a comment\n" ([RE/F/NM] Icon) ok 16123 - "This is a comment\n" ([SB/F/NM] Icon) ok 16124 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16125 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16126 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16127 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16128 - "DO NOT" ([RE/F/NM] Icon) ok 16129 - "DO NOT" ([SB/F/NM] Icon) ok 16130 - "DO NOTThis is a comment" ([RE/F/NM] Icon) ok 16131 - "DO NOTThis is a comment" ([SB/F/NM] Icon) ok 16132 - "DO NOTA\tcomment" ([RE/F/NM] Icon) ok 16133 - "DO NOTA\tcomment" ([SB/F/NM] Icon) ok 16134 - "DO NOTAnother /* comment" ([RE/F/NM] Icon) ok 16135 - "DO NOTAnother /* comment" ([SB/F/NM] Icon) ok 16136 - "\n" ([RE/F/NM] Icon) ok 16137 - "\n" ([SB/F/NM] Icon) ok 16138 - "This is a comment\n" ([RE/F/NM] Icon) ok 16139 - "This is a comment\n" ([SB/F/NM] Icon) ok 16140 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16141 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16142 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16143 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16144 - "PLEASE DO NOT" ([RE/F/NM] Icon) ok 16145 - "PLEASE DO NOT" ([SB/F/NM] Icon) ok 16146 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Icon) ok 16147 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Icon) ok 16148 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Icon) ok 16149 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Icon) ok 16150 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Icon) ok 16151 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Icon) ok 16152 - "\n" ([RE/F/NM] Icon) ok 16153 - "\n" ([SB/F/NM] Icon) ok 16154 - "This is a comment\n" ([RE/F/NM] Icon) ok 16155 - "This is a comment\n" ([SB/F/NM] Icon) ok 16156 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16157 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16158 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16159 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16160 - "PLEASE DO NOT" ([RE/F/NM] Icon) ok 16161 - "PLEASE DO NOT" ([SB/F/NM] Icon) ok 16162 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Icon) ok 16163 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Icon) ok 16164 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Icon) ok 16165 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Icon) ok 16166 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Icon) ok 16167 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Icon) ok 16168 - "\n" ([RE/F/NM] Icon) ok 16169 - "\n" ([SB/F/NM] Icon) ok 16170 - "This is a comment\n" ([RE/F/NM] Icon) ok 16171 - "This is a comment\n" ([SB/F/NM] Icon) ok 16172 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16173 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16174 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16175 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16176 - "PLEASE DO N'T" ([RE/F/NM] Icon) ok 16177 - "PLEASE DO N'T" ([SB/F/NM] Icon) ok 16178 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Icon) ok 16179 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Icon) ok 16180 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Icon) ok 16181 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Icon) ok 16182 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Icon) ok 16183 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Icon) ok 16184 - "\n" ([RE/F/NM] Icon) ok 16185 - "\n" ([SB/F/NM] Icon) ok 16186 - "This is a comment\n" ([RE/F/NM] Icon) ok 16187 - "This is a comment\n" ([SB/F/NM] Icon) ok 16188 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16189 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16190 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16191 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16192 - "NB." ([RE/F/NM] Icon) ok 16193 - "NB." ([SB/F/NM] Icon) ok 16194 - "NB.This is a comment" ([RE/F/NM] Icon) ok 16195 - "NB.This is a comment" ([SB/F/NM] Icon) ok 16196 - "NB.A\tcomment" ([RE/F/NM] Icon) ok 16197 - "NB.A\tcomment" ([SB/F/NM] Icon) ok 16198 - "NB.Another /* comment" ([RE/F/NM] Icon) ok 16199 - "NB.Another /* comment" ([SB/F/NM] Icon) ok 16200 - "\n" ([RE/F/NM] Icon) ok 16201 - "\n" ([SB/F/NM] Icon) ok 16202 - "This is a comment\n" ([RE/F/NM] Icon) ok 16203 - "This is a comment\n" ([SB/F/NM] Icon) ok 16204 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16205 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16206 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16207 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16208 - "{" ([RE/F/NM] Icon) ok 16209 - "{" ([SB/F/NM] Icon) ok 16210 - "{This is a comment" ([RE/F/NM] Icon) ok 16211 - "{This is a comment" ([SB/F/NM] Icon) ok 16212 - "{A\tcomment" ([RE/F/NM] Icon) ok 16213 - "{A\tcomment" ([SB/F/NM] Icon) ok 16214 - "{Another /* comment" ([RE/F/NM] Icon) ok 16215 - "{Another /* comment" ([SB/F/NM] Icon) ok 16216 - "}" ([RE/F/NM] Icon) ok 16217 - "}" ([SB/F/NM] Icon) ok 16218 - "This is a comment}" ([RE/F/NM] Icon) ok 16219 - "This is a comment}" ([SB/F/NM] Icon) ok 16220 - "A\tcomment}" ([RE/F/NM] Icon) ok 16221 - "A\tcomment}" ([SB/F/NM] Icon) ok 16222 - "Another /* comment}" ([RE/F/NM] Icon) ok 16223 - "Another /* comment}" ([SB/F/NM] Icon) ok 16224 - "." ([RE/F/NM] Icon) ok 16225 - "." ([SB/F/NM] Icon) ok 16226 - ".This is a comment" ([RE/F/NM] Icon) ok 16227 - ".This is a comment" ([SB/F/NM] Icon) ok 16228 - ".A\tcomment" ([RE/F/NM] Icon) ok 16229 - ".A\tcomment" ([SB/F/NM] Icon) ok 16230 - ".Another /* comment" ([RE/F/NM] Icon) ok 16231 - ".Another /* comment" ([SB/F/NM] Icon) ok 16232 - "\n" ([RE/F/NM] Icon) ok 16233 - "\n" ([SB/F/NM] Icon) ok 16234 - "This is a comment\n" ([RE/F/NM] Icon) ok 16235 - "This is a comment\n" ([SB/F/NM] Icon) ok 16236 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16237 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16238 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16239 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16240 - ";" ([RE/F/NM] Icon) ok 16241 - ";" ([SB/F/NM] Icon) ok 16242 - ";This is a comment" ([RE/F/NM] Icon) ok 16243 - ";This is a comment" ([SB/F/NM] Icon) ok 16244 - ";A\tcomment" ([RE/F/NM] Icon) ok 16245 - ";A\tcomment" ([SB/F/NM] Icon) ok 16246 - ";Another /* comment" ([RE/F/NM] Icon) ok 16247 - ";Another /* comment" ([SB/F/NM] Icon) ok 16248 - "\n" ([RE/F/NM] Icon) ok 16249 - "\n" ([SB/F/NM] Icon) ok 16250 - "This is a comment\n" ([RE/F/NM] Icon) ok 16251 - "This is a comment\n" ([SB/F/NM] Icon) ok 16252 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16253 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16254 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16255 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16256 - "`" ([RE/F/NM] Icon) ok 16257 - "`" ([SB/F/NM] Icon) ok 16258 - "`This is a comment" ([RE/F/NM] Icon) ok 16259 - "`This is a comment" ([SB/F/NM] Icon) ok 16260 - "`A\tcomment" ([RE/F/NM] Icon) ok 16261 - "`A\tcomment" ([SB/F/NM] Icon) ok 16262 - "`Another /* comment" ([RE/F/NM] Icon) ok 16263 - "`Another /* comment" ([SB/F/NM] Icon) ok 16264 - "\n" ([RE/F/NM] Icon) ok 16265 - "\n" ([SB/F/NM] Icon) ok 16266 - "This is a comment\n" ([RE/F/NM] Icon) ok 16267 - "This is a comment\n" ([SB/F/NM] Icon) ok 16268 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16269 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16270 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16271 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16272 - "--" ([RE/F/NM] Icon) ok 16273 - "--" ([SB/F/NM] Icon) ok 16274 - "--This is a comment" ([RE/F/NM] Icon) ok 16275 - "--This is a comment" ([SB/F/NM] Icon) ok 16276 - "--A\tcomment" ([RE/F/NM] Icon) ok 16277 - "--A\tcomment" ([SB/F/NM] Icon) ok 16278 - "--Another /* comment" ([RE/F/NM] Icon) ok 16279 - "--Another /* comment" ([SB/F/NM] Icon) ok 16280 - "\n" ([RE/F/NM] Icon) ok 16281 - "\n" ([SB/F/NM] Icon) ok 16282 - "This is a comment\n" ([RE/F/NM] Icon) ok 16283 - "This is a comment\n" ([SB/F/NM] Icon) ok 16284 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16285 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16286 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16287 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16288 - "---" ([RE/F/NM] Icon) ok 16289 - "---" ([SB/F/NM] Icon) ok 16290 - "---This is a comment" ([RE/F/NM] Icon) ok 16291 - "---This is a comment" ([SB/F/NM] Icon) ok 16292 - "---A\tcomment" ([RE/F/NM] Icon) ok 16293 - "---A\tcomment" ([SB/F/NM] Icon) ok 16294 - "---Another /* comment" ([RE/F/NM] Icon) ok 16295 - "---Another /* comment" ([SB/F/NM] Icon) ok 16296 - "\n" ([RE/F/NM] Icon) ok 16297 - "\n" ([SB/F/NM] Icon) ok 16298 - "This is a comment\n" ([RE/F/NM] Icon) ok 16299 - "This is a comment\n" ([SB/F/NM] Icon) ok 16300 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16301 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16302 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16303 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16304 - "-----" ([RE/F/NM] Icon) ok 16305 - "-----" ([SB/F/NM] Icon) ok 16306 - "-----This is a comment" ([RE/F/NM] Icon) ok 16307 - "-----This is a comment" ([SB/F/NM] Icon) ok 16308 - "-----A\tcomment" ([RE/F/NM] Icon) ok 16309 - "-----A\tcomment" ([SB/F/NM] Icon) ok 16310 - "-----Another /* comment" ([RE/F/NM] Icon) ok 16311 - "-----Another /* comment" ([SB/F/NM] Icon) ok 16312 - "\n" ([RE/F/NM] Icon) ok 16313 - "\n" ([SB/F/NM] Icon) ok 16314 - "This is a comment\n" ([RE/F/NM] Icon) ok 16315 - "This is a comment\n" ([SB/F/NM] Icon) ok 16316 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16317 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16318 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16319 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16320 - "\\"" ([RE/F/NM] Icon) ok 16321 - "\\"" ([SB/F/NM] Icon) ok 16322 - "\\"This is a comment" ([RE/F/NM] Icon) ok 16323 - "\\"This is a comment" ([SB/F/NM] Icon) ok 16324 - "\\"A\tcomment" ([RE/F/NM] Icon) ok 16325 - "\\"A\tcomment" ([SB/F/NM] Icon) ok 16326 - "\\"Another /* comment" ([RE/F/NM] Icon) ok 16327 - "\\"Another /* comment" ([SB/F/NM] Icon) ok 16328 - "\n" ([RE/F/NM] Icon) ok 16329 - "\n" ([SB/F/NM] Icon) ok 16330 - "This is a comment\n" ([RE/F/NM] Icon) ok 16331 - "This is a comment\n" ([SB/F/NM] Icon) ok 16332 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16333 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16334 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16335 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16336 - """ ([RE/F/NM] Icon) ok 16337 - """ ([SB/F/NM] Icon) ok 16338 - ""This is a comment" ([RE/F/NM] Icon) ok 16339 - ""This is a comment" ([SB/F/NM] Icon) ok 16340 - ""A\tcomment" ([RE/F/NM] Icon) ok 16341 - ""A\tcomment" ([SB/F/NM] Icon) ok 16342 - ""Another /* comment" ([RE/F/NM] Icon) ok 16343 - ""Another /* comment" ([SB/F/NM] Icon) ok 16344 - "\n" ([RE/F/NM] Icon) ok 16345 - "\n" ([SB/F/NM] Icon) ok 16346 - "This is a comment\n" ([RE/F/NM] Icon) ok 16347 - "This is a comment\n" ([SB/F/NM] Icon) ok 16348 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16349 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16350 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16351 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16352 - "'" ([RE/F/NM] Icon) ok 16353 - "'" ([SB/F/NM] Icon) ok 16354 - "'This is a comment" ([RE/F/NM] Icon) ok 16355 - "'This is a comment" ([SB/F/NM] Icon) ok 16356 - "'A\tcomment" ([RE/F/NM] Icon) ok 16357 - "'A\tcomment" ([SB/F/NM] Icon) ok 16358 - "'Another /* comment" ([RE/F/NM] Icon) ok 16359 - "'Another /* comment" ([SB/F/NM] Icon) ok 16360 - "\n" ([RE/F/NM] Icon) ok 16361 - "\n" ([SB/F/NM] Icon) ok 16362 - "This is a comment\n" ([RE/F/NM] Icon) ok 16363 - "This is a comment\n" ([SB/F/NM] Icon) ok 16364 - "A\tcomment\n" ([RE/F/NM] Icon) ok 16365 - "A\tcomment\n" ([SB/F/NM] Icon) ok 16366 - "Another /* comment\n" ([RE/F/NM] Icon) ok 16367 - "Another /* comment\n" ([SB/F/NM] Icon) ok 16368 - "/* This is a C comment */" ([RE/F/NM] Icon) ok 16369 - "/* This is a C comment */" ([SB/F/NM] Icon) ok 16370 - "(* This is a Pascal comment *)" ([RE/F/NM] Icon) ok 16371 - "(* This is a Pascal comment *)" ([SB/F/NM] Icon) ok 16372 - "" ([RE/F/NM] Icon) ok 16373 - "" ([SB/F/NM] Icon) ok 16374 - "#\n\n" ([RE/F/NM] Icon) ok 16375 - "#\n\n" ([SB/F/NM] Icon) ok 16376 - "#This is a comment\n\n" ([RE/F/NM] Icon) ok 16377 - "#This is a comment\n\n" ([SB/F/NM] Icon) ok 16378 - "#A\tcomment\n\n" ([RE/F/NM] Icon) ok 16379 - "#A\tcomment\n\n" ([SB/F/NM] Icon) ok 16380 - "#Another /* comment\n\n" ([RE/F/NM] Icon) ok 16381 - "#Another /* comment\n\n" ([SB/F/NM] Icon) ok 16382 - "#\n#\n" ([RE/F/NM] Icon) ok 16383 - "#\n#\n" ([SB/F/NM] Icon) ok 16384 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] Icon) ok 16385 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] Icon) ok 16386 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] Icon) ok 16387 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] Icon) ok 16388 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] Icon) ok 16389 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] Icon) ok 16390 - "#\nq" ([RE/F/NM] Icon) ok 16391 - "#\nq" ([SB/F/NM] Icon) ok 16392 - "#This is a comment\nrrh" ([RE/F/NM] Icon) ok 16393 - "#This is a comment\nrrh" ([SB/F/NM] Icon) ok 16394 - "#A\tcomment\n6" ([RE/F/NM] Icon) ok 16395 - "#A\tcomment\n6" ([SB/F/NM] Icon) ok 16396 - "#Another /* comment\nyhqg" ([RE/F/NM] Icon) ok 16397 - "#Another /* comment\nyhqg" ([SB/F/NM] Icon) ok 16398 - "z35#\n" ([RE/F/NM] Icon) ok 16399 - "z35#\n" ([SB/F/NM] Icon) ok 16400 - "e#This is a comment\n" ([RE/F/NM] Icon) ok 16401 - "e#This is a comment\n" ([SB/F/NM] Icon) ok 16402 - "d#A\tcomment\n" ([RE/F/NM] Icon) ok 16403 - "d#A\tcomment\n" ([SB/F/NM] Icon) ok 16404 - "zb#Another /* comment\n" ([RE/F/NM] Icon) ok 16405 - "zb#Another /* comment\n" ([SB/F/NM] Icon) ok 16406 - "\\\n" ([RE/F/NM] Icon) ok 16407 - "\\\n" ([SB/F/NM] Icon) ok 16408 - "\\This is a comment\n" ([RE/F/NM] Icon) ok 16409 - "\\This is a comment\n" ([SB/F/NM] Icon) ok 16410 - "\\A\tcomment\n" ([RE/F/NM] Icon) ok 16411 - "\\A\tcomment\n" ([SB/F/NM] Icon) ok 16412 - "\\Another /* comment\n" ([RE/F/NM] Icon) ok 16413 - "\\Another /* comment\n" ([SB/F/NM] Icon) ok 16414 - "//\n" ([RE/F/NM] Icon) ok 16415 - "//\n" ([SB/F/NM] Icon) ok 16416 - "//This is a comment\n" ([RE/F/NM] Icon) ok 16417 - "//This is a comment\n" ([SB/F/NM] Icon) ok 16418 - "//A\tcomment\n" ([RE/F/NM] Icon) ok 16419 - "//A\tcomment\n" ([SB/F/NM] Icon) ok 16420 - "//Another /* comment\n" ([RE/F/NM] Icon) ok 16421 - "//Another /* comment\n" ([SB/F/NM] Icon) ok 16422 - "--\n" ([RE/F/NM] Icon) ok 16423 - "--\n" ([SB/F/NM] Icon) ok 16424 - "--This is a comment\n" ([RE/F/NM] Icon) ok 16425 - "--This is a comment\n" ([SB/F/NM] Icon) ok 16426 - "--A\tcomment\n" ([RE/F/NM] Icon) ok 16427 - "--A\tcomment\n" ([SB/F/NM] Icon) ok 16428 - "--Another /* comment\n" ([RE/F/NM] Icon) ok 16429 - "--Another /* comment\n" ([SB/F/NM] Icon) ok 16430 - ";\n" ([RE/F/NM] Icon) ok 16431 - ";\n" ([SB/F/NM] Icon) ok 16432 - ";This is a comment\n" ([RE/F/NM] Icon) ok 16433 - ";This is a comment\n" ([SB/F/NM] Icon) ok 16434 - ";A\tcomment\n" ([RE/F/NM] Icon) ok 16435 - ";A\tcomment\n" ([SB/F/NM] Icon) ok 16436 - ";Another /* comment\n" ([RE/F/NM] Icon) ok 16437 - ";Another /* comment\n" ([SB/F/NM] Icon) ok 16438 - "*\n" ([RE/F/NM] Icon) ok 16439 - "*\n" ([SB/F/NM] Icon) ok 16440 - "*This is a comment\n" ([RE/F/NM] Icon) ok 16441 - "*This is a comment\n" ([SB/F/NM] Icon) ok 16442 - "*A\tcomment\n" ([RE/F/NM] Icon) ok 16443 - "*A\tcomment\n" ([SB/F/NM] Icon) ok 16444 - "*Another /* comment\n" ([RE/F/NM] Icon) ok 16445 - "*Another /* comment\n" ([SB/F/NM] Icon) ok 16446 - "!\n" ([RE/F/NM] Icon) ok 16447 - "!\n" ([SB/F/NM] Icon) ok 16448 - "!This is a comment\n" ([RE/F/NM] Icon) ok 16449 - "!This is a comment\n" ([SB/F/NM] Icon) ok 16450 - "!A\tcomment\n" ([RE/F/NM] Icon) ok 16451 - "!A\tcomment\n" ([SB/F/NM] Icon) ok 16452 - "!Another /* comment\n" ([RE/F/NM] Icon) ok 16453 - "!Another /* comment\n" ([SB/F/NM] Icon) ok 16454 - "REM\n" ([RE/F/NM] Icon) ok 16455 - "REM\n" ([SB/F/NM] Icon) ok 16456 - "REMThis is a comment\n" ([RE/F/NM] Icon) ok 16457 - "REMThis is a comment\n" ([SB/F/NM] Icon) ok 16458 - "REMA\tcomment\n" ([RE/F/NM] Icon) ok 16459 - "REMA\tcomment\n" ([SB/F/NM] Icon) ok 16460 - "REMAnother /* comment\n" ([RE/F/NM] Icon) ok 16461 - "REMAnother /* comment\n" ([SB/F/NM] Icon) ok 16462 - "//\n" ([RE/F/NM] Icon) ok 16463 - "//\n" ([SB/F/NM] Icon) ok 16464 - "//This is a comment\n" ([RE/F/NM] Icon) ok 16465 - "//This is a comment\n" ([SB/F/NM] Icon) ok 16466 - "//A\tcomment\n" ([RE/F/NM] Icon) ok 16467 - "//A\tcomment\n" ([SB/F/NM] Icon) ok 16468 - "//Another /* comment\n" ([RE/F/NM] Icon) ok 16469 - "//Another /* comment\n" ([SB/F/NM] Icon) ok 16470 - "%\n" ([RE/F/NM] Icon) ok 16471 - "%\n" ([SB/F/NM] Icon) ok 16472 - "%This is a comment\n" ([RE/F/NM] Icon) ok 16473 - "%This is a comment\n" ([SB/F/NM] Icon) ok 16474 - "%A\tcomment\n" ([RE/F/NM] Icon) ok 16475 - "%A\tcomment\n" ([SB/F/NM] Icon) ok 16476 - "%Another /* comment\n" ([RE/F/NM] Icon) ok 16477 - "%Another /* comment\n" ([SB/F/NM] Icon) ok 16478 - "!\n" ([RE/F/NM] Icon) ok 16479 - "!\n" ([SB/F/NM] Icon) ok 16480 - "!This is a comment\n" ([RE/F/NM] Icon) ok 16481 - "!This is a comment\n" ([SB/F/NM] Icon) ok 16482 - "!A\tcomment\n" ([RE/F/NM] Icon) ok 16483 - "!A\tcomment\n" ([SB/F/NM] Icon) ok 16484 - "!Another /* comment\n" ([RE/F/NM] Icon) ok 16485 - "!Another /* comment\n" ([SB/F/NM] Icon) ok 16486 - "NB\n" ([RE/F/NM] Icon) ok 16487 - "NB\n" ([SB/F/NM] Icon) ok 16488 - "NBThis is a comment\n" ([RE/F/NM] Icon) ok 16489 - "NBThis is a comment\n" ([SB/F/NM] Icon) ok 16490 - "NBA\tcomment\n" ([RE/F/NM] Icon) ok 16491 - "NBA\tcomment\n" ([SB/F/NM] Icon) ok 16492 - "NBAnother /* comment\n" ([RE/F/NM] Icon) ok 16493 - "NBAnother /* comment\n" ([SB/F/NM] Icon) ok 16494 - "PLEASE NOT\n" ([RE/F/NM] Icon) ok 16495 - "PLEASE NOT\n" ([SB/F/NM] Icon) ok 16496 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Icon) ok 16497 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Icon) ok 16498 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Icon) ok 16499 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Icon) ok 16500 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Icon) ok 16501 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Icon) ok 16502 - "PLEASE NOT\n" ([RE/F/NM] Icon) ok 16503 - "PLEASE NOT\n" ([SB/F/NM] Icon) ok 16504 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Icon) ok 16505 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Icon) ok 16506 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Icon) ok 16507 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Icon) ok 16508 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Icon) ok 16509 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Icon) ok 16510 - "PLEASE N'T\n" ([RE/F/NM] Icon) ok 16511 - "PLEASE N'T\n" ([SB/F/NM] Icon) ok 16512 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Icon) ok 16513 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Icon) ok 16514 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Icon) ok 16515 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Icon) ok 16516 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Icon) ok 16517 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Icon) ok 16518 - "DO NOT\n" ([RE/F/NM] Icon) ok 16519 - "DO NOT\n" ([SB/F/NM] Icon) ok 16520 - "DO NOTThis is a comment\n" ([RE/F/NM] Icon) ok 16521 - "DO NOTThis is a comment\n" ([SB/F/NM] Icon) ok 16522 - "DO NOTA\tcomment\n" ([RE/F/NM] Icon) ok 16523 - "DO NOTA\tcomment\n" ([SB/F/NM] Icon) ok 16524 - "DO NOTAnother /* comment\n" ([RE/F/NM] Icon) ok 16525 - "DO NOTAnother /* comment\n" ([SB/F/NM] Icon) ok 16526 - "DO N'T\n" ([RE/F/NM] Icon) ok 16527 - "DO N'T\n" ([SB/F/NM] Icon) ok 16528 - "DO N'TThis is a comment\n" ([RE/F/NM] Icon) ok 16529 - "DO N'TThis is a comment\n" ([SB/F/NM] Icon) ok 16530 - "DO N'TA\tcomment\n" ([RE/F/NM] Icon) ok 16531 - "DO N'TA\tcomment\n" ([SB/F/NM] Icon) ok 16532 - "DO N'TAnother /* comment\n" ([RE/F/NM] Icon) ok 16533 - "DO N'TAnother /* comment\n" ([SB/F/NM] Icon) ok 16534 - "DO NOT\n" ([RE/F/NM] Icon) ok 16535 - "DO NOT\n" ([SB/F/NM] Icon) ok 16536 - "DO NOTThis is a comment\n" ([RE/F/NM] Icon) ok 16537 - "DO NOTThis is a comment\n" ([SB/F/NM] Icon) ok 16538 - "DO NOTA\tcomment\n" ([RE/F/NM] Icon) ok 16539 - "DO NOTA\tcomment\n" ([SB/F/NM] Icon) ok 16540 - "DO NOTAnother /* comment\n" ([RE/F/NM] Icon) ok 16541 - "DO NOTAnother /* comment\n" ([SB/F/NM] Icon) ok 16542 - "PLEASE DO NOT\n" ([RE/F/NM] Icon) ok 16543 - "PLEASE DO NOT\n" ([SB/F/NM] Icon) ok 16544 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Icon) ok 16545 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Icon) ok 16546 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Icon) ok 16547 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Icon) ok 16548 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Icon) ok 16549 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Icon) ok 16550 - "PLEASE DO NOT\n" ([RE/F/NM] Icon) ok 16551 - "PLEASE DO NOT\n" ([SB/F/NM] Icon) ok 16552 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Icon) ok 16553 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Icon) ok 16554 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Icon) ok 16555 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Icon) ok 16556 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Icon) ok 16557 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Icon) ok 16558 - "PLEASE DO N'T\n" ([RE/F/NM] Icon) ok 16559 - "PLEASE DO N'T\n" ([SB/F/NM] Icon) ok 16560 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Icon) ok 16561 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Icon) ok 16562 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Icon) ok 16563 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Icon) ok 16564 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Icon) ok 16565 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Icon) ok 16566 - "NB.\n" ([RE/F/NM] Icon) ok 16567 - "NB.\n" ([SB/F/NM] Icon) ok 16568 - "NB.This is a comment\n" ([RE/F/NM] Icon) ok 16569 - "NB.This is a comment\n" ([SB/F/NM] Icon) ok 16570 - "NB.A\tcomment\n" ([RE/F/NM] Icon) ok 16571 - "NB.A\tcomment\n" ([SB/F/NM] Icon) ok 16572 - "NB.Another /* comment\n" ([RE/F/NM] Icon) ok 16573 - "NB.Another /* comment\n" ([SB/F/NM] Icon) ok 16574 - "{}" ([RE/F/NM] Icon) ok 16575 - "{}" ([SB/F/NM] Icon) ok 16576 - "{This is a comment}" ([RE/F/NM] Icon) ok 16577 - "{This is a comment}" ([SB/F/NM] Icon) ok 16578 - "{A\tcomment}" ([RE/F/NM] Icon) ok 16579 - "{A\tcomment}" ([SB/F/NM] Icon) ok 16580 - "{Another /* comment}" ([RE/F/NM] Icon) ok 16581 - "{Another /* comment}" ([SB/F/NM] Icon) ok 16582 - ".\n" ([RE/F/NM] Icon) ok 16583 - ".\n" ([SB/F/NM] Icon) ok 16584 - ".This is a comment\n" ([RE/F/NM] Icon) ok 16585 - ".This is a comment\n" ([SB/F/NM] Icon) ok 16586 - ".A\tcomment\n" ([RE/F/NM] Icon) ok 16587 - ".A\tcomment\n" ([SB/F/NM] Icon) ok 16588 - ".Another /* comment\n" ([RE/F/NM] Icon) ok 16589 - ".Another /* comment\n" ([SB/F/NM] Icon) ok 16590 - ";\n" ([RE/F/NM] Icon) ok 16591 - ";\n" ([SB/F/NM] Icon) ok 16592 - ";This is a comment\n" ([RE/F/NM] Icon) ok 16593 - ";This is a comment\n" ([SB/F/NM] Icon) ok 16594 - ";A\tcomment\n" ([RE/F/NM] Icon) ok 16595 - ";A\tcomment\n" ([SB/F/NM] Icon) ok 16596 - ";Another /* comment\n" ([RE/F/NM] Icon) ok 16597 - ";Another /* comment\n" ([SB/F/NM] Icon) ok 16598 - "`\n" ([RE/F/NM] Icon) ok 16599 - "`\n" ([SB/F/NM] Icon) ok 16600 - "`This is a comment\n" ([RE/F/NM] Icon) ok 16601 - "`This is a comment\n" ([SB/F/NM] Icon) ok 16602 - "`A\tcomment\n" ([RE/F/NM] Icon) ok 16603 - "`A\tcomment\n" ([SB/F/NM] Icon) ok 16604 - "`Another /* comment\n" ([RE/F/NM] Icon) ok 16605 - "`Another /* comment\n" ([SB/F/NM] Icon) ok 16606 - "--\n" ([RE/F/NM] Icon) ok 16607 - "--\n" ([SB/F/NM] Icon) ok 16608 - "--This is a comment\n" ([RE/F/NM] Icon) ok 16609 - "--This is a comment\n" ([SB/F/NM] Icon) ok 16610 - "--A\tcomment\n" ([RE/F/NM] Icon) ok 16611 - "--A\tcomment\n" ([SB/F/NM] Icon) ok 16612 - "--Another /* comment\n" ([RE/F/NM] Icon) ok 16613 - "--Another /* comment\n" ([SB/F/NM] Icon) ok 16614 - "---\n" ([RE/F/NM] Icon) ok 16615 - "---\n" ([SB/F/NM] Icon) ok 16616 - "---This is a comment\n" ([RE/F/NM] Icon) ok 16617 - "---This is a comment\n" ([SB/F/NM] Icon) ok 16618 - "---A\tcomment\n" ([RE/F/NM] Icon) ok 16619 - "---A\tcomment\n" ([SB/F/NM] Icon) ok 16620 - "---Another /* comment\n" ([RE/F/NM] Icon) ok 16621 - "---Another /* comment\n" ([SB/F/NM] Icon) ok 16622 - "-----\n" ([RE/F/NM] Icon) ok 16623 - "-----\n" ([SB/F/NM] Icon) ok 16624 - "-----This is a comment\n" ([RE/F/NM] Icon) ok 16625 - "-----This is a comment\n" ([SB/F/NM] Icon) ok 16626 - "-----A\tcomment\n" ([RE/F/NM] Icon) ok 16627 - "-----A\tcomment\n" ([SB/F/NM] Icon) ok 16628 - "-----Another /* comment\n" ([RE/F/NM] Icon) ok 16629 - "-----Another /* comment\n" ([SB/F/NM] Icon) ok 16630 - "\\"\n" ([RE/F/NM] Icon) ok 16631 - "\\"\n" ([SB/F/NM] Icon) ok 16632 - "\\"This is a comment\n" ([RE/F/NM] Icon) ok 16633 - "\\"This is a comment\n" ([SB/F/NM] Icon) ok 16634 - "\\"A\tcomment\n" ([RE/F/NM] Icon) ok 16635 - "\\"A\tcomment\n" ([SB/F/NM] Icon) ok 16636 - "\\"Another /* comment\n" ([RE/F/NM] Icon) ok 16637 - "\\"Another /* comment\n" ([SB/F/NM] Icon) ok 16638 - ""\n" ([RE/F/NM] Icon) ok 16639 - ""\n" ([SB/F/NM] Icon) ok 16640 - ""This is a comment\n" ([RE/F/NM] Icon) ok 16641 - ""This is a comment\n" ([SB/F/NM] Icon) ok 16642 - ""A\tcomment\n" ([RE/F/NM] Icon) ok 16643 - ""A\tcomment\n" ([SB/F/NM] Icon) ok 16644 - ""Another /* comment\n" ([RE/F/NM] Icon) ok 16645 - ""Another /* comment\n" ([SB/F/NM] Icon) ok 16646 - "'\n" ([RE/F/NM] Icon) ok 16647 - "'\n" ([SB/F/NM] Icon) ok 16648 - "'This is a comment\n" ([RE/F/NM] Icon) ok 16649 - "'This is a comment\n" ([SB/F/NM] Icon) ok 16650 - "'A\tcomment\n" ([RE/F/NM] Icon) ok 16651 - "'A\tcomment\n" ([SB/F/NM] Icon) ok 16652 - "'Another /* comment\n" ([RE/F/NM] Icon) ok 16653 - "'Another /* comment\n" ([SB/F/NM] Icon) ok 16654 - "#\n" ([RE/P/MT] m4) ok 16655 - "#\n" ([OM/P/MT] m4) ok 16656 - "#\n" ([OS/P/MT] m4) ok 16657 - "#\n" ([SB/P/MT] m4) ok 16658 - "#\n" ([KP/P/MT] m4) ok 16659 - "#This is a comment\n" ([RE/P/MT] m4) ok 16660 - "#This is a comment\n" ([OM/P/MT] m4) ok 16661 - "#This is a comment\n" ([OS/P/MT] m4) ok 16662 - "#This is a comment\n" ([SB/P/MT] m4) ok 16663 - "#This is a comment\n" ([KP/P/MT] m4) ok 16664 - "#A\tcomment\n" ([RE/P/MT] m4) ok 16665 - "#A\tcomment\n" ([OM/P/MT] m4) ok 16666 - "#A\tcomment\n" ([OS/P/MT] m4) ok 16667 - "#A\tcomment\n" ([SB/P/MT] m4) ok 16668 - "#A\tcomment\n" ([KP/P/MT] m4) ok 16669 - "#Another /* comment\n" ([RE/P/MT] m4) ok 16670 - "#Another /* comment\n" ([OM/P/MT] m4) ok 16671 - "#Another /* comment\n" ([OS/P/MT] m4) ok 16672 - "#Another /* comment\n" ([SB/P/MT] m4) ok 16673 - "#Another /* comment\n" ([KP/P/MT] m4) ok 16674 - "\\" ([RE/F/NM] m4) ok 16675 - "\\" ([SB/F/NM] m4) ok 16676 - "\\This is a comment" ([RE/F/NM] m4) ok 16677 - "\\This is a comment" ([SB/F/NM] m4) ok 16678 - "\\A\tcomment" ([RE/F/NM] m4) ok 16679 - "\\A\tcomment" ([SB/F/NM] m4) ok 16680 - "\\Another /* comment" ([RE/F/NM] m4) ok 16681 - "\\Another /* comment" ([SB/F/NM] m4) ok 16682 - "\n" ([RE/F/NM] m4) ok 16683 - "\n" ([SB/F/NM] m4) ok 16684 - "This is a comment\n" ([RE/F/NM] m4) ok 16685 - "This is a comment\n" ([SB/F/NM] m4) ok 16686 - "A\tcomment\n" ([RE/F/NM] m4) ok 16687 - "A\tcomment\n" ([SB/F/NM] m4) ok 16688 - "Another /* comment\n" ([RE/F/NM] m4) ok 16689 - "Another /* comment\n" ([SB/F/NM] m4) ok 16690 - "#" ([RE/F/NM] m4) ok 16691 - "#" ([SB/F/NM] m4) ok 16692 - "#This is a comment" ([RE/F/NM] m4) ok 16693 - "#This is a comment" ([SB/F/NM] m4) ok 16694 - "#A\tcomment" ([RE/F/NM] m4) ok 16695 - "#A\tcomment" ([SB/F/NM] m4) ok 16696 - "#Another /* comment" ([RE/F/NM] m4) ok 16697 - "#Another /* comment" ([SB/F/NM] m4) ok 16698 - "\n" ([RE/F/NM] m4) ok 16699 - "\n" ([SB/F/NM] m4) ok 16700 - "This is a comment\n" ([RE/F/NM] m4) ok 16701 - "This is a comment\n" ([SB/F/NM] m4) ok 16702 - "A\tcomment\n" ([RE/F/NM] m4) ok 16703 - "A\tcomment\n" ([SB/F/NM] m4) ok 16704 - "Another /* comment\n" ([RE/F/NM] m4) ok 16705 - "Another /* comment\n" ([SB/F/NM] m4) ok 16706 - "//" ([RE/F/NM] m4) ok 16707 - "//" ([SB/F/NM] m4) ok 16708 - "//This is a comment" ([RE/F/NM] m4) ok 16709 - "//This is a comment" ([SB/F/NM] m4) ok 16710 - "//A\tcomment" ([RE/F/NM] m4) ok 16711 - "//A\tcomment" ([SB/F/NM] m4) ok 16712 - "//Another /* comment" ([RE/F/NM] m4) ok 16713 - "//Another /* comment" ([SB/F/NM] m4) ok 16714 - "\n" ([RE/F/NM] m4) ok 16715 - "\n" ([SB/F/NM] m4) ok 16716 - "This is a comment\n" ([RE/F/NM] m4) ok 16717 - "This is a comment\n" ([SB/F/NM] m4) ok 16718 - "A\tcomment\n" ([RE/F/NM] m4) ok 16719 - "A\tcomment\n" ([SB/F/NM] m4) ok 16720 - "Another /* comment\n" ([RE/F/NM] m4) ok 16721 - "Another /* comment\n" ([SB/F/NM] m4) ok 16722 - "--" ([RE/F/NM] m4) ok 16723 - "--" ([SB/F/NM] m4) ok 16724 - "--This is a comment" ([RE/F/NM] m4) ok 16725 - "--This is a comment" ([SB/F/NM] m4) ok 16726 - "--A\tcomment" ([RE/F/NM] m4) ok 16727 - "--A\tcomment" ([SB/F/NM] m4) ok 16728 - "--Another /* comment" ([RE/F/NM] m4) ok 16729 - "--Another /* comment" ([SB/F/NM] m4) ok 16730 - "\n" ([RE/F/NM] m4) ok 16731 - "\n" ([SB/F/NM] m4) ok 16732 - "This is a comment\n" ([RE/F/NM] m4) ok 16733 - "This is a comment\n" ([SB/F/NM] m4) ok 16734 - "A\tcomment\n" ([RE/F/NM] m4) ok 16735 - "A\tcomment\n" ([SB/F/NM] m4) ok 16736 - "Another /* comment\n" ([RE/F/NM] m4) ok 16737 - "Another /* comment\n" ([SB/F/NM] m4) ok 16738 - ";" ([RE/F/NM] m4) ok 16739 - ";" ([SB/F/NM] m4) ok 16740 - ";This is a comment" ([RE/F/NM] m4) ok 16741 - ";This is a comment" ([SB/F/NM] m4) ok 16742 - ";A\tcomment" ([RE/F/NM] m4) ok 16743 - ";A\tcomment" ([SB/F/NM] m4) ok 16744 - ";Another /* comment" ([RE/F/NM] m4) ok 16745 - ";Another /* comment" ([SB/F/NM] m4) ok 16746 - "\n" ([RE/F/NM] m4) ok 16747 - "\n" ([SB/F/NM] m4) ok 16748 - "This is a comment\n" ([RE/F/NM] m4) ok 16749 - "This is a comment\n" ([SB/F/NM] m4) ok 16750 - "A\tcomment\n" ([RE/F/NM] m4) ok 16751 - "A\tcomment\n" ([SB/F/NM] m4) ok 16752 - "Another /* comment\n" ([RE/F/NM] m4) ok 16753 - "Another /* comment\n" ([SB/F/NM] m4) ok 16754 - "#" ([RE/F/NM] m4) ok 16755 - "#" ([SB/F/NM] m4) ok 16756 - "#This is a comment" ([RE/F/NM] m4) ok 16757 - "#This is a comment" ([SB/F/NM] m4) ok 16758 - "#A\tcomment" ([RE/F/NM] m4) ok 16759 - "#A\tcomment" ([SB/F/NM] m4) ok 16760 - "#Another /* comment" ([RE/F/NM] m4) ok 16761 - "#Another /* comment" ([SB/F/NM] m4) ok 16762 - "\n" ([RE/F/NM] m4) ok 16763 - "\n" ([SB/F/NM] m4) ok 16764 - "This is a comment\n" ([RE/F/NM] m4) ok 16765 - "This is a comment\n" ([SB/F/NM] m4) ok 16766 - "A\tcomment\n" ([RE/F/NM] m4) ok 16767 - "A\tcomment\n" ([SB/F/NM] m4) ok 16768 - "Another /* comment\n" ([RE/F/NM] m4) ok 16769 - "Another /* comment\n" ([SB/F/NM] m4) ok 16770 - "*" ([RE/F/NM] m4) ok 16771 - "*" ([SB/F/NM] m4) ok 16772 - "*This is a comment" ([RE/F/NM] m4) ok 16773 - "*This is a comment" ([SB/F/NM] m4) ok 16774 - "*A\tcomment" ([RE/F/NM] m4) ok 16775 - "*A\tcomment" ([SB/F/NM] m4) ok 16776 - "*Another /* comment" ([RE/F/NM] m4) ok 16777 - "*Another /* comment" ([SB/F/NM] m4) ok 16778 - "\n" ([RE/F/NM] m4) ok 16779 - "\n" ([SB/F/NM] m4) ok 16780 - "This is a comment\n" ([RE/F/NM] m4) ok 16781 - "This is a comment\n" ([SB/F/NM] m4) ok 16782 - "A\tcomment\n" ([RE/F/NM] m4) ok 16783 - "A\tcomment\n" ([SB/F/NM] m4) ok 16784 - "Another /* comment\n" ([RE/F/NM] m4) ok 16785 - "Another /* comment\n" ([SB/F/NM] m4) ok 16786 - "!" ([RE/F/NM] m4) ok 16787 - "!" ([SB/F/NM] m4) ok 16788 - "!This is a comment" ([RE/F/NM] m4) ok 16789 - "!This is a comment" ([SB/F/NM] m4) ok 16790 - "!A\tcomment" ([RE/F/NM] m4) ok 16791 - "!A\tcomment" ([SB/F/NM] m4) ok 16792 - "!Another /* comment" ([RE/F/NM] m4) ok 16793 - "!Another /* comment" ([SB/F/NM] m4) ok 16794 - "\n" ([RE/F/NM] m4) ok 16795 - "\n" ([SB/F/NM] m4) ok 16796 - "This is a comment\n" ([RE/F/NM] m4) ok 16797 - "This is a comment\n" ([SB/F/NM] m4) ok 16798 - "A\tcomment\n" ([RE/F/NM] m4) ok 16799 - "A\tcomment\n" ([SB/F/NM] m4) ok 16800 - "Another /* comment\n" ([RE/F/NM] m4) ok 16801 - "Another /* comment\n" ([SB/F/NM] m4) ok 16802 - "REM" ([RE/F/NM] m4) ok 16803 - "REM" ([SB/F/NM] m4) ok 16804 - "REMThis is a comment" ([RE/F/NM] m4) ok 16805 - "REMThis is a comment" ([SB/F/NM] m4) ok 16806 - "REMA\tcomment" ([RE/F/NM] m4) ok 16807 - "REMA\tcomment" ([SB/F/NM] m4) ok 16808 - "REMAnother /* comment" ([RE/F/NM] m4) ok 16809 - "REMAnother /* comment" ([SB/F/NM] m4) ok 16810 - "\n" ([RE/F/NM] m4) ok 16811 - "\n" ([SB/F/NM] m4) ok 16812 - "This is a comment\n" ([RE/F/NM] m4) ok 16813 - "This is a comment\n" ([SB/F/NM] m4) ok 16814 - "A\tcomment\n" ([RE/F/NM] m4) ok 16815 - "A\tcomment\n" ([SB/F/NM] m4) ok 16816 - "Another /* comment\n" ([RE/F/NM] m4) ok 16817 - "Another /* comment\n" ([SB/F/NM] m4) ok 16818 - "//" ([RE/F/NM] m4) ok 16819 - "//" ([SB/F/NM] m4) ok 16820 - "//This is a comment" ([RE/F/NM] m4) ok 16821 - "//This is a comment" ([SB/F/NM] m4) ok 16822 - "//A\tcomment" ([RE/F/NM] m4) ok 16823 - "//A\tcomment" ([SB/F/NM] m4) ok 16824 - "//Another /* comment" ([RE/F/NM] m4) ok 16825 - "//Another /* comment" ([SB/F/NM] m4) ok 16826 - "\n" ([RE/F/NM] m4) ok 16827 - "\n" ([SB/F/NM] m4) ok 16828 - "This is a comment\n" ([RE/F/NM] m4) ok 16829 - "This is a comment\n" ([SB/F/NM] m4) ok 16830 - "A\tcomment\n" ([RE/F/NM] m4) ok 16831 - "A\tcomment\n" ([SB/F/NM] m4) ok 16832 - "Another /* comment\n" ([RE/F/NM] m4) ok 16833 - "Another /* comment\n" ([SB/F/NM] m4) ok 16834 - "%" ([RE/F/NM] m4) ok 16835 - "%" ([SB/F/NM] m4) ok 16836 - "%This is a comment" ([RE/F/NM] m4) ok 16837 - "%This is a comment" ([SB/F/NM] m4) ok 16838 - "%A\tcomment" ([RE/F/NM] m4) ok 16839 - "%A\tcomment" ([SB/F/NM] m4) ok 16840 - "%Another /* comment" ([RE/F/NM] m4) ok 16841 - "%Another /* comment" ([SB/F/NM] m4) ok 16842 - "\n" ([RE/F/NM] m4) ok 16843 - "\n" ([SB/F/NM] m4) ok 16844 - "This is a comment\n" ([RE/F/NM] m4) ok 16845 - "This is a comment\n" ([SB/F/NM] m4) ok 16846 - "A\tcomment\n" ([RE/F/NM] m4) ok 16847 - "A\tcomment\n" ([SB/F/NM] m4) ok 16848 - "Another /* comment\n" ([RE/F/NM] m4) ok 16849 - "Another /* comment\n" ([SB/F/NM] m4) ok 16850 - "!" ([RE/F/NM] m4) ok 16851 - "!" ([SB/F/NM] m4) ok 16852 - "!This is a comment" ([RE/F/NM] m4) ok 16853 - "!This is a comment" ([SB/F/NM] m4) ok 16854 - "!A\tcomment" ([RE/F/NM] m4) ok 16855 - "!A\tcomment" ([SB/F/NM] m4) ok 16856 - "!Another /* comment" ([RE/F/NM] m4) ok 16857 - "!Another /* comment" ([SB/F/NM] m4) ok 16858 - "\n" ([RE/F/NM] m4) ok 16859 - "\n" ([SB/F/NM] m4) ok 16860 - "This is a comment\n" ([RE/F/NM] m4) ok 16861 - "This is a comment\n" ([SB/F/NM] m4) ok 16862 - "A\tcomment\n" ([RE/F/NM] m4) ok 16863 - "A\tcomment\n" ([SB/F/NM] m4) ok 16864 - "Another /* comment\n" ([RE/F/NM] m4) ok 16865 - "Another /* comment\n" ([SB/F/NM] m4) ok 16866 - "NB" ([RE/F/NM] m4) ok 16867 - "NB" ([SB/F/NM] m4) ok 16868 - "NBThis is a comment" ([RE/F/NM] m4) ok 16869 - "NBThis is a comment" ([SB/F/NM] m4) ok 16870 - "NBA\tcomment" ([RE/F/NM] m4) ok 16871 - "NBA\tcomment" ([SB/F/NM] m4) ok 16872 - "NBAnother /* comment" ([RE/F/NM] m4) ok 16873 - "NBAnother /* comment" ([SB/F/NM] m4) ok 16874 - "\n" ([RE/F/NM] m4) ok 16875 - "\n" ([SB/F/NM] m4) ok 16876 - "This is a comment\n" ([RE/F/NM] m4) ok 16877 - "This is a comment\n" ([SB/F/NM] m4) ok 16878 - "A\tcomment\n" ([RE/F/NM] m4) ok 16879 - "A\tcomment\n" ([SB/F/NM] m4) ok 16880 - "Another /* comment\n" ([RE/F/NM] m4) ok 16881 - "Another /* comment\n" ([SB/F/NM] m4) ok 16882 - "PLEASE NOT" ([RE/F/NM] m4) ok 16883 - "PLEASE NOT" ([SB/F/NM] m4) ok 16884 - "PLEASE NOTThis is a comment" ([RE/F/NM] m4) ok 16885 - "PLEASE NOTThis is a comment" ([SB/F/NM] m4) ok 16886 - "PLEASE NOTA\tcomment" ([RE/F/NM] m4) ok 16887 - "PLEASE NOTA\tcomment" ([SB/F/NM] m4) ok 16888 - "PLEASE NOTAnother /* comment" ([RE/F/NM] m4) ok 16889 - "PLEASE NOTAnother /* comment" ([SB/F/NM] m4) ok 16890 - "\n" ([RE/F/NM] m4) ok 16891 - "\n" ([SB/F/NM] m4) ok 16892 - "This is a comment\n" ([RE/F/NM] m4) ok 16893 - "This is a comment\n" ([SB/F/NM] m4) ok 16894 - "A\tcomment\n" ([RE/F/NM] m4) ok 16895 - "A\tcomment\n" ([SB/F/NM] m4) ok 16896 - "Another /* comment\n" ([RE/F/NM] m4) ok 16897 - "Another /* comment\n" ([SB/F/NM] m4) ok 16898 - "PLEASE NOT" ([RE/F/NM] m4) ok 16899 - "PLEASE NOT" ([SB/F/NM] m4) ok 16900 - "PLEASE NOTThis is a comment" ([RE/F/NM] m4) ok 16901 - "PLEASE NOTThis is a comment" ([SB/F/NM] m4) ok 16902 - "PLEASE NOTA\tcomment" ([RE/F/NM] m4) ok 16903 - "PLEASE NOTA\tcomment" ([SB/F/NM] m4) ok 16904 - "PLEASE NOTAnother /* comment" ([RE/F/NM] m4) ok 16905 - "PLEASE NOTAnother /* comment" ([SB/F/NM] m4) ok 16906 - "\n" ([RE/F/NM] m4) ok 16907 - "\n" ([SB/F/NM] m4) ok 16908 - "This is a comment\n" ([RE/F/NM] m4) ok 16909 - "This is a comment\n" ([SB/F/NM] m4) ok 16910 - "A\tcomment\n" ([RE/F/NM] m4) ok 16911 - "A\tcomment\n" ([SB/F/NM] m4) ok 16912 - "Another /* comment\n" ([RE/F/NM] m4) ok 16913 - "Another /* comment\n" ([SB/F/NM] m4) ok 16914 - "PLEASE N'T" ([RE/F/NM] m4) ok 16915 - "PLEASE N'T" ([SB/F/NM] m4) ok 16916 - "PLEASE N'TThis is a comment" ([RE/F/NM] m4) ok 16917 - "PLEASE N'TThis is a comment" ([SB/F/NM] m4) ok 16918 - "PLEASE N'TA\tcomment" ([RE/F/NM] m4) ok 16919 - "PLEASE N'TA\tcomment" ([SB/F/NM] m4) ok 16920 - "PLEASE N'TAnother /* comment" ([RE/F/NM] m4) ok 16921 - "PLEASE N'TAnother /* comment" ([SB/F/NM] m4) ok 16922 - "\n" ([RE/F/NM] m4) ok 16923 - "\n" ([SB/F/NM] m4) ok 16924 - "This is a comment\n" ([RE/F/NM] m4) ok 16925 - "This is a comment\n" ([SB/F/NM] m4) ok 16926 - "A\tcomment\n" ([RE/F/NM] m4) ok 16927 - "A\tcomment\n" ([SB/F/NM] m4) ok 16928 - "Another /* comment\n" ([RE/F/NM] m4) ok 16929 - "Another /* comment\n" ([SB/F/NM] m4) ok 16930 - "DO NOT" ([RE/F/NM] m4) ok 16931 - "DO NOT" ([SB/F/NM] m4) ok 16932 - "DO NOTThis is a comment" ([RE/F/NM] m4) ok 16933 - "DO NOTThis is a comment" ([SB/F/NM] m4) ok 16934 - "DO NOTA\tcomment" ([RE/F/NM] m4) ok 16935 - "DO NOTA\tcomment" ([SB/F/NM] m4) ok 16936 - "DO NOTAnother /* comment" ([RE/F/NM] m4) ok 16937 - "DO NOTAnother /* comment" ([SB/F/NM] m4) ok 16938 - "\n" ([RE/F/NM] m4) ok 16939 - "\n" ([SB/F/NM] m4) ok 16940 - "This is a comment\n" ([RE/F/NM] m4) ok 16941 - "This is a comment\n" ([SB/F/NM] m4) ok 16942 - "A\tcomment\n" ([RE/F/NM] m4) ok 16943 - "A\tcomment\n" ([SB/F/NM] m4) ok 16944 - "Another /* comment\n" ([RE/F/NM] m4) ok 16945 - "Another /* comment\n" ([SB/F/NM] m4) ok 16946 - "DO N'T" ([RE/F/NM] m4) ok 16947 - "DO N'T" ([SB/F/NM] m4) ok 16948 - "DO N'TThis is a comment" ([RE/F/NM] m4) ok 16949 - "DO N'TThis is a comment" ([SB/F/NM] m4) ok 16950 - "DO N'TA\tcomment" ([RE/F/NM] m4) ok 16951 - "DO N'TA\tcomment" ([SB/F/NM] m4) ok 16952 - "DO N'TAnother /* comment" ([RE/F/NM] m4) ok 16953 - "DO N'TAnother /* comment" ([SB/F/NM] m4) ok 16954 - "\n" ([RE/F/NM] m4) ok 16955 - "\n" ([SB/F/NM] m4) ok 16956 - "This is a comment\n" ([RE/F/NM] m4) ok 16957 - "This is a comment\n" ([SB/F/NM] m4) ok 16958 - "A\tcomment\n" ([RE/F/NM] m4) ok 16959 - "A\tcomment\n" ([SB/F/NM] m4) ok 16960 - "Another /* comment\n" ([RE/F/NM] m4) ok 16961 - "Another /* comment\n" ([SB/F/NM] m4) ok 16962 - "DO NOT" ([RE/F/NM] m4) ok 16963 - "DO NOT" ([SB/F/NM] m4) ok 16964 - "DO NOTThis is a comment" ([RE/F/NM] m4) ok 16965 - "DO NOTThis is a comment" ([SB/F/NM] m4) ok 16966 - "DO NOTA\tcomment" ([RE/F/NM] m4) ok 16967 - "DO NOTA\tcomment" ([SB/F/NM] m4) ok 16968 - "DO NOTAnother /* comment" ([RE/F/NM] m4) ok 16969 - "DO NOTAnother /* comment" ([SB/F/NM] m4) ok 16970 - "\n" ([RE/F/NM] m4) ok 16971 - "\n" ([SB/F/NM] m4) ok 16972 - "This is a comment\n" ([RE/F/NM] m4) ok 16973 - "This is a comment\n" ([SB/F/NM] m4) ok 16974 - "A\tcomment\n" ([RE/F/NM] m4) ok 16975 - "A\tcomment\n" ([SB/F/NM] m4) ok 16976 - "Another /* comment\n" ([RE/F/NM] m4) ok 16977 - "Another /* comment\n" ([SB/F/NM] m4) ok 16978 - "PLEASE DO NOT" ([RE/F/NM] m4) ok 16979 - "PLEASE DO NOT" ([SB/F/NM] m4) ok 16980 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] m4) ok 16981 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] m4) ok 16982 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] m4) ok 16983 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] m4) ok 16984 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] m4) ok 16985 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] m4) ok 16986 - "\n" ([RE/F/NM] m4) ok 16987 - "\n" ([SB/F/NM] m4) ok 16988 - "This is a comment\n" ([RE/F/NM] m4) ok 16989 - "This is a comment\n" ([SB/F/NM] m4) ok 16990 - "A\tcomment\n" ([RE/F/NM] m4) ok 16991 - "A\tcomment\n" ([SB/F/NM] m4) ok 16992 - "Another /* comment\n" ([RE/F/NM] m4) ok 16993 - "Another /* comment\n" ([SB/F/NM] m4) ok 16994 - "PLEASE DO NOT" ([RE/F/NM] m4) ok 16995 - "PLEASE DO NOT" ([SB/F/NM] m4) ok 16996 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] m4) ok 16997 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] m4) ok 16998 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] m4) ok 16999 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] m4) ok 17000 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] m4) ok 17001 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] m4) ok 17002 - "\n" ([RE/F/NM] m4) ok 17003 - "\n" ([SB/F/NM] m4) ok 17004 - "This is a comment\n" ([RE/F/NM] m4) ok 17005 - "This is a comment\n" ([SB/F/NM] m4) ok 17006 - "A\tcomment\n" ([RE/F/NM] m4) ok 17007 - "A\tcomment\n" ([SB/F/NM] m4) ok 17008 - "Another /* comment\n" ([RE/F/NM] m4) ok 17009 - "Another /* comment\n" ([SB/F/NM] m4) ok 17010 - "PLEASE DO N'T" ([RE/F/NM] m4) ok 17011 - "PLEASE DO N'T" ([SB/F/NM] m4) ok 17012 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] m4) ok 17013 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] m4) ok 17014 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] m4) ok 17015 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] m4) ok 17016 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] m4) ok 17017 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] m4) ok 17018 - "\n" ([RE/F/NM] m4) ok 17019 - "\n" ([SB/F/NM] m4) ok 17020 - "This is a comment\n" ([RE/F/NM] m4) ok 17021 - "This is a comment\n" ([SB/F/NM] m4) ok 17022 - "A\tcomment\n" ([RE/F/NM] m4) ok 17023 - "A\tcomment\n" ([SB/F/NM] m4) ok 17024 - "Another /* comment\n" ([RE/F/NM] m4) ok 17025 - "Another /* comment\n" ([SB/F/NM] m4) ok 17026 - "NB." ([RE/F/NM] m4) ok 17027 - "NB." ([SB/F/NM] m4) ok 17028 - "NB.This is a comment" ([RE/F/NM] m4) ok 17029 - "NB.This is a comment" ([SB/F/NM] m4) ok 17030 - "NB.A\tcomment" ([RE/F/NM] m4) ok 17031 - "NB.A\tcomment" ([SB/F/NM] m4) ok 17032 - "NB.Another /* comment" ([RE/F/NM] m4) ok 17033 - "NB.Another /* comment" ([SB/F/NM] m4) ok 17034 - "\n" ([RE/F/NM] m4) ok 17035 - "\n" ([SB/F/NM] m4) ok 17036 - "This is a comment\n" ([RE/F/NM] m4) ok 17037 - "This is a comment\n" ([SB/F/NM] m4) ok 17038 - "A\tcomment\n" ([RE/F/NM] m4) ok 17039 - "A\tcomment\n" ([SB/F/NM] m4) ok 17040 - "Another /* comment\n" ([RE/F/NM] m4) ok 17041 - "Another /* comment\n" ([SB/F/NM] m4) ok 17042 - "{" ([RE/F/NM] m4) ok 17043 - "{" ([SB/F/NM] m4) ok 17044 - "{This is a comment" ([RE/F/NM] m4) ok 17045 - "{This is a comment" ([SB/F/NM] m4) ok 17046 - "{A\tcomment" ([RE/F/NM] m4) ok 17047 - "{A\tcomment" ([SB/F/NM] m4) ok 17048 - "{Another /* comment" ([RE/F/NM] m4) ok 17049 - "{Another /* comment" ([SB/F/NM] m4) ok 17050 - "}" ([RE/F/NM] m4) ok 17051 - "}" ([SB/F/NM] m4) ok 17052 - "This is a comment}" ([RE/F/NM] m4) ok 17053 - "This is a comment}" ([SB/F/NM] m4) ok 17054 - "A\tcomment}" ([RE/F/NM] m4) ok 17055 - "A\tcomment}" ([SB/F/NM] m4) ok 17056 - "Another /* comment}" ([RE/F/NM] m4) ok 17057 - "Another /* comment}" ([SB/F/NM] m4) ok 17058 - "." ([RE/F/NM] m4) ok 17059 - "." ([SB/F/NM] m4) ok 17060 - ".This is a comment" ([RE/F/NM] m4) ok 17061 - ".This is a comment" ([SB/F/NM] m4) ok 17062 - ".A\tcomment" ([RE/F/NM] m4) ok 17063 - ".A\tcomment" ([SB/F/NM] m4) ok 17064 - ".Another /* comment" ([RE/F/NM] m4) ok 17065 - ".Another /* comment" ([SB/F/NM] m4) ok 17066 - "\n" ([RE/F/NM] m4) ok 17067 - "\n" ([SB/F/NM] m4) ok 17068 - "This is a comment\n" ([RE/F/NM] m4) ok 17069 - "This is a comment\n" ([SB/F/NM] m4) ok 17070 - "A\tcomment\n" ([RE/F/NM] m4) ok 17071 - "A\tcomment\n" ([SB/F/NM] m4) ok 17072 - "Another /* comment\n" ([RE/F/NM] m4) ok 17073 - "Another /* comment\n" ([SB/F/NM] m4) ok 17074 - ";" ([RE/F/NM] m4) ok 17075 - ";" ([SB/F/NM] m4) ok 17076 - ";This is a comment" ([RE/F/NM] m4) ok 17077 - ";This is a comment" ([SB/F/NM] m4) ok 17078 - ";A\tcomment" ([RE/F/NM] m4) ok 17079 - ";A\tcomment" ([SB/F/NM] m4) ok 17080 - ";Another /* comment" ([RE/F/NM] m4) ok 17081 - ";Another /* comment" ([SB/F/NM] m4) ok 17082 - "\n" ([RE/F/NM] m4) ok 17083 - "\n" ([SB/F/NM] m4) ok 17084 - "This is a comment\n" ([RE/F/NM] m4) ok 17085 - "This is a comment\n" ([SB/F/NM] m4) ok 17086 - "A\tcomment\n" ([RE/F/NM] m4) ok 17087 - "A\tcomment\n" ([SB/F/NM] m4) ok 17088 - "Another /* comment\n" ([RE/F/NM] m4) ok 17089 - "Another /* comment\n" ([SB/F/NM] m4) ok 17090 - "`" ([RE/F/NM] m4) ok 17091 - "`" ([SB/F/NM] m4) ok 17092 - "`This is a comment" ([RE/F/NM] m4) ok 17093 - "`This is a comment" ([SB/F/NM] m4) ok 17094 - "`A\tcomment" ([RE/F/NM] m4) ok 17095 - "`A\tcomment" ([SB/F/NM] m4) ok 17096 - "`Another /* comment" ([RE/F/NM] m4) ok 17097 - "`Another /* comment" ([SB/F/NM] m4) ok 17098 - "\n" ([RE/F/NM] m4) ok 17099 - "\n" ([SB/F/NM] m4) ok 17100 - "This is a comment\n" ([RE/F/NM] m4) ok 17101 - "This is a comment\n" ([SB/F/NM] m4) ok 17102 - "A\tcomment\n" ([RE/F/NM] m4) ok 17103 - "A\tcomment\n" ([SB/F/NM] m4) ok 17104 - "Another /* comment\n" ([RE/F/NM] m4) ok 17105 - "Another /* comment\n" ([SB/F/NM] m4) ok 17106 - "--" ([RE/F/NM] m4) ok 17107 - "--" ([SB/F/NM] m4) ok 17108 - "--This is a comment" ([RE/F/NM] m4) ok 17109 - "--This is a comment" ([SB/F/NM] m4) ok 17110 - "--A\tcomment" ([RE/F/NM] m4) ok 17111 - "--A\tcomment" ([SB/F/NM] m4) ok 17112 - "--Another /* comment" ([RE/F/NM] m4) ok 17113 - "--Another /* comment" ([SB/F/NM] m4) ok 17114 - "\n" ([RE/F/NM] m4) ok 17115 - "\n" ([SB/F/NM] m4) ok 17116 - "This is a comment\n" ([RE/F/NM] m4) ok 17117 - "This is a comment\n" ([SB/F/NM] m4) ok 17118 - "A\tcomment\n" ([RE/F/NM] m4) ok 17119 - "A\tcomment\n" ([SB/F/NM] m4) ok 17120 - "Another /* comment\n" ([RE/F/NM] m4) ok 17121 - "Another /* comment\n" ([SB/F/NM] m4) ok 17122 - "---" ([RE/F/NM] m4) ok 17123 - "---" ([SB/F/NM] m4) ok 17124 - "---This is a comment" ([RE/F/NM] m4) ok 17125 - "---This is a comment" ([SB/F/NM] m4) ok 17126 - "---A\tcomment" ([RE/F/NM] m4) ok 17127 - "---A\tcomment" ([SB/F/NM] m4) ok 17128 - "---Another /* comment" ([RE/F/NM] m4) ok 17129 - "---Another /* comment" ([SB/F/NM] m4) ok 17130 - "\n" ([RE/F/NM] m4) ok 17131 - "\n" ([SB/F/NM] m4) ok 17132 - "This is a comment\n" ([RE/F/NM] m4) ok 17133 - "This is a comment\n" ([SB/F/NM] m4) ok 17134 - "A\tcomment\n" ([RE/F/NM] m4) ok 17135 - "A\tcomment\n" ([SB/F/NM] m4) ok 17136 - "Another /* comment\n" ([RE/F/NM] m4) ok 17137 - "Another /* comment\n" ([SB/F/NM] m4) ok 17138 - "-----" ([RE/F/NM] m4) ok 17139 - "-----" ([SB/F/NM] m4) ok 17140 - "-----This is a comment" ([RE/F/NM] m4) ok 17141 - "-----This is a comment" ([SB/F/NM] m4) ok 17142 - "-----A\tcomment" ([RE/F/NM] m4) ok 17143 - "-----A\tcomment" ([SB/F/NM] m4) ok 17144 - "-----Another /* comment" ([RE/F/NM] m4) ok 17145 - "-----Another /* comment" ([SB/F/NM] m4) ok 17146 - "\n" ([RE/F/NM] m4) ok 17147 - "\n" ([SB/F/NM] m4) ok 17148 - "This is a comment\n" ([RE/F/NM] m4) ok 17149 - "This is a comment\n" ([SB/F/NM] m4) ok 17150 - "A\tcomment\n" ([RE/F/NM] m4) ok 17151 - "A\tcomment\n" ([SB/F/NM] m4) ok 17152 - "Another /* comment\n" ([RE/F/NM] m4) ok 17153 - "Another /* comment\n" ([SB/F/NM] m4) ok 17154 - "\\"" ([RE/F/NM] m4) ok 17155 - "\\"" ([SB/F/NM] m4) ok 17156 - "\\"This is a comment" ([RE/F/NM] m4) ok 17157 - "\\"This is a comment" ([SB/F/NM] m4) ok 17158 - "\\"A\tcomment" ([RE/F/NM] m4) ok 17159 - "\\"A\tcomment" ([SB/F/NM] m4) ok 17160 - "\\"Another /* comment" ([RE/F/NM] m4) ok 17161 - "\\"Another /* comment" ([SB/F/NM] m4) ok 17162 - "\n" ([RE/F/NM] m4) ok 17163 - "\n" ([SB/F/NM] m4) ok 17164 - "This is a comment\n" ([RE/F/NM] m4) ok 17165 - "This is a comment\n" ([SB/F/NM] m4) ok 17166 - "A\tcomment\n" ([RE/F/NM] m4) ok 17167 - "A\tcomment\n" ([SB/F/NM] m4) ok 17168 - "Another /* comment\n" ([RE/F/NM] m4) ok 17169 - "Another /* comment\n" ([SB/F/NM] m4) ok 17170 - """ ([RE/F/NM] m4) ok 17171 - """ ([SB/F/NM] m4) ok 17172 - ""This is a comment" ([RE/F/NM] m4) ok 17173 - ""This is a comment" ([SB/F/NM] m4) ok 17174 - ""A\tcomment" ([RE/F/NM] m4) ok 17175 - ""A\tcomment" ([SB/F/NM] m4) ok 17176 - ""Another /* comment" ([RE/F/NM] m4) ok 17177 - ""Another /* comment" ([SB/F/NM] m4) ok 17178 - "\n" ([RE/F/NM] m4) ok 17179 - "\n" ([SB/F/NM] m4) ok 17180 - "This is a comment\n" ([RE/F/NM] m4) ok 17181 - "This is a comment\n" ([SB/F/NM] m4) ok 17182 - "A\tcomment\n" ([RE/F/NM] m4) ok 17183 - "A\tcomment\n" ([SB/F/NM] m4) ok 17184 - "Another /* comment\n" ([RE/F/NM] m4) ok 17185 - "Another /* comment\n" ([SB/F/NM] m4) ok 17186 - "'" ([RE/F/NM] m4) ok 17187 - "'" ([SB/F/NM] m4) ok 17188 - "'This is a comment" ([RE/F/NM] m4) ok 17189 - "'This is a comment" ([SB/F/NM] m4) ok 17190 - "'A\tcomment" ([RE/F/NM] m4) ok 17191 - "'A\tcomment" ([SB/F/NM] m4) ok 17192 - "'Another /* comment" ([RE/F/NM] m4) ok 17193 - "'Another /* comment" ([SB/F/NM] m4) ok 17194 - "\n" ([RE/F/NM] m4) ok 17195 - "\n" ([SB/F/NM] m4) ok 17196 - "This is a comment\n" ([RE/F/NM] m4) ok 17197 - "This is a comment\n" ([SB/F/NM] m4) ok 17198 - "A\tcomment\n" ([RE/F/NM] m4) ok 17199 - "A\tcomment\n" ([SB/F/NM] m4) ok 17200 - "Another /* comment\n" ([RE/F/NM] m4) ok 17201 - "Another /* comment\n" ([SB/F/NM] m4) ok 17202 - "/* This is a C comment */" ([RE/F/NM] m4) ok 17203 - "/* This is a C comment */" ([SB/F/NM] m4) ok 17204 - "(* This is a Pascal comment *)" ([RE/F/NM] m4) ok 17205 - "(* This is a Pascal comment *)" ([SB/F/NM] m4) ok 17206 - "" ([RE/F/NM] m4) ok 17207 - "" ([SB/F/NM] m4) ok 17208 - "#\n\n" ([RE/F/NM] m4) ok 17209 - "#\n\n" ([SB/F/NM] m4) ok 17210 - "#This is a comment\n\n" ([RE/F/NM] m4) ok 17211 - "#This is a comment\n\n" ([SB/F/NM] m4) ok 17212 - "#A\tcomment\n\n" ([RE/F/NM] m4) ok 17213 - "#A\tcomment\n\n" ([SB/F/NM] m4) ok 17214 - "#Another /* comment\n\n" ([RE/F/NM] m4) ok 17215 - "#Another /* comment\n\n" ([SB/F/NM] m4) ok 17216 - "#\n#\n" ([RE/F/NM] m4) ok 17217 - "#\n#\n" ([SB/F/NM] m4) ok 17218 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] m4) ok 17219 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] m4) ok 17220 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] m4) ok 17221 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] m4) ok 17222 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] m4) ok 17223 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] m4) ok 17224 - "#\nq" ([RE/F/NM] m4) ok 17225 - "#\nq" ([SB/F/NM] m4) ok 17226 - "#This is a comment\nrrh" ([RE/F/NM] m4) ok 17227 - "#This is a comment\nrrh" ([SB/F/NM] m4) ok 17228 - "#A\tcomment\n6" ([RE/F/NM] m4) ok 17229 - "#A\tcomment\n6" ([SB/F/NM] m4) ok 17230 - "#Another /* comment\nyhqg" ([RE/F/NM] m4) ok 17231 - "#Another /* comment\nyhqg" ([SB/F/NM] m4) ok 17232 - "z35#\n" ([RE/F/NM] m4) ok 17233 - "z35#\n" ([SB/F/NM] m4) ok 17234 - "e#This is a comment\n" ([RE/F/NM] m4) ok 17235 - "e#This is a comment\n" ([SB/F/NM] m4) ok 17236 - "d#A\tcomment\n" ([RE/F/NM] m4) ok 17237 - "d#A\tcomment\n" ([SB/F/NM] m4) ok 17238 - "zb#Another /* comment\n" ([RE/F/NM] m4) ok 17239 - "zb#Another /* comment\n" ([SB/F/NM] m4) ok 17240 - "\\\n" ([RE/F/NM] m4) ok 17241 - "\\\n" ([SB/F/NM] m4) ok 17242 - "\\This is a comment\n" ([RE/F/NM] m4) ok 17243 - "\\This is a comment\n" ([SB/F/NM] m4) ok 17244 - "\\A\tcomment\n" ([RE/F/NM] m4) ok 17245 - "\\A\tcomment\n" ([SB/F/NM] m4) ok 17246 - "\\Another /* comment\n" ([RE/F/NM] m4) ok 17247 - "\\Another /* comment\n" ([SB/F/NM] m4) ok 17248 - "//\n" ([RE/F/NM] m4) ok 17249 - "//\n" ([SB/F/NM] m4) ok 17250 - "//This is a comment\n" ([RE/F/NM] m4) ok 17251 - "//This is a comment\n" ([SB/F/NM] m4) ok 17252 - "//A\tcomment\n" ([RE/F/NM] m4) ok 17253 - "//A\tcomment\n" ([SB/F/NM] m4) ok 17254 - "//Another /* comment\n" ([RE/F/NM] m4) ok 17255 - "//Another /* comment\n" ([SB/F/NM] m4) ok 17256 - "--\n" ([RE/F/NM] m4) ok 17257 - "--\n" ([SB/F/NM] m4) ok 17258 - "--This is a comment\n" ([RE/F/NM] m4) ok 17259 - "--This is a comment\n" ([SB/F/NM] m4) ok 17260 - "--A\tcomment\n" ([RE/F/NM] m4) ok 17261 - "--A\tcomment\n" ([SB/F/NM] m4) ok 17262 - "--Another /* comment\n" ([RE/F/NM] m4) ok 17263 - "--Another /* comment\n" ([SB/F/NM] m4) ok 17264 - ";\n" ([RE/F/NM] m4) ok 17265 - ";\n" ([SB/F/NM] m4) ok 17266 - ";This is a comment\n" ([RE/F/NM] m4) ok 17267 - ";This is a comment\n" ([SB/F/NM] m4) ok 17268 - ";A\tcomment\n" ([RE/F/NM] m4) ok 17269 - ";A\tcomment\n" ([SB/F/NM] m4) ok 17270 - ";Another /* comment\n" ([RE/F/NM] m4) ok 17271 - ";Another /* comment\n" ([SB/F/NM] m4) ok 17272 - "*\n" ([RE/F/NM] m4) ok 17273 - "*\n" ([SB/F/NM] m4) ok 17274 - "*This is a comment\n" ([RE/F/NM] m4) ok 17275 - "*This is a comment\n" ([SB/F/NM] m4) ok 17276 - "*A\tcomment\n" ([RE/F/NM] m4) ok 17277 - "*A\tcomment\n" ([SB/F/NM] m4) ok 17278 - "*Another /* comment\n" ([RE/F/NM] m4) ok 17279 - "*Another /* comment\n" ([SB/F/NM] m4) ok 17280 - "!\n" ([RE/F/NM] m4) ok 17281 - "!\n" ([SB/F/NM] m4) ok 17282 - "!This is a comment\n" ([RE/F/NM] m4) ok 17283 - "!This is a comment\n" ([SB/F/NM] m4) ok 17284 - "!A\tcomment\n" ([RE/F/NM] m4) ok 17285 - "!A\tcomment\n" ([SB/F/NM] m4) ok 17286 - "!Another /* comment\n" ([RE/F/NM] m4) ok 17287 - "!Another /* comment\n" ([SB/F/NM] m4) ok 17288 - "REM\n" ([RE/F/NM] m4) ok 17289 - "REM\n" ([SB/F/NM] m4) ok 17290 - "REMThis is a comment\n" ([RE/F/NM] m4) ok 17291 - "REMThis is a comment\n" ([SB/F/NM] m4) ok 17292 - "REMA\tcomment\n" ([RE/F/NM] m4) ok 17293 - "REMA\tcomment\n" ([SB/F/NM] m4) ok 17294 - "REMAnother /* comment\n" ([RE/F/NM] m4) ok 17295 - "REMAnother /* comment\n" ([SB/F/NM] m4) ok 17296 - "//\n" ([RE/F/NM] m4) ok 17297 - "//\n" ([SB/F/NM] m4) ok 17298 - "//This is a comment\n" ([RE/F/NM] m4) ok 17299 - "//This is a comment\n" ([SB/F/NM] m4) ok 17300 - "//A\tcomment\n" ([RE/F/NM] m4) ok 17301 - "//A\tcomment\n" ([SB/F/NM] m4) ok 17302 - "//Another /* comment\n" ([RE/F/NM] m4) ok 17303 - "//Another /* comment\n" ([SB/F/NM] m4) ok 17304 - "%\n" ([RE/F/NM] m4) ok 17305 - "%\n" ([SB/F/NM] m4) ok 17306 - "%This is a comment\n" ([RE/F/NM] m4) ok 17307 - "%This is a comment\n" ([SB/F/NM] m4) ok 17308 - "%A\tcomment\n" ([RE/F/NM] m4) ok 17309 - "%A\tcomment\n" ([SB/F/NM] m4) ok 17310 - "%Another /* comment\n" ([RE/F/NM] m4) ok 17311 - "%Another /* comment\n" ([SB/F/NM] m4) ok 17312 - "!\n" ([RE/F/NM] m4) ok 17313 - "!\n" ([SB/F/NM] m4) ok 17314 - "!This is a comment\n" ([RE/F/NM] m4) ok 17315 - "!This is a comment\n" ([SB/F/NM] m4) ok 17316 - "!A\tcomment\n" ([RE/F/NM] m4) ok 17317 - "!A\tcomment\n" ([SB/F/NM] m4) ok 17318 - "!Another /* comment\n" ([RE/F/NM] m4) ok 17319 - "!Another /* comment\n" ([SB/F/NM] m4) ok 17320 - "NB\n" ([RE/F/NM] m4) ok 17321 - "NB\n" ([SB/F/NM] m4) ok 17322 - "NBThis is a comment\n" ([RE/F/NM] m4) ok 17323 - "NBThis is a comment\n" ([SB/F/NM] m4) ok 17324 - "NBA\tcomment\n" ([RE/F/NM] m4) ok 17325 - "NBA\tcomment\n" ([SB/F/NM] m4) ok 17326 - "NBAnother /* comment\n" ([RE/F/NM] m4) ok 17327 - "NBAnother /* comment\n" ([SB/F/NM] m4) ok 17328 - "PLEASE NOT\n" ([RE/F/NM] m4) ok 17329 - "PLEASE NOT\n" ([SB/F/NM] m4) ok 17330 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] m4) ok 17331 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] m4) ok 17332 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] m4) ok 17333 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] m4) ok 17334 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] m4) ok 17335 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] m4) ok 17336 - "PLEASE NOT\n" ([RE/F/NM] m4) ok 17337 - "PLEASE NOT\n" ([SB/F/NM] m4) ok 17338 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] m4) ok 17339 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] m4) ok 17340 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] m4) ok 17341 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] m4) ok 17342 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] m4) ok 17343 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] m4) ok 17344 - "PLEASE N'T\n" ([RE/F/NM] m4) ok 17345 - "PLEASE N'T\n" ([SB/F/NM] m4) ok 17346 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] m4) ok 17347 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] m4) ok 17348 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] m4) ok 17349 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] m4) ok 17350 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] m4) ok 17351 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] m4) ok 17352 - "DO NOT\n" ([RE/F/NM] m4) ok 17353 - "DO NOT\n" ([SB/F/NM] m4) ok 17354 - "DO NOTThis is a comment\n" ([RE/F/NM] m4) ok 17355 - "DO NOTThis is a comment\n" ([SB/F/NM] m4) ok 17356 - "DO NOTA\tcomment\n" ([RE/F/NM] m4) ok 17357 - "DO NOTA\tcomment\n" ([SB/F/NM] m4) ok 17358 - "DO NOTAnother /* comment\n" ([RE/F/NM] m4) ok 17359 - "DO NOTAnother /* comment\n" ([SB/F/NM] m4) ok 17360 - "DO N'T\n" ([RE/F/NM] m4) ok 17361 - "DO N'T\n" ([SB/F/NM] m4) ok 17362 - "DO N'TThis is a comment\n" ([RE/F/NM] m4) ok 17363 - "DO N'TThis is a comment\n" ([SB/F/NM] m4) ok 17364 - "DO N'TA\tcomment\n" ([RE/F/NM] m4) ok 17365 - "DO N'TA\tcomment\n" ([SB/F/NM] m4) ok 17366 - "DO N'TAnother /* comment\n" ([RE/F/NM] m4) ok 17367 - "DO N'TAnother /* comment\n" ([SB/F/NM] m4) ok 17368 - "DO NOT\n" ([RE/F/NM] m4) ok 17369 - "DO NOT\n" ([SB/F/NM] m4) ok 17370 - "DO NOTThis is a comment\n" ([RE/F/NM] m4) ok 17371 - "DO NOTThis is a comment\n" ([SB/F/NM] m4) ok 17372 - "DO NOTA\tcomment\n" ([RE/F/NM] m4) ok 17373 - "DO NOTA\tcomment\n" ([SB/F/NM] m4) ok 17374 - "DO NOTAnother /* comment\n" ([RE/F/NM] m4) ok 17375 - "DO NOTAnother /* comment\n" ([SB/F/NM] m4) ok 17376 - "PLEASE DO NOT\n" ([RE/F/NM] m4) ok 17377 - "PLEASE DO NOT\n" ([SB/F/NM] m4) ok 17378 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] m4) ok 17379 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] m4) ok 17380 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] m4) ok 17381 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] m4) ok 17382 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] m4) ok 17383 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] m4) ok 17384 - "PLEASE DO NOT\n" ([RE/F/NM] m4) ok 17385 - "PLEASE DO NOT\n" ([SB/F/NM] m4) ok 17386 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] m4) ok 17387 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] m4) ok 17388 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] m4) ok 17389 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] m4) ok 17390 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] m4) ok 17391 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] m4) ok 17392 - "PLEASE DO N'T\n" ([RE/F/NM] m4) ok 17393 - "PLEASE DO N'T\n" ([SB/F/NM] m4) ok 17394 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] m4) ok 17395 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] m4) ok 17396 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] m4) ok 17397 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] m4) ok 17398 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] m4) ok 17399 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] m4) ok 17400 - "NB.\n" ([RE/F/NM] m4) ok 17401 - "NB.\n" ([SB/F/NM] m4) ok 17402 - "NB.This is a comment\n" ([RE/F/NM] m4) ok 17403 - "NB.This is a comment\n" ([SB/F/NM] m4) ok 17404 - "NB.A\tcomment\n" ([RE/F/NM] m4) ok 17405 - "NB.A\tcomment\n" ([SB/F/NM] m4) ok 17406 - "NB.Another /* comment\n" ([RE/F/NM] m4) ok 17407 - "NB.Another /* comment\n" ([SB/F/NM] m4) ok 17408 - "{}" ([RE/F/NM] m4) ok 17409 - "{}" ([SB/F/NM] m4) ok 17410 - "{This is a comment}" ([RE/F/NM] m4) ok 17411 - "{This is a comment}" ([SB/F/NM] m4) ok 17412 - "{A\tcomment}" ([RE/F/NM] m4) ok 17413 - "{A\tcomment}" ([SB/F/NM] m4) ok 17414 - "{Another /* comment}" ([RE/F/NM] m4) ok 17415 - "{Another /* comment}" ([SB/F/NM] m4) ok 17416 - ".\n" ([RE/F/NM] m4) ok 17417 - ".\n" ([SB/F/NM] m4) ok 17418 - ".This is a comment\n" ([RE/F/NM] m4) ok 17419 - ".This is a comment\n" ([SB/F/NM] m4) ok 17420 - ".A\tcomment\n" ([RE/F/NM] m4) ok 17421 - ".A\tcomment\n" ([SB/F/NM] m4) ok 17422 - ".Another /* comment\n" ([RE/F/NM] m4) ok 17423 - ".Another /* comment\n" ([SB/F/NM] m4) ok 17424 - ";\n" ([RE/F/NM] m4) ok 17425 - ";\n" ([SB/F/NM] m4) ok 17426 - ";This is a comment\n" ([RE/F/NM] m4) ok 17427 - ";This is a comment\n" ([SB/F/NM] m4) ok 17428 - ";A\tcomment\n" ([RE/F/NM] m4) ok 17429 - ";A\tcomment\n" ([SB/F/NM] m4) ok 17430 - ";Another /* comment\n" ([RE/F/NM] m4) ok 17431 - ";Another /* comment\n" ([SB/F/NM] m4) ok 17432 - "`\n" ([RE/F/NM] m4) ok 17433 - "`\n" ([SB/F/NM] m4) ok 17434 - "`This is a comment\n" ([RE/F/NM] m4) ok 17435 - "`This is a comment\n" ([SB/F/NM] m4) ok 17436 - "`A\tcomment\n" ([RE/F/NM] m4) ok 17437 - "`A\tcomment\n" ([SB/F/NM] m4) ok 17438 - "`Another /* comment\n" ([RE/F/NM] m4) ok 17439 - "`Another /* comment\n" ([SB/F/NM] m4) ok 17440 - "--\n" ([RE/F/NM] m4) ok 17441 - "--\n" ([SB/F/NM] m4) ok 17442 - "--This is a comment\n" ([RE/F/NM] m4) ok 17443 - "--This is a comment\n" ([SB/F/NM] m4) ok 17444 - "--A\tcomment\n" ([RE/F/NM] m4) ok 17445 - "--A\tcomment\n" ([SB/F/NM] m4) ok 17446 - "--Another /* comment\n" ([RE/F/NM] m4) ok 17447 - "--Another /* comment\n" ([SB/F/NM] m4) ok 17448 - "---\n" ([RE/F/NM] m4) ok 17449 - "---\n" ([SB/F/NM] m4) ok 17450 - "---This is a comment\n" ([RE/F/NM] m4) ok 17451 - "---This is a comment\n" ([SB/F/NM] m4) ok 17452 - "---A\tcomment\n" ([RE/F/NM] m4) ok 17453 - "---A\tcomment\n" ([SB/F/NM] m4) ok 17454 - "---Another /* comment\n" ([RE/F/NM] m4) ok 17455 - "---Another /* comment\n" ([SB/F/NM] m4) ok 17456 - "-----\n" ([RE/F/NM] m4) ok 17457 - "-----\n" ([SB/F/NM] m4) ok 17458 - "-----This is a comment\n" ([RE/F/NM] m4) ok 17459 - "-----This is a comment\n" ([SB/F/NM] m4) ok 17460 - "-----A\tcomment\n" ([RE/F/NM] m4) ok 17461 - "-----A\tcomment\n" ([SB/F/NM] m4) ok 17462 - "-----Another /* comment\n" ([RE/F/NM] m4) ok 17463 - "-----Another /* comment\n" ([SB/F/NM] m4) ok 17464 - "\\"\n" ([RE/F/NM] m4) ok 17465 - "\\"\n" ([SB/F/NM] m4) ok 17466 - "\\"This is a comment\n" ([RE/F/NM] m4) ok 17467 - "\\"This is a comment\n" ([SB/F/NM] m4) ok 17468 - "\\"A\tcomment\n" ([RE/F/NM] m4) ok 17469 - "\\"A\tcomment\n" ([SB/F/NM] m4) ok 17470 - "\\"Another /* comment\n" ([RE/F/NM] m4) ok 17471 - "\\"Another /* comment\n" ([SB/F/NM] m4) ok 17472 - ""\n" ([RE/F/NM] m4) ok 17473 - ""\n" ([SB/F/NM] m4) ok 17474 - ""This is a comment\n" ([RE/F/NM] m4) ok 17475 - ""This is a comment\n" ([SB/F/NM] m4) ok 17476 - ""A\tcomment\n" ([RE/F/NM] m4) ok 17477 - ""A\tcomment\n" ([SB/F/NM] m4) ok 17478 - ""Another /* comment\n" ([RE/F/NM] m4) ok 17479 - ""Another /* comment\n" ([SB/F/NM] m4) ok 17480 - "'\n" ([RE/F/NM] m4) ok 17481 - "'\n" ([SB/F/NM] m4) ok 17482 - "'This is a comment\n" ([RE/F/NM] m4) ok 17483 - "'This is a comment\n" ([SB/F/NM] m4) ok 17484 - "'A\tcomment\n" ([RE/F/NM] m4) ok 17485 - "'A\tcomment\n" ([SB/F/NM] m4) ok 17486 - "'Another /* comment\n" ([RE/F/NM] m4) ok 17487 - "'Another /* comment\n" ([SB/F/NM] m4) ok 17488 - "#\n" ([RE/P/MT] mutt) ok 17489 - "#\n" ([OM/P/MT] mutt) ok 17490 - "#\n" ([OS/P/MT] mutt) ok 17491 - "#\n" ([SB/P/MT] mutt) ok 17492 - "#\n" ([KP/P/MT] mutt) ok 17493 - "#This is a comment\n" ([RE/P/MT] mutt) ok 17494 - "#This is a comment\n" ([OM/P/MT] mutt) ok 17495 - "#This is a comment\n" ([OS/P/MT] mutt) ok 17496 - "#This is a comment\n" ([SB/P/MT] mutt) ok 17497 - "#This is a comment\n" ([KP/P/MT] mutt) ok 17498 - "#A\tcomment\n" ([RE/P/MT] mutt) ok 17499 - "#A\tcomment\n" ([OM/P/MT] mutt) ok 17500 - "#A\tcomment\n" ([OS/P/MT] mutt) ok 17501 - "#A\tcomment\n" ([SB/P/MT] mutt) ok 17502 - "#A\tcomment\n" ([KP/P/MT] mutt) ok 17503 - "#Another /* comment\n" ([RE/P/MT] mutt) ok 17504 - "#Another /* comment\n" ([OM/P/MT] mutt) ok 17505 - "#Another /* comment\n" ([OS/P/MT] mutt) ok 17506 - "#Another /* comment\n" ([SB/P/MT] mutt) ok 17507 - "#Another /* comment\n" ([KP/P/MT] mutt) ok 17508 - "\\" ([RE/F/NM] mutt) ok 17509 - "\\" ([SB/F/NM] mutt) ok 17510 - "\\This is a comment" ([RE/F/NM] mutt) ok 17511 - "\\This is a comment" ([SB/F/NM] mutt) ok 17512 - "\\A\tcomment" ([RE/F/NM] mutt) ok 17513 - "\\A\tcomment" ([SB/F/NM] mutt) ok 17514 - "\\Another /* comment" ([RE/F/NM] mutt) ok 17515 - "\\Another /* comment" ([SB/F/NM] mutt) ok 17516 - "\n" ([RE/F/NM] mutt) ok 17517 - "\n" ([SB/F/NM] mutt) ok 17518 - "This is a comment\n" ([RE/F/NM] mutt) ok 17519 - "This is a comment\n" ([SB/F/NM] mutt) ok 17520 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17521 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17522 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17523 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17524 - "#" ([RE/F/NM] mutt) ok 17525 - "#" ([SB/F/NM] mutt) ok 17526 - "#This is a comment" ([RE/F/NM] mutt) ok 17527 - "#This is a comment" ([SB/F/NM] mutt) ok 17528 - "#A\tcomment" ([RE/F/NM] mutt) ok 17529 - "#A\tcomment" ([SB/F/NM] mutt) ok 17530 - "#Another /* comment" ([RE/F/NM] mutt) ok 17531 - "#Another /* comment" ([SB/F/NM] mutt) ok 17532 - "\n" ([RE/F/NM] mutt) ok 17533 - "\n" ([SB/F/NM] mutt) ok 17534 - "This is a comment\n" ([RE/F/NM] mutt) ok 17535 - "This is a comment\n" ([SB/F/NM] mutt) ok 17536 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17537 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17538 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17539 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17540 - "//" ([RE/F/NM] mutt) ok 17541 - "//" ([SB/F/NM] mutt) ok 17542 - "//This is a comment" ([RE/F/NM] mutt) ok 17543 - "//This is a comment" ([SB/F/NM] mutt) ok 17544 - "//A\tcomment" ([RE/F/NM] mutt) ok 17545 - "//A\tcomment" ([SB/F/NM] mutt) ok 17546 - "//Another /* comment" ([RE/F/NM] mutt) ok 17547 - "//Another /* comment" ([SB/F/NM] mutt) ok 17548 - "\n" ([RE/F/NM] mutt) ok 17549 - "\n" ([SB/F/NM] mutt) ok 17550 - "This is a comment\n" ([RE/F/NM] mutt) ok 17551 - "This is a comment\n" ([SB/F/NM] mutt) ok 17552 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17553 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17554 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17555 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17556 - "--" ([RE/F/NM] mutt) ok 17557 - "--" ([SB/F/NM] mutt) ok 17558 - "--This is a comment" ([RE/F/NM] mutt) ok 17559 - "--This is a comment" ([SB/F/NM] mutt) ok 17560 - "--A\tcomment" ([RE/F/NM] mutt) ok 17561 - "--A\tcomment" ([SB/F/NM] mutt) ok 17562 - "--Another /* comment" ([RE/F/NM] mutt) ok 17563 - "--Another /* comment" ([SB/F/NM] mutt) ok 17564 - "\n" ([RE/F/NM] mutt) ok 17565 - "\n" ([SB/F/NM] mutt) ok 17566 - "This is a comment\n" ([RE/F/NM] mutt) ok 17567 - "This is a comment\n" ([SB/F/NM] mutt) ok 17568 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17569 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17570 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17571 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17572 - ";" ([RE/F/NM] mutt) ok 17573 - ";" ([SB/F/NM] mutt) ok 17574 - ";This is a comment" ([RE/F/NM] mutt) ok 17575 - ";This is a comment" ([SB/F/NM] mutt) ok 17576 - ";A\tcomment" ([RE/F/NM] mutt) ok 17577 - ";A\tcomment" ([SB/F/NM] mutt) ok 17578 - ";Another /* comment" ([RE/F/NM] mutt) ok 17579 - ";Another /* comment" ([SB/F/NM] mutt) ok 17580 - "\n" ([RE/F/NM] mutt) ok 17581 - "\n" ([SB/F/NM] mutt) ok 17582 - "This is a comment\n" ([RE/F/NM] mutt) ok 17583 - "This is a comment\n" ([SB/F/NM] mutt) ok 17584 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17585 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17586 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17587 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17588 - "#" ([RE/F/NM] mutt) ok 17589 - "#" ([SB/F/NM] mutt) ok 17590 - "#This is a comment" ([RE/F/NM] mutt) ok 17591 - "#This is a comment" ([SB/F/NM] mutt) ok 17592 - "#A\tcomment" ([RE/F/NM] mutt) ok 17593 - "#A\tcomment" ([SB/F/NM] mutt) ok 17594 - "#Another /* comment" ([RE/F/NM] mutt) ok 17595 - "#Another /* comment" ([SB/F/NM] mutt) ok 17596 - "\n" ([RE/F/NM] mutt) ok 17597 - "\n" ([SB/F/NM] mutt) ok 17598 - "This is a comment\n" ([RE/F/NM] mutt) ok 17599 - "This is a comment\n" ([SB/F/NM] mutt) ok 17600 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17601 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17602 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17603 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17604 - "*" ([RE/F/NM] mutt) ok 17605 - "*" ([SB/F/NM] mutt) ok 17606 - "*This is a comment" ([RE/F/NM] mutt) ok 17607 - "*This is a comment" ([SB/F/NM] mutt) ok 17608 - "*A\tcomment" ([RE/F/NM] mutt) ok 17609 - "*A\tcomment" ([SB/F/NM] mutt) ok 17610 - "*Another /* comment" ([RE/F/NM] mutt) ok 17611 - "*Another /* comment" ([SB/F/NM] mutt) ok 17612 - "\n" ([RE/F/NM] mutt) ok 17613 - "\n" ([SB/F/NM] mutt) ok 17614 - "This is a comment\n" ([RE/F/NM] mutt) ok 17615 - "This is a comment\n" ([SB/F/NM] mutt) ok 17616 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17617 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17618 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17619 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17620 - "!" ([RE/F/NM] mutt) ok 17621 - "!" ([SB/F/NM] mutt) ok 17622 - "!This is a comment" ([RE/F/NM] mutt) ok 17623 - "!This is a comment" ([SB/F/NM] mutt) ok 17624 - "!A\tcomment" ([RE/F/NM] mutt) ok 17625 - "!A\tcomment" ([SB/F/NM] mutt) ok 17626 - "!Another /* comment" ([RE/F/NM] mutt) ok 17627 - "!Another /* comment" ([SB/F/NM] mutt) ok 17628 - "\n" ([RE/F/NM] mutt) ok 17629 - "\n" ([SB/F/NM] mutt) ok 17630 - "This is a comment\n" ([RE/F/NM] mutt) ok 17631 - "This is a comment\n" ([SB/F/NM] mutt) ok 17632 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17633 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17634 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17635 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17636 - "REM" ([RE/F/NM] mutt) ok 17637 - "REM" ([SB/F/NM] mutt) ok 17638 - "REMThis is a comment" ([RE/F/NM] mutt) ok 17639 - "REMThis is a comment" ([SB/F/NM] mutt) ok 17640 - "REMA\tcomment" ([RE/F/NM] mutt) ok 17641 - "REMA\tcomment" ([SB/F/NM] mutt) ok 17642 - "REMAnother /* comment" ([RE/F/NM] mutt) ok 17643 - "REMAnother /* comment" ([SB/F/NM] mutt) ok 17644 - "\n" ([RE/F/NM] mutt) ok 17645 - "\n" ([SB/F/NM] mutt) ok 17646 - "This is a comment\n" ([RE/F/NM] mutt) ok 17647 - "This is a comment\n" ([SB/F/NM] mutt) ok 17648 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17649 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17650 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17651 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17652 - "//" ([RE/F/NM] mutt) ok 17653 - "//" ([SB/F/NM] mutt) ok 17654 - "//This is a comment" ([RE/F/NM] mutt) ok 17655 - "//This is a comment" ([SB/F/NM] mutt) ok 17656 - "//A\tcomment" ([RE/F/NM] mutt) ok 17657 - "//A\tcomment" ([SB/F/NM] mutt) ok 17658 - "//Another /* comment" ([RE/F/NM] mutt) ok 17659 - "//Another /* comment" ([SB/F/NM] mutt) ok 17660 - "\n" ([RE/F/NM] mutt) ok 17661 - "\n" ([SB/F/NM] mutt) ok 17662 - "This is a comment\n" ([RE/F/NM] mutt) ok 17663 - "This is a comment\n" ([SB/F/NM] mutt) ok 17664 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17665 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17666 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17667 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17668 - "%" ([RE/F/NM] mutt) ok 17669 - "%" ([SB/F/NM] mutt) ok 17670 - "%This is a comment" ([RE/F/NM] mutt) ok 17671 - "%This is a comment" ([SB/F/NM] mutt) ok 17672 - "%A\tcomment" ([RE/F/NM] mutt) ok 17673 - "%A\tcomment" ([SB/F/NM] mutt) ok 17674 - "%Another /* comment" ([RE/F/NM] mutt) ok 17675 - "%Another /* comment" ([SB/F/NM] mutt) ok 17676 - "\n" ([RE/F/NM] mutt) ok 17677 - "\n" ([SB/F/NM] mutt) ok 17678 - "This is a comment\n" ([RE/F/NM] mutt) ok 17679 - "This is a comment\n" ([SB/F/NM] mutt) ok 17680 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17681 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17682 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17683 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17684 - "!" ([RE/F/NM] mutt) ok 17685 - "!" ([SB/F/NM] mutt) ok 17686 - "!This is a comment" ([RE/F/NM] mutt) ok 17687 - "!This is a comment" ([SB/F/NM] mutt) ok 17688 - "!A\tcomment" ([RE/F/NM] mutt) ok 17689 - "!A\tcomment" ([SB/F/NM] mutt) ok 17690 - "!Another /* comment" ([RE/F/NM] mutt) ok 17691 - "!Another /* comment" ([SB/F/NM] mutt) ok 17692 - "\n" ([RE/F/NM] mutt) ok 17693 - "\n" ([SB/F/NM] mutt) ok 17694 - "This is a comment\n" ([RE/F/NM] mutt) ok 17695 - "This is a comment\n" ([SB/F/NM] mutt) ok 17696 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17697 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17698 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17699 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17700 - "NB" ([RE/F/NM] mutt) ok 17701 - "NB" ([SB/F/NM] mutt) ok 17702 - "NBThis is a comment" ([RE/F/NM] mutt) ok 17703 - "NBThis is a comment" ([SB/F/NM] mutt) ok 17704 - "NBA\tcomment" ([RE/F/NM] mutt) ok 17705 - "NBA\tcomment" ([SB/F/NM] mutt) ok 17706 - "NBAnother /* comment" ([RE/F/NM] mutt) ok 17707 - "NBAnother /* comment" ([SB/F/NM] mutt) ok 17708 - "\n" ([RE/F/NM] mutt) ok 17709 - "\n" ([SB/F/NM] mutt) ok 17710 - "This is a comment\n" ([RE/F/NM] mutt) ok 17711 - "This is a comment\n" ([SB/F/NM] mutt) ok 17712 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17713 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17714 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17715 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17716 - "PLEASE NOT" ([RE/F/NM] mutt) ok 17717 - "PLEASE NOT" ([SB/F/NM] mutt) ok 17718 - "PLEASE NOTThis is a comment" ([RE/F/NM] mutt) ok 17719 - "PLEASE NOTThis is a comment" ([SB/F/NM] mutt) ok 17720 - "PLEASE NOTA\tcomment" ([RE/F/NM] mutt) ok 17721 - "PLEASE NOTA\tcomment" ([SB/F/NM] mutt) ok 17722 - "PLEASE NOTAnother /* comment" ([RE/F/NM] mutt) ok 17723 - "PLEASE NOTAnother /* comment" ([SB/F/NM] mutt) ok 17724 - "\n" ([RE/F/NM] mutt) ok 17725 - "\n" ([SB/F/NM] mutt) ok 17726 - "This is a comment\n" ([RE/F/NM] mutt) ok 17727 - "This is a comment\n" ([SB/F/NM] mutt) ok 17728 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17729 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17730 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17731 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17732 - "PLEASE NOT" ([RE/F/NM] mutt) ok 17733 - "PLEASE NOT" ([SB/F/NM] mutt) ok 17734 - "PLEASE NOTThis is a comment" ([RE/F/NM] mutt) ok 17735 - "PLEASE NOTThis is a comment" ([SB/F/NM] mutt) ok 17736 - "PLEASE NOTA\tcomment" ([RE/F/NM] mutt) ok 17737 - "PLEASE NOTA\tcomment" ([SB/F/NM] mutt) ok 17738 - "PLEASE NOTAnother /* comment" ([RE/F/NM] mutt) ok 17739 - "PLEASE NOTAnother /* comment" ([SB/F/NM] mutt) ok 17740 - "\n" ([RE/F/NM] mutt) ok 17741 - "\n" ([SB/F/NM] mutt) ok 17742 - "This is a comment\n" ([RE/F/NM] mutt) ok 17743 - "This is a comment\n" ([SB/F/NM] mutt) ok 17744 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17745 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17746 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17747 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17748 - "PLEASE N'T" ([RE/F/NM] mutt) ok 17749 - "PLEASE N'T" ([SB/F/NM] mutt) ok 17750 - "PLEASE N'TThis is a comment" ([RE/F/NM] mutt) ok 17751 - "PLEASE N'TThis is a comment" ([SB/F/NM] mutt) ok 17752 - "PLEASE N'TA\tcomment" ([RE/F/NM] mutt) ok 17753 - "PLEASE N'TA\tcomment" ([SB/F/NM] mutt) ok 17754 - "PLEASE N'TAnother /* comment" ([RE/F/NM] mutt) ok 17755 - "PLEASE N'TAnother /* comment" ([SB/F/NM] mutt) ok 17756 - "\n" ([RE/F/NM] mutt) ok 17757 - "\n" ([SB/F/NM] mutt) ok 17758 - "This is a comment\n" ([RE/F/NM] mutt) ok 17759 - "This is a comment\n" ([SB/F/NM] mutt) ok 17760 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17761 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17762 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17763 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17764 - "DO NOT" ([RE/F/NM] mutt) ok 17765 - "DO NOT" ([SB/F/NM] mutt) ok 17766 - "DO NOTThis is a comment" ([RE/F/NM] mutt) ok 17767 - "DO NOTThis is a comment" ([SB/F/NM] mutt) ok 17768 - "DO NOTA\tcomment" ([RE/F/NM] mutt) ok 17769 - "DO NOTA\tcomment" ([SB/F/NM] mutt) ok 17770 - "DO NOTAnother /* comment" ([RE/F/NM] mutt) ok 17771 - "DO NOTAnother /* comment" ([SB/F/NM] mutt) ok 17772 - "\n" ([RE/F/NM] mutt) ok 17773 - "\n" ([SB/F/NM] mutt) ok 17774 - "This is a comment\n" ([RE/F/NM] mutt) ok 17775 - "This is a comment\n" ([SB/F/NM] mutt) ok 17776 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17777 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17778 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17779 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17780 - "DO N'T" ([RE/F/NM] mutt) ok 17781 - "DO N'T" ([SB/F/NM] mutt) ok 17782 - "DO N'TThis is a comment" ([RE/F/NM] mutt) ok 17783 - "DO N'TThis is a comment" ([SB/F/NM] mutt) ok 17784 - "DO N'TA\tcomment" ([RE/F/NM] mutt) ok 17785 - "DO N'TA\tcomment" ([SB/F/NM] mutt) ok 17786 - "DO N'TAnother /* comment" ([RE/F/NM] mutt) ok 17787 - "DO N'TAnother /* comment" ([SB/F/NM] mutt) ok 17788 - "\n" ([RE/F/NM] mutt) ok 17789 - "\n" ([SB/F/NM] mutt) ok 17790 - "This is a comment\n" ([RE/F/NM] mutt) ok 17791 - "This is a comment\n" ([SB/F/NM] mutt) ok 17792 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17793 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17794 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17795 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17796 - "DO NOT" ([RE/F/NM] mutt) ok 17797 - "DO NOT" ([SB/F/NM] mutt) ok 17798 - "DO NOTThis is a comment" ([RE/F/NM] mutt) ok 17799 - "DO NOTThis is a comment" ([SB/F/NM] mutt) ok 17800 - "DO NOTA\tcomment" ([RE/F/NM] mutt) ok 17801 - "DO NOTA\tcomment" ([SB/F/NM] mutt) ok 17802 - "DO NOTAnother /* comment" ([RE/F/NM] mutt) ok 17803 - "DO NOTAnother /* comment" ([SB/F/NM] mutt) ok 17804 - "\n" ([RE/F/NM] mutt) ok 17805 - "\n" ([SB/F/NM] mutt) ok 17806 - "This is a comment\n" ([RE/F/NM] mutt) ok 17807 - "This is a comment\n" ([SB/F/NM] mutt) ok 17808 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17809 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17810 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17811 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17812 - "PLEASE DO NOT" ([RE/F/NM] mutt) ok 17813 - "PLEASE DO NOT" ([SB/F/NM] mutt) ok 17814 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] mutt) ok 17815 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] mutt) ok 17816 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] mutt) ok 17817 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] mutt) ok 17818 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] mutt) ok 17819 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] mutt) ok 17820 - "\n" ([RE/F/NM] mutt) ok 17821 - "\n" ([SB/F/NM] mutt) ok 17822 - "This is a comment\n" ([RE/F/NM] mutt) ok 17823 - "This is a comment\n" ([SB/F/NM] mutt) ok 17824 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17825 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17826 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17827 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17828 - "PLEASE DO NOT" ([RE/F/NM] mutt) ok 17829 - "PLEASE DO NOT" ([SB/F/NM] mutt) ok 17830 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] mutt) ok 17831 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] mutt) ok 17832 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] mutt) ok 17833 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] mutt) ok 17834 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] mutt) ok 17835 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] mutt) ok 17836 - "\n" ([RE/F/NM] mutt) ok 17837 - "\n" ([SB/F/NM] mutt) ok 17838 - "This is a comment\n" ([RE/F/NM] mutt) ok 17839 - "This is a comment\n" ([SB/F/NM] mutt) ok 17840 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17841 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17842 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17843 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17844 - "PLEASE DO N'T" ([RE/F/NM] mutt) ok 17845 - "PLEASE DO N'T" ([SB/F/NM] mutt) ok 17846 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] mutt) ok 17847 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] mutt) ok 17848 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] mutt) ok 17849 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] mutt) ok 17850 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] mutt) ok 17851 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] mutt) ok 17852 - "\n" ([RE/F/NM] mutt) ok 17853 - "\n" ([SB/F/NM] mutt) ok 17854 - "This is a comment\n" ([RE/F/NM] mutt) ok 17855 - "This is a comment\n" ([SB/F/NM] mutt) ok 17856 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17857 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17858 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17859 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17860 - "NB." ([RE/F/NM] mutt) ok 17861 - "NB." ([SB/F/NM] mutt) ok 17862 - "NB.This is a comment" ([RE/F/NM] mutt) ok 17863 - "NB.This is a comment" ([SB/F/NM] mutt) ok 17864 - "NB.A\tcomment" ([RE/F/NM] mutt) ok 17865 - "NB.A\tcomment" ([SB/F/NM] mutt) ok 17866 - "NB.Another /* comment" ([RE/F/NM] mutt) ok 17867 - "NB.Another /* comment" ([SB/F/NM] mutt) ok 17868 - "\n" ([RE/F/NM] mutt) ok 17869 - "\n" ([SB/F/NM] mutt) ok 17870 - "This is a comment\n" ([RE/F/NM] mutt) ok 17871 - "This is a comment\n" ([SB/F/NM] mutt) ok 17872 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17873 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17874 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17875 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17876 - "{" ([RE/F/NM] mutt) ok 17877 - "{" ([SB/F/NM] mutt) ok 17878 - "{This is a comment" ([RE/F/NM] mutt) ok 17879 - "{This is a comment" ([SB/F/NM] mutt) ok 17880 - "{A\tcomment" ([RE/F/NM] mutt) ok 17881 - "{A\tcomment" ([SB/F/NM] mutt) ok 17882 - "{Another /* comment" ([RE/F/NM] mutt) ok 17883 - "{Another /* comment" ([SB/F/NM] mutt) ok 17884 - "}" ([RE/F/NM] mutt) ok 17885 - "}" ([SB/F/NM] mutt) ok 17886 - "This is a comment}" ([RE/F/NM] mutt) ok 17887 - "This is a comment}" ([SB/F/NM] mutt) ok 17888 - "A\tcomment}" ([RE/F/NM] mutt) ok 17889 - "A\tcomment}" ([SB/F/NM] mutt) ok 17890 - "Another /* comment}" ([RE/F/NM] mutt) ok 17891 - "Another /* comment}" ([SB/F/NM] mutt) ok 17892 - "." ([RE/F/NM] mutt) ok 17893 - "." ([SB/F/NM] mutt) ok 17894 - ".This is a comment" ([RE/F/NM] mutt) ok 17895 - ".This is a comment" ([SB/F/NM] mutt) ok 17896 - ".A\tcomment" ([RE/F/NM] mutt) ok 17897 - ".A\tcomment" ([SB/F/NM] mutt) ok 17898 - ".Another /* comment" ([RE/F/NM] mutt) ok 17899 - ".Another /* comment" ([SB/F/NM] mutt) ok 17900 - "\n" ([RE/F/NM] mutt) ok 17901 - "\n" ([SB/F/NM] mutt) ok 17902 - "This is a comment\n" ([RE/F/NM] mutt) ok 17903 - "This is a comment\n" ([SB/F/NM] mutt) ok 17904 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17905 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17906 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17907 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17908 - ";" ([RE/F/NM] mutt) ok 17909 - ";" ([SB/F/NM] mutt) ok 17910 - ";This is a comment" ([RE/F/NM] mutt) ok 17911 - ";This is a comment" ([SB/F/NM] mutt) ok 17912 - ";A\tcomment" ([RE/F/NM] mutt) ok 17913 - ";A\tcomment" ([SB/F/NM] mutt) ok 17914 - ";Another /* comment" ([RE/F/NM] mutt) ok 17915 - ";Another /* comment" ([SB/F/NM] mutt) ok 17916 - "\n" ([RE/F/NM] mutt) ok 17917 - "\n" ([SB/F/NM] mutt) ok 17918 - "This is a comment\n" ([RE/F/NM] mutt) ok 17919 - "This is a comment\n" ([SB/F/NM] mutt) ok 17920 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17921 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17922 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17923 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17924 - "`" ([RE/F/NM] mutt) ok 17925 - "`" ([SB/F/NM] mutt) ok 17926 - "`This is a comment" ([RE/F/NM] mutt) ok 17927 - "`This is a comment" ([SB/F/NM] mutt) ok 17928 - "`A\tcomment" ([RE/F/NM] mutt) ok 17929 - "`A\tcomment" ([SB/F/NM] mutt) ok 17930 - "`Another /* comment" ([RE/F/NM] mutt) ok 17931 - "`Another /* comment" ([SB/F/NM] mutt) ok 17932 - "\n" ([RE/F/NM] mutt) ok 17933 - "\n" ([SB/F/NM] mutt) ok 17934 - "This is a comment\n" ([RE/F/NM] mutt) ok 17935 - "This is a comment\n" ([SB/F/NM] mutt) ok 17936 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17937 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17938 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17939 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17940 - "--" ([RE/F/NM] mutt) ok 17941 - "--" ([SB/F/NM] mutt) ok 17942 - "--This is a comment" ([RE/F/NM] mutt) ok 17943 - "--This is a comment" ([SB/F/NM] mutt) ok 17944 - "--A\tcomment" ([RE/F/NM] mutt) ok 17945 - "--A\tcomment" ([SB/F/NM] mutt) ok 17946 - "--Another /* comment" ([RE/F/NM] mutt) ok 17947 - "--Another /* comment" ([SB/F/NM] mutt) ok 17948 - "\n" ([RE/F/NM] mutt) ok 17949 - "\n" ([SB/F/NM] mutt) ok 17950 - "This is a comment\n" ([RE/F/NM] mutt) ok 17951 - "This is a comment\n" ([SB/F/NM] mutt) ok 17952 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17953 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17954 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17955 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17956 - "---" ([RE/F/NM] mutt) ok 17957 - "---" ([SB/F/NM] mutt) ok 17958 - "---This is a comment" ([RE/F/NM] mutt) ok 17959 - "---This is a comment" ([SB/F/NM] mutt) ok 17960 - "---A\tcomment" ([RE/F/NM] mutt) ok 17961 - "---A\tcomment" ([SB/F/NM] mutt) ok 17962 - "---Another /* comment" ([RE/F/NM] mutt) ok 17963 - "---Another /* comment" ([SB/F/NM] mutt) ok 17964 - "\n" ([RE/F/NM] mutt) ok 17965 - "\n" ([SB/F/NM] mutt) ok 17966 - "This is a comment\n" ([RE/F/NM] mutt) ok 17967 - "This is a comment\n" ([SB/F/NM] mutt) ok 17968 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17969 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17970 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17971 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17972 - "-----" ([RE/F/NM] mutt) ok 17973 - "-----" ([SB/F/NM] mutt) ok 17974 - "-----This is a comment" ([RE/F/NM] mutt) ok 17975 - "-----This is a comment" ([SB/F/NM] mutt) ok 17976 - "-----A\tcomment" ([RE/F/NM] mutt) ok 17977 - "-----A\tcomment" ([SB/F/NM] mutt) ok 17978 - "-----Another /* comment" ([RE/F/NM] mutt) ok 17979 - "-----Another /* comment" ([SB/F/NM] mutt) ok 17980 - "\n" ([RE/F/NM] mutt) ok 17981 - "\n" ([SB/F/NM] mutt) ok 17982 - "This is a comment\n" ([RE/F/NM] mutt) ok 17983 - "This is a comment\n" ([SB/F/NM] mutt) ok 17984 - "A\tcomment\n" ([RE/F/NM] mutt) ok 17985 - "A\tcomment\n" ([SB/F/NM] mutt) ok 17986 - "Another /* comment\n" ([RE/F/NM] mutt) ok 17987 - "Another /* comment\n" ([SB/F/NM] mutt) ok 17988 - "\\"" ([RE/F/NM] mutt) ok 17989 - "\\"" ([SB/F/NM] mutt) ok 17990 - "\\"This is a comment" ([RE/F/NM] mutt) ok 17991 - "\\"This is a comment" ([SB/F/NM] mutt) ok 17992 - "\\"A\tcomment" ([RE/F/NM] mutt) ok 17993 - "\\"A\tcomment" ([SB/F/NM] mutt) ok 17994 - "\\"Another /* comment" ([RE/F/NM] mutt) ok 17995 - "\\"Another /* comment" ([SB/F/NM] mutt) ok 17996 - "\n" ([RE/F/NM] mutt) ok 17997 - "\n" ([SB/F/NM] mutt) ok 17998 - "This is a comment\n" ([RE/F/NM] mutt) ok 17999 - "This is a comment\n" ([SB/F/NM] mutt) ok 18000 - "A\tcomment\n" ([RE/F/NM] mutt) ok 18001 - "A\tcomment\n" ([SB/F/NM] mutt) ok 18002 - "Another /* comment\n" ([RE/F/NM] mutt) ok 18003 - "Another /* comment\n" ([SB/F/NM] mutt) ok 18004 - """ ([RE/F/NM] mutt) ok 18005 - """ ([SB/F/NM] mutt) ok 18006 - ""This is a comment" ([RE/F/NM] mutt) ok 18007 - ""This is a comment" ([SB/F/NM] mutt) ok 18008 - ""A\tcomment" ([RE/F/NM] mutt) ok 18009 - ""A\tcomment" ([SB/F/NM] mutt) ok 18010 - ""Another /* comment" ([RE/F/NM] mutt) ok 18011 - ""Another /* comment" ([SB/F/NM] mutt) ok 18012 - "\n" ([RE/F/NM] mutt) ok 18013 - "\n" ([SB/F/NM] mutt) ok 18014 - "This is a comment\n" ([RE/F/NM] mutt) ok 18015 - "This is a comment\n" ([SB/F/NM] mutt) ok 18016 - "A\tcomment\n" ([RE/F/NM] mutt) ok 18017 - "A\tcomment\n" ([SB/F/NM] mutt) ok 18018 - "Another /* comment\n" ([RE/F/NM] mutt) ok 18019 - "Another /* comment\n" ([SB/F/NM] mutt) ok 18020 - "'" ([RE/F/NM] mutt) ok 18021 - "'" ([SB/F/NM] mutt) ok 18022 - "'This is a comment" ([RE/F/NM] mutt) ok 18023 - "'This is a comment" ([SB/F/NM] mutt) ok 18024 - "'A\tcomment" ([RE/F/NM] mutt) ok 18025 - "'A\tcomment" ([SB/F/NM] mutt) ok 18026 - "'Another /* comment" ([RE/F/NM] mutt) ok 18027 - "'Another /* comment" ([SB/F/NM] mutt) ok 18028 - "\n" ([RE/F/NM] mutt) ok 18029 - "\n" ([SB/F/NM] mutt) ok 18030 - "This is a comment\n" ([RE/F/NM] mutt) ok 18031 - "This is a comment\n" ([SB/F/NM] mutt) ok 18032 - "A\tcomment\n" ([RE/F/NM] mutt) ok 18033 - "A\tcomment\n" ([SB/F/NM] mutt) ok 18034 - "Another /* comment\n" ([RE/F/NM] mutt) ok 18035 - "Another /* comment\n" ([SB/F/NM] mutt) ok 18036 - "/* This is a C comment */" ([RE/F/NM] mutt) ok 18037 - "/* This is a C comment */" ([SB/F/NM] mutt) ok 18038 - "(* This is a Pascal comment *)" ([RE/F/NM] mutt) ok 18039 - "(* This is a Pascal comment *)" ([SB/F/NM] mutt) ok 18040 - "" ([RE/F/NM] mutt) ok 18041 - "" ([SB/F/NM] mutt) ok 18042 - "#\n\n" ([RE/F/NM] mutt) ok 18043 - "#\n\n" ([SB/F/NM] mutt) ok 18044 - "#This is a comment\n\n" ([RE/F/NM] mutt) ok 18045 - "#This is a comment\n\n" ([SB/F/NM] mutt) ok 18046 - "#A\tcomment\n\n" ([RE/F/NM] mutt) ok 18047 - "#A\tcomment\n\n" ([SB/F/NM] mutt) ok 18048 - "#Another /* comment\n\n" ([RE/F/NM] mutt) ok 18049 - "#Another /* comment\n\n" ([SB/F/NM] mutt) ok 18050 - "#\n#\n" ([RE/F/NM] mutt) ok 18051 - "#\n#\n" ([SB/F/NM] mutt) ok 18052 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] mutt) ok 18053 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] mutt) ok 18054 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] mutt) ok 18055 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] mutt) ok 18056 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] mutt) ok 18057 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] mutt) ok 18058 - "#\nq" ([RE/F/NM] mutt) ok 18059 - "#\nq" ([SB/F/NM] mutt) ok 18060 - "#This is a comment\nrrh" ([RE/F/NM] mutt) ok 18061 - "#This is a comment\nrrh" ([SB/F/NM] mutt) ok 18062 - "#A\tcomment\n6" ([RE/F/NM] mutt) ok 18063 - "#A\tcomment\n6" ([SB/F/NM] mutt) ok 18064 - "#Another /* comment\nyhqg" ([RE/F/NM] mutt) ok 18065 - "#Another /* comment\nyhqg" ([SB/F/NM] mutt) ok 18066 - "z35#\n" ([RE/F/NM] mutt) ok 18067 - "z35#\n" ([SB/F/NM] mutt) ok 18068 - "e#This is a comment\n" ([RE/F/NM] mutt) ok 18069 - "e#This is a comment\n" ([SB/F/NM] mutt) ok 18070 - "d#A\tcomment\n" ([RE/F/NM] mutt) ok 18071 - "d#A\tcomment\n" ([SB/F/NM] mutt) ok 18072 - "zb#Another /* comment\n" ([RE/F/NM] mutt) ok 18073 - "zb#Another /* comment\n" ([SB/F/NM] mutt) ok 18074 - "\\\n" ([RE/F/NM] mutt) ok 18075 - "\\\n" ([SB/F/NM] mutt) ok 18076 - "\\This is a comment\n" ([RE/F/NM] mutt) ok 18077 - "\\This is a comment\n" ([SB/F/NM] mutt) ok 18078 - "\\A\tcomment\n" ([RE/F/NM] mutt) ok 18079 - "\\A\tcomment\n" ([SB/F/NM] mutt) ok 18080 - "\\Another /* comment\n" ([RE/F/NM] mutt) ok 18081 - "\\Another /* comment\n" ([SB/F/NM] mutt) ok 18082 - "//\n" ([RE/F/NM] mutt) ok 18083 - "//\n" ([SB/F/NM] mutt) ok 18084 - "//This is a comment\n" ([RE/F/NM] mutt) ok 18085 - "//This is a comment\n" ([SB/F/NM] mutt) ok 18086 - "//A\tcomment\n" ([RE/F/NM] mutt) ok 18087 - "//A\tcomment\n" ([SB/F/NM] mutt) ok 18088 - "//Another /* comment\n" ([RE/F/NM] mutt) ok 18089 - "//Another /* comment\n" ([SB/F/NM] mutt) ok 18090 - "--\n" ([RE/F/NM] mutt) ok 18091 - "--\n" ([SB/F/NM] mutt) ok 18092 - "--This is a comment\n" ([RE/F/NM] mutt) ok 18093 - "--This is a comment\n" ([SB/F/NM] mutt) ok 18094 - "--A\tcomment\n" ([RE/F/NM] mutt) ok 18095 - "--A\tcomment\n" ([SB/F/NM] mutt) ok 18096 - "--Another /* comment\n" ([RE/F/NM] mutt) ok 18097 - "--Another /* comment\n" ([SB/F/NM] mutt) ok 18098 - ";\n" ([RE/F/NM] mutt) ok 18099 - ";\n" ([SB/F/NM] mutt) ok 18100 - ";This is a comment\n" ([RE/F/NM] mutt) ok 18101 - ";This is a comment\n" ([SB/F/NM] mutt) ok 18102 - ";A\tcomment\n" ([RE/F/NM] mutt) ok 18103 - ";A\tcomment\n" ([SB/F/NM] mutt) ok 18104 - ";Another /* comment\n" ([RE/F/NM] mutt) ok 18105 - ";Another /* comment\n" ([SB/F/NM] mutt) ok 18106 - "*\n" ([RE/F/NM] mutt) ok 18107 - "*\n" ([SB/F/NM] mutt) ok 18108 - "*This is a comment\n" ([RE/F/NM] mutt) ok 18109 - "*This is a comment\n" ([SB/F/NM] mutt) ok 18110 - "*A\tcomment\n" ([RE/F/NM] mutt) ok 18111 - "*A\tcomment\n" ([SB/F/NM] mutt) ok 18112 - "*Another /* comment\n" ([RE/F/NM] mutt) ok 18113 - "*Another /* comment\n" ([SB/F/NM] mutt) ok 18114 - "!\n" ([RE/F/NM] mutt) ok 18115 - "!\n" ([SB/F/NM] mutt) ok 18116 - "!This is a comment\n" ([RE/F/NM] mutt) ok 18117 - "!This is a comment\n" ([SB/F/NM] mutt) ok 18118 - "!A\tcomment\n" ([RE/F/NM] mutt) ok 18119 - "!A\tcomment\n" ([SB/F/NM] mutt) ok 18120 - "!Another /* comment\n" ([RE/F/NM] mutt) ok 18121 - "!Another /* comment\n" ([SB/F/NM] mutt) ok 18122 - "REM\n" ([RE/F/NM] mutt) ok 18123 - "REM\n" ([SB/F/NM] mutt) ok 18124 - "REMThis is a comment\n" ([RE/F/NM] mutt) ok 18125 - "REMThis is a comment\n" ([SB/F/NM] mutt) ok 18126 - "REMA\tcomment\n" ([RE/F/NM] mutt) ok 18127 - "REMA\tcomment\n" ([SB/F/NM] mutt) ok 18128 - "REMAnother /* comment\n" ([RE/F/NM] mutt) ok 18129 - "REMAnother /* comment\n" ([SB/F/NM] mutt) ok 18130 - "//\n" ([RE/F/NM] mutt) ok 18131 - "//\n" ([SB/F/NM] mutt) ok 18132 - "//This is a comment\n" ([RE/F/NM] mutt) ok 18133 - "//This is a comment\n" ([SB/F/NM] mutt) ok 18134 - "//A\tcomment\n" ([RE/F/NM] mutt) ok 18135 - "//A\tcomment\n" ([SB/F/NM] mutt) ok 18136 - "//Another /* comment\n" ([RE/F/NM] mutt) ok 18137 - "//Another /* comment\n" ([SB/F/NM] mutt) ok 18138 - "%\n" ([RE/F/NM] mutt) ok 18139 - "%\n" ([SB/F/NM] mutt) ok 18140 - "%This is a comment\n" ([RE/F/NM] mutt) ok 18141 - "%This is a comment\n" ([SB/F/NM] mutt) ok 18142 - "%A\tcomment\n" ([RE/F/NM] mutt) ok 18143 - "%A\tcomment\n" ([SB/F/NM] mutt) ok 18144 - "%Another /* comment\n" ([RE/F/NM] mutt) ok 18145 - "%Another /* comment\n" ([SB/F/NM] mutt) ok 18146 - "!\n" ([RE/F/NM] mutt) ok 18147 - "!\n" ([SB/F/NM] mutt) ok 18148 - "!This is a comment\n" ([RE/F/NM] mutt) ok 18149 - "!This is a comment\n" ([SB/F/NM] mutt) ok 18150 - "!A\tcomment\n" ([RE/F/NM] mutt) ok 18151 - "!A\tcomment\n" ([SB/F/NM] mutt) ok 18152 - "!Another /* comment\n" ([RE/F/NM] mutt) ok 18153 - "!Another /* comment\n" ([SB/F/NM] mutt) ok 18154 - "NB\n" ([RE/F/NM] mutt) ok 18155 - "NB\n" ([SB/F/NM] mutt) ok 18156 - "NBThis is a comment\n" ([RE/F/NM] mutt) ok 18157 - "NBThis is a comment\n" ([SB/F/NM] mutt) ok 18158 - "NBA\tcomment\n" ([RE/F/NM] mutt) ok 18159 - "NBA\tcomment\n" ([SB/F/NM] mutt) ok 18160 - "NBAnother /* comment\n" ([RE/F/NM] mutt) ok 18161 - "NBAnother /* comment\n" ([SB/F/NM] mutt) ok 18162 - "PLEASE NOT\n" ([RE/F/NM] mutt) ok 18163 - "PLEASE NOT\n" ([SB/F/NM] mutt) ok 18164 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] mutt) ok 18165 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] mutt) ok 18166 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] mutt) ok 18167 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] mutt) ok 18168 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] mutt) ok 18169 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] mutt) ok 18170 - "PLEASE NOT\n" ([RE/F/NM] mutt) ok 18171 - "PLEASE NOT\n" ([SB/F/NM] mutt) ok 18172 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] mutt) ok 18173 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] mutt) ok 18174 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] mutt) ok 18175 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] mutt) ok 18176 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] mutt) ok 18177 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] mutt) ok 18178 - "PLEASE N'T\n" ([RE/F/NM] mutt) ok 18179 - "PLEASE N'T\n" ([SB/F/NM] mutt) ok 18180 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] mutt) ok 18181 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] mutt) ok 18182 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] mutt) ok 18183 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] mutt) ok 18184 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] mutt) ok 18185 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] mutt) ok 18186 - "DO NOT\n" ([RE/F/NM] mutt) ok 18187 - "DO NOT\n" ([SB/F/NM] mutt) ok 18188 - "DO NOTThis is a comment\n" ([RE/F/NM] mutt) ok 18189 - "DO NOTThis is a comment\n" ([SB/F/NM] mutt) ok 18190 - "DO NOTA\tcomment\n" ([RE/F/NM] mutt) ok 18191 - "DO NOTA\tcomment\n" ([SB/F/NM] mutt) ok 18192 - "DO NOTAnother /* comment\n" ([RE/F/NM] mutt) ok 18193 - "DO NOTAnother /* comment\n" ([SB/F/NM] mutt) ok 18194 - "DO N'T\n" ([RE/F/NM] mutt) ok 18195 - "DO N'T\n" ([SB/F/NM] mutt) ok 18196 - "DO N'TThis is a comment\n" ([RE/F/NM] mutt) ok 18197 - "DO N'TThis is a comment\n" ([SB/F/NM] mutt) ok 18198 - "DO N'TA\tcomment\n" ([RE/F/NM] mutt) ok 18199 - "DO N'TA\tcomment\n" ([SB/F/NM] mutt) ok 18200 - "DO N'TAnother /* comment\n" ([RE/F/NM] mutt) ok 18201 - "DO N'TAnother /* comment\n" ([SB/F/NM] mutt) ok 18202 - "DO NOT\n" ([RE/F/NM] mutt) ok 18203 - "DO NOT\n" ([SB/F/NM] mutt) ok 18204 - "DO NOTThis is a comment\n" ([RE/F/NM] mutt) ok 18205 - "DO NOTThis is a comment\n" ([SB/F/NM] mutt) ok 18206 - "DO NOTA\tcomment\n" ([RE/F/NM] mutt) ok 18207 - "DO NOTA\tcomment\n" ([SB/F/NM] mutt) ok 18208 - "DO NOTAnother /* comment\n" ([RE/F/NM] mutt) ok 18209 - "DO NOTAnother /* comment\n" ([SB/F/NM] mutt) ok 18210 - "PLEASE DO NOT\n" ([RE/F/NM] mutt) ok 18211 - "PLEASE DO NOT\n" ([SB/F/NM] mutt) ok 18212 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] mutt) ok 18213 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] mutt) ok 18214 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] mutt) ok 18215 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] mutt) ok 18216 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] mutt) ok 18217 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] mutt) ok 18218 - "PLEASE DO NOT\n" ([RE/F/NM] mutt) ok 18219 - "PLEASE DO NOT\n" ([SB/F/NM] mutt) ok 18220 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] mutt) ok 18221 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] mutt) ok 18222 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] mutt) ok 18223 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] mutt) ok 18224 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] mutt) ok 18225 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] mutt) ok 18226 - "PLEASE DO N'T\n" ([RE/F/NM] mutt) ok 18227 - "PLEASE DO N'T\n" ([SB/F/NM] mutt) ok 18228 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] mutt) ok 18229 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] mutt) ok 18230 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] mutt) ok 18231 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] mutt) ok 18232 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] mutt) ok 18233 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] mutt) ok 18234 - "NB.\n" ([RE/F/NM] mutt) ok 18235 - "NB.\n" ([SB/F/NM] mutt) ok 18236 - "NB.This is a comment\n" ([RE/F/NM] mutt) ok 18237 - "NB.This is a comment\n" ([SB/F/NM] mutt) ok 18238 - "NB.A\tcomment\n" ([RE/F/NM] mutt) ok 18239 - "NB.A\tcomment\n" ([SB/F/NM] mutt) ok 18240 - "NB.Another /* comment\n" ([RE/F/NM] mutt) ok 18241 - "NB.Another /* comment\n" ([SB/F/NM] mutt) ok 18242 - "{}" ([RE/F/NM] mutt) ok 18243 - "{}" ([SB/F/NM] mutt) ok 18244 - "{This is a comment}" ([RE/F/NM] mutt) ok 18245 - "{This is a comment}" ([SB/F/NM] mutt) ok 18246 - "{A\tcomment}" ([RE/F/NM] mutt) ok 18247 - "{A\tcomment}" ([SB/F/NM] mutt) ok 18248 - "{Another /* comment}" ([RE/F/NM] mutt) ok 18249 - "{Another /* comment}" ([SB/F/NM] mutt) ok 18250 - ".\n" ([RE/F/NM] mutt) ok 18251 - ".\n" ([SB/F/NM] mutt) ok 18252 - ".This is a comment\n" ([RE/F/NM] mutt) ok 18253 - ".This is a comment\n" ([SB/F/NM] mutt) ok 18254 - ".A\tcomment\n" ([RE/F/NM] mutt) ok 18255 - ".A\tcomment\n" ([SB/F/NM] mutt) ok 18256 - ".Another /* comment\n" ([RE/F/NM] mutt) ok 18257 - ".Another /* comment\n" ([SB/F/NM] mutt) ok 18258 - ";\n" ([RE/F/NM] mutt) ok 18259 - ";\n" ([SB/F/NM] mutt) ok 18260 - ";This is a comment\n" ([RE/F/NM] mutt) ok 18261 - ";This is a comment\n" ([SB/F/NM] mutt) ok 18262 - ";A\tcomment\n" ([RE/F/NM] mutt) ok 18263 - ";A\tcomment\n" ([SB/F/NM] mutt) ok 18264 - ";Another /* comment\n" ([RE/F/NM] mutt) ok 18265 - ";Another /* comment\n" ([SB/F/NM] mutt) ok 18266 - "`\n" ([RE/F/NM] mutt) ok 18267 - "`\n" ([SB/F/NM] mutt) ok 18268 - "`This is a comment\n" ([RE/F/NM] mutt) ok 18269 - "`This is a comment\n" ([SB/F/NM] mutt) ok 18270 - "`A\tcomment\n" ([RE/F/NM] mutt) ok 18271 - "`A\tcomment\n" ([SB/F/NM] mutt) ok 18272 - "`Another /* comment\n" ([RE/F/NM] mutt) ok 18273 - "`Another /* comment\n" ([SB/F/NM] mutt) ok 18274 - "--\n" ([RE/F/NM] mutt) ok 18275 - "--\n" ([SB/F/NM] mutt) ok 18276 - "--This is a comment\n" ([RE/F/NM] mutt) ok 18277 - "--This is a comment\n" ([SB/F/NM] mutt) ok 18278 - "--A\tcomment\n" ([RE/F/NM] mutt) ok 18279 - "--A\tcomment\n" ([SB/F/NM] mutt) ok 18280 - "--Another /* comment\n" ([RE/F/NM] mutt) ok 18281 - "--Another /* comment\n" ([SB/F/NM] mutt) ok 18282 - "---\n" ([RE/F/NM] mutt) ok 18283 - "---\n" ([SB/F/NM] mutt) ok 18284 - "---This is a comment\n" ([RE/F/NM] mutt) ok 18285 - "---This is a comment\n" ([SB/F/NM] mutt) ok 18286 - "---A\tcomment\n" ([RE/F/NM] mutt) ok 18287 - "---A\tcomment\n" ([SB/F/NM] mutt) ok 18288 - "---Another /* comment\n" ([RE/F/NM] mutt) ok 18289 - "---Another /* comment\n" ([SB/F/NM] mutt) ok 18290 - "-----\n" ([RE/F/NM] mutt) ok 18291 - "-----\n" ([SB/F/NM] mutt) ok 18292 - "-----This is a comment\n" ([RE/F/NM] mutt) ok 18293 - "-----This is a comment\n" ([SB/F/NM] mutt) ok 18294 - "-----A\tcomment\n" ([RE/F/NM] mutt) ok 18295 - "-----A\tcomment\n" ([SB/F/NM] mutt) ok 18296 - "-----Another /* comment\n" ([RE/F/NM] mutt) ok 18297 - "-----Another /* comment\n" ([SB/F/NM] mutt) ok 18298 - "\\"\n" ([RE/F/NM] mutt) ok 18299 - "\\"\n" ([SB/F/NM] mutt) ok 18300 - "\\"This is a comment\n" ([RE/F/NM] mutt) ok 18301 - "\\"This is a comment\n" ([SB/F/NM] mutt) ok 18302 - "\\"A\tcomment\n" ([RE/F/NM] mutt) ok 18303 - "\\"A\tcomment\n" ([SB/F/NM] mutt) ok 18304 - "\\"Another /* comment\n" ([RE/F/NM] mutt) ok 18305 - "\\"Another /* comment\n" ([SB/F/NM] mutt) ok 18306 - ""\n" ([RE/F/NM] mutt) ok 18307 - ""\n" ([SB/F/NM] mutt) ok 18308 - ""This is a comment\n" ([RE/F/NM] mutt) ok 18309 - ""This is a comment\n" ([SB/F/NM] mutt) ok 18310 - ""A\tcomment\n" ([RE/F/NM] mutt) ok 18311 - ""A\tcomment\n" ([SB/F/NM] mutt) ok 18312 - ""Another /* comment\n" ([RE/F/NM] mutt) ok 18313 - ""Another /* comment\n" ([SB/F/NM] mutt) ok 18314 - "'\n" ([RE/F/NM] mutt) ok 18315 - "'\n" ([SB/F/NM] mutt) ok 18316 - "'This is a comment\n" ([RE/F/NM] mutt) ok 18317 - "'This is a comment\n" ([SB/F/NM] mutt) ok 18318 - "'A\tcomment\n" ([RE/F/NM] mutt) ok 18319 - "'A\tcomment\n" ([SB/F/NM] mutt) ok 18320 - "'Another /* comment\n" ([RE/F/NM] mutt) ok 18321 - "'Another /* comment\n" ([SB/F/NM] mutt) ok 18322 - "#\n" ([RE/P/MT] Perl) ok 18323 - "#\n" ([OM/P/MT] Perl) ok 18324 - "#\n" ([OS/P/MT] Perl) ok 18325 - "#\n" ([SB/P/MT] Perl) ok 18326 - "#\n" ([KP/P/MT] Perl) ok 18327 - "#This is a comment\n" ([RE/P/MT] Perl) ok 18328 - "#This is a comment\n" ([OM/P/MT] Perl) ok 18329 - "#This is a comment\n" ([OS/P/MT] Perl) ok 18330 - "#This is a comment\n" ([SB/P/MT] Perl) ok 18331 - "#This is a comment\n" ([KP/P/MT] Perl) ok 18332 - "#A\tcomment\n" ([RE/P/MT] Perl) ok 18333 - "#A\tcomment\n" ([OM/P/MT] Perl) ok 18334 - "#A\tcomment\n" ([OS/P/MT] Perl) ok 18335 - "#A\tcomment\n" ([SB/P/MT] Perl) ok 18336 - "#A\tcomment\n" ([KP/P/MT] Perl) ok 18337 - "#Another /* comment\n" ([RE/P/MT] Perl) ok 18338 - "#Another /* comment\n" ([OM/P/MT] Perl) ok 18339 - "#Another /* comment\n" ([OS/P/MT] Perl) ok 18340 - "#Another /* comment\n" ([SB/P/MT] Perl) ok 18341 - "#Another /* comment\n" ([KP/P/MT] Perl) ok 18342 - "\\" ([RE/F/NM] Perl) ok 18343 - "\\" ([SB/F/NM] Perl) ok 18344 - "\\This is a comment" ([RE/F/NM] Perl) ok 18345 - "\\This is a comment" ([SB/F/NM] Perl) ok 18346 - "\\A\tcomment" ([RE/F/NM] Perl) ok 18347 - "\\A\tcomment" ([SB/F/NM] Perl) ok 18348 - "\\Another /* comment" ([RE/F/NM] Perl) ok 18349 - "\\Another /* comment" ([SB/F/NM] Perl) ok 18350 - "\n" ([RE/F/NM] Perl) ok 18351 - "\n" ([SB/F/NM] Perl) ok 18352 - "This is a comment\n" ([RE/F/NM] Perl) ok 18353 - "This is a comment\n" ([SB/F/NM] Perl) ok 18354 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18355 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18356 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18357 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18358 - "#" ([RE/F/NM] Perl) ok 18359 - "#" ([SB/F/NM] Perl) ok 18360 - "#This is a comment" ([RE/F/NM] Perl) ok 18361 - "#This is a comment" ([SB/F/NM] Perl) ok 18362 - "#A\tcomment" ([RE/F/NM] Perl) ok 18363 - "#A\tcomment" ([SB/F/NM] Perl) ok 18364 - "#Another /* comment" ([RE/F/NM] Perl) ok 18365 - "#Another /* comment" ([SB/F/NM] Perl) ok 18366 - "\n" ([RE/F/NM] Perl) ok 18367 - "\n" ([SB/F/NM] Perl) ok 18368 - "This is a comment\n" ([RE/F/NM] Perl) ok 18369 - "This is a comment\n" ([SB/F/NM] Perl) ok 18370 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18371 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18372 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18373 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18374 - "//" ([RE/F/NM] Perl) ok 18375 - "//" ([SB/F/NM] Perl) ok 18376 - "//This is a comment" ([RE/F/NM] Perl) ok 18377 - "//This is a comment" ([SB/F/NM] Perl) ok 18378 - "//A\tcomment" ([RE/F/NM] Perl) ok 18379 - "//A\tcomment" ([SB/F/NM] Perl) ok 18380 - "//Another /* comment" ([RE/F/NM] Perl) ok 18381 - "//Another /* comment" ([SB/F/NM] Perl) ok 18382 - "\n" ([RE/F/NM] Perl) ok 18383 - "\n" ([SB/F/NM] Perl) ok 18384 - "This is a comment\n" ([RE/F/NM] Perl) ok 18385 - "This is a comment\n" ([SB/F/NM] Perl) ok 18386 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18387 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18388 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18389 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18390 - "--" ([RE/F/NM] Perl) ok 18391 - "--" ([SB/F/NM] Perl) ok 18392 - "--This is a comment" ([RE/F/NM] Perl) ok 18393 - "--This is a comment" ([SB/F/NM] Perl) ok 18394 - "--A\tcomment" ([RE/F/NM] Perl) ok 18395 - "--A\tcomment" ([SB/F/NM] Perl) ok 18396 - "--Another /* comment" ([RE/F/NM] Perl) ok 18397 - "--Another /* comment" ([SB/F/NM] Perl) ok 18398 - "\n" ([RE/F/NM] Perl) ok 18399 - "\n" ([SB/F/NM] Perl) ok 18400 - "This is a comment\n" ([RE/F/NM] Perl) ok 18401 - "This is a comment\n" ([SB/F/NM] Perl) ok 18402 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18403 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18404 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18405 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18406 - ";" ([RE/F/NM] Perl) ok 18407 - ";" ([SB/F/NM] Perl) ok 18408 - ";This is a comment" ([RE/F/NM] Perl) ok 18409 - ";This is a comment" ([SB/F/NM] Perl) ok 18410 - ";A\tcomment" ([RE/F/NM] Perl) ok 18411 - ";A\tcomment" ([SB/F/NM] Perl) ok 18412 - ";Another /* comment" ([RE/F/NM] Perl) ok 18413 - ";Another /* comment" ([SB/F/NM] Perl) ok 18414 - "\n" ([RE/F/NM] Perl) ok 18415 - "\n" ([SB/F/NM] Perl) ok 18416 - "This is a comment\n" ([RE/F/NM] Perl) ok 18417 - "This is a comment\n" ([SB/F/NM] Perl) ok 18418 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18419 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18420 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18421 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18422 - "#" ([RE/F/NM] Perl) ok 18423 - "#" ([SB/F/NM] Perl) ok 18424 - "#This is a comment" ([RE/F/NM] Perl) ok 18425 - "#This is a comment" ([SB/F/NM] Perl) ok 18426 - "#A\tcomment" ([RE/F/NM] Perl) ok 18427 - "#A\tcomment" ([SB/F/NM] Perl) ok 18428 - "#Another /* comment" ([RE/F/NM] Perl) ok 18429 - "#Another /* comment" ([SB/F/NM] Perl) ok 18430 - "\n" ([RE/F/NM] Perl) ok 18431 - "\n" ([SB/F/NM] Perl) ok 18432 - "This is a comment\n" ([RE/F/NM] Perl) ok 18433 - "This is a comment\n" ([SB/F/NM] Perl) ok 18434 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18435 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18436 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18437 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18438 - "*" ([RE/F/NM] Perl) ok 18439 - "*" ([SB/F/NM] Perl) ok 18440 - "*This is a comment" ([RE/F/NM] Perl) ok 18441 - "*This is a comment" ([SB/F/NM] Perl) ok 18442 - "*A\tcomment" ([RE/F/NM] Perl) ok 18443 - "*A\tcomment" ([SB/F/NM] Perl) ok 18444 - "*Another /* comment" ([RE/F/NM] Perl) ok 18445 - "*Another /* comment" ([SB/F/NM] Perl) ok 18446 - "\n" ([RE/F/NM] Perl) ok 18447 - "\n" ([SB/F/NM] Perl) ok 18448 - "This is a comment\n" ([RE/F/NM] Perl) ok 18449 - "This is a comment\n" ([SB/F/NM] Perl) ok 18450 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18451 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18452 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18453 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18454 - "!" ([RE/F/NM] Perl) ok 18455 - "!" ([SB/F/NM] Perl) ok 18456 - "!This is a comment" ([RE/F/NM] Perl) ok 18457 - "!This is a comment" ([SB/F/NM] Perl) ok 18458 - "!A\tcomment" ([RE/F/NM] Perl) ok 18459 - "!A\tcomment" ([SB/F/NM] Perl) ok 18460 - "!Another /* comment" ([RE/F/NM] Perl) ok 18461 - "!Another /* comment" ([SB/F/NM] Perl) ok 18462 - "\n" ([RE/F/NM] Perl) ok 18463 - "\n" ([SB/F/NM] Perl) ok 18464 - "This is a comment\n" ([RE/F/NM] Perl) ok 18465 - "This is a comment\n" ([SB/F/NM] Perl) ok 18466 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18467 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18468 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18469 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18470 - "REM" ([RE/F/NM] Perl) ok 18471 - "REM" ([SB/F/NM] Perl) ok 18472 - "REMThis is a comment" ([RE/F/NM] Perl) ok 18473 - "REMThis is a comment" ([SB/F/NM] Perl) ok 18474 - "REMA\tcomment" ([RE/F/NM] Perl) ok 18475 - "REMA\tcomment" ([SB/F/NM] Perl) ok 18476 - "REMAnother /* comment" ([RE/F/NM] Perl) ok 18477 - "REMAnother /* comment" ([SB/F/NM] Perl) ok 18478 - "\n" ([RE/F/NM] Perl) ok 18479 - "\n" ([SB/F/NM] Perl) ok 18480 - "This is a comment\n" ([RE/F/NM] Perl) ok 18481 - "This is a comment\n" ([SB/F/NM] Perl) ok 18482 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18483 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18484 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18485 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18486 - "//" ([RE/F/NM] Perl) ok 18487 - "//" ([SB/F/NM] Perl) ok 18488 - "//This is a comment" ([RE/F/NM] Perl) ok 18489 - "//This is a comment" ([SB/F/NM] Perl) ok 18490 - "//A\tcomment" ([RE/F/NM] Perl) ok 18491 - "//A\tcomment" ([SB/F/NM] Perl) ok 18492 - "//Another /* comment" ([RE/F/NM] Perl) ok 18493 - "//Another /* comment" ([SB/F/NM] Perl) ok 18494 - "\n" ([RE/F/NM] Perl) ok 18495 - "\n" ([SB/F/NM] Perl) ok 18496 - "This is a comment\n" ([RE/F/NM] Perl) ok 18497 - "This is a comment\n" ([SB/F/NM] Perl) ok 18498 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18499 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18500 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18501 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18502 - "%" ([RE/F/NM] Perl) ok 18503 - "%" ([SB/F/NM] Perl) ok 18504 - "%This is a comment" ([RE/F/NM] Perl) ok 18505 - "%This is a comment" ([SB/F/NM] Perl) ok 18506 - "%A\tcomment" ([RE/F/NM] Perl) ok 18507 - "%A\tcomment" ([SB/F/NM] Perl) ok 18508 - "%Another /* comment" ([RE/F/NM] Perl) ok 18509 - "%Another /* comment" ([SB/F/NM] Perl) ok 18510 - "\n" ([RE/F/NM] Perl) ok 18511 - "\n" ([SB/F/NM] Perl) ok 18512 - "This is a comment\n" ([RE/F/NM] Perl) ok 18513 - "This is a comment\n" ([SB/F/NM] Perl) ok 18514 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18515 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18516 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18517 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18518 - "!" ([RE/F/NM] Perl) ok 18519 - "!" ([SB/F/NM] Perl) ok 18520 - "!This is a comment" ([RE/F/NM] Perl) ok 18521 - "!This is a comment" ([SB/F/NM] Perl) ok 18522 - "!A\tcomment" ([RE/F/NM] Perl) ok 18523 - "!A\tcomment" ([SB/F/NM] Perl) ok 18524 - "!Another /* comment" ([RE/F/NM] Perl) ok 18525 - "!Another /* comment" ([SB/F/NM] Perl) ok 18526 - "\n" ([RE/F/NM] Perl) ok 18527 - "\n" ([SB/F/NM] Perl) ok 18528 - "This is a comment\n" ([RE/F/NM] Perl) ok 18529 - "This is a comment\n" ([SB/F/NM] Perl) ok 18530 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18531 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18532 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18533 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18534 - "NB" ([RE/F/NM] Perl) ok 18535 - "NB" ([SB/F/NM] Perl) ok 18536 - "NBThis is a comment" ([RE/F/NM] Perl) ok 18537 - "NBThis is a comment" ([SB/F/NM] Perl) ok 18538 - "NBA\tcomment" ([RE/F/NM] Perl) ok 18539 - "NBA\tcomment" ([SB/F/NM] Perl) ok 18540 - "NBAnother /* comment" ([RE/F/NM] Perl) ok 18541 - "NBAnother /* comment" ([SB/F/NM] Perl) ok 18542 - "\n" ([RE/F/NM] Perl) ok 18543 - "\n" ([SB/F/NM] Perl) ok 18544 - "This is a comment\n" ([RE/F/NM] Perl) ok 18545 - "This is a comment\n" ([SB/F/NM] Perl) ok 18546 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18547 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18548 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18549 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18550 - "PLEASE NOT" ([RE/F/NM] Perl) ok 18551 - "PLEASE NOT" ([SB/F/NM] Perl) ok 18552 - "PLEASE NOTThis is a comment" ([RE/F/NM] Perl) ok 18553 - "PLEASE NOTThis is a comment" ([SB/F/NM] Perl) ok 18554 - "PLEASE NOTA\tcomment" ([RE/F/NM] Perl) ok 18555 - "PLEASE NOTA\tcomment" ([SB/F/NM] Perl) ok 18556 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Perl) ok 18557 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Perl) ok 18558 - "\n" ([RE/F/NM] Perl) ok 18559 - "\n" ([SB/F/NM] Perl) ok 18560 - "This is a comment\n" ([RE/F/NM] Perl) ok 18561 - "This is a comment\n" ([SB/F/NM] Perl) ok 18562 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18563 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18564 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18565 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18566 - "PLEASE NOT" ([RE/F/NM] Perl) ok 18567 - "PLEASE NOT" ([SB/F/NM] Perl) ok 18568 - "PLEASE NOTThis is a comment" ([RE/F/NM] Perl) ok 18569 - "PLEASE NOTThis is a comment" ([SB/F/NM] Perl) ok 18570 - "PLEASE NOTA\tcomment" ([RE/F/NM] Perl) ok 18571 - "PLEASE NOTA\tcomment" ([SB/F/NM] Perl) ok 18572 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Perl) ok 18573 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Perl) ok 18574 - "\n" ([RE/F/NM] Perl) ok 18575 - "\n" ([SB/F/NM] Perl) ok 18576 - "This is a comment\n" ([RE/F/NM] Perl) ok 18577 - "This is a comment\n" ([SB/F/NM] Perl) ok 18578 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18579 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18580 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18581 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18582 - "PLEASE N'T" ([RE/F/NM] Perl) ok 18583 - "PLEASE N'T" ([SB/F/NM] Perl) ok 18584 - "PLEASE N'TThis is a comment" ([RE/F/NM] Perl) ok 18585 - "PLEASE N'TThis is a comment" ([SB/F/NM] Perl) ok 18586 - "PLEASE N'TA\tcomment" ([RE/F/NM] Perl) ok 18587 - "PLEASE N'TA\tcomment" ([SB/F/NM] Perl) ok 18588 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Perl) ok 18589 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Perl) ok 18590 - "\n" ([RE/F/NM] Perl) ok 18591 - "\n" ([SB/F/NM] Perl) ok 18592 - "This is a comment\n" ([RE/F/NM] Perl) ok 18593 - "This is a comment\n" ([SB/F/NM] Perl) ok 18594 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18595 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18596 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18597 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18598 - "DO NOT" ([RE/F/NM] Perl) ok 18599 - "DO NOT" ([SB/F/NM] Perl) ok 18600 - "DO NOTThis is a comment" ([RE/F/NM] Perl) ok 18601 - "DO NOTThis is a comment" ([SB/F/NM] Perl) ok 18602 - "DO NOTA\tcomment" ([RE/F/NM] Perl) ok 18603 - "DO NOTA\tcomment" ([SB/F/NM] Perl) ok 18604 - "DO NOTAnother /* comment" ([RE/F/NM] Perl) ok 18605 - "DO NOTAnother /* comment" ([SB/F/NM] Perl) ok 18606 - "\n" ([RE/F/NM] Perl) ok 18607 - "\n" ([SB/F/NM] Perl) ok 18608 - "This is a comment\n" ([RE/F/NM] Perl) ok 18609 - "This is a comment\n" ([SB/F/NM] Perl) ok 18610 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18611 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18612 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18613 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18614 - "DO N'T" ([RE/F/NM] Perl) ok 18615 - "DO N'T" ([SB/F/NM] Perl) ok 18616 - "DO N'TThis is a comment" ([RE/F/NM] Perl) ok 18617 - "DO N'TThis is a comment" ([SB/F/NM] Perl) ok 18618 - "DO N'TA\tcomment" ([RE/F/NM] Perl) ok 18619 - "DO N'TA\tcomment" ([SB/F/NM] Perl) ok 18620 - "DO N'TAnother /* comment" ([RE/F/NM] Perl) ok 18621 - "DO N'TAnother /* comment" ([SB/F/NM] Perl) ok 18622 - "\n" ([RE/F/NM] Perl) ok 18623 - "\n" ([SB/F/NM] Perl) ok 18624 - "This is a comment\n" ([RE/F/NM] Perl) ok 18625 - "This is a comment\n" ([SB/F/NM] Perl) ok 18626 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18627 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18628 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18629 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18630 - "DO NOT" ([RE/F/NM] Perl) ok 18631 - "DO NOT" ([SB/F/NM] Perl) ok 18632 - "DO NOTThis is a comment" ([RE/F/NM] Perl) ok 18633 - "DO NOTThis is a comment" ([SB/F/NM] Perl) ok 18634 - "DO NOTA\tcomment" ([RE/F/NM] Perl) ok 18635 - "DO NOTA\tcomment" ([SB/F/NM] Perl) ok 18636 - "DO NOTAnother /* comment" ([RE/F/NM] Perl) ok 18637 - "DO NOTAnother /* comment" ([SB/F/NM] Perl) ok 18638 - "\n" ([RE/F/NM] Perl) ok 18639 - "\n" ([SB/F/NM] Perl) ok 18640 - "This is a comment\n" ([RE/F/NM] Perl) ok 18641 - "This is a comment\n" ([SB/F/NM] Perl) ok 18642 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18643 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18644 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18645 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18646 - "PLEASE DO NOT" ([RE/F/NM] Perl) ok 18647 - "PLEASE DO NOT" ([SB/F/NM] Perl) ok 18648 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Perl) ok 18649 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Perl) ok 18650 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Perl) ok 18651 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Perl) ok 18652 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Perl) ok 18653 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Perl) ok 18654 - "\n" ([RE/F/NM] Perl) ok 18655 - "\n" ([SB/F/NM] Perl) ok 18656 - "This is a comment\n" ([RE/F/NM] Perl) ok 18657 - "This is a comment\n" ([SB/F/NM] Perl) ok 18658 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18659 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18660 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18661 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18662 - "PLEASE DO NOT" ([RE/F/NM] Perl) ok 18663 - "PLEASE DO NOT" ([SB/F/NM] Perl) ok 18664 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Perl) ok 18665 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Perl) ok 18666 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Perl) ok 18667 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Perl) ok 18668 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Perl) ok 18669 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Perl) ok 18670 - "\n" ([RE/F/NM] Perl) ok 18671 - "\n" ([SB/F/NM] Perl) ok 18672 - "This is a comment\n" ([RE/F/NM] Perl) ok 18673 - "This is a comment\n" ([SB/F/NM] Perl) ok 18674 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18675 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18676 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18677 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18678 - "PLEASE DO N'T" ([RE/F/NM] Perl) ok 18679 - "PLEASE DO N'T" ([SB/F/NM] Perl) ok 18680 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Perl) ok 18681 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Perl) ok 18682 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Perl) ok 18683 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Perl) ok 18684 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Perl) ok 18685 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Perl) ok 18686 - "\n" ([RE/F/NM] Perl) ok 18687 - "\n" ([SB/F/NM] Perl) ok 18688 - "This is a comment\n" ([RE/F/NM] Perl) ok 18689 - "This is a comment\n" ([SB/F/NM] Perl) ok 18690 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18691 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18692 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18693 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18694 - "NB." ([RE/F/NM] Perl) ok 18695 - "NB." ([SB/F/NM] Perl) ok 18696 - "NB.This is a comment" ([RE/F/NM] Perl) ok 18697 - "NB.This is a comment" ([SB/F/NM] Perl) ok 18698 - "NB.A\tcomment" ([RE/F/NM] Perl) ok 18699 - "NB.A\tcomment" ([SB/F/NM] Perl) ok 18700 - "NB.Another /* comment" ([RE/F/NM] Perl) ok 18701 - "NB.Another /* comment" ([SB/F/NM] Perl) ok 18702 - "\n" ([RE/F/NM] Perl) ok 18703 - "\n" ([SB/F/NM] Perl) ok 18704 - "This is a comment\n" ([RE/F/NM] Perl) ok 18705 - "This is a comment\n" ([SB/F/NM] Perl) ok 18706 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18707 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18708 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18709 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18710 - "{" ([RE/F/NM] Perl) ok 18711 - "{" ([SB/F/NM] Perl) ok 18712 - "{This is a comment" ([RE/F/NM] Perl) ok 18713 - "{This is a comment" ([SB/F/NM] Perl) ok 18714 - "{A\tcomment" ([RE/F/NM] Perl) ok 18715 - "{A\tcomment" ([SB/F/NM] Perl) ok 18716 - "{Another /* comment" ([RE/F/NM] Perl) ok 18717 - "{Another /* comment" ([SB/F/NM] Perl) ok 18718 - "}" ([RE/F/NM] Perl) ok 18719 - "}" ([SB/F/NM] Perl) ok 18720 - "This is a comment}" ([RE/F/NM] Perl) ok 18721 - "This is a comment}" ([SB/F/NM] Perl) ok 18722 - "A\tcomment}" ([RE/F/NM] Perl) ok 18723 - "A\tcomment}" ([SB/F/NM] Perl) ok 18724 - "Another /* comment}" ([RE/F/NM] Perl) ok 18725 - "Another /* comment}" ([SB/F/NM] Perl) ok 18726 - "." ([RE/F/NM] Perl) ok 18727 - "." ([SB/F/NM] Perl) ok 18728 - ".This is a comment" ([RE/F/NM] Perl) ok 18729 - ".This is a comment" ([SB/F/NM] Perl) ok 18730 - ".A\tcomment" ([RE/F/NM] Perl) ok 18731 - ".A\tcomment" ([SB/F/NM] Perl) ok 18732 - ".Another /* comment" ([RE/F/NM] Perl) ok 18733 - ".Another /* comment" ([SB/F/NM] Perl) ok 18734 - "\n" ([RE/F/NM] Perl) ok 18735 - "\n" ([SB/F/NM] Perl) ok 18736 - "This is a comment\n" ([RE/F/NM] Perl) ok 18737 - "This is a comment\n" ([SB/F/NM] Perl) ok 18738 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18739 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18740 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18741 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18742 - ";" ([RE/F/NM] Perl) ok 18743 - ";" ([SB/F/NM] Perl) ok 18744 - ";This is a comment" ([RE/F/NM] Perl) ok 18745 - ";This is a comment" ([SB/F/NM] Perl) ok 18746 - ";A\tcomment" ([RE/F/NM] Perl) ok 18747 - ";A\tcomment" ([SB/F/NM] Perl) ok 18748 - ";Another /* comment" ([RE/F/NM] Perl) ok 18749 - ";Another /* comment" ([SB/F/NM] Perl) ok 18750 - "\n" ([RE/F/NM] Perl) ok 18751 - "\n" ([SB/F/NM] Perl) ok 18752 - "This is a comment\n" ([RE/F/NM] Perl) ok 18753 - "This is a comment\n" ([SB/F/NM] Perl) ok 18754 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18755 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18756 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18757 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18758 - "`" ([RE/F/NM] Perl) ok 18759 - "`" ([SB/F/NM] Perl) ok 18760 - "`This is a comment" ([RE/F/NM] Perl) ok 18761 - "`This is a comment" ([SB/F/NM] Perl) ok 18762 - "`A\tcomment" ([RE/F/NM] Perl) ok 18763 - "`A\tcomment" ([SB/F/NM] Perl) ok 18764 - "`Another /* comment" ([RE/F/NM] Perl) ok 18765 - "`Another /* comment" ([SB/F/NM] Perl) ok 18766 - "\n" ([RE/F/NM] Perl) ok 18767 - "\n" ([SB/F/NM] Perl) ok 18768 - "This is a comment\n" ([RE/F/NM] Perl) ok 18769 - "This is a comment\n" ([SB/F/NM] Perl) ok 18770 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18771 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18772 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18773 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18774 - "--" ([RE/F/NM] Perl) ok 18775 - "--" ([SB/F/NM] Perl) ok 18776 - "--This is a comment" ([RE/F/NM] Perl) ok 18777 - "--This is a comment" ([SB/F/NM] Perl) ok 18778 - "--A\tcomment" ([RE/F/NM] Perl) ok 18779 - "--A\tcomment" ([SB/F/NM] Perl) ok 18780 - "--Another /* comment" ([RE/F/NM] Perl) ok 18781 - "--Another /* comment" ([SB/F/NM] Perl) ok 18782 - "\n" ([RE/F/NM] Perl) ok 18783 - "\n" ([SB/F/NM] Perl) ok 18784 - "This is a comment\n" ([RE/F/NM] Perl) ok 18785 - "This is a comment\n" ([SB/F/NM] Perl) ok 18786 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18787 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18788 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18789 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18790 - "---" ([RE/F/NM] Perl) ok 18791 - "---" ([SB/F/NM] Perl) ok 18792 - "---This is a comment" ([RE/F/NM] Perl) ok 18793 - "---This is a comment" ([SB/F/NM] Perl) ok 18794 - "---A\tcomment" ([RE/F/NM] Perl) ok 18795 - "---A\tcomment" ([SB/F/NM] Perl) ok 18796 - "---Another /* comment" ([RE/F/NM] Perl) ok 18797 - "---Another /* comment" ([SB/F/NM] Perl) ok 18798 - "\n" ([RE/F/NM] Perl) ok 18799 - "\n" ([SB/F/NM] Perl) ok 18800 - "This is a comment\n" ([RE/F/NM] Perl) ok 18801 - "This is a comment\n" ([SB/F/NM] Perl) ok 18802 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18803 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18804 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18805 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18806 - "-----" ([RE/F/NM] Perl) ok 18807 - "-----" ([SB/F/NM] Perl) ok 18808 - "-----This is a comment" ([RE/F/NM] Perl) ok 18809 - "-----This is a comment" ([SB/F/NM] Perl) ok 18810 - "-----A\tcomment" ([RE/F/NM] Perl) ok 18811 - "-----A\tcomment" ([SB/F/NM] Perl) ok 18812 - "-----Another /* comment" ([RE/F/NM] Perl) ok 18813 - "-----Another /* comment" ([SB/F/NM] Perl) ok 18814 - "\n" ([RE/F/NM] Perl) ok 18815 - "\n" ([SB/F/NM] Perl) ok 18816 - "This is a comment\n" ([RE/F/NM] Perl) ok 18817 - "This is a comment\n" ([SB/F/NM] Perl) ok 18818 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18819 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18820 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18821 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18822 - "\\"" ([RE/F/NM] Perl) ok 18823 - "\\"" ([SB/F/NM] Perl) ok 18824 - "\\"This is a comment" ([RE/F/NM] Perl) ok 18825 - "\\"This is a comment" ([SB/F/NM] Perl) ok 18826 - "\\"A\tcomment" ([RE/F/NM] Perl) ok 18827 - "\\"A\tcomment" ([SB/F/NM] Perl) ok 18828 - "\\"Another /* comment" ([RE/F/NM] Perl) ok 18829 - "\\"Another /* comment" ([SB/F/NM] Perl) ok 18830 - "\n" ([RE/F/NM] Perl) ok 18831 - "\n" ([SB/F/NM] Perl) ok 18832 - "This is a comment\n" ([RE/F/NM] Perl) ok 18833 - "This is a comment\n" ([SB/F/NM] Perl) ok 18834 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18835 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18836 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18837 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18838 - """ ([RE/F/NM] Perl) ok 18839 - """ ([SB/F/NM] Perl) ok 18840 - ""This is a comment" ([RE/F/NM] Perl) ok 18841 - ""This is a comment" ([SB/F/NM] Perl) ok 18842 - ""A\tcomment" ([RE/F/NM] Perl) ok 18843 - ""A\tcomment" ([SB/F/NM] Perl) ok 18844 - ""Another /* comment" ([RE/F/NM] Perl) ok 18845 - ""Another /* comment" ([SB/F/NM] Perl) ok 18846 - "\n" ([RE/F/NM] Perl) ok 18847 - "\n" ([SB/F/NM] Perl) ok 18848 - "This is a comment\n" ([RE/F/NM] Perl) ok 18849 - "This is a comment\n" ([SB/F/NM] Perl) ok 18850 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18851 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18852 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18853 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18854 - "'" ([RE/F/NM] Perl) ok 18855 - "'" ([SB/F/NM] Perl) ok 18856 - "'This is a comment" ([RE/F/NM] Perl) ok 18857 - "'This is a comment" ([SB/F/NM] Perl) ok 18858 - "'A\tcomment" ([RE/F/NM] Perl) ok 18859 - "'A\tcomment" ([SB/F/NM] Perl) ok 18860 - "'Another /* comment" ([RE/F/NM] Perl) ok 18861 - "'Another /* comment" ([SB/F/NM] Perl) ok 18862 - "\n" ([RE/F/NM] Perl) ok 18863 - "\n" ([SB/F/NM] Perl) ok 18864 - "This is a comment\n" ([RE/F/NM] Perl) ok 18865 - "This is a comment\n" ([SB/F/NM] Perl) ok 18866 - "A\tcomment\n" ([RE/F/NM] Perl) ok 18867 - "A\tcomment\n" ([SB/F/NM] Perl) ok 18868 - "Another /* comment\n" ([RE/F/NM] Perl) ok 18869 - "Another /* comment\n" ([SB/F/NM] Perl) ok 18870 - "/* This is a C comment */" ([RE/F/NM] Perl) ok 18871 - "/* This is a C comment */" ([SB/F/NM] Perl) ok 18872 - "(* This is a Pascal comment *)" ([RE/F/NM] Perl) ok 18873 - "(* This is a Pascal comment *)" ([SB/F/NM] Perl) ok 18874 - "" ([RE/F/NM] Perl) ok 18875 - "" ([SB/F/NM] Perl) ok 18876 - "#\n\n" ([RE/F/NM] Perl) ok 18877 - "#\n\n" ([SB/F/NM] Perl) ok 18878 - "#This is a comment\n\n" ([RE/F/NM] Perl) ok 18879 - "#This is a comment\n\n" ([SB/F/NM] Perl) ok 18880 - "#A\tcomment\n\n" ([RE/F/NM] Perl) ok 18881 - "#A\tcomment\n\n" ([SB/F/NM] Perl) ok 18882 - "#Another /* comment\n\n" ([RE/F/NM] Perl) ok 18883 - "#Another /* comment\n\n" ([SB/F/NM] Perl) ok 18884 - "#\n#\n" ([RE/F/NM] Perl) ok 18885 - "#\n#\n" ([SB/F/NM] Perl) ok 18886 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] Perl) ok 18887 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] Perl) ok 18888 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] Perl) ok 18889 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] Perl) ok 18890 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] Perl) ok 18891 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] Perl) ok 18892 - "#\nq" ([RE/F/NM] Perl) ok 18893 - "#\nq" ([SB/F/NM] Perl) ok 18894 - "#This is a comment\nrrh" ([RE/F/NM] Perl) ok 18895 - "#This is a comment\nrrh" ([SB/F/NM] Perl) ok 18896 - "#A\tcomment\n6" ([RE/F/NM] Perl) ok 18897 - "#A\tcomment\n6" ([SB/F/NM] Perl) ok 18898 - "#Another /* comment\nyhqg" ([RE/F/NM] Perl) ok 18899 - "#Another /* comment\nyhqg" ([SB/F/NM] Perl) ok 18900 - "z35#\n" ([RE/F/NM] Perl) ok 18901 - "z35#\n" ([SB/F/NM] Perl) ok 18902 - "e#This is a comment\n" ([RE/F/NM] Perl) ok 18903 - "e#This is a comment\n" ([SB/F/NM] Perl) ok 18904 - "d#A\tcomment\n" ([RE/F/NM] Perl) ok 18905 - "d#A\tcomment\n" ([SB/F/NM] Perl) ok 18906 - "zb#Another /* comment\n" ([RE/F/NM] Perl) ok 18907 - "zb#Another /* comment\n" ([SB/F/NM] Perl) ok 18908 - "\\\n" ([RE/F/NM] Perl) ok 18909 - "\\\n" ([SB/F/NM] Perl) ok 18910 - "\\This is a comment\n" ([RE/F/NM] Perl) ok 18911 - "\\This is a comment\n" ([SB/F/NM] Perl) ok 18912 - "\\A\tcomment\n" ([RE/F/NM] Perl) ok 18913 - "\\A\tcomment\n" ([SB/F/NM] Perl) ok 18914 - "\\Another /* comment\n" ([RE/F/NM] Perl) ok 18915 - "\\Another /* comment\n" ([SB/F/NM] Perl) ok 18916 - "//\n" ([RE/F/NM] Perl) ok 18917 - "//\n" ([SB/F/NM] Perl) ok 18918 - "//This is a comment\n" ([RE/F/NM] Perl) ok 18919 - "//This is a comment\n" ([SB/F/NM] Perl) ok 18920 - "//A\tcomment\n" ([RE/F/NM] Perl) ok 18921 - "//A\tcomment\n" ([SB/F/NM] Perl) ok 18922 - "//Another /* comment\n" ([RE/F/NM] Perl) ok 18923 - "//Another /* comment\n" ([SB/F/NM] Perl) ok 18924 - "--\n" ([RE/F/NM] Perl) ok 18925 - "--\n" ([SB/F/NM] Perl) ok 18926 - "--This is a comment\n" ([RE/F/NM] Perl) ok 18927 - "--This is a comment\n" ([SB/F/NM] Perl) ok 18928 - "--A\tcomment\n" ([RE/F/NM] Perl) ok 18929 - "--A\tcomment\n" ([SB/F/NM] Perl) ok 18930 - "--Another /* comment\n" ([RE/F/NM] Perl) ok 18931 - "--Another /* comment\n" ([SB/F/NM] Perl) ok 18932 - ";\n" ([RE/F/NM] Perl) ok 18933 - ";\n" ([SB/F/NM] Perl) ok 18934 - ";This is a comment\n" ([RE/F/NM] Perl) ok 18935 - ";This is a comment\n" ([SB/F/NM] Perl) ok 18936 - ";A\tcomment\n" ([RE/F/NM] Perl) ok 18937 - ";A\tcomment\n" ([SB/F/NM] Perl) ok 18938 - ";Another /* comment\n" ([RE/F/NM] Perl) ok 18939 - ";Another /* comment\n" ([SB/F/NM] Perl) ok 18940 - "*\n" ([RE/F/NM] Perl) ok 18941 - "*\n" ([SB/F/NM] Perl) ok 18942 - "*This is a comment\n" ([RE/F/NM] Perl) ok 18943 - "*This is a comment\n" ([SB/F/NM] Perl) ok 18944 - "*A\tcomment\n" ([RE/F/NM] Perl) ok 18945 - "*A\tcomment\n" ([SB/F/NM] Perl) ok 18946 - "*Another /* comment\n" ([RE/F/NM] Perl) ok 18947 - "*Another /* comment\n" ([SB/F/NM] Perl) ok 18948 - "!\n" ([RE/F/NM] Perl) ok 18949 - "!\n" ([SB/F/NM] Perl) ok 18950 - "!This is a comment\n" ([RE/F/NM] Perl) ok 18951 - "!This is a comment\n" ([SB/F/NM] Perl) ok 18952 - "!A\tcomment\n" ([RE/F/NM] Perl) ok 18953 - "!A\tcomment\n" ([SB/F/NM] Perl) ok 18954 - "!Another /* comment\n" ([RE/F/NM] Perl) ok 18955 - "!Another /* comment\n" ([SB/F/NM] Perl) ok 18956 - "REM\n" ([RE/F/NM] Perl) ok 18957 - "REM\n" ([SB/F/NM] Perl) ok 18958 - "REMThis is a comment\n" ([RE/F/NM] Perl) ok 18959 - "REMThis is a comment\n" ([SB/F/NM] Perl) ok 18960 - "REMA\tcomment\n" ([RE/F/NM] Perl) ok 18961 - "REMA\tcomment\n" ([SB/F/NM] Perl) ok 18962 - "REMAnother /* comment\n" ([RE/F/NM] Perl) ok 18963 - "REMAnother /* comment\n" ([SB/F/NM] Perl) ok 18964 - "//\n" ([RE/F/NM] Perl) ok 18965 - "//\n" ([SB/F/NM] Perl) ok 18966 - "//This is a comment\n" ([RE/F/NM] Perl) ok 18967 - "//This is a comment\n" ([SB/F/NM] Perl) ok 18968 - "//A\tcomment\n" ([RE/F/NM] Perl) ok 18969 - "//A\tcomment\n" ([SB/F/NM] Perl) ok 18970 - "//Another /* comment\n" ([RE/F/NM] Perl) ok 18971 - "//Another /* comment\n" ([SB/F/NM] Perl) ok 18972 - "%\n" ([RE/F/NM] Perl) ok 18973 - "%\n" ([SB/F/NM] Perl) ok 18974 - "%This is a comment\n" ([RE/F/NM] Perl) ok 18975 - "%This is a comment\n" ([SB/F/NM] Perl) ok 18976 - "%A\tcomment\n" ([RE/F/NM] Perl) ok 18977 - "%A\tcomment\n" ([SB/F/NM] Perl) ok 18978 - "%Another /* comment\n" ([RE/F/NM] Perl) ok 18979 - "%Another /* comment\n" ([SB/F/NM] Perl) ok 18980 - "!\n" ([RE/F/NM] Perl) ok 18981 - "!\n" ([SB/F/NM] Perl) ok 18982 - "!This is a comment\n" ([RE/F/NM] Perl) ok 18983 - "!This is a comment\n" ([SB/F/NM] Perl) ok 18984 - "!A\tcomment\n" ([RE/F/NM] Perl) ok 18985 - "!A\tcomment\n" ([SB/F/NM] Perl) ok 18986 - "!Another /* comment\n" ([RE/F/NM] Perl) ok 18987 - "!Another /* comment\n" ([SB/F/NM] Perl) ok 18988 - "NB\n" ([RE/F/NM] Perl) ok 18989 - "NB\n" ([SB/F/NM] Perl) ok 18990 - "NBThis is a comment\n" ([RE/F/NM] Perl) ok 18991 - "NBThis is a comment\n" ([SB/F/NM] Perl) ok 18992 - "NBA\tcomment\n" ([RE/F/NM] Perl) ok 18993 - "NBA\tcomment\n" ([SB/F/NM] Perl) ok 18994 - "NBAnother /* comment\n" ([RE/F/NM] Perl) ok 18995 - "NBAnother /* comment\n" ([SB/F/NM] Perl) ok 18996 - "PLEASE NOT\n" ([RE/F/NM] Perl) ok 18997 - "PLEASE NOT\n" ([SB/F/NM] Perl) ok 18998 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Perl) ok 18999 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Perl) ok 19000 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Perl) ok 19001 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Perl) ok 19002 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Perl) ok 19003 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Perl) ok 19004 - "PLEASE NOT\n" ([RE/F/NM] Perl) ok 19005 - "PLEASE NOT\n" ([SB/F/NM] Perl) ok 19006 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Perl) ok 19007 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Perl) ok 19008 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Perl) ok 19009 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Perl) ok 19010 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Perl) ok 19011 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Perl) ok 19012 - "PLEASE N'T\n" ([RE/F/NM] Perl) ok 19013 - "PLEASE N'T\n" ([SB/F/NM] Perl) ok 19014 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Perl) ok 19015 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Perl) ok 19016 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Perl) ok 19017 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Perl) ok 19018 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Perl) ok 19019 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Perl) ok 19020 - "DO NOT\n" ([RE/F/NM] Perl) ok 19021 - "DO NOT\n" ([SB/F/NM] Perl) ok 19022 - "DO NOTThis is a comment\n" ([RE/F/NM] Perl) ok 19023 - "DO NOTThis is a comment\n" ([SB/F/NM] Perl) ok 19024 - "DO NOTA\tcomment\n" ([RE/F/NM] Perl) ok 19025 - "DO NOTA\tcomment\n" ([SB/F/NM] Perl) ok 19026 - "DO NOTAnother /* comment\n" ([RE/F/NM] Perl) ok 19027 - "DO NOTAnother /* comment\n" ([SB/F/NM] Perl) ok 19028 - "DO N'T\n" ([RE/F/NM] Perl) ok 19029 - "DO N'T\n" ([SB/F/NM] Perl) ok 19030 - "DO N'TThis is a comment\n" ([RE/F/NM] Perl) ok 19031 - "DO N'TThis is a comment\n" ([SB/F/NM] Perl) ok 19032 - "DO N'TA\tcomment\n" ([RE/F/NM] Perl) ok 19033 - "DO N'TA\tcomment\n" ([SB/F/NM] Perl) ok 19034 - "DO N'TAnother /* comment\n" ([RE/F/NM] Perl) ok 19035 - "DO N'TAnother /* comment\n" ([SB/F/NM] Perl) ok 19036 - "DO NOT\n" ([RE/F/NM] Perl) ok 19037 - "DO NOT\n" ([SB/F/NM] Perl) ok 19038 - "DO NOTThis is a comment\n" ([RE/F/NM] Perl) ok 19039 - "DO NOTThis is a comment\n" ([SB/F/NM] Perl) ok 19040 - "DO NOTA\tcomment\n" ([RE/F/NM] Perl) ok 19041 - "DO NOTA\tcomment\n" ([SB/F/NM] Perl) ok 19042 - "DO NOTAnother /* comment\n" ([RE/F/NM] Perl) ok 19043 - "DO NOTAnother /* comment\n" ([SB/F/NM] Perl) ok 19044 - "PLEASE DO NOT\n" ([RE/F/NM] Perl) ok 19045 - "PLEASE DO NOT\n" ([SB/F/NM] Perl) ok 19046 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Perl) ok 19047 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Perl) ok 19048 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Perl) ok 19049 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Perl) ok 19050 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Perl) ok 19051 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Perl) ok 19052 - "PLEASE DO NOT\n" ([RE/F/NM] Perl) ok 19053 - "PLEASE DO NOT\n" ([SB/F/NM] Perl) ok 19054 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Perl) ok 19055 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Perl) ok 19056 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Perl) ok 19057 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Perl) ok 19058 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Perl) ok 19059 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Perl) ok 19060 - "PLEASE DO N'T\n" ([RE/F/NM] Perl) ok 19061 - "PLEASE DO N'T\n" ([SB/F/NM] Perl) ok 19062 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Perl) ok 19063 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Perl) ok 19064 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Perl) ok 19065 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Perl) ok 19066 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Perl) ok 19067 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Perl) ok 19068 - "NB.\n" ([RE/F/NM] Perl) ok 19069 - "NB.\n" ([SB/F/NM] Perl) ok 19070 - "NB.This is a comment\n" ([RE/F/NM] Perl) ok 19071 - "NB.This is a comment\n" ([SB/F/NM] Perl) ok 19072 - "NB.A\tcomment\n" ([RE/F/NM] Perl) ok 19073 - "NB.A\tcomment\n" ([SB/F/NM] Perl) ok 19074 - "NB.Another /* comment\n" ([RE/F/NM] Perl) ok 19075 - "NB.Another /* comment\n" ([SB/F/NM] Perl) ok 19076 - "{}" ([RE/F/NM] Perl) ok 19077 - "{}" ([SB/F/NM] Perl) ok 19078 - "{This is a comment}" ([RE/F/NM] Perl) ok 19079 - "{This is a comment}" ([SB/F/NM] Perl) ok 19080 - "{A\tcomment}" ([RE/F/NM] Perl) ok 19081 - "{A\tcomment}" ([SB/F/NM] Perl) ok 19082 - "{Another /* comment}" ([RE/F/NM] Perl) ok 19083 - "{Another /* comment}" ([SB/F/NM] Perl) ok 19084 - ".\n" ([RE/F/NM] Perl) ok 19085 - ".\n" ([SB/F/NM] Perl) ok 19086 - ".This is a comment\n" ([RE/F/NM] Perl) ok 19087 - ".This is a comment\n" ([SB/F/NM] Perl) ok 19088 - ".A\tcomment\n" ([RE/F/NM] Perl) ok 19089 - ".A\tcomment\n" ([SB/F/NM] Perl) ok 19090 - ".Another /* comment\n" ([RE/F/NM] Perl) ok 19091 - ".Another /* comment\n" ([SB/F/NM] Perl) ok 19092 - ";\n" ([RE/F/NM] Perl) ok 19093 - ";\n" ([SB/F/NM] Perl) ok 19094 - ";This is a comment\n" ([RE/F/NM] Perl) ok 19095 - ";This is a comment\n" ([SB/F/NM] Perl) ok 19096 - ";A\tcomment\n" ([RE/F/NM] Perl) ok 19097 - ";A\tcomment\n" ([SB/F/NM] Perl) ok 19098 - ";Another /* comment\n" ([RE/F/NM] Perl) ok 19099 - ";Another /* comment\n" ([SB/F/NM] Perl) ok 19100 - "`\n" ([RE/F/NM] Perl) ok 19101 - "`\n" ([SB/F/NM] Perl) ok 19102 - "`This is a comment\n" ([RE/F/NM] Perl) ok 19103 - "`This is a comment\n" ([SB/F/NM] Perl) ok 19104 - "`A\tcomment\n" ([RE/F/NM] Perl) ok 19105 - "`A\tcomment\n" ([SB/F/NM] Perl) ok 19106 - "`Another /* comment\n" ([RE/F/NM] Perl) ok 19107 - "`Another /* comment\n" ([SB/F/NM] Perl) ok 19108 - "--\n" ([RE/F/NM] Perl) ok 19109 - "--\n" ([SB/F/NM] Perl) ok 19110 - "--This is a comment\n" ([RE/F/NM] Perl) ok 19111 - "--This is a comment\n" ([SB/F/NM] Perl) ok 19112 - "--A\tcomment\n" ([RE/F/NM] Perl) ok 19113 - "--A\tcomment\n" ([SB/F/NM] Perl) ok 19114 - "--Another /* comment\n" ([RE/F/NM] Perl) ok 19115 - "--Another /* comment\n" ([SB/F/NM] Perl) ok 19116 - "---\n" ([RE/F/NM] Perl) ok 19117 - "---\n" ([SB/F/NM] Perl) ok 19118 - "---This is a comment\n" ([RE/F/NM] Perl) ok 19119 - "---This is a comment\n" ([SB/F/NM] Perl) ok 19120 - "---A\tcomment\n" ([RE/F/NM] Perl) ok 19121 - "---A\tcomment\n" ([SB/F/NM] Perl) ok 19122 - "---Another /* comment\n" ([RE/F/NM] Perl) ok 19123 - "---Another /* comment\n" ([SB/F/NM] Perl) ok 19124 - "-----\n" ([RE/F/NM] Perl) ok 19125 - "-----\n" ([SB/F/NM] Perl) ok 19126 - "-----This is a comment\n" ([RE/F/NM] Perl) ok 19127 - "-----This is a comment\n" ([SB/F/NM] Perl) ok 19128 - "-----A\tcomment\n" ([RE/F/NM] Perl) ok 19129 - "-----A\tcomment\n" ([SB/F/NM] Perl) ok 19130 - "-----Another /* comment\n" ([RE/F/NM] Perl) ok 19131 - "-----Another /* comment\n" ([SB/F/NM] Perl) ok 19132 - "\\"\n" ([RE/F/NM] Perl) ok 19133 - "\\"\n" ([SB/F/NM] Perl) ok 19134 - "\\"This is a comment\n" ([RE/F/NM] Perl) ok 19135 - "\\"This is a comment\n" ([SB/F/NM] Perl) ok 19136 - "\\"A\tcomment\n" ([RE/F/NM] Perl) ok 19137 - "\\"A\tcomment\n" ([SB/F/NM] Perl) ok 19138 - "\\"Another /* comment\n" ([RE/F/NM] Perl) ok 19139 - "\\"Another /* comment\n" ([SB/F/NM] Perl) ok 19140 - ""\n" ([RE/F/NM] Perl) ok 19141 - ""\n" ([SB/F/NM] Perl) ok 19142 - ""This is a comment\n" ([RE/F/NM] Perl) ok 19143 - ""This is a comment\n" ([SB/F/NM] Perl) ok 19144 - ""A\tcomment\n" ([RE/F/NM] Perl) ok 19145 - ""A\tcomment\n" ([SB/F/NM] Perl) ok 19146 - ""Another /* comment\n" ([RE/F/NM] Perl) ok 19147 - ""Another /* comment\n" ([SB/F/NM] Perl) ok 19148 - "'\n" ([RE/F/NM] Perl) ok 19149 - "'\n" ([SB/F/NM] Perl) ok 19150 - "'This is a comment\n" ([RE/F/NM] Perl) ok 19151 - "'This is a comment\n" ([SB/F/NM] Perl) ok 19152 - "'A\tcomment\n" ([RE/F/NM] Perl) ok 19153 - "'A\tcomment\n" ([SB/F/NM] Perl) ok 19154 - "'Another /* comment\n" ([RE/F/NM] Perl) ok 19155 - "'Another /* comment\n" ([SB/F/NM] Perl) ok 19156 - "#\n" ([RE/P/MT] Python) ok 19157 - "#\n" ([OM/P/MT] Python) ok 19158 - "#\n" ([OS/P/MT] Python) ok 19159 - "#\n" ([SB/P/MT] Python) ok 19160 - "#\n" ([KP/P/MT] Python) ok 19161 - "#This is a comment\n" ([RE/P/MT] Python) ok 19162 - "#This is a comment\n" ([OM/P/MT] Python) ok 19163 - "#This is a comment\n" ([OS/P/MT] Python) ok 19164 - "#This is a comment\n" ([SB/P/MT] Python) ok 19165 - "#This is a comment\n" ([KP/P/MT] Python) ok 19166 - "#A\tcomment\n" ([RE/P/MT] Python) ok 19167 - "#A\tcomment\n" ([OM/P/MT] Python) ok 19168 - "#A\tcomment\n" ([OS/P/MT] Python) ok 19169 - "#A\tcomment\n" ([SB/P/MT] Python) ok 19170 - "#A\tcomment\n" ([KP/P/MT] Python) ok 19171 - "#Another /* comment\n" ([RE/P/MT] Python) ok 19172 - "#Another /* comment\n" ([OM/P/MT] Python) ok 19173 - "#Another /* comment\n" ([OS/P/MT] Python) ok 19174 - "#Another /* comment\n" ([SB/P/MT] Python) ok 19175 - "#Another /* comment\n" ([KP/P/MT] Python) ok 19176 - "\\" ([RE/F/NM] Python) ok 19177 - "\\" ([SB/F/NM] Python) ok 19178 - "\\This is a comment" ([RE/F/NM] Python) ok 19179 - "\\This is a comment" ([SB/F/NM] Python) ok 19180 - "\\A\tcomment" ([RE/F/NM] Python) ok 19181 - "\\A\tcomment" ([SB/F/NM] Python) ok 19182 - "\\Another /* comment" ([RE/F/NM] Python) ok 19183 - "\\Another /* comment" ([SB/F/NM] Python) ok 19184 - "\n" ([RE/F/NM] Python) ok 19185 - "\n" ([SB/F/NM] Python) ok 19186 - "This is a comment\n" ([RE/F/NM] Python) ok 19187 - "This is a comment\n" ([SB/F/NM] Python) ok 19188 - "A\tcomment\n" ([RE/F/NM] Python) ok 19189 - "A\tcomment\n" ([SB/F/NM] Python) ok 19190 - "Another /* comment\n" ([RE/F/NM] Python) ok 19191 - "Another /* comment\n" ([SB/F/NM] Python) ok 19192 - "#" ([RE/F/NM] Python) ok 19193 - "#" ([SB/F/NM] Python) ok 19194 - "#This is a comment" ([RE/F/NM] Python) ok 19195 - "#This is a comment" ([SB/F/NM] Python) ok 19196 - "#A\tcomment" ([RE/F/NM] Python) ok 19197 - "#A\tcomment" ([SB/F/NM] Python) ok 19198 - "#Another /* comment" ([RE/F/NM] Python) ok 19199 - "#Another /* comment" ([SB/F/NM] Python) ok 19200 - "\n" ([RE/F/NM] Python) ok 19201 - "\n" ([SB/F/NM] Python) ok 19202 - "This is a comment\n" ([RE/F/NM] Python) ok 19203 - "This is a comment\n" ([SB/F/NM] Python) ok 19204 - "A\tcomment\n" ([RE/F/NM] Python) ok 19205 - "A\tcomment\n" ([SB/F/NM] Python) ok 19206 - "Another /* comment\n" ([RE/F/NM] Python) ok 19207 - "Another /* comment\n" ([SB/F/NM] Python) ok 19208 - "//" ([RE/F/NM] Python) ok 19209 - "//" ([SB/F/NM] Python) ok 19210 - "//This is a comment" ([RE/F/NM] Python) ok 19211 - "//This is a comment" ([SB/F/NM] Python) ok 19212 - "//A\tcomment" ([RE/F/NM] Python) ok 19213 - "//A\tcomment" ([SB/F/NM] Python) ok 19214 - "//Another /* comment" ([RE/F/NM] Python) ok 19215 - "//Another /* comment" ([SB/F/NM] Python) ok 19216 - "\n" ([RE/F/NM] Python) ok 19217 - "\n" ([SB/F/NM] Python) ok 19218 - "This is a comment\n" ([RE/F/NM] Python) ok 19219 - "This is a comment\n" ([SB/F/NM] Python) ok 19220 - "A\tcomment\n" ([RE/F/NM] Python) ok 19221 - "A\tcomment\n" ([SB/F/NM] Python) ok 19222 - "Another /* comment\n" ([RE/F/NM] Python) ok 19223 - "Another /* comment\n" ([SB/F/NM] Python) ok 19224 - "--" ([RE/F/NM] Python) ok 19225 - "--" ([SB/F/NM] Python) ok 19226 - "--This is a comment" ([RE/F/NM] Python) ok 19227 - "--This is a comment" ([SB/F/NM] Python) ok 19228 - "--A\tcomment" ([RE/F/NM] Python) ok 19229 - "--A\tcomment" ([SB/F/NM] Python) ok 19230 - "--Another /* comment" ([RE/F/NM] Python) ok 19231 - "--Another /* comment" ([SB/F/NM] Python) ok 19232 - "\n" ([RE/F/NM] Python) ok 19233 - "\n" ([SB/F/NM] Python) ok 19234 - "This is a comment\n" ([RE/F/NM] Python) ok 19235 - "This is a comment\n" ([SB/F/NM] Python) ok 19236 - "A\tcomment\n" ([RE/F/NM] Python) ok 19237 - "A\tcomment\n" ([SB/F/NM] Python) ok 19238 - "Another /* comment\n" ([RE/F/NM] Python) ok 19239 - "Another /* comment\n" ([SB/F/NM] Python) ok 19240 - ";" ([RE/F/NM] Python) ok 19241 - ";" ([SB/F/NM] Python) ok 19242 - ";This is a comment" ([RE/F/NM] Python) ok 19243 - ";This is a comment" ([SB/F/NM] Python) ok 19244 - ";A\tcomment" ([RE/F/NM] Python) ok 19245 - ";A\tcomment" ([SB/F/NM] Python) ok 19246 - ";Another /* comment" ([RE/F/NM] Python) ok 19247 - ";Another /* comment" ([SB/F/NM] Python) ok 19248 - "\n" ([RE/F/NM] Python) ok 19249 - "\n" ([SB/F/NM] Python) ok 19250 - "This is a comment\n" ([RE/F/NM] Python) ok 19251 - "This is a comment\n" ([SB/F/NM] Python) ok 19252 - "A\tcomment\n" ([RE/F/NM] Python) ok 19253 - "A\tcomment\n" ([SB/F/NM] Python) ok 19254 - "Another /* comment\n" ([RE/F/NM] Python) ok 19255 - "Another /* comment\n" ([SB/F/NM] Python) ok 19256 - "#" ([RE/F/NM] Python) ok 19257 - "#" ([SB/F/NM] Python) ok 19258 - "#This is a comment" ([RE/F/NM] Python) ok 19259 - "#This is a comment" ([SB/F/NM] Python) ok 19260 - "#A\tcomment" ([RE/F/NM] Python) ok 19261 - "#A\tcomment" ([SB/F/NM] Python) ok 19262 - "#Another /* comment" ([RE/F/NM] Python) ok 19263 - "#Another /* comment" ([SB/F/NM] Python) ok 19264 - "\n" ([RE/F/NM] Python) ok 19265 - "\n" ([SB/F/NM] Python) ok 19266 - "This is a comment\n" ([RE/F/NM] Python) ok 19267 - "This is a comment\n" ([SB/F/NM] Python) ok 19268 - "A\tcomment\n" ([RE/F/NM] Python) ok 19269 - "A\tcomment\n" ([SB/F/NM] Python) ok 19270 - "Another /* comment\n" ([RE/F/NM] Python) ok 19271 - "Another /* comment\n" ([SB/F/NM] Python) ok 19272 - "*" ([RE/F/NM] Python) ok 19273 - "*" ([SB/F/NM] Python) ok 19274 - "*This is a comment" ([RE/F/NM] Python) ok 19275 - "*This is a comment" ([SB/F/NM] Python) ok 19276 - "*A\tcomment" ([RE/F/NM] Python) ok 19277 - "*A\tcomment" ([SB/F/NM] Python) ok 19278 - "*Another /* comment" ([RE/F/NM] Python) ok 19279 - "*Another /* comment" ([SB/F/NM] Python) ok 19280 - "\n" ([RE/F/NM] Python) ok 19281 - "\n" ([SB/F/NM] Python) ok 19282 - "This is a comment\n" ([RE/F/NM] Python) ok 19283 - "This is a comment\n" ([SB/F/NM] Python) ok 19284 - "A\tcomment\n" ([RE/F/NM] Python) ok 19285 - "A\tcomment\n" ([SB/F/NM] Python) ok 19286 - "Another /* comment\n" ([RE/F/NM] Python) ok 19287 - "Another /* comment\n" ([SB/F/NM] Python) ok 19288 - "!" ([RE/F/NM] Python) ok 19289 - "!" ([SB/F/NM] Python) ok 19290 - "!This is a comment" ([RE/F/NM] Python) ok 19291 - "!This is a comment" ([SB/F/NM] Python) ok 19292 - "!A\tcomment" ([RE/F/NM] Python) ok 19293 - "!A\tcomment" ([SB/F/NM] Python) ok 19294 - "!Another /* comment" ([RE/F/NM] Python) ok 19295 - "!Another /* comment" ([SB/F/NM] Python) ok 19296 - "\n" ([RE/F/NM] Python) ok 19297 - "\n" ([SB/F/NM] Python) ok 19298 - "This is a comment\n" ([RE/F/NM] Python) ok 19299 - "This is a comment\n" ([SB/F/NM] Python) ok 19300 - "A\tcomment\n" ([RE/F/NM] Python) ok 19301 - "A\tcomment\n" ([SB/F/NM] Python) ok 19302 - "Another /* comment\n" ([RE/F/NM] Python) ok 19303 - "Another /* comment\n" ([SB/F/NM] Python) ok 19304 - "REM" ([RE/F/NM] Python) ok 19305 - "REM" ([SB/F/NM] Python) ok 19306 - "REMThis is a comment" ([RE/F/NM] Python) ok 19307 - "REMThis is a comment" ([SB/F/NM] Python) ok 19308 - "REMA\tcomment" ([RE/F/NM] Python) ok 19309 - "REMA\tcomment" ([SB/F/NM] Python) ok 19310 - "REMAnother /* comment" ([RE/F/NM] Python) ok 19311 - "REMAnother /* comment" ([SB/F/NM] Python) ok 19312 - "\n" ([RE/F/NM] Python) ok 19313 - "\n" ([SB/F/NM] Python) ok 19314 - "This is a comment\n" ([RE/F/NM] Python) ok 19315 - "This is a comment\n" ([SB/F/NM] Python) ok 19316 - "A\tcomment\n" ([RE/F/NM] Python) ok 19317 - "A\tcomment\n" ([SB/F/NM] Python) ok 19318 - "Another /* comment\n" ([RE/F/NM] Python) ok 19319 - "Another /* comment\n" ([SB/F/NM] Python) ok 19320 - "//" ([RE/F/NM] Python) ok 19321 - "//" ([SB/F/NM] Python) ok 19322 - "//This is a comment" ([RE/F/NM] Python) ok 19323 - "//This is a comment" ([SB/F/NM] Python) ok 19324 - "//A\tcomment" ([RE/F/NM] Python) ok 19325 - "//A\tcomment" ([SB/F/NM] Python) ok 19326 - "//Another /* comment" ([RE/F/NM] Python) ok 19327 - "//Another /* comment" ([SB/F/NM] Python) ok 19328 - "\n" ([RE/F/NM] Python) ok 19329 - "\n" ([SB/F/NM] Python) ok 19330 - "This is a comment\n" ([RE/F/NM] Python) ok 19331 - "This is a comment\n" ([SB/F/NM] Python) ok 19332 - "A\tcomment\n" ([RE/F/NM] Python) ok 19333 - "A\tcomment\n" ([SB/F/NM] Python) ok 19334 - "Another /* comment\n" ([RE/F/NM] Python) ok 19335 - "Another /* comment\n" ([SB/F/NM] Python) ok 19336 - "%" ([RE/F/NM] Python) ok 19337 - "%" ([SB/F/NM] Python) ok 19338 - "%This is a comment" ([RE/F/NM] Python) ok 19339 - "%This is a comment" ([SB/F/NM] Python) ok 19340 - "%A\tcomment" ([RE/F/NM] Python) ok 19341 - "%A\tcomment" ([SB/F/NM] Python) ok 19342 - "%Another /* comment" ([RE/F/NM] Python) ok 19343 - "%Another /* comment" ([SB/F/NM] Python) ok 19344 - "\n" ([RE/F/NM] Python) ok 19345 - "\n" ([SB/F/NM] Python) ok 19346 - "This is a comment\n" ([RE/F/NM] Python) ok 19347 - "This is a comment\n" ([SB/F/NM] Python) ok 19348 - "A\tcomment\n" ([RE/F/NM] Python) ok 19349 - "A\tcomment\n" ([SB/F/NM] Python) ok 19350 - "Another /* comment\n" ([RE/F/NM] Python) ok 19351 - "Another /* comment\n" ([SB/F/NM] Python) ok 19352 - "!" ([RE/F/NM] Python) ok 19353 - "!" ([SB/F/NM] Python) ok 19354 - "!This is a comment" ([RE/F/NM] Python) ok 19355 - "!This is a comment" ([SB/F/NM] Python) ok 19356 - "!A\tcomment" ([RE/F/NM] Python) ok 19357 - "!A\tcomment" ([SB/F/NM] Python) ok 19358 - "!Another /* comment" ([RE/F/NM] Python) ok 19359 - "!Another /* comment" ([SB/F/NM] Python) ok 19360 - "\n" ([RE/F/NM] Python) ok 19361 - "\n" ([SB/F/NM] Python) ok 19362 - "This is a comment\n" ([RE/F/NM] Python) ok 19363 - "This is a comment\n" ([SB/F/NM] Python) ok 19364 - "A\tcomment\n" ([RE/F/NM] Python) ok 19365 - "A\tcomment\n" ([SB/F/NM] Python) ok 19366 - "Another /* comment\n" ([RE/F/NM] Python) ok 19367 - "Another /* comment\n" ([SB/F/NM] Python) ok 19368 - "NB" ([RE/F/NM] Python) ok 19369 - "NB" ([SB/F/NM] Python) ok 19370 - "NBThis is a comment" ([RE/F/NM] Python) ok 19371 - "NBThis is a comment" ([SB/F/NM] Python) ok 19372 - "NBA\tcomment" ([RE/F/NM] Python) ok 19373 - "NBA\tcomment" ([SB/F/NM] Python) ok 19374 - "NBAnother /* comment" ([RE/F/NM] Python) ok 19375 - "NBAnother /* comment" ([SB/F/NM] Python) ok 19376 - "\n" ([RE/F/NM] Python) ok 19377 - "\n" ([SB/F/NM] Python) ok 19378 - "This is a comment\n" ([RE/F/NM] Python) ok 19379 - "This is a comment\n" ([SB/F/NM] Python) ok 19380 - "A\tcomment\n" ([RE/F/NM] Python) ok 19381 - "A\tcomment\n" ([SB/F/NM] Python) ok 19382 - "Another /* comment\n" ([RE/F/NM] Python) ok 19383 - "Another /* comment\n" ([SB/F/NM] Python) ok 19384 - "PLEASE NOT" ([RE/F/NM] Python) ok 19385 - "PLEASE NOT" ([SB/F/NM] Python) ok 19386 - "PLEASE NOTThis is a comment" ([RE/F/NM] Python) ok 19387 - "PLEASE NOTThis is a comment" ([SB/F/NM] Python) ok 19388 - "PLEASE NOTA\tcomment" ([RE/F/NM] Python) ok 19389 - "PLEASE NOTA\tcomment" ([SB/F/NM] Python) ok 19390 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Python) ok 19391 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Python) ok 19392 - "\n" ([RE/F/NM] Python) ok 19393 - "\n" ([SB/F/NM] Python) ok 19394 - "This is a comment\n" ([RE/F/NM] Python) ok 19395 - "This is a comment\n" ([SB/F/NM] Python) ok 19396 - "A\tcomment\n" ([RE/F/NM] Python) ok 19397 - "A\tcomment\n" ([SB/F/NM] Python) ok 19398 - "Another /* comment\n" ([RE/F/NM] Python) ok 19399 - "Another /* comment\n" ([SB/F/NM] Python) ok 19400 - "PLEASE NOT" ([RE/F/NM] Python) ok 19401 - "PLEASE NOT" ([SB/F/NM] Python) ok 19402 - "PLEASE NOTThis is a comment" ([RE/F/NM] Python) ok 19403 - "PLEASE NOTThis is a comment" ([SB/F/NM] Python) ok 19404 - "PLEASE NOTA\tcomment" ([RE/F/NM] Python) ok 19405 - "PLEASE NOTA\tcomment" ([SB/F/NM] Python) ok 19406 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Python) ok 19407 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Python) ok 19408 - "\n" ([RE/F/NM] Python) ok 19409 - "\n" ([SB/F/NM] Python) ok 19410 - "This is a comment\n" ([RE/F/NM] Python) ok 19411 - "This is a comment\n" ([SB/F/NM] Python) ok 19412 - "A\tcomment\n" ([RE/F/NM] Python) ok 19413 - "A\tcomment\n" ([SB/F/NM] Python) ok 19414 - "Another /* comment\n" ([RE/F/NM] Python) ok 19415 - "Another /* comment\n" ([SB/F/NM] Python) ok 19416 - "PLEASE N'T" ([RE/F/NM] Python) ok 19417 - "PLEASE N'T" ([SB/F/NM] Python) ok 19418 - "PLEASE N'TThis is a comment" ([RE/F/NM] Python) ok 19419 - "PLEASE N'TThis is a comment" ([SB/F/NM] Python) ok 19420 - "PLEASE N'TA\tcomment" ([RE/F/NM] Python) ok 19421 - "PLEASE N'TA\tcomment" ([SB/F/NM] Python) ok 19422 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Python) ok 19423 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Python) ok 19424 - "\n" ([RE/F/NM] Python) ok 19425 - "\n" ([SB/F/NM] Python) ok 19426 - "This is a comment\n" ([RE/F/NM] Python) ok 19427 - "This is a comment\n" ([SB/F/NM] Python) ok 19428 - "A\tcomment\n" ([RE/F/NM] Python) ok 19429 - "A\tcomment\n" ([SB/F/NM] Python) ok 19430 - "Another /* comment\n" ([RE/F/NM] Python) ok 19431 - "Another /* comment\n" ([SB/F/NM] Python) ok 19432 - "DO NOT" ([RE/F/NM] Python) ok 19433 - "DO NOT" ([SB/F/NM] Python) ok 19434 - "DO NOTThis is a comment" ([RE/F/NM] Python) ok 19435 - "DO NOTThis is a comment" ([SB/F/NM] Python) ok 19436 - "DO NOTA\tcomment" ([RE/F/NM] Python) ok 19437 - "DO NOTA\tcomment" ([SB/F/NM] Python) ok 19438 - "DO NOTAnother /* comment" ([RE/F/NM] Python) ok 19439 - "DO NOTAnother /* comment" ([SB/F/NM] Python) ok 19440 - "\n" ([RE/F/NM] Python) ok 19441 - "\n" ([SB/F/NM] Python) ok 19442 - "This is a comment\n" ([RE/F/NM] Python) ok 19443 - "This is a comment\n" ([SB/F/NM] Python) ok 19444 - "A\tcomment\n" ([RE/F/NM] Python) ok 19445 - "A\tcomment\n" ([SB/F/NM] Python) ok 19446 - "Another /* comment\n" ([RE/F/NM] Python) ok 19447 - "Another /* comment\n" ([SB/F/NM] Python) ok 19448 - "DO N'T" ([RE/F/NM] Python) ok 19449 - "DO N'T" ([SB/F/NM] Python) ok 19450 - "DO N'TThis is a comment" ([RE/F/NM] Python) ok 19451 - "DO N'TThis is a comment" ([SB/F/NM] Python) ok 19452 - "DO N'TA\tcomment" ([RE/F/NM] Python) ok 19453 - "DO N'TA\tcomment" ([SB/F/NM] Python) ok 19454 - "DO N'TAnother /* comment" ([RE/F/NM] Python) ok 19455 - "DO N'TAnother /* comment" ([SB/F/NM] Python) ok 19456 - "\n" ([RE/F/NM] Python) ok 19457 - "\n" ([SB/F/NM] Python) ok 19458 - "This is a comment\n" ([RE/F/NM] Python) ok 19459 - "This is a comment\n" ([SB/F/NM] Python) ok 19460 - "A\tcomment\n" ([RE/F/NM] Python) ok 19461 - "A\tcomment\n" ([SB/F/NM] Python) ok 19462 - "Another /* comment\n" ([RE/F/NM] Python) ok 19463 - "Another /* comment\n" ([SB/F/NM] Python) ok 19464 - "DO NOT" ([RE/F/NM] Python) ok 19465 - "DO NOT" ([SB/F/NM] Python) ok 19466 - "DO NOTThis is a comment" ([RE/F/NM] Python) ok 19467 - "DO NOTThis is a comment" ([SB/F/NM] Python) ok 19468 - "DO NOTA\tcomment" ([RE/F/NM] Python) ok 19469 - "DO NOTA\tcomment" ([SB/F/NM] Python) ok 19470 - "DO NOTAnother /* comment" ([RE/F/NM] Python) ok 19471 - "DO NOTAnother /* comment" ([SB/F/NM] Python) ok 19472 - "\n" ([RE/F/NM] Python) ok 19473 - "\n" ([SB/F/NM] Python) ok 19474 - "This is a comment\n" ([RE/F/NM] Python) ok 19475 - "This is a comment\n" ([SB/F/NM] Python) ok 19476 - "A\tcomment\n" ([RE/F/NM] Python) ok 19477 - "A\tcomment\n" ([SB/F/NM] Python) ok 19478 - "Another /* comment\n" ([RE/F/NM] Python) ok 19479 - "Another /* comment\n" ([SB/F/NM] Python) ok 19480 - "PLEASE DO NOT" ([RE/F/NM] Python) ok 19481 - "PLEASE DO NOT" ([SB/F/NM] Python) ok 19482 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Python) ok 19483 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Python) ok 19484 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Python) ok 19485 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Python) ok 19486 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Python) ok 19487 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Python) ok 19488 - "\n" ([RE/F/NM] Python) ok 19489 - "\n" ([SB/F/NM] Python) ok 19490 - "This is a comment\n" ([RE/F/NM] Python) ok 19491 - "This is a comment\n" ([SB/F/NM] Python) ok 19492 - "A\tcomment\n" ([RE/F/NM] Python) ok 19493 - "A\tcomment\n" ([SB/F/NM] Python) ok 19494 - "Another /* comment\n" ([RE/F/NM] Python) ok 19495 - "Another /* comment\n" ([SB/F/NM] Python) ok 19496 - "PLEASE DO NOT" ([RE/F/NM] Python) ok 19497 - "PLEASE DO NOT" ([SB/F/NM] Python) ok 19498 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Python) ok 19499 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Python) ok 19500 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Python) ok 19501 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Python) ok 19502 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Python) ok 19503 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Python) ok 19504 - "\n" ([RE/F/NM] Python) ok 19505 - "\n" ([SB/F/NM] Python) ok 19506 - "This is a comment\n" ([RE/F/NM] Python) ok 19507 - "This is a comment\n" ([SB/F/NM] Python) ok 19508 - "A\tcomment\n" ([RE/F/NM] Python) ok 19509 - "A\tcomment\n" ([SB/F/NM] Python) ok 19510 - "Another /* comment\n" ([RE/F/NM] Python) ok 19511 - "Another /* comment\n" ([SB/F/NM] Python) ok 19512 - "PLEASE DO N'T" ([RE/F/NM] Python) ok 19513 - "PLEASE DO N'T" ([SB/F/NM] Python) ok 19514 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Python) ok 19515 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Python) ok 19516 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Python) ok 19517 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Python) ok 19518 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Python) ok 19519 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Python) ok 19520 - "\n" ([RE/F/NM] Python) ok 19521 - "\n" ([SB/F/NM] Python) ok 19522 - "This is a comment\n" ([RE/F/NM] Python) ok 19523 - "This is a comment\n" ([SB/F/NM] Python) ok 19524 - "A\tcomment\n" ([RE/F/NM] Python) ok 19525 - "A\tcomment\n" ([SB/F/NM] Python) ok 19526 - "Another /* comment\n" ([RE/F/NM] Python) ok 19527 - "Another /* comment\n" ([SB/F/NM] Python) ok 19528 - "NB." ([RE/F/NM] Python) ok 19529 - "NB." ([SB/F/NM] Python) ok 19530 - "NB.This is a comment" ([RE/F/NM] Python) ok 19531 - "NB.This is a comment" ([SB/F/NM] Python) ok 19532 - "NB.A\tcomment" ([RE/F/NM] Python) ok 19533 - "NB.A\tcomment" ([SB/F/NM] Python) ok 19534 - "NB.Another /* comment" ([RE/F/NM] Python) ok 19535 - "NB.Another /* comment" ([SB/F/NM] Python) ok 19536 - "\n" ([RE/F/NM] Python) ok 19537 - "\n" ([SB/F/NM] Python) ok 19538 - "This is a comment\n" ([RE/F/NM] Python) ok 19539 - "This is a comment\n" ([SB/F/NM] Python) ok 19540 - "A\tcomment\n" ([RE/F/NM] Python) ok 19541 - "A\tcomment\n" ([SB/F/NM] Python) ok 19542 - "Another /* comment\n" ([RE/F/NM] Python) ok 19543 - "Another /* comment\n" ([SB/F/NM] Python) ok 19544 - "{" ([RE/F/NM] Python) ok 19545 - "{" ([SB/F/NM] Python) ok 19546 - "{This is a comment" ([RE/F/NM] Python) ok 19547 - "{This is a comment" ([SB/F/NM] Python) ok 19548 - "{A\tcomment" ([RE/F/NM] Python) ok 19549 - "{A\tcomment" ([SB/F/NM] Python) ok 19550 - "{Another /* comment" ([RE/F/NM] Python) ok 19551 - "{Another /* comment" ([SB/F/NM] Python) ok 19552 - "}" ([RE/F/NM] Python) ok 19553 - "}" ([SB/F/NM] Python) ok 19554 - "This is a comment}" ([RE/F/NM] Python) ok 19555 - "This is a comment}" ([SB/F/NM] Python) ok 19556 - "A\tcomment}" ([RE/F/NM] Python) ok 19557 - "A\tcomment}" ([SB/F/NM] Python) ok 19558 - "Another /* comment}" ([RE/F/NM] Python) ok 19559 - "Another /* comment}" ([SB/F/NM] Python) ok 19560 - "." ([RE/F/NM] Python) ok 19561 - "." ([SB/F/NM] Python) ok 19562 - ".This is a comment" ([RE/F/NM] Python) ok 19563 - ".This is a comment" ([SB/F/NM] Python) ok 19564 - ".A\tcomment" ([RE/F/NM] Python) ok 19565 - ".A\tcomment" ([SB/F/NM] Python) ok 19566 - ".Another /* comment" ([RE/F/NM] Python) ok 19567 - ".Another /* comment" ([SB/F/NM] Python) ok 19568 - "\n" ([RE/F/NM] Python) ok 19569 - "\n" ([SB/F/NM] Python) ok 19570 - "This is a comment\n" ([RE/F/NM] Python) ok 19571 - "This is a comment\n" ([SB/F/NM] Python) ok 19572 - "A\tcomment\n" ([RE/F/NM] Python) ok 19573 - "A\tcomment\n" ([SB/F/NM] Python) ok 19574 - "Another /* comment\n" ([RE/F/NM] Python) ok 19575 - "Another /* comment\n" ([SB/F/NM] Python) ok 19576 - ";" ([RE/F/NM] Python) ok 19577 - ";" ([SB/F/NM] Python) ok 19578 - ";This is a comment" ([RE/F/NM] Python) ok 19579 - ";This is a comment" ([SB/F/NM] Python) ok 19580 - ";A\tcomment" ([RE/F/NM] Python) ok 19581 - ";A\tcomment" ([SB/F/NM] Python) ok 19582 - ";Another /* comment" ([RE/F/NM] Python) ok 19583 - ";Another /* comment" ([SB/F/NM] Python) ok 19584 - "\n" ([RE/F/NM] Python) ok 19585 - "\n" ([SB/F/NM] Python) ok 19586 - "This is a comment\n" ([RE/F/NM] Python) ok 19587 - "This is a comment\n" ([SB/F/NM] Python) ok 19588 - "A\tcomment\n" ([RE/F/NM] Python) ok 19589 - "A\tcomment\n" ([SB/F/NM] Python) ok 19590 - "Another /* comment\n" ([RE/F/NM] Python) ok 19591 - "Another /* comment\n" ([SB/F/NM] Python) ok 19592 - "`" ([RE/F/NM] Python) ok 19593 - "`" ([SB/F/NM] Python) ok 19594 - "`This is a comment" ([RE/F/NM] Python) ok 19595 - "`This is a comment" ([SB/F/NM] Python) ok 19596 - "`A\tcomment" ([RE/F/NM] Python) ok 19597 - "`A\tcomment" ([SB/F/NM] Python) ok 19598 - "`Another /* comment" ([RE/F/NM] Python) ok 19599 - "`Another /* comment" ([SB/F/NM] Python) ok 19600 - "\n" ([RE/F/NM] Python) ok 19601 - "\n" ([SB/F/NM] Python) ok 19602 - "This is a comment\n" ([RE/F/NM] Python) ok 19603 - "This is a comment\n" ([SB/F/NM] Python) ok 19604 - "A\tcomment\n" ([RE/F/NM] Python) ok 19605 - "A\tcomment\n" ([SB/F/NM] Python) ok 19606 - "Another /* comment\n" ([RE/F/NM] Python) ok 19607 - "Another /* comment\n" ([SB/F/NM] Python) ok 19608 - "--" ([RE/F/NM] Python) ok 19609 - "--" ([SB/F/NM] Python) ok 19610 - "--This is a comment" ([RE/F/NM] Python) ok 19611 - "--This is a comment" ([SB/F/NM] Python) ok 19612 - "--A\tcomment" ([RE/F/NM] Python) ok 19613 - "--A\tcomment" ([SB/F/NM] Python) ok 19614 - "--Another /* comment" ([RE/F/NM] Python) ok 19615 - "--Another /* comment" ([SB/F/NM] Python) ok 19616 - "\n" ([RE/F/NM] Python) ok 19617 - "\n" ([SB/F/NM] Python) ok 19618 - "This is a comment\n" ([RE/F/NM] Python) ok 19619 - "This is a comment\n" ([SB/F/NM] Python) ok 19620 - "A\tcomment\n" ([RE/F/NM] Python) ok 19621 - "A\tcomment\n" ([SB/F/NM] Python) ok 19622 - "Another /* comment\n" ([RE/F/NM] Python) ok 19623 - "Another /* comment\n" ([SB/F/NM] Python) ok 19624 - "---" ([RE/F/NM] Python) ok 19625 - "---" ([SB/F/NM] Python) ok 19626 - "---This is a comment" ([RE/F/NM] Python) ok 19627 - "---This is a comment" ([SB/F/NM] Python) ok 19628 - "---A\tcomment" ([RE/F/NM] Python) ok 19629 - "---A\tcomment" ([SB/F/NM] Python) ok 19630 - "---Another /* comment" ([RE/F/NM] Python) ok 19631 - "---Another /* comment" ([SB/F/NM] Python) ok 19632 - "\n" ([RE/F/NM] Python) ok 19633 - "\n" ([SB/F/NM] Python) ok 19634 - "This is a comment\n" ([RE/F/NM] Python) ok 19635 - "This is a comment\n" ([SB/F/NM] Python) ok 19636 - "A\tcomment\n" ([RE/F/NM] Python) ok 19637 - "A\tcomment\n" ([SB/F/NM] Python) ok 19638 - "Another /* comment\n" ([RE/F/NM] Python) ok 19639 - "Another /* comment\n" ([SB/F/NM] Python) ok 19640 - "-----" ([RE/F/NM] Python) ok 19641 - "-----" ([SB/F/NM] Python) ok 19642 - "-----This is a comment" ([RE/F/NM] Python) ok 19643 - "-----This is a comment" ([SB/F/NM] Python) ok 19644 - "-----A\tcomment" ([RE/F/NM] Python) ok 19645 - "-----A\tcomment" ([SB/F/NM] Python) ok 19646 - "-----Another /* comment" ([RE/F/NM] Python) ok 19647 - "-----Another /* comment" ([SB/F/NM] Python) ok 19648 - "\n" ([RE/F/NM] Python) ok 19649 - "\n" ([SB/F/NM] Python) ok 19650 - "This is a comment\n" ([RE/F/NM] Python) ok 19651 - "This is a comment\n" ([SB/F/NM] Python) ok 19652 - "A\tcomment\n" ([RE/F/NM] Python) ok 19653 - "A\tcomment\n" ([SB/F/NM] Python) ok 19654 - "Another /* comment\n" ([RE/F/NM] Python) ok 19655 - "Another /* comment\n" ([SB/F/NM] Python) ok 19656 - "\\"" ([RE/F/NM] Python) ok 19657 - "\\"" ([SB/F/NM] Python) ok 19658 - "\\"This is a comment" ([RE/F/NM] Python) ok 19659 - "\\"This is a comment" ([SB/F/NM] Python) ok 19660 - "\\"A\tcomment" ([RE/F/NM] Python) ok 19661 - "\\"A\tcomment" ([SB/F/NM] Python) ok 19662 - "\\"Another /* comment" ([RE/F/NM] Python) ok 19663 - "\\"Another /* comment" ([SB/F/NM] Python) ok 19664 - "\n" ([RE/F/NM] Python) ok 19665 - "\n" ([SB/F/NM] Python) ok 19666 - "This is a comment\n" ([RE/F/NM] Python) ok 19667 - "This is a comment\n" ([SB/F/NM] Python) ok 19668 - "A\tcomment\n" ([RE/F/NM] Python) ok 19669 - "A\tcomment\n" ([SB/F/NM] Python) ok 19670 - "Another /* comment\n" ([RE/F/NM] Python) ok 19671 - "Another /* comment\n" ([SB/F/NM] Python) ok 19672 - """ ([RE/F/NM] Python) ok 19673 - """ ([SB/F/NM] Python) ok 19674 - ""This is a comment" ([RE/F/NM] Python) ok 19675 - ""This is a comment" ([SB/F/NM] Python) ok 19676 - ""A\tcomment" ([RE/F/NM] Python) ok 19677 - ""A\tcomment" ([SB/F/NM] Python) ok 19678 - ""Another /* comment" ([RE/F/NM] Python) ok 19679 - ""Another /* comment" ([SB/F/NM] Python) ok 19680 - "\n" ([RE/F/NM] Python) ok 19681 - "\n" ([SB/F/NM] Python) ok 19682 - "This is a comment\n" ([RE/F/NM] Python) ok 19683 - "This is a comment\n" ([SB/F/NM] Python) ok 19684 - "A\tcomment\n" ([RE/F/NM] Python) ok 19685 - "A\tcomment\n" ([SB/F/NM] Python) ok 19686 - "Another /* comment\n" ([RE/F/NM] Python) ok 19687 - "Another /* comment\n" ([SB/F/NM] Python) ok 19688 - "'" ([RE/F/NM] Python) ok 19689 - "'" ([SB/F/NM] Python) ok 19690 - "'This is a comment" ([RE/F/NM] Python) ok 19691 - "'This is a comment" ([SB/F/NM] Python) ok 19692 - "'A\tcomment" ([RE/F/NM] Python) ok 19693 - "'A\tcomment" ([SB/F/NM] Python) ok 19694 - "'Another /* comment" ([RE/F/NM] Python) ok 19695 - "'Another /* comment" ([SB/F/NM] Python) ok 19696 - "\n" ([RE/F/NM] Python) ok 19697 - "\n" ([SB/F/NM] Python) ok 19698 - "This is a comment\n" ([RE/F/NM] Python) ok 19699 - "This is a comment\n" ([SB/F/NM] Python) ok 19700 - "A\tcomment\n" ([RE/F/NM] Python) ok 19701 - "A\tcomment\n" ([SB/F/NM] Python) ok 19702 - "Another /* comment\n" ([RE/F/NM] Python) ok 19703 - "Another /* comment\n" ([SB/F/NM] Python) ok 19704 - "/* This is a C comment */" ([RE/F/NM] Python) ok 19705 - "/* This is a C comment */" ([SB/F/NM] Python) ok 19706 - "(* This is a Pascal comment *)" ([RE/F/NM] Python) ok 19707 - "(* This is a Pascal comment *)" ([SB/F/NM] Python) ok 19708 - "" ([RE/F/NM] Python) ok 19709 - "" ([SB/F/NM] Python) ok 19710 - "#\n\n" ([RE/F/NM] Python) ok 19711 - "#\n\n" ([SB/F/NM] Python) ok 19712 - "#This is a comment\n\n" ([RE/F/NM] Python) ok 19713 - "#This is a comment\n\n" ([SB/F/NM] Python) ok 19714 - "#A\tcomment\n\n" ([RE/F/NM] Python) ok 19715 - "#A\tcomment\n\n" ([SB/F/NM] Python) ok 19716 - "#Another /* comment\n\n" ([RE/F/NM] Python) ok 19717 - "#Another /* comment\n\n" ([SB/F/NM] Python) ok 19718 - "#\n#\n" ([RE/F/NM] Python) ok 19719 - "#\n#\n" ([SB/F/NM] Python) ok 19720 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] Python) ok 19721 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] Python) ok 19722 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] Python) ok 19723 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] Python) ok 19724 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] Python) ok 19725 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] Python) ok 19726 - "#\nq" ([RE/F/NM] Python) ok 19727 - "#\nq" ([SB/F/NM] Python) ok 19728 - "#This is a comment\nrrh" ([RE/F/NM] Python) ok 19729 - "#This is a comment\nrrh" ([SB/F/NM] Python) ok 19730 - "#A\tcomment\n6" ([RE/F/NM] Python) ok 19731 - "#A\tcomment\n6" ([SB/F/NM] Python) ok 19732 - "#Another /* comment\nyhqg" ([RE/F/NM] Python) ok 19733 - "#Another /* comment\nyhqg" ([SB/F/NM] Python) ok 19734 - "z35#\n" ([RE/F/NM] Python) ok 19735 - "z35#\n" ([SB/F/NM] Python) ok 19736 - "e#This is a comment\n" ([RE/F/NM] Python) ok 19737 - "e#This is a comment\n" ([SB/F/NM] Python) ok 19738 - "d#A\tcomment\n" ([RE/F/NM] Python) ok 19739 - "d#A\tcomment\n" ([SB/F/NM] Python) ok 19740 - "zb#Another /* comment\n" ([RE/F/NM] Python) ok 19741 - "zb#Another /* comment\n" ([SB/F/NM] Python) ok 19742 - "\\\n" ([RE/F/NM] Python) ok 19743 - "\\\n" ([SB/F/NM] Python) ok 19744 - "\\This is a comment\n" ([RE/F/NM] Python) ok 19745 - "\\This is a comment\n" ([SB/F/NM] Python) ok 19746 - "\\A\tcomment\n" ([RE/F/NM] Python) ok 19747 - "\\A\tcomment\n" ([SB/F/NM] Python) ok 19748 - "\\Another /* comment\n" ([RE/F/NM] Python) ok 19749 - "\\Another /* comment\n" ([SB/F/NM] Python) ok 19750 - "//\n" ([RE/F/NM] Python) ok 19751 - "//\n" ([SB/F/NM] Python) ok 19752 - "//This is a comment\n" ([RE/F/NM] Python) ok 19753 - "//This is a comment\n" ([SB/F/NM] Python) ok 19754 - "//A\tcomment\n" ([RE/F/NM] Python) ok 19755 - "//A\tcomment\n" ([SB/F/NM] Python) ok 19756 - "//Another /* comment\n" ([RE/F/NM] Python) ok 19757 - "//Another /* comment\n" ([SB/F/NM] Python) ok 19758 - "--\n" ([RE/F/NM] Python) ok 19759 - "--\n" ([SB/F/NM] Python) ok 19760 - "--This is a comment\n" ([RE/F/NM] Python) ok 19761 - "--This is a comment\n" ([SB/F/NM] Python) ok 19762 - "--A\tcomment\n" ([RE/F/NM] Python) ok 19763 - "--A\tcomment\n" ([SB/F/NM] Python) ok 19764 - "--Another /* comment\n" ([RE/F/NM] Python) ok 19765 - "--Another /* comment\n" ([SB/F/NM] Python) ok 19766 - ";\n" ([RE/F/NM] Python) ok 19767 - ";\n" ([SB/F/NM] Python) ok 19768 - ";This is a comment\n" ([RE/F/NM] Python) ok 19769 - ";This is a comment\n" ([SB/F/NM] Python) ok 19770 - ";A\tcomment\n" ([RE/F/NM] Python) ok 19771 - ";A\tcomment\n" ([SB/F/NM] Python) ok 19772 - ";Another /* comment\n" ([RE/F/NM] Python) ok 19773 - ";Another /* comment\n" ([SB/F/NM] Python) ok 19774 - "*\n" ([RE/F/NM] Python) ok 19775 - "*\n" ([SB/F/NM] Python) ok 19776 - "*This is a comment\n" ([RE/F/NM] Python) ok 19777 - "*This is a comment\n" ([SB/F/NM] Python) ok 19778 - "*A\tcomment\n" ([RE/F/NM] Python) ok 19779 - "*A\tcomment\n" ([SB/F/NM] Python) ok 19780 - "*Another /* comment\n" ([RE/F/NM] Python) ok 19781 - "*Another /* comment\n" ([SB/F/NM] Python) ok 19782 - "!\n" ([RE/F/NM] Python) ok 19783 - "!\n" ([SB/F/NM] Python) ok 19784 - "!This is a comment\n" ([RE/F/NM] Python) ok 19785 - "!This is a comment\n" ([SB/F/NM] Python) ok 19786 - "!A\tcomment\n" ([RE/F/NM] Python) ok 19787 - "!A\tcomment\n" ([SB/F/NM] Python) ok 19788 - "!Another /* comment\n" ([RE/F/NM] Python) ok 19789 - "!Another /* comment\n" ([SB/F/NM] Python) ok 19790 - "REM\n" ([RE/F/NM] Python) ok 19791 - "REM\n" ([SB/F/NM] Python) ok 19792 - "REMThis is a comment\n" ([RE/F/NM] Python) ok 19793 - "REMThis is a comment\n" ([SB/F/NM] Python) ok 19794 - "REMA\tcomment\n" ([RE/F/NM] Python) ok 19795 - "REMA\tcomment\n" ([SB/F/NM] Python) ok 19796 - "REMAnother /* comment\n" ([RE/F/NM] Python) ok 19797 - "REMAnother /* comment\n" ([SB/F/NM] Python) ok 19798 - "//\n" ([RE/F/NM] Python) ok 19799 - "//\n" ([SB/F/NM] Python) ok 19800 - "//This is a comment\n" ([RE/F/NM] Python) ok 19801 - "//This is a comment\n" ([SB/F/NM] Python) ok 19802 - "//A\tcomment\n" ([RE/F/NM] Python) ok 19803 - "//A\tcomment\n" ([SB/F/NM] Python) ok 19804 - "//Another /* comment\n" ([RE/F/NM] Python) ok 19805 - "//Another /* comment\n" ([SB/F/NM] Python) ok 19806 - "%\n" ([RE/F/NM] Python) ok 19807 - "%\n" ([SB/F/NM] Python) ok 19808 - "%This is a comment\n" ([RE/F/NM] Python) ok 19809 - "%This is a comment\n" ([SB/F/NM] Python) ok 19810 - "%A\tcomment\n" ([RE/F/NM] Python) ok 19811 - "%A\tcomment\n" ([SB/F/NM] Python) ok 19812 - "%Another /* comment\n" ([RE/F/NM] Python) ok 19813 - "%Another /* comment\n" ([SB/F/NM] Python) ok 19814 - "!\n" ([RE/F/NM] Python) ok 19815 - "!\n" ([SB/F/NM] Python) ok 19816 - "!This is a comment\n" ([RE/F/NM] Python) ok 19817 - "!This is a comment\n" ([SB/F/NM] Python) ok 19818 - "!A\tcomment\n" ([RE/F/NM] Python) ok 19819 - "!A\tcomment\n" ([SB/F/NM] Python) ok 19820 - "!Another /* comment\n" ([RE/F/NM] Python) ok 19821 - "!Another /* comment\n" ([SB/F/NM] Python) ok 19822 - "NB\n" ([RE/F/NM] Python) ok 19823 - "NB\n" ([SB/F/NM] Python) ok 19824 - "NBThis is a comment\n" ([RE/F/NM] Python) ok 19825 - "NBThis is a comment\n" ([SB/F/NM] Python) ok 19826 - "NBA\tcomment\n" ([RE/F/NM] Python) ok 19827 - "NBA\tcomment\n" ([SB/F/NM] Python) ok 19828 - "NBAnother /* comment\n" ([RE/F/NM] Python) ok 19829 - "NBAnother /* comment\n" ([SB/F/NM] Python) ok 19830 - "PLEASE NOT\n" ([RE/F/NM] Python) ok 19831 - "PLEASE NOT\n" ([SB/F/NM] Python) ok 19832 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Python) ok 19833 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Python) ok 19834 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Python) ok 19835 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Python) ok 19836 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Python) ok 19837 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Python) ok 19838 - "PLEASE NOT\n" ([RE/F/NM] Python) ok 19839 - "PLEASE NOT\n" ([SB/F/NM] Python) ok 19840 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Python) ok 19841 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Python) ok 19842 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Python) ok 19843 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Python) ok 19844 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Python) ok 19845 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Python) ok 19846 - "PLEASE N'T\n" ([RE/F/NM] Python) ok 19847 - "PLEASE N'T\n" ([SB/F/NM] Python) ok 19848 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Python) ok 19849 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Python) ok 19850 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Python) ok 19851 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Python) ok 19852 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Python) ok 19853 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Python) ok 19854 - "DO NOT\n" ([RE/F/NM] Python) ok 19855 - "DO NOT\n" ([SB/F/NM] Python) ok 19856 - "DO NOTThis is a comment\n" ([RE/F/NM] Python) ok 19857 - "DO NOTThis is a comment\n" ([SB/F/NM] Python) ok 19858 - "DO NOTA\tcomment\n" ([RE/F/NM] Python) ok 19859 - "DO NOTA\tcomment\n" ([SB/F/NM] Python) ok 19860 - "DO NOTAnother /* comment\n" ([RE/F/NM] Python) ok 19861 - "DO NOTAnother /* comment\n" ([SB/F/NM] Python) ok 19862 - "DO N'T\n" ([RE/F/NM] Python) ok 19863 - "DO N'T\n" ([SB/F/NM] Python) ok 19864 - "DO N'TThis is a comment\n" ([RE/F/NM] Python) ok 19865 - "DO N'TThis is a comment\n" ([SB/F/NM] Python) ok 19866 - "DO N'TA\tcomment\n" ([RE/F/NM] Python) ok 19867 - "DO N'TA\tcomment\n" ([SB/F/NM] Python) ok 19868 - "DO N'TAnother /* comment\n" ([RE/F/NM] Python) ok 19869 - "DO N'TAnother /* comment\n" ([SB/F/NM] Python) ok 19870 - "DO NOT\n" ([RE/F/NM] Python) ok 19871 - "DO NOT\n" ([SB/F/NM] Python) ok 19872 - "DO NOTThis is a comment\n" ([RE/F/NM] Python) ok 19873 - "DO NOTThis is a comment\n" ([SB/F/NM] Python) ok 19874 - "DO NOTA\tcomment\n" ([RE/F/NM] Python) ok 19875 - "DO NOTA\tcomment\n" ([SB/F/NM] Python) ok 19876 - "DO NOTAnother /* comment\n" ([RE/F/NM] Python) ok 19877 - "DO NOTAnother /* comment\n" ([SB/F/NM] Python) ok 19878 - "PLEASE DO NOT\n" ([RE/F/NM] Python) ok 19879 - "PLEASE DO NOT\n" ([SB/F/NM] Python) ok 19880 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Python) ok 19881 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Python) ok 19882 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Python) ok 19883 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Python) ok 19884 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Python) ok 19885 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Python) ok 19886 - "PLEASE DO NOT\n" ([RE/F/NM] Python) ok 19887 - "PLEASE DO NOT\n" ([SB/F/NM] Python) ok 19888 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Python) ok 19889 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Python) ok 19890 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Python) ok 19891 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Python) ok 19892 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Python) ok 19893 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Python) ok 19894 - "PLEASE DO N'T\n" ([RE/F/NM] Python) ok 19895 - "PLEASE DO N'T\n" ([SB/F/NM] Python) ok 19896 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Python) ok 19897 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Python) ok 19898 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Python) ok 19899 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Python) ok 19900 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Python) ok 19901 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Python) ok 19902 - "NB.\n" ([RE/F/NM] Python) ok 19903 - "NB.\n" ([SB/F/NM] Python) ok 19904 - "NB.This is a comment\n" ([RE/F/NM] Python) ok 19905 - "NB.This is a comment\n" ([SB/F/NM] Python) ok 19906 - "NB.A\tcomment\n" ([RE/F/NM] Python) ok 19907 - "NB.A\tcomment\n" ([SB/F/NM] Python) ok 19908 - "NB.Another /* comment\n" ([RE/F/NM] Python) ok 19909 - "NB.Another /* comment\n" ([SB/F/NM] Python) ok 19910 - "{}" ([RE/F/NM] Python) ok 19911 - "{}" ([SB/F/NM] Python) ok 19912 - "{This is a comment}" ([RE/F/NM] Python) ok 19913 - "{This is a comment}" ([SB/F/NM] Python) ok 19914 - "{A\tcomment}" ([RE/F/NM] Python) ok 19915 - "{A\tcomment}" ([SB/F/NM] Python) ok 19916 - "{Another /* comment}" ([RE/F/NM] Python) ok 19917 - "{Another /* comment}" ([SB/F/NM] Python) ok 19918 - ".\n" ([RE/F/NM] Python) ok 19919 - ".\n" ([SB/F/NM] Python) ok 19920 - ".This is a comment\n" ([RE/F/NM] Python) ok 19921 - ".This is a comment\n" ([SB/F/NM] Python) ok 19922 - ".A\tcomment\n" ([RE/F/NM] Python) ok 19923 - ".A\tcomment\n" ([SB/F/NM] Python) ok 19924 - ".Another /* comment\n" ([RE/F/NM] Python) ok 19925 - ".Another /* comment\n" ([SB/F/NM] Python) ok 19926 - ";\n" ([RE/F/NM] Python) ok 19927 - ";\n" ([SB/F/NM] Python) ok 19928 - ";This is a comment\n" ([RE/F/NM] Python) ok 19929 - ";This is a comment\n" ([SB/F/NM] Python) ok 19930 - ";A\tcomment\n" ([RE/F/NM] Python) ok 19931 - ";A\tcomment\n" ([SB/F/NM] Python) ok 19932 - ";Another /* comment\n" ([RE/F/NM] Python) ok 19933 - ";Another /* comment\n" ([SB/F/NM] Python) ok 19934 - "`\n" ([RE/F/NM] Python) ok 19935 - "`\n" ([SB/F/NM] Python) ok 19936 - "`This is a comment\n" ([RE/F/NM] Python) ok 19937 - "`This is a comment\n" ([SB/F/NM] Python) ok 19938 - "`A\tcomment\n" ([RE/F/NM] Python) ok 19939 - "`A\tcomment\n" ([SB/F/NM] Python) ok 19940 - "`Another /* comment\n" ([RE/F/NM] Python) ok 19941 - "`Another /* comment\n" ([SB/F/NM] Python) ok 19942 - "--\n" ([RE/F/NM] Python) ok 19943 - "--\n" ([SB/F/NM] Python) ok 19944 - "--This is a comment\n" ([RE/F/NM] Python) ok 19945 - "--This is a comment\n" ([SB/F/NM] Python) ok 19946 - "--A\tcomment\n" ([RE/F/NM] Python) ok 19947 - "--A\tcomment\n" ([SB/F/NM] Python) ok 19948 - "--Another /* comment\n" ([RE/F/NM] Python) ok 19949 - "--Another /* comment\n" ([SB/F/NM] Python) ok 19950 - "---\n" ([RE/F/NM] Python) ok 19951 - "---\n" ([SB/F/NM] Python) ok 19952 - "---This is a comment\n" ([RE/F/NM] Python) ok 19953 - "---This is a comment\n" ([SB/F/NM] Python) ok 19954 - "---A\tcomment\n" ([RE/F/NM] Python) ok 19955 - "---A\tcomment\n" ([SB/F/NM] Python) ok 19956 - "---Another /* comment\n" ([RE/F/NM] Python) ok 19957 - "---Another /* comment\n" ([SB/F/NM] Python) ok 19958 - "-----\n" ([RE/F/NM] Python) ok 19959 - "-----\n" ([SB/F/NM] Python) ok 19960 - "-----This is a comment\n" ([RE/F/NM] Python) ok 19961 - "-----This is a comment\n" ([SB/F/NM] Python) ok 19962 - "-----A\tcomment\n" ([RE/F/NM] Python) ok 19963 - "-----A\tcomment\n" ([SB/F/NM] Python) ok 19964 - "-----Another /* comment\n" ([RE/F/NM] Python) ok 19965 - "-----Another /* comment\n" ([SB/F/NM] Python) ok 19966 - "\\"\n" ([RE/F/NM] Python) ok 19967 - "\\"\n" ([SB/F/NM] Python) ok 19968 - "\\"This is a comment\n" ([RE/F/NM] Python) ok 19969 - "\\"This is a comment\n" ([SB/F/NM] Python) ok 19970 - "\\"A\tcomment\n" ([RE/F/NM] Python) ok 19971 - "\\"A\tcomment\n" ([SB/F/NM] Python) ok 19972 - "\\"Another /* comment\n" ([RE/F/NM] Python) ok 19973 - "\\"Another /* comment\n" ([SB/F/NM] Python) ok 19974 - ""\n" ([RE/F/NM] Python) ok 19975 - ""\n" ([SB/F/NM] Python) ok 19976 - ""This is a comment\n" ([RE/F/NM] Python) ok 19977 - ""This is a comment\n" ([SB/F/NM] Python) ok 19978 - ""A\tcomment\n" ([RE/F/NM] Python) ok 19979 - ""A\tcomment\n" ([SB/F/NM] Python) ok 19980 - ""Another /* comment\n" ([RE/F/NM] Python) ok 19981 - ""Another /* comment\n" ([SB/F/NM] Python) ok 19982 - "'\n" ([RE/F/NM] Python) ok 19983 - "'\n" ([SB/F/NM] Python) ok 19984 - "'This is a comment\n" ([RE/F/NM] Python) ok 19985 - "'This is a comment\n" ([SB/F/NM] Python) ok 19986 - "'A\tcomment\n" ([RE/F/NM] Python) ok 19987 - "'A\tcomment\n" ([SB/F/NM] Python) ok 19988 - "'Another /* comment\n" ([RE/F/NM] Python) ok 19989 - "'Another /* comment\n" ([SB/F/NM] Python) ok 19990 - "#\n" ([RE/P/MT] QML) ok 19991 - "#\n" ([OM/P/MT] QML) ok 19992 - "#\n" ([OS/P/MT] QML) ok 19993 - "#\n" ([SB/P/MT] QML) ok 19994 - "#\n" ([KP/P/MT] QML) ok 19995 - "#This is a comment\n" ([RE/P/MT] QML) ok 19996 - "#This is a comment\n" ([OM/P/MT] QML) ok 19997 - "#This is a comment\n" ([OS/P/MT] QML) ok 19998 - "#This is a comment\n" ([SB/P/MT] QML) ok 19999 - "#This is a comment\n" ([KP/P/MT] QML) ok 20000 - "#A\tcomment\n" ([RE/P/MT] QML) ok 20001 - "#A\tcomment\n" ([OM/P/MT] QML) ok 20002 - "#A\tcomment\n" ([OS/P/MT] QML) ok 20003 - "#A\tcomment\n" ([SB/P/MT] QML) ok 20004 - "#A\tcomment\n" ([KP/P/MT] QML) ok 20005 - "#Another /* comment\n" ([RE/P/MT] QML) ok 20006 - "#Another /* comment\n" ([OM/P/MT] QML) ok 20007 - "#Another /* comment\n" ([OS/P/MT] QML) ok 20008 - "#Another /* comment\n" ([SB/P/MT] QML) ok 20009 - "#Another /* comment\n" ([KP/P/MT] QML) ok 20010 - "\\" ([RE/F/NM] QML) ok 20011 - "\\" ([SB/F/NM] QML) ok 20012 - "\\This is a comment" ([RE/F/NM] QML) ok 20013 - "\\This is a comment" ([SB/F/NM] QML) ok 20014 - "\\A\tcomment" ([RE/F/NM] QML) ok 20015 - "\\A\tcomment" ([SB/F/NM] QML) ok 20016 - "\\Another /* comment" ([RE/F/NM] QML) ok 20017 - "\\Another /* comment" ([SB/F/NM] QML) ok 20018 - "\n" ([RE/F/NM] QML) ok 20019 - "\n" ([SB/F/NM] QML) ok 20020 - "This is a comment\n" ([RE/F/NM] QML) ok 20021 - "This is a comment\n" ([SB/F/NM] QML) ok 20022 - "A\tcomment\n" ([RE/F/NM] QML) ok 20023 - "A\tcomment\n" ([SB/F/NM] QML) ok 20024 - "Another /* comment\n" ([RE/F/NM] QML) ok 20025 - "Another /* comment\n" ([SB/F/NM] QML) ok 20026 - "#" ([RE/F/NM] QML) ok 20027 - "#" ([SB/F/NM] QML) ok 20028 - "#This is a comment" ([RE/F/NM] QML) ok 20029 - "#This is a comment" ([SB/F/NM] QML) ok 20030 - "#A\tcomment" ([RE/F/NM] QML) ok 20031 - "#A\tcomment" ([SB/F/NM] QML) ok 20032 - "#Another /* comment" ([RE/F/NM] QML) ok 20033 - "#Another /* comment" ([SB/F/NM] QML) ok 20034 - "\n" ([RE/F/NM] QML) ok 20035 - "\n" ([SB/F/NM] QML) ok 20036 - "This is a comment\n" ([RE/F/NM] QML) ok 20037 - "This is a comment\n" ([SB/F/NM] QML) ok 20038 - "A\tcomment\n" ([RE/F/NM] QML) ok 20039 - "A\tcomment\n" ([SB/F/NM] QML) ok 20040 - "Another /* comment\n" ([RE/F/NM] QML) ok 20041 - "Another /* comment\n" ([SB/F/NM] QML) ok 20042 - "//" ([RE/F/NM] QML) ok 20043 - "//" ([SB/F/NM] QML) ok 20044 - "//This is a comment" ([RE/F/NM] QML) ok 20045 - "//This is a comment" ([SB/F/NM] QML) ok 20046 - "//A\tcomment" ([RE/F/NM] QML) ok 20047 - "//A\tcomment" ([SB/F/NM] QML) ok 20048 - "//Another /* comment" ([RE/F/NM] QML) ok 20049 - "//Another /* comment" ([SB/F/NM] QML) ok 20050 - "\n" ([RE/F/NM] QML) ok 20051 - "\n" ([SB/F/NM] QML) ok 20052 - "This is a comment\n" ([RE/F/NM] QML) ok 20053 - "This is a comment\n" ([SB/F/NM] QML) ok 20054 - "A\tcomment\n" ([RE/F/NM] QML) ok 20055 - "A\tcomment\n" ([SB/F/NM] QML) ok 20056 - "Another /* comment\n" ([RE/F/NM] QML) ok 20057 - "Another /* comment\n" ([SB/F/NM] QML) ok 20058 - "--" ([RE/F/NM] QML) ok 20059 - "--" ([SB/F/NM] QML) ok 20060 - "--This is a comment" ([RE/F/NM] QML) ok 20061 - "--This is a comment" ([SB/F/NM] QML) ok 20062 - "--A\tcomment" ([RE/F/NM] QML) ok 20063 - "--A\tcomment" ([SB/F/NM] QML) ok 20064 - "--Another /* comment" ([RE/F/NM] QML) ok 20065 - "--Another /* comment" ([SB/F/NM] QML) ok 20066 - "\n" ([RE/F/NM] QML) ok 20067 - "\n" ([SB/F/NM] QML) ok 20068 - "This is a comment\n" ([RE/F/NM] QML) ok 20069 - "This is a comment\n" ([SB/F/NM] QML) ok 20070 - "A\tcomment\n" ([RE/F/NM] QML) ok 20071 - "A\tcomment\n" ([SB/F/NM] QML) ok 20072 - "Another /* comment\n" ([RE/F/NM] QML) ok 20073 - "Another /* comment\n" ([SB/F/NM] QML) ok 20074 - ";" ([RE/F/NM] QML) ok 20075 - ";" ([SB/F/NM] QML) ok 20076 - ";This is a comment" ([RE/F/NM] QML) ok 20077 - ";This is a comment" ([SB/F/NM] QML) ok 20078 - ";A\tcomment" ([RE/F/NM] QML) ok 20079 - ";A\tcomment" ([SB/F/NM] QML) ok 20080 - ";Another /* comment" ([RE/F/NM] QML) ok 20081 - ";Another /* comment" ([SB/F/NM] QML) ok 20082 - "\n" ([RE/F/NM] QML) ok 20083 - "\n" ([SB/F/NM] QML) ok 20084 - "This is a comment\n" ([RE/F/NM] QML) ok 20085 - "This is a comment\n" ([SB/F/NM] QML) ok 20086 - "A\tcomment\n" ([RE/F/NM] QML) ok 20087 - "A\tcomment\n" ([SB/F/NM] QML) ok 20088 - "Another /* comment\n" ([RE/F/NM] QML) ok 20089 - "Another /* comment\n" ([SB/F/NM] QML) ok 20090 - "#" ([RE/F/NM] QML) ok 20091 - "#" ([SB/F/NM] QML) ok 20092 - "#This is a comment" ([RE/F/NM] QML) ok 20093 - "#This is a comment" ([SB/F/NM] QML) ok 20094 - "#A\tcomment" ([RE/F/NM] QML) ok 20095 - "#A\tcomment" ([SB/F/NM] QML) ok 20096 - "#Another /* comment" ([RE/F/NM] QML) ok 20097 - "#Another /* comment" ([SB/F/NM] QML) ok 20098 - "\n" ([RE/F/NM] QML) ok 20099 - "\n" ([SB/F/NM] QML) ok 20100 - "This is a comment\n" ([RE/F/NM] QML) ok 20101 - "This is a comment\n" ([SB/F/NM] QML) ok 20102 - "A\tcomment\n" ([RE/F/NM] QML) ok 20103 - "A\tcomment\n" ([SB/F/NM] QML) ok 20104 - "Another /* comment\n" ([RE/F/NM] QML) ok 20105 - "Another /* comment\n" ([SB/F/NM] QML) ok 20106 - "*" ([RE/F/NM] QML) ok 20107 - "*" ([SB/F/NM] QML) ok 20108 - "*This is a comment" ([RE/F/NM] QML) ok 20109 - "*This is a comment" ([SB/F/NM] QML) ok 20110 - "*A\tcomment" ([RE/F/NM] QML) ok 20111 - "*A\tcomment" ([SB/F/NM] QML) ok 20112 - "*Another /* comment" ([RE/F/NM] QML) ok 20113 - "*Another /* comment" ([SB/F/NM] QML) ok 20114 - "\n" ([RE/F/NM] QML) ok 20115 - "\n" ([SB/F/NM] QML) ok 20116 - "This is a comment\n" ([RE/F/NM] QML) ok 20117 - "This is a comment\n" ([SB/F/NM] QML) ok 20118 - "A\tcomment\n" ([RE/F/NM] QML) ok 20119 - "A\tcomment\n" ([SB/F/NM] QML) ok 20120 - "Another /* comment\n" ([RE/F/NM] QML) ok 20121 - "Another /* comment\n" ([SB/F/NM] QML) ok 20122 - "!" ([RE/F/NM] QML) ok 20123 - "!" ([SB/F/NM] QML) ok 20124 - "!This is a comment" ([RE/F/NM] QML) ok 20125 - "!This is a comment" ([SB/F/NM] QML) ok 20126 - "!A\tcomment" ([RE/F/NM] QML) ok 20127 - "!A\tcomment" ([SB/F/NM] QML) ok 20128 - "!Another /* comment" ([RE/F/NM] QML) ok 20129 - "!Another /* comment" ([SB/F/NM] QML) ok 20130 - "\n" ([RE/F/NM] QML) ok 20131 - "\n" ([SB/F/NM] QML) ok 20132 - "This is a comment\n" ([RE/F/NM] QML) ok 20133 - "This is a comment\n" ([SB/F/NM] QML) ok 20134 - "A\tcomment\n" ([RE/F/NM] QML) ok 20135 - "A\tcomment\n" ([SB/F/NM] QML) ok 20136 - "Another /* comment\n" ([RE/F/NM] QML) ok 20137 - "Another /* comment\n" ([SB/F/NM] QML) ok 20138 - "REM" ([RE/F/NM] QML) ok 20139 - "REM" ([SB/F/NM] QML) ok 20140 - "REMThis is a comment" ([RE/F/NM] QML) ok 20141 - "REMThis is a comment" ([SB/F/NM] QML) ok 20142 - "REMA\tcomment" ([RE/F/NM] QML) ok 20143 - "REMA\tcomment" ([SB/F/NM] QML) ok 20144 - "REMAnother /* comment" ([RE/F/NM] QML) ok 20145 - "REMAnother /* comment" ([SB/F/NM] QML) ok 20146 - "\n" ([RE/F/NM] QML) ok 20147 - "\n" ([SB/F/NM] QML) ok 20148 - "This is a comment\n" ([RE/F/NM] QML) ok 20149 - "This is a comment\n" ([SB/F/NM] QML) ok 20150 - "A\tcomment\n" ([RE/F/NM] QML) ok 20151 - "A\tcomment\n" ([SB/F/NM] QML) ok 20152 - "Another /* comment\n" ([RE/F/NM] QML) ok 20153 - "Another /* comment\n" ([SB/F/NM] QML) ok 20154 - "//" ([RE/F/NM] QML) ok 20155 - "//" ([SB/F/NM] QML) ok 20156 - "//This is a comment" ([RE/F/NM] QML) ok 20157 - "//This is a comment" ([SB/F/NM] QML) ok 20158 - "//A\tcomment" ([RE/F/NM] QML) ok 20159 - "//A\tcomment" ([SB/F/NM] QML) ok 20160 - "//Another /* comment" ([RE/F/NM] QML) ok 20161 - "//Another /* comment" ([SB/F/NM] QML) ok 20162 - "\n" ([RE/F/NM] QML) ok 20163 - "\n" ([SB/F/NM] QML) ok 20164 - "This is a comment\n" ([RE/F/NM] QML) ok 20165 - "This is a comment\n" ([SB/F/NM] QML) ok 20166 - "A\tcomment\n" ([RE/F/NM] QML) ok 20167 - "A\tcomment\n" ([SB/F/NM] QML) ok 20168 - "Another /* comment\n" ([RE/F/NM] QML) ok 20169 - "Another /* comment\n" ([SB/F/NM] QML) ok 20170 - "%" ([RE/F/NM] QML) ok 20171 - "%" ([SB/F/NM] QML) ok 20172 - "%This is a comment" ([RE/F/NM] QML) ok 20173 - "%This is a comment" ([SB/F/NM] QML) ok 20174 - "%A\tcomment" ([RE/F/NM] QML) ok 20175 - "%A\tcomment" ([SB/F/NM] QML) ok 20176 - "%Another /* comment" ([RE/F/NM] QML) ok 20177 - "%Another /* comment" ([SB/F/NM] QML) ok 20178 - "\n" ([RE/F/NM] QML) ok 20179 - "\n" ([SB/F/NM] QML) ok 20180 - "This is a comment\n" ([RE/F/NM] QML) ok 20181 - "This is a comment\n" ([SB/F/NM] QML) ok 20182 - "A\tcomment\n" ([RE/F/NM] QML) ok 20183 - "A\tcomment\n" ([SB/F/NM] QML) ok 20184 - "Another /* comment\n" ([RE/F/NM] QML) ok 20185 - "Another /* comment\n" ([SB/F/NM] QML) ok 20186 - "!" ([RE/F/NM] QML) ok 20187 - "!" ([SB/F/NM] QML) ok 20188 - "!This is a comment" ([RE/F/NM] QML) ok 20189 - "!This is a comment" ([SB/F/NM] QML) ok 20190 - "!A\tcomment" ([RE/F/NM] QML) ok 20191 - "!A\tcomment" ([SB/F/NM] QML) ok 20192 - "!Another /* comment" ([RE/F/NM] QML) ok 20193 - "!Another /* comment" ([SB/F/NM] QML) ok 20194 - "\n" ([RE/F/NM] QML) ok 20195 - "\n" ([SB/F/NM] QML) ok 20196 - "This is a comment\n" ([RE/F/NM] QML) ok 20197 - "This is a comment\n" ([SB/F/NM] QML) ok 20198 - "A\tcomment\n" ([RE/F/NM] QML) ok 20199 - "A\tcomment\n" ([SB/F/NM] QML) ok 20200 - "Another /* comment\n" ([RE/F/NM] QML) ok 20201 - "Another /* comment\n" ([SB/F/NM] QML) ok 20202 - "NB" ([RE/F/NM] QML) ok 20203 - "NB" ([SB/F/NM] QML) ok 20204 - "NBThis is a comment" ([RE/F/NM] QML) ok 20205 - "NBThis is a comment" ([SB/F/NM] QML) ok 20206 - "NBA\tcomment" ([RE/F/NM] QML) ok 20207 - "NBA\tcomment" ([SB/F/NM] QML) ok 20208 - "NBAnother /* comment" ([RE/F/NM] QML) ok 20209 - "NBAnother /* comment" ([SB/F/NM] QML) ok 20210 - "\n" ([RE/F/NM] QML) ok 20211 - "\n" ([SB/F/NM] QML) ok 20212 - "This is a comment\n" ([RE/F/NM] QML) ok 20213 - "This is a comment\n" ([SB/F/NM] QML) ok 20214 - "A\tcomment\n" ([RE/F/NM] QML) ok 20215 - "A\tcomment\n" ([SB/F/NM] QML) ok 20216 - "Another /* comment\n" ([RE/F/NM] QML) ok 20217 - "Another /* comment\n" ([SB/F/NM] QML) ok 20218 - "PLEASE NOT" ([RE/F/NM] QML) ok 20219 - "PLEASE NOT" ([SB/F/NM] QML) ok 20220 - "PLEASE NOTThis is a comment" ([RE/F/NM] QML) ok 20221 - "PLEASE NOTThis is a comment" ([SB/F/NM] QML) ok 20222 - "PLEASE NOTA\tcomment" ([RE/F/NM] QML) ok 20223 - "PLEASE NOTA\tcomment" ([SB/F/NM] QML) ok 20224 - "PLEASE NOTAnother /* comment" ([RE/F/NM] QML) ok 20225 - "PLEASE NOTAnother /* comment" ([SB/F/NM] QML) ok 20226 - "\n" ([RE/F/NM] QML) ok 20227 - "\n" ([SB/F/NM] QML) ok 20228 - "This is a comment\n" ([RE/F/NM] QML) ok 20229 - "This is a comment\n" ([SB/F/NM] QML) ok 20230 - "A\tcomment\n" ([RE/F/NM] QML) ok 20231 - "A\tcomment\n" ([SB/F/NM] QML) ok 20232 - "Another /* comment\n" ([RE/F/NM] QML) ok 20233 - "Another /* comment\n" ([SB/F/NM] QML) ok 20234 - "PLEASE NOT" ([RE/F/NM] QML) ok 20235 - "PLEASE NOT" ([SB/F/NM] QML) ok 20236 - "PLEASE NOTThis is a comment" ([RE/F/NM] QML) ok 20237 - "PLEASE NOTThis is a comment" ([SB/F/NM] QML) ok 20238 - "PLEASE NOTA\tcomment" ([RE/F/NM] QML) ok 20239 - "PLEASE NOTA\tcomment" ([SB/F/NM] QML) ok 20240 - "PLEASE NOTAnother /* comment" ([RE/F/NM] QML) ok 20241 - "PLEASE NOTAnother /* comment" ([SB/F/NM] QML) ok 20242 - "\n" ([RE/F/NM] QML) ok 20243 - "\n" ([SB/F/NM] QML) ok 20244 - "This is a comment\n" ([RE/F/NM] QML) ok 20245 - "This is a comment\n" ([SB/F/NM] QML) ok 20246 - "A\tcomment\n" ([RE/F/NM] QML) ok 20247 - "A\tcomment\n" ([SB/F/NM] QML) ok 20248 - "Another /* comment\n" ([RE/F/NM] QML) ok 20249 - "Another /* comment\n" ([SB/F/NM] QML) ok 20250 - "PLEASE N'T" ([RE/F/NM] QML) ok 20251 - "PLEASE N'T" ([SB/F/NM] QML) ok 20252 - "PLEASE N'TThis is a comment" ([RE/F/NM] QML) ok 20253 - "PLEASE N'TThis is a comment" ([SB/F/NM] QML) ok 20254 - "PLEASE N'TA\tcomment" ([RE/F/NM] QML) ok 20255 - "PLEASE N'TA\tcomment" ([SB/F/NM] QML) ok 20256 - "PLEASE N'TAnother /* comment" ([RE/F/NM] QML) ok 20257 - "PLEASE N'TAnother /* comment" ([SB/F/NM] QML) ok 20258 - "\n" ([RE/F/NM] QML) ok 20259 - "\n" ([SB/F/NM] QML) ok 20260 - "This is a comment\n" ([RE/F/NM] QML) ok 20261 - "This is a comment\n" ([SB/F/NM] QML) ok 20262 - "A\tcomment\n" ([RE/F/NM] QML) ok 20263 - "A\tcomment\n" ([SB/F/NM] QML) ok 20264 - "Another /* comment\n" ([RE/F/NM] QML) ok 20265 - "Another /* comment\n" ([SB/F/NM] QML) ok 20266 - "DO NOT" ([RE/F/NM] QML) ok 20267 - "DO NOT" ([SB/F/NM] QML) ok 20268 - "DO NOTThis is a comment" ([RE/F/NM] QML) ok 20269 - "DO NOTThis is a comment" ([SB/F/NM] QML) ok 20270 - "DO NOTA\tcomment" ([RE/F/NM] QML) ok 20271 - "DO NOTA\tcomment" ([SB/F/NM] QML) ok 20272 - "DO NOTAnother /* comment" ([RE/F/NM] QML) ok 20273 - "DO NOTAnother /* comment" ([SB/F/NM] QML) ok 20274 - "\n" ([RE/F/NM] QML) ok 20275 - "\n" ([SB/F/NM] QML) ok 20276 - "This is a comment\n" ([RE/F/NM] QML) ok 20277 - "This is a comment\n" ([SB/F/NM] QML) ok 20278 - "A\tcomment\n" ([RE/F/NM] QML) ok 20279 - "A\tcomment\n" ([SB/F/NM] QML) ok 20280 - "Another /* comment\n" ([RE/F/NM] QML) ok 20281 - "Another /* comment\n" ([SB/F/NM] QML) ok 20282 - "DO N'T" ([RE/F/NM] QML) ok 20283 - "DO N'T" ([SB/F/NM] QML) ok 20284 - "DO N'TThis is a comment" ([RE/F/NM] QML) ok 20285 - "DO N'TThis is a comment" ([SB/F/NM] QML) ok 20286 - "DO N'TA\tcomment" ([RE/F/NM] QML) ok 20287 - "DO N'TA\tcomment" ([SB/F/NM] QML) ok 20288 - "DO N'TAnother /* comment" ([RE/F/NM] QML) ok 20289 - "DO N'TAnother /* comment" ([SB/F/NM] QML) ok 20290 - "\n" ([RE/F/NM] QML) ok 20291 - "\n" ([SB/F/NM] QML) ok 20292 - "This is a comment\n" ([RE/F/NM] QML) ok 20293 - "This is a comment\n" ([SB/F/NM] QML) ok 20294 - "A\tcomment\n" ([RE/F/NM] QML) ok 20295 - "A\tcomment\n" ([SB/F/NM] QML) ok 20296 - "Another /* comment\n" ([RE/F/NM] QML) ok 20297 - "Another /* comment\n" ([SB/F/NM] QML) ok 20298 - "DO NOT" ([RE/F/NM] QML) ok 20299 - "DO NOT" ([SB/F/NM] QML) ok 20300 - "DO NOTThis is a comment" ([RE/F/NM] QML) ok 20301 - "DO NOTThis is a comment" ([SB/F/NM] QML) ok 20302 - "DO NOTA\tcomment" ([RE/F/NM] QML) ok 20303 - "DO NOTA\tcomment" ([SB/F/NM] QML) ok 20304 - "DO NOTAnother /* comment" ([RE/F/NM] QML) ok 20305 - "DO NOTAnother /* comment" ([SB/F/NM] QML) ok 20306 - "\n" ([RE/F/NM] QML) ok 20307 - "\n" ([SB/F/NM] QML) ok 20308 - "This is a comment\n" ([RE/F/NM] QML) ok 20309 - "This is a comment\n" ([SB/F/NM] QML) ok 20310 - "A\tcomment\n" ([RE/F/NM] QML) ok 20311 - "A\tcomment\n" ([SB/F/NM] QML) ok 20312 - "Another /* comment\n" ([RE/F/NM] QML) ok 20313 - "Another /* comment\n" ([SB/F/NM] QML) ok 20314 - "PLEASE DO NOT" ([RE/F/NM] QML) ok 20315 - "PLEASE DO NOT" ([SB/F/NM] QML) ok 20316 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] QML) ok 20317 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] QML) ok 20318 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] QML) ok 20319 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] QML) ok 20320 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] QML) ok 20321 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] QML) ok 20322 - "\n" ([RE/F/NM] QML) ok 20323 - "\n" ([SB/F/NM] QML) ok 20324 - "This is a comment\n" ([RE/F/NM] QML) ok 20325 - "This is a comment\n" ([SB/F/NM] QML) ok 20326 - "A\tcomment\n" ([RE/F/NM] QML) ok 20327 - "A\tcomment\n" ([SB/F/NM] QML) ok 20328 - "Another /* comment\n" ([RE/F/NM] QML) ok 20329 - "Another /* comment\n" ([SB/F/NM] QML) ok 20330 - "PLEASE DO NOT" ([RE/F/NM] QML) ok 20331 - "PLEASE DO NOT" ([SB/F/NM] QML) ok 20332 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] QML) ok 20333 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] QML) ok 20334 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] QML) ok 20335 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] QML) ok 20336 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] QML) ok 20337 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] QML) ok 20338 - "\n" ([RE/F/NM] QML) ok 20339 - "\n" ([SB/F/NM] QML) ok 20340 - "This is a comment\n" ([RE/F/NM] QML) ok 20341 - "This is a comment\n" ([SB/F/NM] QML) ok 20342 - "A\tcomment\n" ([RE/F/NM] QML) ok 20343 - "A\tcomment\n" ([SB/F/NM] QML) ok 20344 - "Another /* comment\n" ([RE/F/NM] QML) ok 20345 - "Another /* comment\n" ([SB/F/NM] QML) ok 20346 - "PLEASE DO N'T" ([RE/F/NM] QML) ok 20347 - "PLEASE DO N'T" ([SB/F/NM] QML) ok 20348 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] QML) ok 20349 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] QML) ok 20350 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] QML) ok 20351 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] QML) ok 20352 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] QML) ok 20353 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] QML) ok 20354 - "\n" ([RE/F/NM] QML) ok 20355 - "\n" ([SB/F/NM] QML) ok 20356 - "This is a comment\n" ([RE/F/NM] QML) ok 20357 - "This is a comment\n" ([SB/F/NM] QML) ok 20358 - "A\tcomment\n" ([RE/F/NM] QML) ok 20359 - "A\tcomment\n" ([SB/F/NM] QML) ok 20360 - "Another /* comment\n" ([RE/F/NM] QML) ok 20361 - "Another /* comment\n" ([SB/F/NM] QML) ok 20362 - "NB." ([RE/F/NM] QML) ok 20363 - "NB." ([SB/F/NM] QML) ok 20364 - "NB.This is a comment" ([RE/F/NM] QML) ok 20365 - "NB.This is a comment" ([SB/F/NM] QML) ok 20366 - "NB.A\tcomment" ([RE/F/NM] QML) ok 20367 - "NB.A\tcomment" ([SB/F/NM] QML) ok 20368 - "NB.Another /* comment" ([RE/F/NM] QML) ok 20369 - "NB.Another /* comment" ([SB/F/NM] QML) ok 20370 - "\n" ([RE/F/NM] QML) ok 20371 - "\n" ([SB/F/NM] QML) ok 20372 - "This is a comment\n" ([RE/F/NM] QML) ok 20373 - "This is a comment\n" ([SB/F/NM] QML) ok 20374 - "A\tcomment\n" ([RE/F/NM] QML) ok 20375 - "A\tcomment\n" ([SB/F/NM] QML) ok 20376 - "Another /* comment\n" ([RE/F/NM] QML) ok 20377 - "Another /* comment\n" ([SB/F/NM] QML) ok 20378 - "{" ([RE/F/NM] QML) ok 20379 - "{" ([SB/F/NM] QML) ok 20380 - "{This is a comment" ([RE/F/NM] QML) ok 20381 - "{This is a comment" ([SB/F/NM] QML) ok 20382 - "{A\tcomment" ([RE/F/NM] QML) ok 20383 - "{A\tcomment" ([SB/F/NM] QML) ok 20384 - "{Another /* comment" ([RE/F/NM] QML) ok 20385 - "{Another /* comment" ([SB/F/NM] QML) ok 20386 - "}" ([RE/F/NM] QML) ok 20387 - "}" ([SB/F/NM] QML) ok 20388 - "This is a comment}" ([RE/F/NM] QML) ok 20389 - "This is a comment}" ([SB/F/NM] QML) ok 20390 - "A\tcomment}" ([RE/F/NM] QML) ok 20391 - "A\tcomment}" ([SB/F/NM] QML) ok 20392 - "Another /* comment}" ([RE/F/NM] QML) ok 20393 - "Another /* comment}" ([SB/F/NM] QML) ok 20394 - "." ([RE/F/NM] QML) ok 20395 - "." ([SB/F/NM] QML) ok 20396 - ".This is a comment" ([RE/F/NM] QML) ok 20397 - ".This is a comment" ([SB/F/NM] QML) ok 20398 - ".A\tcomment" ([RE/F/NM] QML) ok 20399 - ".A\tcomment" ([SB/F/NM] QML) ok 20400 - ".Another /* comment" ([RE/F/NM] QML) ok 20401 - ".Another /* comment" ([SB/F/NM] QML) ok 20402 - "\n" ([RE/F/NM] QML) ok 20403 - "\n" ([SB/F/NM] QML) ok 20404 - "This is a comment\n" ([RE/F/NM] QML) ok 20405 - "This is a comment\n" ([SB/F/NM] QML) ok 20406 - "A\tcomment\n" ([RE/F/NM] QML) ok 20407 - "A\tcomment\n" ([SB/F/NM] QML) ok 20408 - "Another /* comment\n" ([RE/F/NM] QML) ok 20409 - "Another /* comment\n" ([SB/F/NM] QML) ok 20410 - ";" ([RE/F/NM] QML) ok 20411 - ";" ([SB/F/NM] QML) ok 20412 - ";This is a comment" ([RE/F/NM] QML) ok 20413 - ";This is a comment" ([SB/F/NM] QML) ok 20414 - ";A\tcomment" ([RE/F/NM] QML) ok 20415 - ";A\tcomment" ([SB/F/NM] QML) ok 20416 - ";Another /* comment" ([RE/F/NM] QML) ok 20417 - ";Another /* comment" ([SB/F/NM] QML) ok 20418 - "\n" ([RE/F/NM] QML) ok 20419 - "\n" ([SB/F/NM] QML) ok 20420 - "This is a comment\n" ([RE/F/NM] QML) ok 20421 - "This is a comment\n" ([SB/F/NM] QML) ok 20422 - "A\tcomment\n" ([RE/F/NM] QML) ok 20423 - "A\tcomment\n" ([SB/F/NM] QML) ok 20424 - "Another /* comment\n" ([RE/F/NM] QML) ok 20425 - "Another /* comment\n" ([SB/F/NM] QML) ok 20426 - "`" ([RE/F/NM] QML) ok 20427 - "`" ([SB/F/NM] QML) ok 20428 - "`This is a comment" ([RE/F/NM] QML) ok 20429 - "`This is a comment" ([SB/F/NM] QML) ok 20430 - "`A\tcomment" ([RE/F/NM] QML) ok 20431 - "`A\tcomment" ([SB/F/NM] QML) ok 20432 - "`Another /* comment" ([RE/F/NM] QML) ok 20433 - "`Another /* comment" ([SB/F/NM] QML) ok 20434 - "\n" ([RE/F/NM] QML) ok 20435 - "\n" ([SB/F/NM] QML) ok 20436 - "This is a comment\n" ([RE/F/NM] QML) ok 20437 - "This is a comment\n" ([SB/F/NM] QML) ok 20438 - "A\tcomment\n" ([RE/F/NM] QML) ok 20439 - "A\tcomment\n" ([SB/F/NM] QML) ok 20440 - "Another /* comment\n" ([RE/F/NM] QML) ok 20441 - "Another /* comment\n" ([SB/F/NM] QML) ok 20442 - "--" ([RE/F/NM] QML) ok 20443 - "--" ([SB/F/NM] QML) ok 20444 - "--This is a comment" ([RE/F/NM] QML) ok 20445 - "--This is a comment" ([SB/F/NM] QML) ok 20446 - "--A\tcomment" ([RE/F/NM] QML) ok 20447 - "--A\tcomment" ([SB/F/NM] QML) ok 20448 - "--Another /* comment" ([RE/F/NM] QML) ok 20449 - "--Another /* comment" ([SB/F/NM] QML) ok 20450 - "\n" ([RE/F/NM] QML) ok 20451 - "\n" ([SB/F/NM] QML) ok 20452 - "This is a comment\n" ([RE/F/NM] QML) ok 20453 - "This is a comment\n" ([SB/F/NM] QML) ok 20454 - "A\tcomment\n" ([RE/F/NM] QML) ok 20455 - "A\tcomment\n" ([SB/F/NM] QML) ok 20456 - "Another /* comment\n" ([RE/F/NM] QML) ok 20457 - "Another /* comment\n" ([SB/F/NM] QML) ok 20458 - "---" ([RE/F/NM] QML) ok 20459 - "---" ([SB/F/NM] QML) ok 20460 - "---This is a comment" ([RE/F/NM] QML) ok 20461 - "---This is a comment" ([SB/F/NM] QML) ok 20462 - "---A\tcomment" ([RE/F/NM] QML) ok 20463 - "---A\tcomment" ([SB/F/NM] QML) ok 20464 - "---Another /* comment" ([RE/F/NM] QML) ok 20465 - "---Another /* comment" ([SB/F/NM] QML) ok 20466 - "\n" ([RE/F/NM] QML) ok 20467 - "\n" ([SB/F/NM] QML) ok 20468 - "This is a comment\n" ([RE/F/NM] QML) ok 20469 - "This is a comment\n" ([SB/F/NM] QML) ok 20470 - "A\tcomment\n" ([RE/F/NM] QML) ok 20471 - "A\tcomment\n" ([SB/F/NM] QML) ok 20472 - "Another /* comment\n" ([RE/F/NM] QML) ok 20473 - "Another /* comment\n" ([SB/F/NM] QML) ok 20474 - "-----" ([RE/F/NM] QML) ok 20475 - "-----" ([SB/F/NM] QML) ok 20476 - "-----This is a comment" ([RE/F/NM] QML) ok 20477 - "-----This is a comment" ([SB/F/NM] QML) ok 20478 - "-----A\tcomment" ([RE/F/NM] QML) ok 20479 - "-----A\tcomment" ([SB/F/NM] QML) ok 20480 - "-----Another /* comment" ([RE/F/NM] QML) ok 20481 - "-----Another /* comment" ([SB/F/NM] QML) ok 20482 - "\n" ([RE/F/NM] QML) ok 20483 - "\n" ([SB/F/NM] QML) ok 20484 - "This is a comment\n" ([RE/F/NM] QML) ok 20485 - "This is a comment\n" ([SB/F/NM] QML) ok 20486 - "A\tcomment\n" ([RE/F/NM] QML) ok 20487 - "A\tcomment\n" ([SB/F/NM] QML) ok 20488 - "Another /* comment\n" ([RE/F/NM] QML) ok 20489 - "Another /* comment\n" ([SB/F/NM] QML) ok 20490 - "\\"" ([RE/F/NM] QML) ok 20491 - "\\"" ([SB/F/NM] QML) ok 20492 - "\\"This is a comment" ([RE/F/NM] QML) ok 20493 - "\\"This is a comment" ([SB/F/NM] QML) ok 20494 - "\\"A\tcomment" ([RE/F/NM] QML) ok 20495 - "\\"A\tcomment" ([SB/F/NM] QML) ok 20496 - "\\"Another /* comment" ([RE/F/NM] QML) ok 20497 - "\\"Another /* comment" ([SB/F/NM] QML) ok 20498 - "\n" ([RE/F/NM] QML) ok 20499 - "\n" ([SB/F/NM] QML) ok 20500 - "This is a comment\n" ([RE/F/NM] QML) ok 20501 - "This is a comment\n" ([SB/F/NM] QML) ok 20502 - "A\tcomment\n" ([RE/F/NM] QML) ok 20503 - "A\tcomment\n" ([SB/F/NM] QML) ok 20504 - "Another /* comment\n" ([RE/F/NM] QML) ok 20505 - "Another /* comment\n" ([SB/F/NM] QML) ok 20506 - """ ([RE/F/NM] QML) ok 20507 - """ ([SB/F/NM] QML) ok 20508 - ""This is a comment" ([RE/F/NM] QML) ok 20509 - ""This is a comment" ([SB/F/NM] QML) ok 20510 - ""A\tcomment" ([RE/F/NM] QML) ok 20511 - ""A\tcomment" ([SB/F/NM] QML) ok 20512 - ""Another /* comment" ([RE/F/NM] QML) ok 20513 - ""Another /* comment" ([SB/F/NM] QML) ok 20514 - "\n" ([RE/F/NM] QML) ok 20515 - "\n" ([SB/F/NM] QML) ok 20516 - "This is a comment\n" ([RE/F/NM] QML) ok 20517 - "This is a comment\n" ([SB/F/NM] QML) ok 20518 - "A\tcomment\n" ([RE/F/NM] QML) ok 20519 - "A\tcomment\n" ([SB/F/NM] QML) ok 20520 - "Another /* comment\n" ([RE/F/NM] QML) ok 20521 - "Another /* comment\n" ([SB/F/NM] QML) ok 20522 - "'" ([RE/F/NM] QML) ok 20523 - "'" ([SB/F/NM] QML) ok 20524 - "'This is a comment" ([RE/F/NM] QML) ok 20525 - "'This is a comment" ([SB/F/NM] QML) ok 20526 - "'A\tcomment" ([RE/F/NM] QML) ok 20527 - "'A\tcomment" ([SB/F/NM] QML) ok 20528 - "'Another /* comment" ([RE/F/NM] QML) ok 20529 - "'Another /* comment" ([SB/F/NM] QML) ok 20530 - "\n" ([RE/F/NM] QML) ok 20531 - "\n" ([SB/F/NM] QML) ok 20532 - "This is a comment\n" ([RE/F/NM] QML) ok 20533 - "This is a comment\n" ([SB/F/NM] QML) ok 20534 - "A\tcomment\n" ([RE/F/NM] QML) ok 20535 - "A\tcomment\n" ([SB/F/NM] QML) ok 20536 - "Another /* comment\n" ([RE/F/NM] QML) ok 20537 - "Another /* comment\n" ([SB/F/NM] QML) ok 20538 - "/* This is a C comment */" ([RE/F/NM] QML) ok 20539 - "/* This is a C comment */" ([SB/F/NM] QML) ok 20540 - "(* This is a Pascal comment *)" ([RE/F/NM] QML) ok 20541 - "(* This is a Pascal comment *)" ([SB/F/NM] QML) ok 20542 - "" ([RE/F/NM] QML) ok 20543 - "" ([SB/F/NM] QML) ok 20544 - "#\n\n" ([RE/F/NM] QML) ok 20545 - "#\n\n" ([SB/F/NM] QML) ok 20546 - "#This is a comment\n\n" ([RE/F/NM] QML) ok 20547 - "#This is a comment\n\n" ([SB/F/NM] QML) ok 20548 - "#A\tcomment\n\n" ([RE/F/NM] QML) ok 20549 - "#A\tcomment\n\n" ([SB/F/NM] QML) ok 20550 - "#Another /* comment\n\n" ([RE/F/NM] QML) ok 20551 - "#Another /* comment\n\n" ([SB/F/NM] QML) ok 20552 - "#\n#\n" ([RE/F/NM] QML) ok 20553 - "#\n#\n" ([SB/F/NM] QML) ok 20554 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] QML) ok 20555 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] QML) ok 20556 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] QML) ok 20557 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] QML) ok 20558 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] QML) ok 20559 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] QML) ok 20560 - "#\nq" ([RE/F/NM] QML) ok 20561 - "#\nq" ([SB/F/NM] QML) ok 20562 - "#This is a comment\nrrh" ([RE/F/NM] QML) ok 20563 - "#This is a comment\nrrh" ([SB/F/NM] QML) ok 20564 - "#A\tcomment\n6" ([RE/F/NM] QML) ok 20565 - "#A\tcomment\n6" ([SB/F/NM] QML) ok 20566 - "#Another /* comment\nyhqg" ([RE/F/NM] QML) ok 20567 - "#Another /* comment\nyhqg" ([SB/F/NM] QML) ok 20568 - "z35#\n" ([RE/F/NM] QML) ok 20569 - "z35#\n" ([SB/F/NM] QML) ok 20570 - "e#This is a comment\n" ([RE/F/NM] QML) ok 20571 - "e#This is a comment\n" ([SB/F/NM] QML) ok 20572 - "d#A\tcomment\n" ([RE/F/NM] QML) ok 20573 - "d#A\tcomment\n" ([SB/F/NM] QML) ok 20574 - "zb#Another /* comment\n" ([RE/F/NM] QML) ok 20575 - "zb#Another /* comment\n" ([SB/F/NM] QML) ok 20576 - "\\\n" ([RE/F/NM] QML) ok 20577 - "\\\n" ([SB/F/NM] QML) ok 20578 - "\\This is a comment\n" ([RE/F/NM] QML) ok 20579 - "\\This is a comment\n" ([SB/F/NM] QML) ok 20580 - "\\A\tcomment\n" ([RE/F/NM] QML) ok 20581 - "\\A\tcomment\n" ([SB/F/NM] QML) ok 20582 - "\\Another /* comment\n" ([RE/F/NM] QML) ok 20583 - "\\Another /* comment\n" ([SB/F/NM] QML) ok 20584 - "//\n" ([RE/F/NM] QML) ok 20585 - "//\n" ([SB/F/NM] QML) ok 20586 - "//This is a comment\n" ([RE/F/NM] QML) ok 20587 - "//This is a comment\n" ([SB/F/NM] QML) ok 20588 - "//A\tcomment\n" ([RE/F/NM] QML) ok 20589 - "//A\tcomment\n" ([SB/F/NM] QML) ok 20590 - "//Another /* comment\n" ([RE/F/NM] QML) ok 20591 - "//Another /* comment\n" ([SB/F/NM] QML) ok 20592 - "--\n" ([RE/F/NM] QML) ok 20593 - "--\n" ([SB/F/NM] QML) ok 20594 - "--This is a comment\n" ([RE/F/NM] QML) ok 20595 - "--This is a comment\n" ([SB/F/NM] QML) ok 20596 - "--A\tcomment\n" ([RE/F/NM] QML) ok 20597 - "--A\tcomment\n" ([SB/F/NM] QML) ok 20598 - "--Another /* comment\n" ([RE/F/NM] QML) ok 20599 - "--Another /* comment\n" ([SB/F/NM] QML) ok 20600 - ";\n" ([RE/F/NM] QML) ok 20601 - ";\n" ([SB/F/NM] QML) ok 20602 - ";This is a comment\n" ([RE/F/NM] QML) ok 20603 - ";This is a comment\n" ([SB/F/NM] QML) ok 20604 - ";A\tcomment\n" ([RE/F/NM] QML) ok 20605 - ";A\tcomment\n" ([SB/F/NM] QML) ok 20606 - ";Another /* comment\n" ([RE/F/NM] QML) ok 20607 - ";Another /* comment\n" ([SB/F/NM] QML) ok 20608 - "*\n" ([RE/F/NM] QML) ok 20609 - "*\n" ([SB/F/NM] QML) ok 20610 - "*This is a comment\n" ([RE/F/NM] QML) ok 20611 - "*This is a comment\n" ([SB/F/NM] QML) ok 20612 - "*A\tcomment\n" ([RE/F/NM] QML) ok 20613 - "*A\tcomment\n" ([SB/F/NM] QML) ok 20614 - "*Another /* comment\n" ([RE/F/NM] QML) ok 20615 - "*Another /* comment\n" ([SB/F/NM] QML) ok 20616 - "!\n" ([RE/F/NM] QML) ok 20617 - "!\n" ([SB/F/NM] QML) ok 20618 - "!This is a comment\n" ([RE/F/NM] QML) ok 20619 - "!This is a comment\n" ([SB/F/NM] QML) ok 20620 - "!A\tcomment\n" ([RE/F/NM] QML) ok 20621 - "!A\tcomment\n" ([SB/F/NM] QML) ok 20622 - "!Another /* comment\n" ([RE/F/NM] QML) ok 20623 - "!Another /* comment\n" ([SB/F/NM] QML) ok 20624 - "REM\n" ([RE/F/NM] QML) ok 20625 - "REM\n" ([SB/F/NM] QML) ok 20626 - "REMThis is a comment\n" ([RE/F/NM] QML) ok 20627 - "REMThis is a comment\n" ([SB/F/NM] QML) ok 20628 - "REMA\tcomment\n" ([RE/F/NM] QML) ok 20629 - "REMA\tcomment\n" ([SB/F/NM] QML) ok 20630 - "REMAnother /* comment\n" ([RE/F/NM] QML) ok 20631 - "REMAnother /* comment\n" ([SB/F/NM] QML) ok 20632 - "//\n" ([RE/F/NM] QML) ok 20633 - "//\n" ([SB/F/NM] QML) ok 20634 - "//This is a comment\n" ([RE/F/NM] QML) ok 20635 - "//This is a comment\n" ([SB/F/NM] QML) ok 20636 - "//A\tcomment\n" ([RE/F/NM] QML) ok 20637 - "//A\tcomment\n" ([SB/F/NM] QML) ok 20638 - "//Another /* comment\n" ([RE/F/NM] QML) ok 20639 - "//Another /* comment\n" ([SB/F/NM] QML) ok 20640 - "%\n" ([RE/F/NM] QML) ok 20641 - "%\n" ([SB/F/NM] QML) ok 20642 - "%This is a comment\n" ([RE/F/NM] QML) ok 20643 - "%This is a comment\n" ([SB/F/NM] QML) ok 20644 - "%A\tcomment\n" ([RE/F/NM] QML) ok 20645 - "%A\tcomment\n" ([SB/F/NM] QML) ok 20646 - "%Another /* comment\n" ([RE/F/NM] QML) ok 20647 - "%Another /* comment\n" ([SB/F/NM] QML) ok 20648 - "!\n" ([RE/F/NM] QML) ok 20649 - "!\n" ([SB/F/NM] QML) ok 20650 - "!This is a comment\n" ([RE/F/NM] QML) ok 20651 - "!This is a comment\n" ([SB/F/NM] QML) ok 20652 - "!A\tcomment\n" ([RE/F/NM] QML) ok 20653 - "!A\tcomment\n" ([SB/F/NM] QML) ok 20654 - "!Another /* comment\n" ([RE/F/NM] QML) ok 20655 - "!Another /* comment\n" ([SB/F/NM] QML) ok 20656 - "NB\n" ([RE/F/NM] QML) ok 20657 - "NB\n" ([SB/F/NM] QML) ok 20658 - "NBThis is a comment\n" ([RE/F/NM] QML) ok 20659 - "NBThis is a comment\n" ([SB/F/NM] QML) ok 20660 - "NBA\tcomment\n" ([RE/F/NM] QML) ok 20661 - "NBA\tcomment\n" ([SB/F/NM] QML) ok 20662 - "NBAnother /* comment\n" ([RE/F/NM] QML) ok 20663 - "NBAnother /* comment\n" ([SB/F/NM] QML) ok 20664 - "PLEASE NOT\n" ([RE/F/NM] QML) ok 20665 - "PLEASE NOT\n" ([SB/F/NM] QML) ok 20666 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] QML) ok 20667 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] QML) ok 20668 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] QML) ok 20669 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] QML) ok 20670 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] QML) ok 20671 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] QML) ok 20672 - "PLEASE NOT\n" ([RE/F/NM] QML) ok 20673 - "PLEASE NOT\n" ([SB/F/NM] QML) ok 20674 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] QML) ok 20675 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] QML) ok 20676 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] QML) ok 20677 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] QML) ok 20678 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] QML) ok 20679 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] QML) ok 20680 - "PLEASE N'T\n" ([RE/F/NM] QML) ok 20681 - "PLEASE N'T\n" ([SB/F/NM] QML) ok 20682 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] QML) ok 20683 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] QML) ok 20684 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] QML) ok 20685 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] QML) ok 20686 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] QML) ok 20687 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] QML) ok 20688 - "DO NOT\n" ([RE/F/NM] QML) ok 20689 - "DO NOT\n" ([SB/F/NM] QML) ok 20690 - "DO NOTThis is a comment\n" ([RE/F/NM] QML) ok 20691 - "DO NOTThis is a comment\n" ([SB/F/NM] QML) ok 20692 - "DO NOTA\tcomment\n" ([RE/F/NM] QML) ok 20693 - "DO NOTA\tcomment\n" ([SB/F/NM] QML) ok 20694 - "DO NOTAnother /* comment\n" ([RE/F/NM] QML) ok 20695 - "DO NOTAnother /* comment\n" ([SB/F/NM] QML) ok 20696 - "DO N'T\n" ([RE/F/NM] QML) ok 20697 - "DO N'T\n" ([SB/F/NM] QML) ok 20698 - "DO N'TThis is a comment\n" ([RE/F/NM] QML) ok 20699 - "DO N'TThis is a comment\n" ([SB/F/NM] QML) ok 20700 - "DO N'TA\tcomment\n" ([RE/F/NM] QML) ok 20701 - "DO N'TA\tcomment\n" ([SB/F/NM] QML) ok 20702 - "DO N'TAnother /* comment\n" ([RE/F/NM] QML) ok 20703 - "DO N'TAnother /* comment\n" ([SB/F/NM] QML) ok 20704 - "DO NOT\n" ([RE/F/NM] QML) ok 20705 - "DO NOT\n" ([SB/F/NM] QML) ok 20706 - "DO NOTThis is a comment\n" ([RE/F/NM] QML) ok 20707 - "DO NOTThis is a comment\n" ([SB/F/NM] QML) ok 20708 - "DO NOTA\tcomment\n" ([RE/F/NM] QML) ok 20709 - "DO NOTA\tcomment\n" ([SB/F/NM] QML) ok 20710 - "DO NOTAnother /* comment\n" ([RE/F/NM] QML) ok 20711 - "DO NOTAnother /* comment\n" ([SB/F/NM] QML) ok 20712 - "PLEASE DO NOT\n" ([RE/F/NM] QML) ok 20713 - "PLEASE DO NOT\n" ([SB/F/NM] QML) ok 20714 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] QML) ok 20715 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] QML) ok 20716 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] QML) ok 20717 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] QML) ok 20718 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] QML) ok 20719 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] QML) ok 20720 - "PLEASE DO NOT\n" ([RE/F/NM] QML) ok 20721 - "PLEASE DO NOT\n" ([SB/F/NM] QML) ok 20722 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] QML) ok 20723 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] QML) ok 20724 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] QML) ok 20725 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] QML) ok 20726 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] QML) ok 20727 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] QML) ok 20728 - "PLEASE DO N'T\n" ([RE/F/NM] QML) ok 20729 - "PLEASE DO N'T\n" ([SB/F/NM] QML) ok 20730 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] QML) ok 20731 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] QML) ok 20732 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] QML) ok 20733 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] QML) ok 20734 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] QML) ok 20735 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] QML) ok 20736 - "NB.\n" ([RE/F/NM] QML) ok 20737 - "NB.\n" ([SB/F/NM] QML) ok 20738 - "NB.This is a comment\n" ([RE/F/NM] QML) ok 20739 - "NB.This is a comment\n" ([SB/F/NM] QML) ok 20740 - "NB.A\tcomment\n" ([RE/F/NM] QML) ok 20741 - "NB.A\tcomment\n" ([SB/F/NM] QML) ok 20742 - "NB.Another /* comment\n" ([RE/F/NM] QML) ok 20743 - "NB.Another /* comment\n" ([SB/F/NM] QML) ok 20744 - "{}" ([RE/F/NM] QML) ok 20745 - "{}" ([SB/F/NM] QML) ok 20746 - "{This is a comment}" ([RE/F/NM] QML) ok 20747 - "{This is a comment}" ([SB/F/NM] QML) ok 20748 - "{A\tcomment}" ([RE/F/NM] QML) ok 20749 - "{A\tcomment}" ([SB/F/NM] QML) ok 20750 - "{Another /* comment}" ([RE/F/NM] QML) ok 20751 - "{Another /* comment}" ([SB/F/NM] QML) ok 20752 - ".\n" ([RE/F/NM] QML) ok 20753 - ".\n" ([SB/F/NM] QML) ok 20754 - ".This is a comment\n" ([RE/F/NM] QML) ok 20755 - ".This is a comment\n" ([SB/F/NM] QML) ok 20756 - ".A\tcomment\n" ([RE/F/NM] QML) ok 20757 - ".A\tcomment\n" ([SB/F/NM] QML) ok 20758 - ".Another /* comment\n" ([RE/F/NM] QML) ok 20759 - ".Another /* comment\n" ([SB/F/NM] QML) ok 20760 - ";\n" ([RE/F/NM] QML) ok 20761 - ";\n" ([SB/F/NM] QML) ok 20762 - ";This is a comment\n" ([RE/F/NM] QML) ok 20763 - ";This is a comment\n" ([SB/F/NM] QML) ok 20764 - ";A\tcomment\n" ([RE/F/NM] QML) ok 20765 - ";A\tcomment\n" ([SB/F/NM] QML) ok 20766 - ";Another /* comment\n" ([RE/F/NM] QML) ok 20767 - ";Another /* comment\n" ([SB/F/NM] QML) ok 20768 - "`\n" ([RE/F/NM] QML) ok 20769 - "`\n" ([SB/F/NM] QML) ok 20770 - "`This is a comment\n" ([RE/F/NM] QML) ok 20771 - "`This is a comment\n" ([SB/F/NM] QML) ok 20772 - "`A\tcomment\n" ([RE/F/NM] QML) ok 20773 - "`A\tcomment\n" ([SB/F/NM] QML) ok 20774 - "`Another /* comment\n" ([RE/F/NM] QML) ok 20775 - "`Another /* comment\n" ([SB/F/NM] QML) ok 20776 - "--\n" ([RE/F/NM] QML) ok 20777 - "--\n" ([SB/F/NM] QML) ok 20778 - "--This is a comment\n" ([RE/F/NM] QML) ok 20779 - "--This is a comment\n" ([SB/F/NM] QML) ok 20780 - "--A\tcomment\n" ([RE/F/NM] QML) ok 20781 - "--A\tcomment\n" ([SB/F/NM] QML) ok 20782 - "--Another /* comment\n" ([RE/F/NM] QML) ok 20783 - "--Another /* comment\n" ([SB/F/NM] QML) ok 20784 - "---\n" ([RE/F/NM] QML) ok 20785 - "---\n" ([SB/F/NM] QML) ok 20786 - "---This is a comment\n" ([RE/F/NM] QML) ok 20787 - "---This is a comment\n" ([SB/F/NM] QML) ok 20788 - "---A\tcomment\n" ([RE/F/NM] QML) ok 20789 - "---A\tcomment\n" ([SB/F/NM] QML) ok 20790 - "---Another /* comment\n" ([RE/F/NM] QML) ok 20791 - "---Another /* comment\n" ([SB/F/NM] QML) ok 20792 - "-----\n" ([RE/F/NM] QML) ok 20793 - "-----\n" ([SB/F/NM] QML) ok 20794 - "-----This is a comment\n" ([RE/F/NM] QML) ok 20795 - "-----This is a comment\n" ([SB/F/NM] QML) ok 20796 - "-----A\tcomment\n" ([RE/F/NM] QML) ok 20797 - "-----A\tcomment\n" ([SB/F/NM] QML) ok 20798 - "-----Another /* comment\n" ([RE/F/NM] QML) ok 20799 - "-----Another /* comment\n" ([SB/F/NM] QML) ok 20800 - "\\"\n" ([RE/F/NM] QML) ok 20801 - "\\"\n" ([SB/F/NM] QML) ok 20802 - "\\"This is a comment\n" ([RE/F/NM] QML) ok 20803 - "\\"This is a comment\n" ([SB/F/NM] QML) ok 20804 - "\\"A\tcomment\n" ([RE/F/NM] QML) ok 20805 - "\\"A\tcomment\n" ([SB/F/NM] QML) ok 20806 - "\\"Another /* comment\n" ([RE/F/NM] QML) ok 20807 - "\\"Another /* comment\n" ([SB/F/NM] QML) ok 20808 - ""\n" ([RE/F/NM] QML) ok 20809 - ""\n" ([SB/F/NM] QML) ok 20810 - ""This is a comment\n" ([RE/F/NM] QML) ok 20811 - ""This is a comment\n" ([SB/F/NM] QML) ok 20812 - ""A\tcomment\n" ([RE/F/NM] QML) ok 20813 - ""A\tcomment\n" ([SB/F/NM] QML) ok 20814 - ""Another /* comment\n" ([RE/F/NM] QML) ok 20815 - ""Another /* comment\n" ([SB/F/NM] QML) ok 20816 - "'\n" ([RE/F/NM] QML) ok 20817 - "'\n" ([SB/F/NM] QML) ok 20818 - "'This is a comment\n" ([RE/F/NM] QML) ok 20819 - "'This is a comment\n" ([SB/F/NM] QML) ok 20820 - "'A\tcomment\n" ([RE/F/NM] QML) ok 20821 - "'A\tcomment\n" ([SB/F/NM] QML) ok 20822 - "'Another /* comment\n" ([RE/F/NM] QML) ok 20823 - "'Another /* comment\n" ([SB/F/NM] QML) ok 20824 - "#\n" ([RE/P/MT] R) ok 20825 - "#\n" ([OM/P/MT] R) ok 20826 - "#\n" ([OS/P/MT] R) ok 20827 - "#\n" ([SB/P/MT] R) ok 20828 - "#\n" ([KP/P/MT] R) ok 20829 - "#This is a comment\n" ([RE/P/MT] R) ok 20830 - "#This is a comment\n" ([OM/P/MT] R) ok 20831 - "#This is a comment\n" ([OS/P/MT] R) ok 20832 - "#This is a comment\n" ([SB/P/MT] R) ok 20833 - "#This is a comment\n" ([KP/P/MT] R) ok 20834 - "#A\tcomment\n" ([RE/P/MT] R) ok 20835 - "#A\tcomment\n" ([OM/P/MT] R) ok 20836 - "#A\tcomment\n" ([OS/P/MT] R) ok 20837 - "#A\tcomment\n" ([SB/P/MT] R) ok 20838 - "#A\tcomment\n" ([KP/P/MT] R) ok 20839 - "#Another /* comment\n" ([RE/P/MT] R) ok 20840 - "#Another /* comment\n" ([OM/P/MT] R) ok 20841 - "#Another /* comment\n" ([OS/P/MT] R) ok 20842 - "#Another /* comment\n" ([SB/P/MT] R) ok 20843 - "#Another /* comment\n" ([KP/P/MT] R) ok 20844 - "\\" ([RE/F/NM] R) ok 20845 - "\\" ([SB/F/NM] R) ok 20846 - "\\This is a comment" ([RE/F/NM] R) ok 20847 - "\\This is a comment" ([SB/F/NM] R) ok 20848 - "\\A\tcomment" ([RE/F/NM] R) ok 20849 - "\\A\tcomment" ([SB/F/NM] R) ok 20850 - "\\Another /* comment" ([RE/F/NM] R) ok 20851 - "\\Another /* comment" ([SB/F/NM] R) ok 20852 - "\n" ([RE/F/NM] R) ok 20853 - "\n" ([SB/F/NM] R) ok 20854 - "This is a comment\n" ([RE/F/NM] R) ok 20855 - "This is a comment\n" ([SB/F/NM] R) ok 20856 - "A\tcomment\n" ([RE/F/NM] R) ok 20857 - "A\tcomment\n" ([SB/F/NM] R) ok 20858 - "Another /* comment\n" ([RE/F/NM] R) ok 20859 - "Another /* comment\n" ([SB/F/NM] R) ok 20860 - "#" ([RE/F/NM] R) ok 20861 - "#" ([SB/F/NM] R) ok 20862 - "#This is a comment" ([RE/F/NM] R) ok 20863 - "#This is a comment" ([SB/F/NM] R) ok 20864 - "#A\tcomment" ([RE/F/NM] R) ok 20865 - "#A\tcomment" ([SB/F/NM] R) ok 20866 - "#Another /* comment" ([RE/F/NM] R) ok 20867 - "#Another /* comment" ([SB/F/NM] R) ok 20868 - "\n" ([RE/F/NM] R) ok 20869 - "\n" ([SB/F/NM] R) ok 20870 - "This is a comment\n" ([RE/F/NM] R) ok 20871 - "This is a comment\n" ([SB/F/NM] R) ok 20872 - "A\tcomment\n" ([RE/F/NM] R) ok 20873 - "A\tcomment\n" ([SB/F/NM] R) ok 20874 - "Another /* comment\n" ([RE/F/NM] R) ok 20875 - "Another /* comment\n" ([SB/F/NM] R) ok 20876 - "//" ([RE/F/NM] R) ok 20877 - "//" ([SB/F/NM] R) ok 20878 - "//This is a comment" ([RE/F/NM] R) ok 20879 - "//This is a comment" ([SB/F/NM] R) ok 20880 - "//A\tcomment" ([RE/F/NM] R) ok 20881 - "//A\tcomment" ([SB/F/NM] R) ok 20882 - "//Another /* comment" ([RE/F/NM] R) ok 20883 - "//Another /* comment" ([SB/F/NM] R) ok 20884 - "\n" ([RE/F/NM] R) ok 20885 - "\n" ([SB/F/NM] R) ok 20886 - "This is a comment\n" ([RE/F/NM] R) ok 20887 - "This is a comment\n" ([SB/F/NM] R) ok 20888 - "A\tcomment\n" ([RE/F/NM] R) ok 20889 - "A\tcomment\n" ([SB/F/NM] R) ok 20890 - "Another /* comment\n" ([RE/F/NM] R) ok 20891 - "Another /* comment\n" ([SB/F/NM] R) ok 20892 - "--" ([RE/F/NM] R) ok 20893 - "--" ([SB/F/NM] R) ok 20894 - "--This is a comment" ([RE/F/NM] R) ok 20895 - "--This is a comment" ([SB/F/NM] R) ok 20896 - "--A\tcomment" ([RE/F/NM] R) ok 20897 - "--A\tcomment" ([SB/F/NM] R) ok 20898 - "--Another /* comment" ([RE/F/NM] R) ok 20899 - "--Another /* comment" ([SB/F/NM] R) ok 20900 - "\n" ([RE/F/NM] R) ok 20901 - "\n" ([SB/F/NM] R) ok 20902 - "This is a comment\n" ([RE/F/NM] R) ok 20903 - "This is a comment\n" ([SB/F/NM] R) ok 20904 - "A\tcomment\n" ([RE/F/NM] R) ok 20905 - "A\tcomment\n" ([SB/F/NM] R) ok 20906 - "Another /* comment\n" ([RE/F/NM] R) ok 20907 - "Another /* comment\n" ([SB/F/NM] R) ok 20908 - ";" ([RE/F/NM] R) ok 20909 - ";" ([SB/F/NM] R) ok 20910 - ";This is a comment" ([RE/F/NM] R) ok 20911 - ";This is a comment" ([SB/F/NM] R) ok 20912 - ";A\tcomment" ([RE/F/NM] R) ok 20913 - ";A\tcomment" ([SB/F/NM] R) ok 20914 - ";Another /* comment" ([RE/F/NM] R) ok 20915 - ";Another /* comment" ([SB/F/NM] R) ok 20916 - "\n" ([RE/F/NM] R) ok 20917 - "\n" ([SB/F/NM] R) ok 20918 - "This is a comment\n" ([RE/F/NM] R) ok 20919 - "This is a comment\n" ([SB/F/NM] R) ok 20920 - "A\tcomment\n" ([RE/F/NM] R) ok 20921 - "A\tcomment\n" ([SB/F/NM] R) ok 20922 - "Another /* comment\n" ([RE/F/NM] R) ok 20923 - "Another /* comment\n" ([SB/F/NM] R) ok 20924 - "#" ([RE/F/NM] R) ok 20925 - "#" ([SB/F/NM] R) ok 20926 - "#This is a comment" ([RE/F/NM] R) ok 20927 - "#This is a comment" ([SB/F/NM] R) ok 20928 - "#A\tcomment" ([RE/F/NM] R) ok 20929 - "#A\tcomment" ([SB/F/NM] R) ok 20930 - "#Another /* comment" ([RE/F/NM] R) ok 20931 - "#Another /* comment" ([SB/F/NM] R) ok 20932 - "\n" ([RE/F/NM] R) ok 20933 - "\n" ([SB/F/NM] R) ok 20934 - "This is a comment\n" ([RE/F/NM] R) ok 20935 - "This is a comment\n" ([SB/F/NM] R) ok 20936 - "A\tcomment\n" ([RE/F/NM] R) ok 20937 - "A\tcomment\n" ([SB/F/NM] R) ok 20938 - "Another /* comment\n" ([RE/F/NM] R) ok 20939 - "Another /* comment\n" ([SB/F/NM] R) ok 20940 - "*" ([RE/F/NM] R) ok 20941 - "*" ([SB/F/NM] R) ok 20942 - "*This is a comment" ([RE/F/NM] R) ok 20943 - "*This is a comment" ([SB/F/NM] R) ok 20944 - "*A\tcomment" ([RE/F/NM] R) ok 20945 - "*A\tcomment" ([SB/F/NM] R) ok 20946 - "*Another /* comment" ([RE/F/NM] R) ok 20947 - "*Another /* comment" ([SB/F/NM] R) ok 20948 - "\n" ([RE/F/NM] R) ok 20949 - "\n" ([SB/F/NM] R) ok 20950 - "This is a comment\n" ([RE/F/NM] R) ok 20951 - "This is a comment\n" ([SB/F/NM] R) ok 20952 - "A\tcomment\n" ([RE/F/NM] R) ok 20953 - "A\tcomment\n" ([SB/F/NM] R) ok 20954 - "Another /* comment\n" ([RE/F/NM] R) ok 20955 - "Another /* comment\n" ([SB/F/NM] R) ok 20956 - "!" ([RE/F/NM] R) ok 20957 - "!" ([SB/F/NM] R) ok 20958 - "!This is a comment" ([RE/F/NM] R) ok 20959 - "!This is a comment" ([SB/F/NM] R) ok 20960 - "!A\tcomment" ([RE/F/NM] R) ok 20961 - "!A\tcomment" ([SB/F/NM] R) ok 20962 - "!Another /* comment" ([RE/F/NM] R) ok 20963 - "!Another /* comment" ([SB/F/NM] R) ok 20964 - "\n" ([RE/F/NM] R) ok 20965 - "\n" ([SB/F/NM] R) ok 20966 - "This is a comment\n" ([RE/F/NM] R) ok 20967 - "This is a comment\n" ([SB/F/NM] R) ok 20968 - "A\tcomment\n" ([RE/F/NM] R) ok 20969 - "A\tcomment\n" ([SB/F/NM] R) ok 20970 - "Another /* comment\n" ([RE/F/NM] R) ok 20971 - "Another /* comment\n" ([SB/F/NM] R) ok 20972 - "REM" ([RE/F/NM] R) ok 20973 - "REM" ([SB/F/NM] R) ok 20974 - "REMThis is a comment" ([RE/F/NM] R) ok 20975 - "REMThis is a comment" ([SB/F/NM] R) ok 20976 - "REMA\tcomment" ([RE/F/NM] R) ok 20977 - "REMA\tcomment" ([SB/F/NM] R) ok 20978 - "REMAnother /* comment" ([RE/F/NM] R) ok 20979 - "REMAnother /* comment" ([SB/F/NM] R) ok 20980 - "\n" ([RE/F/NM] R) ok 20981 - "\n" ([SB/F/NM] R) ok 20982 - "This is a comment\n" ([RE/F/NM] R) ok 20983 - "This is a comment\n" ([SB/F/NM] R) ok 20984 - "A\tcomment\n" ([RE/F/NM] R) ok 20985 - "A\tcomment\n" ([SB/F/NM] R) ok 20986 - "Another /* comment\n" ([RE/F/NM] R) ok 20987 - "Another /* comment\n" ([SB/F/NM] R) ok 20988 - "//" ([RE/F/NM] R) ok 20989 - "//" ([SB/F/NM] R) ok 20990 - "//This is a comment" ([RE/F/NM] R) ok 20991 - "//This is a comment" ([SB/F/NM] R) ok 20992 - "//A\tcomment" ([RE/F/NM] R) ok 20993 - "//A\tcomment" ([SB/F/NM] R) ok 20994 - "//Another /* comment" ([RE/F/NM] R) ok 20995 - "//Another /* comment" ([SB/F/NM] R) ok 20996 - "\n" ([RE/F/NM] R) ok 20997 - "\n" ([SB/F/NM] R) ok 20998 - "This is a comment\n" ([RE/F/NM] R) ok 20999 - "This is a comment\n" ([SB/F/NM] R) ok 21000 - "A\tcomment\n" ([RE/F/NM] R) ok 21001 - "A\tcomment\n" ([SB/F/NM] R) ok 21002 - "Another /* comment\n" ([RE/F/NM] R) ok 21003 - "Another /* comment\n" ([SB/F/NM] R) ok 21004 - "%" ([RE/F/NM] R) ok 21005 - "%" ([SB/F/NM] R) ok 21006 - "%This is a comment" ([RE/F/NM] R) ok 21007 - "%This is a comment" ([SB/F/NM] R) ok 21008 - "%A\tcomment" ([RE/F/NM] R) ok 21009 - "%A\tcomment" ([SB/F/NM] R) ok 21010 - "%Another /* comment" ([RE/F/NM] R) ok 21011 - "%Another /* comment" ([SB/F/NM] R) ok 21012 - "\n" ([RE/F/NM] R) ok 21013 - "\n" ([SB/F/NM] R) ok 21014 - "This is a comment\n" ([RE/F/NM] R) ok 21015 - "This is a comment\n" ([SB/F/NM] R) ok 21016 - "A\tcomment\n" ([RE/F/NM] R) ok 21017 - "A\tcomment\n" ([SB/F/NM] R) ok 21018 - "Another /* comment\n" ([RE/F/NM] R) ok 21019 - "Another /* comment\n" ([SB/F/NM] R) ok 21020 - "!" ([RE/F/NM] R) ok 21021 - "!" ([SB/F/NM] R) ok 21022 - "!This is a comment" ([RE/F/NM] R) ok 21023 - "!This is a comment" ([SB/F/NM] R) ok 21024 - "!A\tcomment" ([RE/F/NM] R) ok 21025 - "!A\tcomment" ([SB/F/NM] R) ok 21026 - "!Another /* comment" ([RE/F/NM] R) ok 21027 - "!Another /* comment" ([SB/F/NM] R) ok 21028 - "\n" ([RE/F/NM] R) ok 21029 - "\n" ([SB/F/NM] R) ok 21030 - "This is a comment\n" ([RE/F/NM] R) ok 21031 - "This is a comment\n" ([SB/F/NM] R) ok 21032 - "A\tcomment\n" ([RE/F/NM] R) ok 21033 - "A\tcomment\n" ([SB/F/NM] R) ok 21034 - "Another /* comment\n" ([RE/F/NM] R) ok 21035 - "Another /* comment\n" ([SB/F/NM] R) ok 21036 - "NB" ([RE/F/NM] R) ok 21037 - "NB" ([SB/F/NM] R) ok 21038 - "NBThis is a comment" ([RE/F/NM] R) ok 21039 - "NBThis is a comment" ([SB/F/NM] R) ok 21040 - "NBA\tcomment" ([RE/F/NM] R) ok 21041 - "NBA\tcomment" ([SB/F/NM] R) ok 21042 - "NBAnother /* comment" ([RE/F/NM] R) ok 21043 - "NBAnother /* comment" ([SB/F/NM] R) ok 21044 - "\n" ([RE/F/NM] R) ok 21045 - "\n" ([SB/F/NM] R) ok 21046 - "This is a comment\n" ([RE/F/NM] R) ok 21047 - "This is a comment\n" ([SB/F/NM] R) ok 21048 - "A\tcomment\n" ([RE/F/NM] R) ok 21049 - "A\tcomment\n" ([SB/F/NM] R) ok 21050 - "Another /* comment\n" ([RE/F/NM] R) ok 21051 - "Another /* comment\n" ([SB/F/NM] R) ok 21052 - "PLEASE NOT" ([RE/F/NM] R) ok 21053 - "PLEASE NOT" ([SB/F/NM] R) ok 21054 - "PLEASE NOTThis is a comment" ([RE/F/NM] R) ok 21055 - "PLEASE NOTThis is a comment" ([SB/F/NM] R) ok 21056 - "PLEASE NOTA\tcomment" ([RE/F/NM] R) ok 21057 - "PLEASE NOTA\tcomment" ([SB/F/NM] R) ok 21058 - "PLEASE NOTAnother /* comment" ([RE/F/NM] R) ok 21059 - "PLEASE NOTAnother /* comment" ([SB/F/NM] R) ok 21060 - "\n" ([RE/F/NM] R) ok 21061 - "\n" ([SB/F/NM] R) ok 21062 - "This is a comment\n" ([RE/F/NM] R) ok 21063 - "This is a comment\n" ([SB/F/NM] R) ok 21064 - "A\tcomment\n" ([RE/F/NM] R) ok 21065 - "A\tcomment\n" ([SB/F/NM] R) ok 21066 - "Another /* comment\n" ([RE/F/NM] R) ok 21067 - "Another /* comment\n" ([SB/F/NM] R) ok 21068 - "PLEASE NOT" ([RE/F/NM] R) ok 21069 - "PLEASE NOT" ([SB/F/NM] R) ok 21070 - "PLEASE NOTThis is a comment" ([RE/F/NM] R) ok 21071 - "PLEASE NOTThis is a comment" ([SB/F/NM] R) ok 21072 - "PLEASE NOTA\tcomment" ([RE/F/NM] R) ok 21073 - "PLEASE NOTA\tcomment" ([SB/F/NM] R) ok 21074 - "PLEASE NOTAnother /* comment" ([RE/F/NM] R) ok 21075 - "PLEASE NOTAnother /* comment" ([SB/F/NM] R) ok 21076 - "\n" ([RE/F/NM] R) ok 21077 - "\n" ([SB/F/NM] R) ok 21078 - "This is a comment\n" ([RE/F/NM] R) ok 21079 - "This is a comment\n" ([SB/F/NM] R) ok 21080 - "A\tcomment\n" ([RE/F/NM] R) ok 21081 - "A\tcomment\n" ([SB/F/NM] R) ok 21082 - "Another /* comment\n" ([RE/F/NM] R) ok 21083 - "Another /* comment\n" ([SB/F/NM] R) ok 21084 - "PLEASE N'T" ([RE/F/NM] R) ok 21085 - "PLEASE N'T" ([SB/F/NM] R) ok 21086 - "PLEASE N'TThis is a comment" ([RE/F/NM] R) ok 21087 - "PLEASE N'TThis is a comment" ([SB/F/NM] R) ok 21088 - "PLEASE N'TA\tcomment" ([RE/F/NM] R) ok 21089 - "PLEASE N'TA\tcomment" ([SB/F/NM] R) ok 21090 - "PLEASE N'TAnother /* comment" ([RE/F/NM] R) ok 21091 - "PLEASE N'TAnother /* comment" ([SB/F/NM] R) ok 21092 - "\n" ([RE/F/NM] R) ok 21093 - "\n" ([SB/F/NM] R) ok 21094 - "This is a comment\n" ([RE/F/NM] R) ok 21095 - "This is a comment\n" ([SB/F/NM] R) ok 21096 - "A\tcomment\n" ([RE/F/NM] R) ok 21097 - "A\tcomment\n" ([SB/F/NM] R) ok 21098 - "Another /* comment\n" ([RE/F/NM] R) ok 21099 - "Another /* comment\n" ([SB/F/NM] R) ok 21100 - "DO NOT" ([RE/F/NM] R) ok 21101 - "DO NOT" ([SB/F/NM] R) ok 21102 - "DO NOTThis is a comment" ([RE/F/NM] R) ok 21103 - "DO NOTThis is a comment" ([SB/F/NM] R) ok 21104 - "DO NOTA\tcomment" ([RE/F/NM] R) ok 21105 - "DO NOTA\tcomment" ([SB/F/NM] R) ok 21106 - "DO NOTAnother /* comment" ([RE/F/NM] R) ok 21107 - "DO NOTAnother /* comment" ([SB/F/NM] R) ok 21108 - "\n" ([RE/F/NM] R) ok 21109 - "\n" ([SB/F/NM] R) ok 21110 - "This is a comment\n" ([RE/F/NM] R) ok 21111 - "This is a comment\n" ([SB/F/NM] R) ok 21112 - "A\tcomment\n" ([RE/F/NM] R) ok 21113 - "A\tcomment\n" ([SB/F/NM] R) ok 21114 - "Another /* comment\n" ([RE/F/NM] R) ok 21115 - "Another /* comment\n" ([SB/F/NM] R) ok 21116 - "DO N'T" ([RE/F/NM] R) ok 21117 - "DO N'T" ([SB/F/NM] R) ok 21118 - "DO N'TThis is a comment" ([RE/F/NM] R) ok 21119 - "DO N'TThis is a comment" ([SB/F/NM] R) ok 21120 - "DO N'TA\tcomment" ([RE/F/NM] R) ok 21121 - "DO N'TA\tcomment" ([SB/F/NM] R) ok 21122 - "DO N'TAnother /* comment" ([RE/F/NM] R) ok 21123 - "DO N'TAnother /* comment" ([SB/F/NM] R) ok 21124 - "\n" ([RE/F/NM] R) ok 21125 - "\n" ([SB/F/NM] R) ok 21126 - "This is a comment\n" ([RE/F/NM] R) ok 21127 - "This is a comment\n" ([SB/F/NM] R) ok 21128 - "A\tcomment\n" ([RE/F/NM] R) ok 21129 - "A\tcomment\n" ([SB/F/NM] R) ok 21130 - "Another /* comment\n" ([RE/F/NM] R) ok 21131 - "Another /* comment\n" ([SB/F/NM] R) ok 21132 - "DO NOT" ([RE/F/NM] R) ok 21133 - "DO NOT" ([SB/F/NM] R) ok 21134 - "DO NOTThis is a comment" ([RE/F/NM] R) ok 21135 - "DO NOTThis is a comment" ([SB/F/NM] R) ok 21136 - "DO NOTA\tcomment" ([RE/F/NM] R) ok 21137 - "DO NOTA\tcomment" ([SB/F/NM] R) ok 21138 - "DO NOTAnother /* comment" ([RE/F/NM] R) ok 21139 - "DO NOTAnother /* comment" ([SB/F/NM] R) ok 21140 - "\n" ([RE/F/NM] R) ok 21141 - "\n" ([SB/F/NM] R) ok 21142 - "This is a comment\n" ([RE/F/NM] R) ok 21143 - "This is a comment\n" ([SB/F/NM] R) ok 21144 - "A\tcomment\n" ([RE/F/NM] R) ok 21145 - "A\tcomment\n" ([SB/F/NM] R) ok 21146 - "Another /* comment\n" ([RE/F/NM] R) ok 21147 - "Another /* comment\n" ([SB/F/NM] R) ok 21148 - "PLEASE DO NOT" ([RE/F/NM] R) ok 21149 - "PLEASE DO NOT" ([SB/F/NM] R) ok 21150 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] R) ok 21151 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] R) ok 21152 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] R) ok 21153 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] R) ok 21154 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] R) ok 21155 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] R) ok 21156 - "\n" ([RE/F/NM] R) ok 21157 - "\n" ([SB/F/NM] R) ok 21158 - "This is a comment\n" ([RE/F/NM] R) ok 21159 - "This is a comment\n" ([SB/F/NM] R) ok 21160 - "A\tcomment\n" ([RE/F/NM] R) ok 21161 - "A\tcomment\n" ([SB/F/NM] R) ok 21162 - "Another /* comment\n" ([RE/F/NM] R) ok 21163 - "Another /* comment\n" ([SB/F/NM] R) ok 21164 - "PLEASE DO NOT" ([RE/F/NM] R) ok 21165 - "PLEASE DO NOT" ([SB/F/NM] R) ok 21166 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] R) ok 21167 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] R) ok 21168 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] R) ok 21169 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] R) ok 21170 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] R) ok 21171 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] R) ok 21172 - "\n" ([RE/F/NM] R) ok 21173 - "\n" ([SB/F/NM] R) ok 21174 - "This is a comment\n" ([RE/F/NM] R) ok 21175 - "This is a comment\n" ([SB/F/NM] R) ok 21176 - "A\tcomment\n" ([RE/F/NM] R) ok 21177 - "A\tcomment\n" ([SB/F/NM] R) ok 21178 - "Another /* comment\n" ([RE/F/NM] R) ok 21179 - "Another /* comment\n" ([SB/F/NM] R) ok 21180 - "PLEASE DO N'T" ([RE/F/NM] R) ok 21181 - "PLEASE DO N'T" ([SB/F/NM] R) ok 21182 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] R) ok 21183 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] R) ok 21184 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] R) ok 21185 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] R) ok 21186 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] R) ok 21187 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] R) ok 21188 - "\n" ([RE/F/NM] R) ok 21189 - "\n" ([SB/F/NM] R) ok 21190 - "This is a comment\n" ([RE/F/NM] R) ok 21191 - "This is a comment\n" ([SB/F/NM] R) ok 21192 - "A\tcomment\n" ([RE/F/NM] R) ok 21193 - "A\tcomment\n" ([SB/F/NM] R) ok 21194 - "Another /* comment\n" ([RE/F/NM] R) ok 21195 - "Another /* comment\n" ([SB/F/NM] R) ok 21196 - "NB." ([RE/F/NM] R) ok 21197 - "NB." ([SB/F/NM] R) ok 21198 - "NB.This is a comment" ([RE/F/NM] R) ok 21199 - "NB.This is a comment" ([SB/F/NM] R) ok 21200 - "NB.A\tcomment" ([RE/F/NM] R) ok 21201 - "NB.A\tcomment" ([SB/F/NM] R) ok 21202 - "NB.Another /* comment" ([RE/F/NM] R) ok 21203 - "NB.Another /* comment" ([SB/F/NM] R) ok 21204 - "\n" ([RE/F/NM] R) ok 21205 - "\n" ([SB/F/NM] R) ok 21206 - "This is a comment\n" ([RE/F/NM] R) ok 21207 - "This is a comment\n" ([SB/F/NM] R) ok 21208 - "A\tcomment\n" ([RE/F/NM] R) ok 21209 - "A\tcomment\n" ([SB/F/NM] R) ok 21210 - "Another /* comment\n" ([RE/F/NM] R) ok 21211 - "Another /* comment\n" ([SB/F/NM] R) ok 21212 - "{" ([RE/F/NM] R) ok 21213 - "{" ([SB/F/NM] R) ok 21214 - "{This is a comment" ([RE/F/NM] R) ok 21215 - "{This is a comment" ([SB/F/NM] R) ok 21216 - "{A\tcomment" ([RE/F/NM] R) ok 21217 - "{A\tcomment" ([SB/F/NM] R) ok 21218 - "{Another /* comment" ([RE/F/NM] R) ok 21219 - "{Another /* comment" ([SB/F/NM] R) ok 21220 - "}" ([RE/F/NM] R) ok 21221 - "}" ([SB/F/NM] R) ok 21222 - "This is a comment}" ([RE/F/NM] R) ok 21223 - "This is a comment}" ([SB/F/NM] R) ok 21224 - "A\tcomment}" ([RE/F/NM] R) ok 21225 - "A\tcomment}" ([SB/F/NM] R) ok 21226 - "Another /* comment}" ([RE/F/NM] R) ok 21227 - "Another /* comment}" ([SB/F/NM] R) ok 21228 - "." ([RE/F/NM] R) ok 21229 - "." ([SB/F/NM] R) ok 21230 - ".This is a comment" ([RE/F/NM] R) ok 21231 - ".This is a comment" ([SB/F/NM] R) ok 21232 - ".A\tcomment" ([RE/F/NM] R) ok 21233 - ".A\tcomment" ([SB/F/NM] R) ok 21234 - ".Another /* comment" ([RE/F/NM] R) ok 21235 - ".Another /* comment" ([SB/F/NM] R) ok 21236 - "\n" ([RE/F/NM] R) ok 21237 - "\n" ([SB/F/NM] R) ok 21238 - "This is a comment\n" ([RE/F/NM] R) ok 21239 - "This is a comment\n" ([SB/F/NM] R) ok 21240 - "A\tcomment\n" ([RE/F/NM] R) ok 21241 - "A\tcomment\n" ([SB/F/NM] R) ok 21242 - "Another /* comment\n" ([RE/F/NM] R) ok 21243 - "Another /* comment\n" ([SB/F/NM] R) ok 21244 - ";" ([RE/F/NM] R) ok 21245 - ";" ([SB/F/NM] R) ok 21246 - ";This is a comment" ([RE/F/NM] R) ok 21247 - ";This is a comment" ([SB/F/NM] R) ok 21248 - ";A\tcomment" ([RE/F/NM] R) ok 21249 - ";A\tcomment" ([SB/F/NM] R) ok 21250 - ";Another /* comment" ([RE/F/NM] R) ok 21251 - ";Another /* comment" ([SB/F/NM] R) ok 21252 - "\n" ([RE/F/NM] R) ok 21253 - "\n" ([SB/F/NM] R) ok 21254 - "This is a comment\n" ([RE/F/NM] R) ok 21255 - "This is a comment\n" ([SB/F/NM] R) ok 21256 - "A\tcomment\n" ([RE/F/NM] R) ok 21257 - "A\tcomment\n" ([SB/F/NM] R) ok 21258 - "Another /* comment\n" ([RE/F/NM] R) ok 21259 - "Another /* comment\n" ([SB/F/NM] R) ok 21260 - "`" ([RE/F/NM] R) ok 21261 - "`" ([SB/F/NM] R) ok 21262 - "`This is a comment" ([RE/F/NM] R) ok 21263 - "`This is a comment" ([SB/F/NM] R) ok 21264 - "`A\tcomment" ([RE/F/NM] R) ok 21265 - "`A\tcomment" ([SB/F/NM] R) ok 21266 - "`Another /* comment" ([RE/F/NM] R) ok 21267 - "`Another /* comment" ([SB/F/NM] R) ok 21268 - "\n" ([RE/F/NM] R) ok 21269 - "\n" ([SB/F/NM] R) ok 21270 - "This is a comment\n" ([RE/F/NM] R) ok 21271 - "This is a comment\n" ([SB/F/NM] R) ok 21272 - "A\tcomment\n" ([RE/F/NM] R) ok 21273 - "A\tcomment\n" ([SB/F/NM] R) ok 21274 - "Another /* comment\n" ([RE/F/NM] R) ok 21275 - "Another /* comment\n" ([SB/F/NM] R) ok 21276 - "--" ([RE/F/NM] R) ok 21277 - "--" ([SB/F/NM] R) ok 21278 - "--This is a comment" ([RE/F/NM] R) ok 21279 - "--This is a comment" ([SB/F/NM] R) ok 21280 - "--A\tcomment" ([RE/F/NM] R) ok 21281 - "--A\tcomment" ([SB/F/NM] R) ok 21282 - "--Another /* comment" ([RE/F/NM] R) ok 21283 - "--Another /* comment" ([SB/F/NM] R) ok 21284 - "\n" ([RE/F/NM] R) ok 21285 - "\n" ([SB/F/NM] R) ok 21286 - "This is a comment\n" ([RE/F/NM] R) ok 21287 - "This is a comment\n" ([SB/F/NM] R) ok 21288 - "A\tcomment\n" ([RE/F/NM] R) ok 21289 - "A\tcomment\n" ([SB/F/NM] R) ok 21290 - "Another /* comment\n" ([RE/F/NM] R) ok 21291 - "Another /* comment\n" ([SB/F/NM] R) ok 21292 - "---" ([RE/F/NM] R) ok 21293 - "---" ([SB/F/NM] R) ok 21294 - "---This is a comment" ([RE/F/NM] R) ok 21295 - "---This is a comment" ([SB/F/NM] R) ok 21296 - "---A\tcomment" ([RE/F/NM] R) ok 21297 - "---A\tcomment" ([SB/F/NM] R) ok 21298 - "---Another /* comment" ([RE/F/NM] R) ok 21299 - "---Another /* comment" ([SB/F/NM] R) ok 21300 - "\n" ([RE/F/NM] R) ok 21301 - "\n" ([SB/F/NM] R) ok 21302 - "This is a comment\n" ([RE/F/NM] R) ok 21303 - "This is a comment\n" ([SB/F/NM] R) ok 21304 - "A\tcomment\n" ([RE/F/NM] R) ok 21305 - "A\tcomment\n" ([SB/F/NM] R) ok 21306 - "Another /* comment\n" ([RE/F/NM] R) ok 21307 - "Another /* comment\n" ([SB/F/NM] R) ok 21308 - "-----" ([RE/F/NM] R) ok 21309 - "-----" ([SB/F/NM] R) ok 21310 - "-----This is a comment" ([RE/F/NM] R) ok 21311 - "-----This is a comment" ([SB/F/NM] R) ok 21312 - "-----A\tcomment" ([RE/F/NM] R) ok 21313 - "-----A\tcomment" ([SB/F/NM] R) ok 21314 - "-----Another /* comment" ([RE/F/NM] R) ok 21315 - "-----Another /* comment" ([SB/F/NM] R) ok 21316 - "\n" ([RE/F/NM] R) ok 21317 - "\n" ([SB/F/NM] R) ok 21318 - "This is a comment\n" ([RE/F/NM] R) ok 21319 - "This is a comment\n" ([SB/F/NM] R) ok 21320 - "A\tcomment\n" ([RE/F/NM] R) ok 21321 - "A\tcomment\n" ([SB/F/NM] R) ok 21322 - "Another /* comment\n" ([RE/F/NM] R) ok 21323 - "Another /* comment\n" ([SB/F/NM] R) ok 21324 - "\\"" ([RE/F/NM] R) ok 21325 - "\\"" ([SB/F/NM] R) ok 21326 - "\\"This is a comment" ([RE/F/NM] R) ok 21327 - "\\"This is a comment" ([SB/F/NM] R) ok 21328 - "\\"A\tcomment" ([RE/F/NM] R) ok 21329 - "\\"A\tcomment" ([SB/F/NM] R) ok 21330 - "\\"Another /* comment" ([RE/F/NM] R) ok 21331 - "\\"Another /* comment" ([SB/F/NM] R) ok 21332 - "\n" ([RE/F/NM] R) ok 21333 - "\n" ([SB/F/NM] R) ok 21334 - "This is a comment\n" ([RE/F/NM] R) ok 21335 - "This is a comment\n" ([SB/F/NM] R) ok 21336 - "A\tcomment\n" ([RE/F/NM] R) ok 21337 - "A\tcomment\n" ([SB/F/NM] R) ok 21338 - "Another /* comment\n" ([RE/F/NM] R) ok 21339 - "Another /* comment\n" ([SB/F/NM] R) ok 21340 - """ ([RE/F/NM] R) ok 21341 - """ ([SB/F/NM] R) ok 21342 - ""This is a comment" ([RE/F/NM] R) ok 21343 - ""This is a comment" ([SB/F/NM] R) ok 21344 - ""A\tcomment" ([RE/F/NM] R) ok 21345 - ""A\tcomment" ([SB/F/NM] R) ok 21346 - ""Another /* comment" ([RE/F/NM] R) ok 21347 - ""Another /* comment" ([SB/F/NM] R) ok 21348 - "\n" ([RE/F/NM] R) ok 21349 - "\n" ([SB/F/NM] R) ok 21350 - "This is a comment\n" ([RE/F/NM] R) ok 21351 - "This is a comment\n" ([SB/F/NM] R) ok 21352 - "A\tcomment\n" ([RE/F/NM] R) ok 21353 - "A\tcomment\n" ([SB/F/NM] R) ok 21354 - "Another /* comment\n" ([RE/F/NM] R) ok 21355 - "Another /* comment\n" ([SB/F/NM] R) ok 21356 - "'" ([RE/F/NM] R) ok 21357 - "'" ([SB/F/NM] R) ok 21358 - "'This is a comment" ([RE/F/NM] R) ok 21359 - "'This is a comment" ([SB/F/NM] R) ok 21360 - "'A\tcomment" ([RE/F/NM] R) ok 21361 - "'A\tcomment" ([SB/F/NM] R) ok 21362 - "'Another /* comment" ([RE/F/NM] R) ok 21363 - "'Another /* comment" ([SB/F/NM] R) ok 21364 - "\n" ([RE/F/NM] R) ok 21365 - "\n" ([SB/F/NM] R) ok 21366 - "This is a comment\n" ([RE/F/NM] R) ok 21367 - "This is a comment\n" ([SB/F/NM] R) ok 21368 - "A\tcomment\n" ([RE/F/NM] R) ok 21369 - "A\tcomment\n" ([SB/F/NM] R) ok 21370 - "Another /* comment\n" ([RE/F/NM] R) ok 21371 - "Another /* comment\n" ([SB/F/NM] R) ok 21372 - "/* This is a C comment */" ([RE/F/NM] R) ok 21373 - "/* This is a C comment */" ([SB/F/NM] R) ok 21374 - "(* This is a Pascal comment *)" ([RE/F/NM] R) ok 21375 - "(* This is a Pascal comment *)" ([SB/F/NM] R) ok 21376 - "" ([RE/F/NM] R) ok 21377 - "" ([SB/F/NM] R) ok 21378 - "#\n\n" ([RE/F/NM] R) ok 21379 - "#\n\n" ([SB/F/NM] R) ok 21380 - "#This is a comment\n\n" ([RE/F/NM] R) ok 21381 - "#This is a comment\n\n" ([SB/F/NM] R) ok 21382 - "#A\tcomment\n\n" ([RE/F/NM] R) ok 21383 - "#A\tcomment\n\n" ([SB/F/NM] R) ok 21384 - "#Another /* comment\n\n" ([RE/F/NM] R) ok 21385 - "#Another /* comment\n\n" ([SB/F/NM] R) ok 21386 - "#\n#\n" ([RE/F/NM] R) ok 21387 - "#\n#\n" ([SB/F/NM] R) ok 21388 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] R) ok 21389 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] R) ok 21390 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] R) ok 21391 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] R) ok 21392 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] R) ok 21393 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] R) ok 21394 - "#\nq" ([RE/F/NM] R) ok 21395 - "#\nq" ([SB/F/NM] R) ok 21396 - "#This is a comment\nrrh" ([RE/F/NM] R) ok 21397 - "#This is a comment\nrrh" ([SB/F/NM] R) ok 21398 - "#A\tcomment\n6" ([RE/F/NM] R) ok 21399 - "#A\tcomment\n6" ([SB/F/NM] R) ok 21400 - "#Another /* comment\nyhqg" ([RE/F/NM] R) ok 21401 - "#Another /* comment\nyhqg" ([SB/F/NM] R) ok 21402 - "z35#\n" ([RE/F/NM] R) ok 21403 - "z35#\n" ([SB/F/NM] R) ok 21404 - "e#This is a comment\n" ([RE/F/NM] R) ok 21405 - "e#This is a comment\n" ([SB/F/NM] R) ok 21406 - "d#A\tcomment\n" ([RE/F/NM] R) ok 21407 - "d#A\tcomment\n" ([SB/F/NM] R) ok 21408 - "zb#Another /* comment\n" ([RE/F/NM] R) ok 21409 - "zb#Another /* comment\n" ([SB/F/NM] R) ok 21410 - "\\\n" ([RE/F/NM] R) ok 21411 - "\\\n" ([SB/F/NM] R) ok 21412 - "\\This is a comment\n" ([RE/F/NM] R) ok 21413 - "\\This is a comment\n" ([SB/F/NM] R) ok 21414 - "\\A\tcomment\n" ([RE/F/NM] R) ok 21415 - "\\A\tcomment\n" ([SB/F/NM] R) ok 21416 - "\\Another /* comment\n" ([RE/F/NM] R) ok 21417 - "\\Another /* comment\n" ([SB/F/NM] R) ok 21418 - "//\n" ([RE/F/NM] R) ok 21419 - "//\n" ([SB/F/NM] R) ok 21420 - "//This is a comment\n" ([RE/F/NM] R) ok 21421 - "//This is a comment\n" ([SB/F/NM] R) ok 21422 - "//A\tcomment\n" ([RE/F/NM] R) ok 21423 - "//A\tcomment\n" ([SB/F/NM] R) ok 21424 - "//Another /* comment\n" ([RE/F/NM] R) ok 21425 - "//Another /* comment\n" ([SB/F/NM] R) ok 21426 - "--\n" ([RE/F/NM] R) ok 21427 - "--\n" ([SB/F/NM] R) ok 21428 - "--This is a comment\n" ([RE/F/NM] R) ok 21429 - "--This is a comment\n" ([SB/F/NM] R) ok 21430 - "--A\tcomment\n" ([RE/F/NM] R) ok 21431 - "--A\tcomment\n" ([SB/F/NM] R) ok 21432 - "--Another /* comment\n" ([RE/F/NM] R) ok 21433 - "--Another /* comment\n" ([SB/F/NM] R) ok 21434 - ";\n" ([RE/F/NM] R) ok 21435 - ";\n" ([SB/F/NM] R) ok 21436 - ";This is a comment\n" ([RE/F/NM] R) ok 21437 - ";This is a comment\n" ([SB/F/NM] R) ok 21438 - ";A\tcomment\n" ([RE/F/NM] R) ok 21439 - ";A\tcomment\n" ([SB/F/NM] R) ok 21440 - ";Another /* comment\n" ([RE/F/NM] R) ok 21441 - ";Another /* comment\n" ([SB/F/NM] R) ok 21442 - "*\n" ([RE/F/NM] R) ok 21443 - "*\n" ([SB/F/NM] R) ok 21444 - "*This is a comment\n" ([RE/F/NM] R) ok 21445 - "*This is a comment\n" ([SB/F/NM] R) ok 21446 - "*A\tcomment\n" ([RE/F/NM] R) ok 21447 - "*A\tcomment\n" ([SB/F/NM] R) ok 21448 - "*Another /* comment\n" ([RE/F/NM] R) ok 21449 - "*Another /* comment\n" ([SB/F/NM] R) ok 21450 - "!\n" ([RE/F/NM] R) ok 21451 - "!\n" ([SB/F/NM] R) ok 21452 - "!This is a comment\n" ([RE/F/NM] R) ok 21453 - "!This is a comment\n" ([SB/F/NM] R) ok 21454 - "!A\tcomment\n" ([RE/F/NM] R) ok 21455 - "!A\tcomment\n" ([SB/F/NM] R) ok 21456 - "!Another /* comment\n" ([RE/F/NM] R) ok 21457 - "!Another /* comment\n" ([SB/F/NM] R) ok 21458 - "REM\n" ([RE/F/NM] R) ok 21459 - "REM\n" ([SB/F/NM] R) ok 21460 - "REMThis is a comment\n" ([RE/F/NM] R) ok 21461 - "REMThis is a comment\n" ([SB/F/NM] R) ok 21462 - "REMA\tcomment\n" ([RE/F/NM] R) ok 21463 - "REMA\tcomment\n" ([SB/F/NM] R) ok 21464 - "REMAnother /* comment\n" ([RE/F/NM] R) ok 21465 - "REMAnother /* comment\n" ([SB/F/NM] R) ok 21466 - "//\n" ([RE/F/NM] R) ok 21467 - "//\n" ([SB/F/NM] R) ok 21468 - "//This is a comment\n" ([RE/F/NM] R) ok 21469 - "//This is a comment\n" ([SB/F/NM] R) ok 21470 - "//A\tcomment\n" ([RE/F/NM] R) ok 21471 - "//A\tcomment\n" ([SB/F/NM] R) ok 21472 - "//Another /* comment\n" ([RE/F/NM] R) ok 21473 - "//Another /* comment\n" ([SB/F/NM] R) ok 21474 - "%\n" ([RE/F/NM] R) ok 21475 - "%\n" ([SB/F/NM] R) ok 21476 - "%This is a comment\n" ([RE/F/NM] R) ok 21477 - "%This is a comment\n" ([SB/F/NM] R) ok 21478 - "%A\tcomment\n" ([RE/F/NM] R) ok 21479 - "%A\tcomment\n" ([SB/F/NM] R) ok 21480 - "%Another /* comment\n" ([RE/F/NM] R) ok 21481 - "%Another /* comment\n" ([SB/F/NM] R) ok 21482 - "!\n" ([RE/F/NM] R) ok 21483 - "!\n" ([SB/F/NM] R) ok 21484 - "!This is a comment\n" ([RE/F/NM] R) ok 21485 - "!This is a comment\n" ([SB/F/NM] R) ok 21486 - "!A\tcomment\n" ([RE/F/NM] R) ok 21487 - "!A\tcomment\n" ([SB/F/NM] R) ok 21488 - "!Another /* comment\n" ([RE/F/NM] R) ok 21489 - "!Another /* comment\n" ([SB/F/NM] R) ok 21490 - "NB\n" ([RE/F/NM] R) ok 21491 - "NB\n" ([SB/F/NM] R) ok 21492 - "NBThis is a comment\n" ([RE/F/NM] R) ok 21493 - "NBThis is a comment\n" ([SB/F/NM] R) ok 21494 - "NBA\tcomment\n" ([RE/F/NM] R) ok 21495 - "NBA\tcomment\n" ([SB/F/NM] R) ok 21496 - "NBAnother /* comment\n" ([RE/F/NM] R) ok 21497 - "NBAnother /* comment\n" ([SB/F/NM] R) ok 21498 - "PLEASE NOT\n" ([RE/F/NM] R) ok 21499 - "PLEASE NOT\n" ([SB/F/NM] R) ok 21500 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] R) ok 21501 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] R) ok 21502 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] R) ok 21503 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] R) ok 21504 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] R) ok 21505 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] R) ok 21506 - "PLEASE NOT\n" ([RE/F/NM] R) ok 21507 - "PLEASE NOT\n" ([SB/F/NM] R) ok 21508 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] R) ok 21509 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] R) ok 21510 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] R) ok 21511 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] R) ok 21512 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] R) ok 21513 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] R) ok 21514 - "PLEASE N'T\n" ([RE/F/NM] R) ok 21515 - "PLEASE N'T\n" ([SB/F/NM] R) ok 21516 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] R) ok 21517 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] R) ok 21518 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] R) ok 21519 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] R) ok 21520 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] R) ok 21521 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] R) ok 21522 - "DO NOT\n" ([RE/F/NM] R) ok 21523 - "DO NOT\n" ([SB/F/NM] R) ok 21524 - "DO NOTThis is a comment\n" ([RE/F/NM] R) ok 21525 - "DO NOTThis is a comment\n" ([SB/F/NM] R) ok 21526 - "DO NOTA\tcomment\n" ([RE/F/NM] R) ok 21527 - "DO NOTA\tcomment\n" ([SB/F/NM] R) ok 21528 - "DO NOTAnother /* comment\n" ([RE/F/NM] R) ok 21529 - "DO NOTAnother /* comment\n" ([SB/F/NM] R) ok 21530 - "DO N'T\n" ([RE/F/NM] R) ok 21531 - "DO N'T\n" ([SB/F/NM] R) ok 21532 - "DO N'TThis is a comment\n" ([RE/F/NM] R) ok 21533 - "DO N'TThis is a comment\n" ([SB/F/NM] R) ok 21534 - "DO N'TA\tcomment\n" ([RE/F/NM] R) ok 21535 - "DO N'TA\tcomment\n" ([SB/F/NM] R) ok 21536 - "DO N'TAnother /* comment\n" ([RE/F/NM] R) ok 21537 - "DO N'TAnother /* comment\n" ([SB/F/NM] R) ok 21538 - "DO NOT\n" ([RE/F/NM] R) ok 21539 - "DO NOT\n" ([SB/F/NM] R) ok 21540 - "DO NOTThis is a comment\n" ([RE/F/NM] R) ok 21541 - "DO NOTThis is a comment\n" ([SB/F/NM] R) ok 21542 - "DO NOTA\tcomment\n" ([RE/F/NM] R) ok 21543 - "DO NOTA\tcomment\n" ([SB/F/NM] R) ok 21544 - "DO NOTAnother /* comment\n" ([RE/F/NM] R) ok 21545 - "DO NOTAnother /* comment\n" ([SB/F/NM] R) ok 21546 - "PLEASE DO NOT\n" ([RE/F/NM] R) ok 21547 - "PLEASE DO NOT\n" ([SB/F/NM] R) ok 21548 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] R) ok 21549 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] R) ok 21550 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] R) ok 21551 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] R) ok 21552 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] R) ok 21553 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] R) ok 21554 - "PLEASE DO NOT\n" ([RE/F/NM] R) ok 21555 - "PLEASE DO NOT\n" ([SB/F/NM] R) ok 21556 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] R) ok 21557 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] R) ok 21558 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] R) ok 21559 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] R) ok 21560 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] R) ok 21561 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] R) ok 21562 - "PLEASE DO N'T\n" ([RE/F/NM] R) ok 21563 - "PLEASE DO N'T\n" ([SB/F/NM] R) ok 21564 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] R) ok 21565 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] R) ok 21566 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] R) ok 21567 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] R) ok 21568 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] R) ok 21569 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] R) ok 21570 - "NB.\n" ([RE/F/NM] R) ok 21571 - "NB.\n" ([SB/F/NM] R) ok 21572 - "NB.This is a comment\n" ([RE/F/NM] R) ok 21573 - "NB.This is a comment\n" ([SB/F/NM] R) ok 21574 - "NB.A\tcomment\n" ([RE/F/NM] R) ok 21575 - "NB.A\tcomment\n" ([SB/F/NM] R) ok 21576 - "NB.Another /* comment\n" ([RE/F/NM] R) ok 21577 - "NB.Another /* comment\n" ([SB/F/NM] R) ok 21578 - "{}" ([RE/F/NM] R) ok 21579 - "{}" ([SB/F/NM] R) ok 21580 - "{This is a comment}" ([RE/F/NM] R) ok 21581 - "{This is a comment}" ([SB/F/NM] R) ok 21582 - "{A\tcomment}" ([RE/F/NM] R) ok 21583 - "{A\tcomment}" ([SB/F/NM] R) ok 21584 - "{Another /* comment}" ([RE/F/NM] R) ok 21585 - "{Another /* comment}" ([SB/F/NM] R) ok 21586 - ".\n" ([RE/F/NM] R) ok 21587 - ".\n" ([SB/F/NM] R) ok 21588 - ".This is a comment\n" ([RE/F/NM] R) ok 21589 - ".This is a comment\n" ([SB/F/NM] R) ok 21590 - ".A\tcomment\n" ([RE/F/NM] R) ok 21591 - ".A\tcomment\n" ([SB/F/NM] R) ok 21592 - ".Another /* comment\n" ([RE/F/NM] R) ok 21593 - ".Another /* comment\n" ([SB/F/NM] R) ok 21594 - ";\n" ([RE/F/NM] R) ok 21595 - ";\n" ([SB/F/NM] R) ok 21596 - ";This is a comment\n" ([RE/F/NM] R) ok 21597 - ";This is a comment\n" ([SB/F/NM] R) ok 21598 - ";A\tcomment\n" ([RE/F/NM] R) ok 21599 - ";A\tcomment\n" ([SB/F/NM] R) ok 21600 - ";Another /* comment\n" ([RE/F/NM] R) ok 21601 - ";Another /* comment\n" ([SB/F/NM] R) ok 21602 - "`\n" ([RE/F/NM] R) ok 21603 - "`\n" ([SB/F/NM] R) ok 21604 - "`This is a comment\n" ([RE/F/NM] R) ok 21605 - "`This is a comment\n" ([SB/F/NM] R) ok 21606 - "`A\tcomment\n" ([RE/F/NM] R) ok 21607 - "`A\tcomment\n" ([SB/F/NM] R) ok 21608 - "`Another /* comment\n" ([RE/F/NM] R) ok 21609 - "`Another /* comment\n" ([SB/F/NM] R) ok 21610 - "--\n" ([RE/F/NM] R) ok 21611 - "--\n" ([SB/F/NM] R) ok 21612 - "--This is a comment\n" ([RE/F/NM] R) ok 21613 - "--This is a comment\n" ([SB/F/NM] R) ok 21614 - "--A\tcomment\n" ([RE/F/NM] R) ok 21615 - "--A\tcomment\n" ([SB/F/NM] R) ok 21616 - "--Another /* comment\n" ([RE/F/NM] R) ok 21617 - "--Another /* comment\n" ([SB/F/NM] R) ok 21618 - "---\n" ([RE/F/NM] R) ok 21619 - "---\n" ([SB/F/NM] R) ok 21620 - "---This is a comment\n" ([RE/F/NM] R) ok 21621 - "---This is a comment\n" ([SB/F/NM] R) ok 21622 - "---A\tcomment\n" ([RE/F/NM] R) ok 21623 - "---A\tcomment\n" ([SB/F/NM] R) ok 21624 - "---Another /* comment\n" ([RE/F/NM] R) ok 21625 - "---Another /* comment\n" ([SB/F/NM] R) ok 21626 - "-----\n" ([RE/F/NM] R) ok 21627 - "-----\n" ([SB/F/NM] R) ok 21628 - "-----This is a comment\n" ([RE/F/NM] R) ok 21629 - "-----This is a comment\n" ([SB/F/NM] R) ok 21630 - "-----A\tcomment\n" ([RE/F/NM] R) ok 21631 - "-----A\tcomment\n" ([SB/F/NM] R) ok 21632 - "-----Another /* comment\n" ([RE/F/NM] R) ok 21633 - "-----Another /* comment\n" ([SB/F/NM] R) ok 21634 - "\\"\n" ([RE/F/NM] R) ok 21635 - "\\"\n" ([SB/F/NM] R) ok 21636 - "\\"This is a comment\n" ([RE/F/NM] R) ok 21637 - "\\"This is a comment\n" ([SB/F/NM] R) ok 21638 - "\\"A\tcomment\n" ([RE/F/NM] R) ok 21639 - "\\"A\tcomment\n" ([SB/F/NM] R) ok 21640 - "\\"Another /* comment\n" ([RE/F/NM] R) ok 21641 - "\\"Another /* comment\n" ([SB/F/NM] R) ok 21642 - ""\n" ([RE/F/NM] R) ok 21643 - ""\n" ([SB/F/NM] R) ok 21644 - ""This is a comment\n" ([RE/F/NM] R) ok 21645 - ""This is a comment\n" ([SB/F/NM] R) ok 21646 - ""A\tcomment\n" ([RE/F/NM] R) ok 21647 - ""A\tcomment\n" ([SB/F/NM] R) ok 21648 - ""Another /* comment\n" ([RE/F/NM] R) ok 21649 - ""Another /* comment\n" ([SB/F/NM] R) ok 21650 - "'\n" ([RE/F/NM] R) ok 21651 - "'\n" ([SB/F/NM] R) ok 21652 - "'This is a comment\n" ([RE/F/NM] R) ok 21653 - "'This is a comment\n" ([SB/F/NM] R) ok 21654 - "'A\tcomment\n" ([RE/F/NM] R) ok 21655 - "'A\tcomment\n" ([SB/F/NM] R) ok 21656 - "'Another /* comment\n" ([RE/F/NM] R) ok 21657 - "'Another /* comment\n" ([SB/F/NM] R) ok 21658 - "#\n" ([RE/P/MT] Ruby) ok 21659 - "#\n" ([OM/P/MT] Ruby) ok 21660 - "#\n" ([OS/P/MT] Ruby) ok 21661 - "#\n" ([SB/P/MT] Ruby) ok 21662 - "#\n" ([KP/P/MT] Ruby) ok 21663 - "#This is a comment\n" ([RE/P/MT] Ruby) ok 21664 - "#This is a comment\n" ([OM/P/MT] Ruby) ok 21665 - "#This is a comment\n" ([OS/P/MT] Ruby) ok 21666 - "#This is a comment\n" ([SB/P/MT] Ruby) ok 21667 - "#This is a comment\n" ([KP/P/MT] Ruby) ok 21668 - "#A\tcomment\n" ([RE/P/MT] Ruby) ok 21669 - "#A\tcomment\n" ([OM/P/MT] Ruby) ok 21670 - "#A\tcomment\n" ([OS/P/MT] Ruby) ok 21671 - "#A\tcomment\n" ([SB/P/MT] Ruby) ok 21672 - "#A\tcomment\n" ([KP/P/MT] Ruby) ok 21673 - "#Another /* comment\n" ([RE/P/MT] Ruby) ok 21674 - "#Another /* comment\n" ([OM/P/MT] Ruby) ok 21675 - "#Another /* comment\n" ([OS/P/MT] Ruby) ok 21676 - "#Another /* comment\n" ([SB/P/MT] Ruby) ok 21677 - "#Another /* comment\n" ([KP/P/MT] Ruby) ok 21678 - "\\" ([RE/F/NM] Ruby) ok 21679 - "\\" ([SB/F/NM] Ruby) ok 21680 - "\\This is a comment" ([RE/F/NM] Ruby) ok 21681 - "\\This is a comment" ([SB/F/NM] Ruby) ok 21682 - "\\A\tcomment" ([RE/F/NM] Ruby) ok 21683 - "\\A\tcomment" ([SB/F/NM] Ruby) ok 21684 - "\\Another /* comment" ([RE/F/NM] Ruby) ok 21685 - "\\Another /* comment" ([SB/F/NM] Ruby) ok 21686 - "\n" ([RE/F/NM] Ruby) ok 21687 - "\n" ([SB/F/NM] Ruby) ok 21688 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21689 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21690 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21691 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21692 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21693 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21694 - "#" ([RE/F/NM] Ruby) ok 21695 - "#" ([SB/F/NM] Ruby) ok 21696 - "#This is a comment" ([RE/F/NM] Ruby) ok 21697 - "#This is a comment" ([SB/F/NM] Ruby) ok 21698 - "#A\tcomment" ([RE/F/NM] Ruby) ok 21699 - "#A\tcomment" ([SB/F/NM] Ruby) ok 21700 - "#Another /* comment" ([RE/F/NM] Ruby) ok 21701 - "#Another /* comment" ([SB/F/NM] Ruby) ok 21702 - "\n" ([RE/F/NM] Ruby) ok 21703 - "\n" ([SB/F/NM] Ruby) ok 21704 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21705 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21706 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21707 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21708 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21709 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21710 - "//" ([RE/F/NM] Ruby) ok 21711 - "//" ([SB/F/NM] Ruby) ok 21712 - "//This is a comment" ([RE/F/NM] Ruby) ok 21713 - "//This is a comment" ([SB/F/NM] Ruby) ok 21714 - "//A\tcomment" ([RE/F/NM] Ruby) ok 21715 - "//A\tcomment" ([SB/F/NM] Ruby) ok 21716 - "//Another /* comment" ([RE/F/NM] Ruby) ok 21717 - "//Another /* comment" ([SB/F/NM] Ruby) ok 21718 - "\n" ([RE/F/NM] Ruby) ok 21719 - "\n" ([SB/F/NM] Ruby) ok 21720 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21721 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21722 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21723 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21724 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21725 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21726 - "--" ([RE/F/NM] Ruby) ok 21727 - "--" ([SB/F/NM] Ruby) ok 21728 - "--This is a comment" ([RE/F/NM] Ruby) ok 21729 - "--This is a comment" ([SB/F/NM] Ruby) ok 21730 - "--A\tcomment" ([RE/F/NM] Ruby) ok 21731 - "--A\tcomment" ([SB/F/NM] Ruby) ok 21732 - "--Another /* comment" ([RE/F/NM] Ruby) ok 21733 - "--Another /* comment" ([SB/F/NM] Ruby) ok 21734 - "\n" ([RE/F/NM] Ruby) ok 21735 - "\n" ([SB/F/NM] Ruby) ok 21736 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21737 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21738 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21739 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21740 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21741 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21742 - ";" ([RE/F/NM] Ruby) ok 21743 - ";" ([SB/F/NM] Ruby) ok 21744 - ";This is a comment" ([RE/F/NM] Ruby) ok 21745 - ";This is a comment" ([SB/F/NM] Ruby) ok 21746 - ";A\tcomment" ([RE/F/NM] Ruby) ok 21747 - ";A\tcomment" ([SB/F/NM] Ruby) ok 21748 - ";Another /* comment" ([RE/F/NM] Ruby) ok 21749 - ";Another /* comment" ([SB/F/NM] Ruby) ok 21750 - "\n" ([RE/F/NM] Ruby) ok 21751 - "\n" ([SB/F/NM] Ruby) ok 21752 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21753 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21754 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21755 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21756 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21757 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21758 - "#" ([RE/F/NM] Ruby) ok 21759 - "#" ([SB/F/NM] Ruby) ok 21760 - "#This is a comment" ([RE/F/NM] Ruby) ok 21761 - "#This is a comment" ([SB/F/NM] Ruby) ok 21762 - "#A\tcomment" ([RE/F/NM] Ruby) ok 21763 - "#A\tcomment" ([SB/F/NM] Ruby) ok 21764 - "#Another /* comment" ([RE/F/NM] Ruby) ok 21765 - "#Another /* comment" ([SB/F/NM] Ruby) ok 21766 - "\n" ([RE/F/NM] Ruby) ok 21767 - "\n" ([SB/F/NM] Ruby) ok 21768 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21769 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21770 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21771 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21772 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21773 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21774 - "*" ([RE/F/NM] Ruby) ok 21775 - "*" ([SB/F/NM] Ruby) ok 21776 - "*This is a comment" ([RE/F/NM] Ruby) ok 21777 - "*This is a comment" ([SB/F/NM] Ruby) ok 21778 - "*A\tcomment" ([RE/F/NM] Ruby) ok 21779 - "*A\tcomment" ([SB/F/NM] Ruby) ok 21780 - "*Another /* comment" ([RE/F/NM] Ruby) ok 21781 - "*Another /* comment" ([SB/F/NM] Ruby) ok 21782 - "\n" ([RE/F/NM] Ruby) ok 21783 - "\n" ([SB/F/NM] Ruby) ok 21784 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21785 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21786 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21787 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21788 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21789 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21790 - "!" ([RE/F/NM] Ruby) ok 21791 - "!" ([SB/F/NM] Ruby) ok 21792 - "!This is a comment" ([RE/F/NM] Ruby) ok 21793 - "!This is a comment" ([SB/F/NM] Ruby) ok 21794 - "!A\tcomment" ([RE/F/NM] Ruby) ok 21795 - "!A\tcomment" ([SB/F/NM] Ruby) ok 21796 - "!Another /* comment" ([RE/F/NM] Ruby) ok 21797 - "!Another /* comment" ([SB/F/NM] Ruby) ok 21798 - "\n" ([RE/F/NM] Ruby) ok 21799 - "\n" ([SB/F/NM] Ruby) ok 21800 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21801 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21802 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21803 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21804 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21805 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21806 - "REM" ([RE/F/NM] Ruby) ok 21807 - "REM" ([SB/F/NM] Ruby) ok 21808 - "REMThis is a comment" ([RE/F/NM] Ruby) ok 21809 - "REMThis is a comment" ([SB/F/NM] Ruby) ok 21810 - "REMA\tcomment" ([RE/F/NM] Ruby) ok 21811 - "REMA\tcomment" ([SB/F/NM] Ruby) ok 21812 - "REMAnother /* comment" ([RE/F/NM] Ruby) ok 21813 - "REMAnother /* comment" ([SB/F/NM] Ruby) ok 21814 - "\n" ([RE/F/NM] Ruby) ok 21815 - "\n" ([SB/F/NM] Ruby) ok 21816 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21817 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21818 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21819 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21820 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21821 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21822 - "//" ([RE/F/NM] Ruby) ok 21823 - "//" ([SB/F/NM] Ruby) ok 21824 - "//This is a comment" ([RE/F/NM] Ruby) ok 21825 - "//This is a comment" ([SB/F/NM] Ruby) ok 21826 - "//A\tcomment" ([RE/F/NM] Ruby) ok 21827 - "//A\tcomment" ([SB/F/NM] Ruby) ok 21828 - "//Another /* comment" ([RE/F/NM] Ruby) ok 21829 - "//Another /* comment" ([SB/F/NM] Ruby) ok 21830 - "\n" ([RE/F/NM] Ruby) ok 21831 - "\n" ([SB/F/NM] Ruby) ok 21832 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21833 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21834 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21835 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21836 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21837 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21838 - "%" ([RE/F/NM] Ruby) ok 21839 - "%" ([SB/F/NM] Ruby) ok 21840 - "%This is a comment" ([RE/F/NM] Ruby) ok 21841 - "%This is a comment" ([SB/F/NM] Ruby) ok 21842 - "%A\tcomment" ([RE/F/NM] Ruby) ok 21843 - "%A\tcomment" ([SB/F/NM] Ruby) ok 21844 - "%Another /* comment" ([RE/F/NM] Ruby) ok 21845 - "%Another /* comment" ([SB/F/NM] Ruby) ok 21846 - "\n" ([RE/F/NM] Ruby) ok 21847 - "\n" ([SB/F/NM] Ruby) ok 21848 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21849 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21850 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21851 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21852 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21853 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21854 - "!" ([RE/F/NM] Ruby) ok 21855 - "!" ([SB/F/NM] Ruby) ok 21856 - "!This is a comment" ([RE/F/NM] Ruby) ok 21857 - "!This is a comment" ([SB/F/NM] Ruby) ok 21858 - "!A\tcomment" ([RE/F/NM] Ruby) ok 21859 - "!A\tcomment" ([SB/F/NM] Ruby) ok 21860 - "!Another /* comment" ([RE/F/NM] Ruby) ok 21861 - "!Another /* comment" ([SB/F/NM] Ruby) ok 21862 - "\n" ([RE/F/NM] Ruby) ok 21863 - "\n" ([SB/F/NM] Ruby) ok 21864 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21865 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21866 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21867 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21868 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21869 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21870 - "NB" ([RE/F/NM] Ruby) ok 21871 - "NB" ([SB/F/NM] Ruby) ok 21872 - "NBThis is a comment" ([RE/F/NM] Ruby) ok 21873 - "NBThis is a comment" ([SB/F/NM] Ruby) ok 21874 - "NBA\tcomment" ([RE/F/NM] Ruby) ok 21875 - "NBA\tcomment" ([SB/F/NM] Ruby) ok 21876 - "NBAnother /* comment" ([RE/F/NM] Ruby) ok 21877 - "NBAnother /* comment" ([SB/F/NM] Ruby) ok 21878 - "\n" ([RE/F/NM] Ruby) ok 21879 - "\n" ([SB/F/NM] Ruby) ok 21880 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21881 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21882 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21883 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21884 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21885 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21886 - "PLEASE NOT" ([RE/F/NM] Ruby) ok 21887 - "PLEASE NOT" ([SB/F/NM] Ruby) ok 21888 - "PLEASE NOTThis is a comment" ([RE/F/NM] Ruby) ok 21889 - "PLEASE NOTThis is a comment" ([SB/F/NM] Ruby) ok 21890 - "PLEASE NOTA\tcomment" ([RE/F/NM] Ruby) ok 21891 - "PLEASE NOTA\tcomment" ([SB/F/NM] Ruby) ok 21892 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Ruby) ok 21893 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Ruby) ok 21894 - "\n" ([RE/F/NM] Ruby) ok 21895 - "\n" ([SB/F/NM] Ruby) ok 21896 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21897 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21898 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21899 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21900 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21901 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21902 - "PLEASE NOT" ([RE/F/NM] Ruby) ok 21903 - "PLEASE NOT" ([SB/F/NM] Ruby) ok 21904 - "PLEASE NOTThis is a comment" ([RE/F/NM] Ruby) ok 21905 - "PLEASE NOTThis is a comment" ([SB/F/NM] Ruby) ok 21906 - "PLEASE NOTA\tcomment" ([RE/F/NM] Ruby) ok 21907 - "PLEASE NOTA\tcomment" ([SB/F/NM] Ruby) ok 21908 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Ruby) ok 21909 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Ruby) ok 21910 - "\n" ([RE/F/NM] Ruby) ok 21911 - "\n" ([SB/F/NM] Ruby) ok 21912 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21913 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21914 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21915 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21916 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21917 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21918 - "PLEASE N'T" ([RE/F/NM] Ruby) ok 21919 - "PLEASE N'T" ([SB/F/NM] Ruby) ok 21920 - "PLEASE N'TThis is a comment" ([RE/F/NM] Ruby) ok 21921 - "PLEASE N'TThis is a comment" ([SB/F/NM] Ruby) ok 21922 - "PLEASE N'TA\tcomment" ([RE/F/NM] Ruby) ok 21923 - "PLEASE N'TA\tcomment" ([SB/F/NM] Ruby) ok 21924 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Ruby) ok 21925 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Ruby) ok 21926 - "\n" ([RE/F/NM] Ruby) ok 21927 - "\n" ([SB/F/NM] Ruby) ok 21928 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21929 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21930 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21931 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21932 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21933 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21934 - "DO NOT" ([RE/F/NM] Ruby) ok 21935 - "DO NOT" ([SB/F/NM] Ruby) ok 21936 - "DO NOTThis is a comment" ([RE/F/NM] Ruby) ok 21937 - "DO NOTThis is a comment" ([SB/F/NM] Ruby) ok 21938 - "DO NOTA\tcomment" ([RE/F/NM] Ruby) ok 21939 - "DO NOTA\tcomment" ([SB/F/NM] Ruby) ok 21940 - "DO NOTAnother /* comment" ([RE/F/NM] Ruby) ok 21941 - "DO NOTAnother /* comment" ([SB/F/NM] Ruby) ok 21942 - "\n" ([RE/F/NM] Ruby) ok 21943 - "\n" ([SB/F/NM] Ruby) ok 21944 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21945 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21946 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21947 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21948 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21949 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21950 - "DO N'T" ([RE/F/NM] Ruby) ok 21951 - "DO N'T" ([SB/F/NM] Ruby) ok 21952 - "DO N'TThis is a comment" ([RE/F/NM] Ruby) ok 21953 - "DO N'TThis is a comment" ([SB/F/NM] Ruby) ok 21954 - "DO N'TA\tcomment" ([RE/F/NM] Ruby) ok 21955 - "DO N'TA\tcomment" ([SB/F/NM] Ruby) ok 21956 - "DO N'TAnother /* comment" ([RE/F/NM] Ruby) ok 21957 - "DO N'TAnother /* comment" ([SB/F/NM] Ruby) ok 21958 - "\n" ([RE/F/NM] Ruby) ok 21959 - "\n" ([SB/F/NM] Ruby) ok 21960 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21961 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21962 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21963 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21964 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21965 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21966 - "DO NOT" ([RE/F/NM] Ruby) ok 21967 - "DO NOT" ([SB/F/NM] Ruby) ok 21968 - "DO NOTThis is a comment" ([RE/F/NM] Ruby) ok 21969 - "DO NOTThis is a comment" ([SB/F/NM] Ruby) ok 21970 - "DO NOTA\tcomment" ([RE/F/NM] Ruby) ok 21971 - "DO NOTA\tcomment" ([SB/F/NM] Ruby) ok 21972 - "DO NOTAnother /* comment" ([RE/F/NM] Ruby) ok 21973 - "DO NOTAnother /* comment" ([SB/F/NM] Ruby) ok 21974 - "\n" ([RE/F/NM] Ruby) ok 21975 - "\n" ([SB/F/NM] Ruby) ok 21976 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21977 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21978 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21979 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21980 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21981 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21982 - "PLEASE DO NOT" ([RE/F/NM] Ruby) ok 21983 - "PLEASE DO NOT" ([SB/F/NM] Ruby) ok 21984 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Ruby) ok 21985 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Ruby) ok 21986 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Ruby) ok 21987 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Ruby) ok 21988 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Ruby) ok 21989 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Ruby) ok 21990 - "\n" ([RE/F/NM] Ruby) ok 21991 - "\n" ([SB/F/NM] Ruby) ok 21992 - "This is a comment\n" ([RE/F/NM] Ruby) ok 21993 - "This is a comment\n" ([SB/F/NM] Ruby) ok 21994 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 21995 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 21996 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 21997 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 21998 - "PLEASE DO NOT" ([RE/F/NM] Ruby) ok 21999 - "PLEASE DO NOT" ([SB/F/NM] Ruby) ok 22000 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Ruby) ok 22001 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Ruby) ok 22002 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Ruby) ok 22003 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Ruby) ok 22004 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Ruby) ok 22005 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Ruby) ok 22006 - "\n" ([RE/F/NM] Ruby) ok 22007 - "\n" ([SB/F/NM] Ruby) ok 22008 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22009 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22010 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22011 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22012 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22013 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22014 - "PLEASE DO N'T" ([RE/F/NM] Ruby) ok 22015 - "PLEASE DO N'T" ([SB/F/NM] Ruby) ok 22016 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Ruby) ok 22017 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Ruby) ok 22018 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Ruby) ok 22019 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Ruby) ok 22020 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Ruby) ok 22021 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Ruby) ok 22022 - "\n" ([RE/F/NM] Ruby) ok 22023 - "\n" ([SB/F/NM] Ruby) ok 22024 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22025 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22026 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22027 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22028 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22029 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22030 - "NB." ([RE/F/NM] Ruby) ok 22031 - "NB." ([SB/F/NM] Ruby) ok 22032 - "NB.This is a comment" ([RE/F/NM] Ruby) ok 22033 - "NB.This is a comment" ([SB/F/NM] Ruby) ok 22034 - "NB.A\tcomment" ([RE/F/NM] Ruby) ok 22035 - "NB.A\tcomment" ([SB/F/NM] Ruby) ok 22036 - "NB.Another /* comment" ([RE/F/NM] Ruby) ok 22037 - "NB.Another /* comment" ([SB/F/NM] Ruby) ok 22038 - "\n" ([RE/F/NM] Ruby) ok 22039 - "\n" ([SB/F/NM] Ruby) ok 22040 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22041 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22042 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22043 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22044 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22045 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22046 - "{" ([RE/F/NM] Ruby) ok 22047 - "{" ([SB/F/NM] Ruby) ok 22048 - "{This is a comment" ([RE/F/NM] Ruby) ok 22049 - "{This is a comment" ([SB/F/NM] Ruby) ok 22050 - "{A\tcomment" ([RE/F/NM] Ruby) ok 22051 - "{A\tcomment" ([SB/F/NM] Ruby) ok 22052 - "{Another /* comment" ([RE/F/NM] Ruby) ok 22053 - "{Another /* comment" ([SB/F/NM] Ruby) ok 22054 - "}" ([RE/F/NM] Ruby) ok 22055 - "}" ([SB/F/NM] Ruby) ok 22056 - "This is a comment}" ([RE/F/NM] Ruby) ok 22057 - "This is a comment}" ([SB/F/NM] Ruby) ok 22058 - "A\tcomment}" ([RE/F/NM] Ruby) ok 22059 - "A\tcomment}" ([SB/F/NM] Ruby) ok 22060 - "Another /* comment}" ([RE/F/NM] Ruby) ok 22061 - "Another /* comment}" ([SB/F/NM] Ruby) ok 22062 - "." ([RE/F/NM] Ruby) ok 22063 - "." ([SB/F/NM] Ruby) ok 22064 - ".This is a comment" ([RE/F/NM] Ruby) ok 22065 - ".This is a comment" ([SB/F/NM] Ruby) ok 22066 - ".A\tcomment" ([RE/F/NM] Ruby) ok 22067 - ".A\tcomment" ([SB/F/NM] Ruby) ok 22068 - ".Another /* comment" ([RE/F/NM] Ruby) ok 22069 - ".Another /* comment" ([SB/F/NM] Ruby) ok 22070 - "\n" ([RE/F/NM] Ruby) ok 22071 - "\n" ([SB/F/NM] Ruby) ok 22072 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22073 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22074 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22075 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22076 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22077 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22078 - ";" ([RE/F/NM] Ruby) ok 22079 - ";" ([SB/F/NM] Ruby) ok 22080 - ";This is a comment" ([RE/F/NM] Ruby) ok 22081 - ";This is a comment" ([SB/F/NM] Ruby) ok 22082 - ";A\tcomment" ([RE/F/NM] Ruby) ok 22083 - ";A\tcomment" ([SB/F/NM] Ruby) ok 22084 - ";Another /* comment" ([RE/F/NM] Ruby) ok 22085 - ";Another /* comment" ([SB/F/NM] Ruby) ok 22086 - "\n" ([RE/F/NM] Ruby) ok 22087 - "\n" ([SB/F/NM] Ruby) ok 22088 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22089 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22090 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22091 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22092 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22093 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22094 - "`" ([RE/F/NM] Ruby) ok 22095 - "`" ([SB/F/NM] Ruby) ok 22096 - "`This is a comment" ([RE/F/NM] Ruby) ok 22097 - "`This is a comment" ([SB/F/NM] Ruby) ok 22098 - "`A\tcomment" ([RE/F/NM] Ruby) ok 22099 - "`A\tcomment" ([SB/F/NM] Ruby) ok 22100 - "`Another /* comment" ([RE/F/NM] Ruby) ok 22101 - "`Another /* comment" ([SB/F/NM] Ruby) ok 22102 - "\n" ([RE/F/NM] Ruby) ok 22103 - "\n" ([SB/F/NM] Ruby) ok 22104 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22105 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22106 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22107 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22108 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22109 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22110 - "--" ([RE/F/NM] Ruby) ok 22111 - "--" ([SB/F/NM] Ruby) ok 22112 - "--This is a comment" ([RE/F/NM] Ruby) ok 22113 - "--This is a comment" ([SB/F/NM] Ruby) ok 22114 - "--A\tcomment" ([RE/F/NM] Ruby) ok 22115 - "--A\tcomment" ([SB/F/NM] Ruby) ok 22116 - "--Another /* comment" ([RE/F/NM] Ruby) ok 22117 - "--Another /* comment" ([SB/F/NM] Ruby) ok 22118 - "\n" ([RE/F/NM] Ruby) ok 22119 - "\n" ([SB/F/NM] Ruby) ok 22120 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22121 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22122 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22123 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22124 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22125 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22126 - "---" ([RE/F/NM] Ruby) ok 22127 - "---" ([SB/F/NM] Ruby) ok 22128 - "---This is a comment" ([RE/F/NM] Ruby) ok 22129 - "---This is a comment" ([SB/F/NM] Ruby) ok 22130 - "---A\tcomment" ([RE/F/NM] Ruby) ok 22131 - "---A\tcomment" ([SB/F/NM] Ruby) ok 22132 - "---Another /* comment" ([RE/F/NM] Ruby) ok 22133 - "---Another /* comment" ([SB/F/NM] Ruby) ok 22134 - "\n" ([RE/F/NM] Ruby) ok 22135 - "\n" ([SB/F/NM] Ruby) ok 22136 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22137 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22138 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22139 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22140 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22141 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22142 - "-----" ([RE/F/NM] Ruby) ok 22143 - "-----" ([SB/F/NM] Ruby) ok 22144 - "-----This is a comment" ([RE/F/NM] Ruby) ok 22145 - "-----This is a comment" ([SB/F/NM] Ruby) ok 22146 - "-----A\tcomment" ([RE/F/NM] Ruby) ok 22147 - "-----A\tcomment" ([SB/F/NM] Ruby) ok 22148 - "-----Another /* comment" ([RE/F/NM] Ruby) ok 22149 - "-----Another /* comment" ([SB/F/NM] Ruby) ok 22150 - "\n" ([RE/F/NM] Ruby) ok 22151 - "\n" ([SB/F/NM] Ruby) ok 22152 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22153 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22154 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22155 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22156 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22157 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22158 - "\\"" ([RE/F/NM] Ruby) ok 22159 - "\\"" ([SB/F/NM] Ruby) ok 22160 - "\\"This is a comment" ([RE/F/NM] Ruby) ok 22161 - "\\"This is a comment" ([SB/F/NM] Ruby) ok 22162 - "\\"A\tcomment" ([RE/F/NM] Ruby) ok 22163 - "\\"A\tcomment" ([SB/F/NM] Ruby) ok 22164 - "\\"Another /* comment" ([RE/F/NM] Ruby) ok 22165 - "\\"Another /* comment" ([SB/F/NM] Ruby) ok 22166 - "\n" ([RE/F/NM] Ruby) ok 22167 - "\n" ([SB/F/NM] Ruby) ok 22168 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22169 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22170 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22171 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22172 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22173 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22174 - """ ([RE/F/NM] Ruby) ok 22175 - """ ([SB/F/NM] Ruby) ok 22176 - ""This is a comment" ([RE/F/NM] Ruby) ok 22177 - ""This is a comment" ([SB/F/NM] Ruby) ok 22178 - ""A\tcomment" ([RE/F/NM] Ruby) ok 22179 - ""A\tcomment" ([SB/F/NM] Ruby) ok 22180 - ""Another /* comment" ([RE/F/NM] Ruby) ok 22181 - ""Another /* comment" ([SB/F/NM] Ruby) ok 22182 - "\n" ([RE/F/NM] Ruby) ok 22183 - "\n" ([SB/F/NM] Ruby) ok 22184 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22185 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22186 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22187 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22188 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22189 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22190 - "'" ([RE/F/NM] Ruby) ok 22191 - "'" ([SB/F/NM] Ruby) ok 22192 - "'This is a comment" ([RE/F/NM] Ruby) ok 22193 - "'This is a comment" ([SB/F/NM] Ruby) ok 22194 - "'A\tcomment" ([RE/F/NM] Ruby) ok 22195 - "'A\tcomment" ([SB/F/NM] Ruby) ok 22196 - "'Another /* comment" ([RE/F/NM] Ruby) ok 22197 - "'Another /* comment" ([SB/F/NM] Ruby) ok 22198 - "\n" ([RE/F/NM] Ruby) ok 22199 - "\n" ([SB/F/NM] Ruby) ok 22200 - "This is a comment\n" ([RE/F/NM] Ruby) ok 22201 - "This is a comment\n" ([SB/F/NM] Ruby) ok 22202 - "A\tcomment\n" ([RE/F/NM] Ruby) ok 22203 - "A\tcomment\n" ([SB/F/NM] Ruby) ok 22204 - "Another /* comment\n" ([RE/F/NM] Ruby) ok 22205 - "Another /* comment\n" ([SB/F/NM] Ruby) ok 22206 - "/* This is a C comment */" ([RE/F/NM] Ruby) ok 22207 - "/* This is a C comment */" ([SB/F/NM] Ruby) ok 22208 - "(* This is a Pascal comment *)" ([RE/F/NM] Ruby) ok 22209 - "(* This is a Pascal comment *)" ([SB/F/NM] Ruby) ok 22210 - "" ([RE/F/NM] Ruby) ok 22211 - "" ([SB/F/NM] Ruby) ok 22212 - "#\n\n" ([RE/F/NM] Ruby) ok 22213 - "#\n\n" ([SB/F/NM] Ruby) ok 22214 - "#This is a comment\n\n" ([RE/F/NM] Ruby) ok 22215 - "#This is a comment\n\n" ([SB/F/NM] Ruby) ok 22216 - "#A\tcomment\n\n" ([RE/F/NM] Ruby) ok 22217 - "#A\tcomment\n\n" ([SB/F/NM] Ruby) ok 22218 - "#Another /* comment\n\n" ([RE/F/NM] Ruby) ok 22219 - "#Another /* comment\n\n" ([SB/F/NM] Ruby) ok 22220 - "#\n#\n" ([RE/F/NM] Ruby) ok 22221 - "#\n#\n" ([SB/F/NM] Ruby) ok 22222 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] Ruby) ok 22223 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] Ruby) ok 22224 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] Ruby) ok 22225 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] Ruby) ok 22226 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] Ruby) ok 22227 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] Ruby) ok 22228 - "#\nq" ([RE/F/NM] Ruby) ok 22229 - "#\nq" ([SB/F/NM] Ruby) ok 22230 - "#This is a comment\nrrh" ([RE/F/NM] Ruby) ok 22231 - "#This is a comment\nrrh" ([SB/F/NM] Ruby) ok 22232 - "#A\tcomment\n6" ([RE/F/NM] Ruby) ok 22233 - "#A\tcomment\n6" ([SB/F/NM] Ruby) ok 22234 - "#Another /* comment\nyhqg" ([RE/F/NM] Ruby) ok 22235 - "#Another /* comment\nyhqg" ([SB/F/NM] Ruby) ok 22236 - "z35#\n" ([RE/F/NM] Ruby) ok 22237 - "z35#\n" ([SB/F/NM] Ruby) ok 22238 - "e#This is a comment\n" ([RE/F/NM] Ruby) ok 22239 - "e#This is a comment\n" ([SB/F/NM] Ruby) ok 22240 - "d#A\tcomment\n" ([RE/F/NM] Ruby) ok 22241 - "d#A\tcomment\n" ([SB/F/NM] Ruby) ok 22242 - "zb#Another /* comment\n" ([RE/F/NM] Ruby) ok 22243 - "zb#Another /* comment\n" ([SB/F/NM] Ruby) ok 22244 - "\\\n" ([RE/F/NM] Ruby) ok 22245 - "\\\n" ([SB/F/NM] Ruby) ok 22246 - "\\This is a comment\n" ([RE/F/NM] Ruby) ok 22247 - "\\This is a comment\n" ([SB/F/NM] Ruby) ok 22248 - "\\A\tcomment\n" ([RE/F/NM] Ruby) ok 22249 - "\\A\tcomment\n" ([SB/F/NM] Ruby) ok 22250 - "\\Another /* comment\n" ([RE/F/NM] Ruby) ok 22251 - "\\Another /* comment\n" ([SB/F/NM] Ruby) ok 22252 - "//\n" ([RE/F/NM] Ruby) ok 22253 - "//\n" ([SB/F/NM] Ruby) ok 22254 - "//This is a comment\n" ([RE/F/NM] Ruby) ok 22255 - "//This is a comment\n" ([SB/F/NM] Ruby) ok 22256 - "//A\tcomment\n" ([RE/F/NM] Ruby) ok 22257 - "//A\tcomment\n" ([SB/F/NM] Ruby) ok 22258 - "//Another /* comment\n" ([RE/F/NM] Ruby) ok 22259 - "//Another /* comment\n" ([SB/F/NM] Ruby) ok 22260 - "--\n" ([RE/F/NM] Ruby) ok 22261 - "--\n" ([SB/F/NM] Ruby) ok 22262 - "--This is a comment\n" ([RE/F/NM] Ruby) ok 22263 - "--This is a comment\n" ([SB/F/NM] Ruby) ok 22264 - "--A\tcomment\n" ([RE/F/NM] Ruby) ok 22265 - "--A\tcomment\n" ([SB/F/NM] Ruby) ok 22266 - "--Another /* comment\n" ([RE/F/NM] Ruby) ok 22267 - "--Another /* comment\n" ([SB/F/NM] Ruby) ok 22268 - ";\n" ([RE/F/NM] Ruby) ok 22269 - ";\n" ([SB/F/NM] Ruby) ok 22270 - ";This is a comment\n" ([RE/F/NM] Ruby) ok 22271 - ";This is a comment\n" ([SB/F/NM] Ruby) ok 22272 - ";A\tcomment\n" ([RE/F/NM] Ruby) ok 22273 - ";A\tcomment\n" ([SB/F/NM] Ruby) ok 22274 - ";Another /* comment\n" ([RE/F/NM] Ruby) ok 22275 - ";Another /* comment\n" ([SB/F/NM] Ruby) ok 22276 - "*\n" ([RE/F/NM] Ruby) ok 22277 - "*\n" ([SB/F/NM] Ruby) ok 22278 - "*This is a comment\n" ([RE/F/NM] Ruby) ok 22279 - "*This is a comment\n" ([SB/F/NM] Ruby) ok 22280 - "*A\tcomment\n" ([RE/F/NM] Ruby) ok 22281 - "*A\tcomment\n" ([SB/F/NM] Ruby) ok 22282 - "*Another /* comment\n" ([RE/F/NM] Ruby) ok 22283 - "*Another /* comment\n" ([SB/F/NM] Ruby) ok 22284 - "!\n" ([RE/F/NM] Ruby) ok 22285 - "!\n" ([SB/F/NM] Ruby) ok 22286 - "!This is a comment\n" ([RE/F/NM] Ruby) ok 22287 - "!This is a comment\n" ([SB/F/NM] Ruby) ok 22288 - "!A\tcomment\n" ([RE/F/NM] Ruby) ok 22289 - "!A\tcomment\n" ([SB/F/NM] Ruby) ok 22290 - "!Another /* comment\n" ([RE/F/NM] Ruby) ok 22291 - "!Another /* comment\n" ([SB/F/NM] Ruby) ok 22292 - "REM\n" ([RE/F/NM] Ruby) ok 22293 - "REM\n" ([SB/F/NM] Ruby) ok 22294 - "REMThis is a comment\n" ([RE/F/NM] Ruby) ok 22295 - "REMThis is a comment\n" ([SB/F/NM] Ruby) ok 22296 - "REMA\tcomment\n" ([RE/F/NM] Ruby) ok 22297 - "REMA\tcomment\n" ([SB/F/NM] Ruby) ok 22298 - "REMAnother /* comment\n" ([RE/F/NM] Ruby) ok 22299 - "REMAnother /* comment\n" ([SB/F/NM] Ruby) ok 22300 - "//\n" ([RE/F/NM] Ruby) ok 22301 - "//\n" ([SB/F/NM] Ruby) ok 22302 - "//This is a comment\n" ([RE/F/NM] Ruby) ok 22303 - "//This is a comment\n" ([SB/F/NM] Ruby) ok 22304 - "//A\tcomment\n" ([RE/F/NM] Ruby) ok 22305 - "//A\tcomment\n" ([SB/F/NM] Ruby) ok 22306 - "//Another /* comment\n" ([RE/F/NM] Ruby) ok 22307 - "//Another /* comment\n" ([SB/F/NM] Ruby) ok 22308 - "%\n" ([RE/F/NM] Ruby) ok 22309 - "%\n" ([SB/F/NM] Ruby) ok 22310 - "%This is a comment\n" ([RE/F/NM] Ruby) ok 22311 - "%This is a comment\n" ([SB/F/NM] Ruby) ok 22312 - "%A\tcomment\n" ([RE/F/NM] Ruby) ok 22313 - "%A\tcomment\n" ([SB/F/NM] Ruby) ok 22314 - "%Another /* comment\n" ([RE/F/NM] Ruby) ok 22315 - "%Another /* comment\n" ([SB/F/NM] Ruby) ok 22316 - "!\n" ([RE/F/NM] Ruby) ok 22317 - "!\n" ([SB/F/NM] Ruby) ok 22318 - "!This is a comment\n" ([RE/F/NM] Ruby) ok 22319 - "!This is a comment\n" ([SB/F/NM] Ruby) ok 22320 - "!A\tcomment\n" ([RE/F/NM] Ruby) ok 22321 - "!A\tcomment\n" ([SB/F/NM] Ruby) ok 22322 - "!Another /* comment\n" ([RE/F/NM] Ruby) ok 22323 - "!Another /* comment\n" ([SB/F/NM] Ruby) ok 22324 - "NB\n" ([RE/F/NM] Ruby) ok 22325 - "NB\n" ([SB/F/NM] Ruby) ok 22326 - "NBThis is a comment\n" ([RE/F/NM] Ruby) ok 22327 - "NBThis is a comment\n" ([SB/F/NM] Ruby) ok 22328 - "NBA\tcomment\n" ([RE/F/NM] Ruby) ok 22329 - "NBA\tcomment\n" ([SB/F/NM] Ruby) ok 22330 - "NBAnother /* comment\n" ([RE/F/NM] Ruby) ok 22331 - "NBAnother /* comment\n" ([SB/F/NM] Ruby) ok 22332 - "PLEASE NOT\n" ([RE/F/NM] Ruby) ok 22333 - "PLEASE NOT\n" ([SB/F/NM] Ruby) ok 22334 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Ruby) ok 22335 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Ruby) ok 22336 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Ruby) ok 22337 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Ruby) ok 22338 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Ruby) ok 22339 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Ruby) ok 22340 - "PLEASE NOT\n" ([RE/F/NM] Ruby) ok 22341 - "PLEASE NOT\n" ([SB/F/NM] Ruby) ok 22342 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Ruby) ok 22343 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Ruby) ok 22344 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Ruby) ok 22345 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Ruby) ok 22346 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Ruby) ok 22347 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Ruby) ok 22348 - "PLEASE N'T\n" ([RE/F/NM] Ruby) ok 22349 - "PLEASE N'T\n" ([SB/F/NM] Ruby) ok 22350 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Ruby) ok 22351 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Ruby) ok 22352 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Ruby) ok 22353 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Ruby) ok 22354 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Ruby) ok 22355 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Ruby) ok 22356 - "DO NOT\n" ([RE/F/NM] Ruby) ok 22357 - "DO NOT\n" ([SB/F/NM] Ruby) ok 22358 - "DO NOTThis is a comment\n" ([RE/F/NM] Ruby) ok 22359 - "DO NOTThis is a comment\n" ([SB/F/NM] Ruby) ok 22360 - "DO NOTA\tcomment\n" ([RE/F/NM] Ruby) ok 22361 - "DO NOTA\tcomment\n" ([SB/F/NM] Ruby) ok 22362 - "DO NOTAnother /* comment\n" ([RE/F/NM] Ruby) ok 22363 - "DO NOTAnother /* comment\n" ([SB/F/NM] Ruby) ok 22364 - "DO N'T\n" ([RE/F/NM] Ruby) ok 22365 - "DO N'T\n" ([SB/F/NM] Ruby) ok 22366 - "DO N'TThis is a comment\n" ([RE/F/NM] Ruby) ok 22367 - "DO N'TThis is a comment\n" ([SB/F/NM] Ruby) ok 22368 - "DO N'TA\tcomment\n" ([RE/F/NM] Ruby) ok 22369 - "DO N'TA\tcomment\n" ([SB/F/NM] Ruby) ok 22370 - "DO N'TAnother /* comment\n" ([RE/F/NM] Ruby) ok 22371 - "DO N'TAnother /* comment\n" ([SB/F/NM] Ruby) ok 22372 - "DO NOT\n" ([RE/F/NM] Ruby) ok 22373 - "DO NOT\n" ([SB/F/NM] Ruby) ok 22374 - "DO NOTThis is a comment\n" ([RE/F/NM] Ruby) ok 22375 - "DO NOTThis is a comment\n" ([SB/F/NM] Ruby) ok 22376 - "DO NOTA\tcomment\n" ([RE/F/NM] Ruby) ok 22377 - "DO NOTA\tcomment\n" ([SB/F/NM] Ruby) ok 22378 - "DO NOTAnother /* comment\n" ([RE/F/NM] Ruby) ok 22379 - "DO NOTAnother /* comment\n" ([SB/F/NM] Ruby) ok 22380 - "PLEASE DO NOT\n" ([RE/F/NM] Ruby) ok 22381 - "PLEASE DO NOT\n" ([SB/F/NM] Ruby) ok 22382 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Ruby) ok 22383 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Ruby) ok 22384 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Ruby) ok 22385 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Ruby) ok 22386 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Ruby) ok 22387 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Ruby) ok 22388 - "PLEASE DO NOT\n" ([RE/F/NM] Ruby) ok 22389 - "PLEASE DO NOT\n" ([SB/F/NM] Ruby) ok 22390 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Ruby) ok 22391 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Ruby) ok 22392 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Ruby) ok 22393 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Ruby) ok 22394 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Ruby) ok 22395 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Ruby) ok 22396 - "PLEASE DO N'T\n" ([RE/F/NM] Ruby) ok 22397 - "PLEASE DO N'T\n" ([SB/F/NM] Ruby) ok 22398 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Ruby) ok 22399 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Ruby) ok 22400 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Ruby) ok 22401 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Ruby) ok 22402 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Ruby) ok 22403 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Ruby) ok 22404 - "NB.\n" ([RE/F/NM] Ruby) ok 22405 - "NB.\n" ([SB/F/NM] Ruby) ok 22406 - "NB.This is a comment\n" ([RE/F/NM] Ruby) ok 22407 - "NB.This is a comment\n" ([SB/F/NM] Ruby) ok 22408 - "NB.A\tcomment\n" ([RE/F/NM] Ruby) ok 22409 - "NB.A\tcomment\n" ([SB/F/NM] Ruby) ok 22410 - "NB.Another /* comment\n" ([RE/F/NM] Ruby) ok 22411 - "NB.Another /* comment\n" ([SB/F/NM] Ruby) ok 22412 - "{}" ([RE/F/NM] Ruby) ok 22413 - "{}" ([SB/F/NM] Ruby) ok 22414 - "{This is a comment}" ([RE/F/NM] Ruby) ok 22415 - "{This is a comment}" ([SB/F/NM] Ruby) ok 22416 - "{A\tcomment}" ([RE/F/NM] Ruby) ok 22417 - "{A\tcomment}" ([SB/F/NM] Ruby) ok 22418 - "{Another /* comment}" ([RE/F/NM] Ruby) ok 22419 - "{Another /* comment}" ([SB/F/NM] Ruby) ok 22420 - ".\n" ([RE/F/NM] Ruby) ok 22421 - ".\n" ([SB/F/NM] Ruby) ok 22422 - ".This is a comment\n" ([RE/F/NM] Ruby) ok 22423 - ".This is a comment\n" ([SB/F/NM] Ruby) ok 22424 - ".A\tcomment\n" ([RE/F/NM] Ruby) ok 22425 - ".A\tcomment\n" ([SB/F/NM] Ruby) ok 22426 - ".Another /* comment\n" ([RE/F/NM] Ruby) ok 22427 - ".Another /* comment\n" ([SB/F/NM] Ruby) ok 22428 - ";\n" ([RE/F/NM] Ruby) ok 22429 - ";\n" ([SB/F/NM] Ruby) ok 22430 - ";This is a comment\n" ([RE/F/NM] Ruby) ok 22431 - ";This is a comment\n" ([SB/F/NM] Ruby) ok 22432 - ";A\tcomment\n" ([RE/F/NM] Ruby) ok 22433 - ";A\tcomment\n" ([SB/F/NM] Ruby) ok 22434 - ";Another /* comment\n" ([RE/F/NM] Ruby) ok 22435 - ";Another /* comment\n" ([SB/F/NM] Ruby) ok 22436 - "`\n" ([RE/F/NM] Ruby) ok 22437 - "`\n" ([SB/F/NM] Ruby) ok 22438 - "`This is a comment\n" ([RE/F/NM] Ruby) ok 22439 - "`This is a comment\n" ([SB/F/NM] Ruby) ok 22440 - "`A\tcomment\n" ([RE/F/NM] Ruby) ok 22441 - "`A\tcomment\n" ([SB/F/NM] Ruby) ok 22442 - "`Another /* comment\n" ([RE/F/NM] Ruby) ok 22443 - "`Another /* comment\n" ([SB/F/NM] Ruby) ok 22444 - "--\n" ([RE/F/NM] Ruby) ok 22445 - "--\n" ([SB/F/NM] Ruby) ok 22446 - "--This is a comment\n" ([RE/F/NM] Ruby) ok 22447 - "--This is a comment\n" ([SB/F/NM] Ruby) ok 22448 - "--A\tcomment\n" ([RE/F/NM] Ruby) ok 22449 - "--A\tcomment\n" ([SB/F/NM] Ruby) ok 22450 - "--Another /* comment\n" ([RE/F/NM] Ruby) ok 22451 - "--Another /* comment\n" ([SB/F/NM] Ruby) ok 22452 - "---\n" ([RE/F/NM] Ruby) ok 22453 - "---\n" ([SB/F/NM] Ruby) ok 22454 - "---This is a comment\n" ([RE/F/NM] Ruby) ok 22455 - "---This is a comment\n" ([SB/F/NM] Ruby) ok 22456 - "---A\tcomment\n" ([RE/F/NM] Ruby) ok 22457 - "---A\tcomment\n" ([SB/F/NM] Ruby) ok 22458 - "---Another /* comment\n" ([RE/F/NM] Ruby) ok 22459 - "---Another /* comment\n" ([SB/F/NM] Ruby) ok 22460 - "-----\n" ([RE/F/NM] Ruby) ok 22461 - "-----\n" ([SB/F/NM] Ruby) ok 22462 - "-----This is a comment\n" ([RE/F/NM] Ruby) ok 22463 - "-----This is a comment\n" ([SB/F/NM] Ruby) ok 22464 - "-----A\tcomment\n" ([RE/F/NM] Ruby) ok 22465 - "-----A\tcomment\n" ([SB/F/NM] Ruby) ok 22466 - "-----Another /* comment\n" ([RE/F/NM] Ruby) ok 22467 - "-----Another /* comment\n" ([SB/F/NM] Ruby) ok 22468 - "\\"\n" ([RE/F/NM] Ruby) ok 22469 - "\\"\n" ([SB/F/NM] Ruby) ok 22470 - "\\"This is a comment\n" ([RE/F/NM] Ruby) ok 22471 - "\\"This is a comment\n" ([SB/F/NM] Ruby) ok 22472 - "\\"A\tcomment\n" ([RE/F/NM] Ruby) ok 22473 - "\\"A\tcomment\n" ([SB/F/NM] Ruby) ok 22474 - "\\"Another /* comment\n" ([RE/F/NM] Ruby) ok 22475 - "\\"Another /* comment\n" ([SB/F/NM] Ruby) ok 22476 - ""\n" ([RE/F/NM] Ruby) ok 22477 - ""\n" ([SB/F/NM] Ruby) ok 22478 - ""This is a comment\n" ([RE/F/NM] Ruby) ok 22479 - ""This is a comment\n" ([SB/F/NM] Ruby) ok 22480 - ""A\tcomment\n" ([RE/F/NM] Ruby) ok 22481 - ""A\tcomment\n" ([SB/F/NM] Ruby) ok 22482 - ""Another /* comment\n" ([RE/F/NM] Ruby) ok 22483 - ""Another /* comment\n" ([SB/F/NM] Ruby) ok 22484 - "'\n" ([RE/F/NM] Ruby) ok 22485 - "'\n" ([SB/F/NM] Ruby) ok 22486 - "'This is a comment\n" ([RE/F/NM] Ruby) ok 22487 - "'This is a comment\n" ([SB/F/NM] Ruby) ok 22488 - "'A\tcomment\n" ([RE/F/NM] Ruby) ok 22489 - "'A\tcomment\n" ([SB/F/NM] Ruby) ok 22490 - "'Another /* comment\n" ([RE/F/NM] Ruby) ok 22491 - "'Another /* comment\n" ([SB/F/NM] Ruby) ok 22492 - "#\n" ([RE/P/MT] shell) ok 22493 - "#\n" ([OM/P/MT] shell) ok 22494 - "#\n" ([OS/P/MT] shell) ok 22495 - "#\n" ([SB/P/MT] shell) ok 22496 - "#\n" ([KP/P/MT] shell) ok 22497 - "#This is a comment\n" ([RE/P/MT] shell) ok 22498 - "#This is a comment\n" ([OM/P/MT] shell) ok 22499 - "#This is a comment\n" ([OS/P/MT] shell) ok 22500 - "#This is a comment\n" ([SB/P/MT] shell) ok 22501 - "#This is a comment\n" ([KP/P/MT] shell) ok 22502 - "#A\tcomment\n" ([RE/P/MT] shell) ok 22503 - "#A\tcomment\n" ([OM/P/MT] shell) ok 22504 - "#A\tcomment\n" ([OS/P/MT] shell) ok 22505 - "#A\tcomment\n" ([SB/P/MT] shell) ok 22506 - "#A\tcomment\n" ([KP/P/MT] shell) ok 22507 - "#Another /* comment\n" ([RE/P/MT] shell) ok 22508 - "#Another /* comment\n" ([OM/P/MT] shell) ok 22509 - "#Another /* comment\n" ([OS/P/MT] shell) ok 22510 - "#Another /* comment\n" ([SB/P/MT] shell) ok 22511 - "#Another /* comment\n" ([KP/P/MT] shell) ok 22512 - "\\" ([RE/F/NM] shell) ok 22513 - "\\" ([SB/F/NM] shell) ok 22514 - "\\This is a comment" ([RE/F/NM] shell) ok 22515 - "\\This is a comment" ([SB/F/NM] shell) ok 22516 - "\\A\tcomment" ([RE/F/NM] shell) ok 22517 - "\\A\tcomment" ([SB/F/NM] shell) ok 22518 - "\\Another /* comment" ([RE/F/NM] shell) ok 22519 - "\\Another /* comment" ([SB/F/NM] shell) ok 22520 - "\n" ([RE/F/NM] shell) ok 22521 - "\n" ([SB/F/NM] shell) ok 22522 - "This is a comment\n" ([RE/F/NM] shell) ok 22523 - "This is a comment\n" ([SB/F/NM] shell) ok 22524 - "A\tcomment\n" ([RE/F/NM] shell) ok 22525 - "A\tcomment\n" ([SB/F/NM] shell) ok 22526 - "Another /* comment\n" ([RE/F/NM] shell) ok 22527 - "Another /* comment\n" ([SB/F/NM] shell) ok 22528 - "#" ([RE/F/NM] shell) ok 22529 - "#" ([SB/F/NM] shell) ok 22530 - "#This is a comment" ([RE/F/NM] shell) ok 22531 - "#This is a comment" ([SB/F/NM] shell) ok 22532 - "#A\tcomment" ([RE/F/NM] shell) ok 22533 - "#A\tcomment" ([SB/F/NM] shell) ok 22534 - "#Another /* comment" ([RE/F/NM] shell) ok 22535 - "#Another /* comment" ([SB/F/NM] shell) ok 22536 - "\n" ([RE/F/NM] shell) ok 22537 - "\n" ([SB/F/NM] shell) ok 22538 - "This is a comment\n" ([RE/F/NM] shell) ok 22539 - "This is a comment\n" ([SB/F/NM] shell) ok 22540 - "A\tcomment\n" ([RE/F/NM] shell) ok 22541 - "A\tcomment\n" ([SB/F/NM] shell) ok 22542 - "Another /* comment\n" ([RE/F/NM] shell) ok 22543 - "Another /* comment\n" ([SB/F/NM] shell) ok 22544 - "//" ([RE/F/NM] shell) ok 22545 - "//" ([SB/F/NM] shell) ok 22546 - "//This is a comment" ([RE/F/NM] shell) ok 22547 - "//This is a comment" ([SB/F/NM] shell) ok 22548 - "//A\tcomment" ([RE/F/NM] shell) ok 22549 - "//A\tcomment" ([SB/F/NM] shell) ok 22550 - "//Another /* comment" ([RE/F/NM] shell) ok 22551 - "//Another /* comment" ([SB/F/NM] shell) ok 22552 - "\n" ([RE/F/NM] shell) ok 22553 - "\n" ([SB/F/NM] shell) ok 22554 - "This is a comment\n" ([RE/F/NM] shell) ok 22555 - "This is a comment\n" ([SB/F/NM] shell) ok 22556 - "A\tcomment\n" ([RE/F/NM] shell) ok 22557 - "A\tcomment\n" ([SB/F/NM] shell) ok 22558 - "Another /* comment\n" ([RE/F/NM] shell) ok 22559 - "Another /* comment\n" ([SB/F/NM] shell) ok 22560 - "--" ([RE/F/NM] shell) ok 22561 - "--" ([SB/F/NM] shell) ok 22562 - "--This is a comment" ([RE/F/NM] shell) ok 22563 - "--This is a comment" ([SB/F/NM] shell) ok 22564 - "--A\tcomment" ([RE/F/NM] shell) ok 22565 - "--A\tcomment" ([SB/F/NM] shell) ok 22566 - "--Another /* comment" ([RE/F/NM] shell) ok 22567 - "--Another /* comment" ([SB/F/NM] shell) ok 22568 - "\n" ([RE/F/NM] shell) ok 22569 - "\n" ([SB/F/NM] shell) ok 22570 - "This is a comment\n" ([RE/F/NM] shell) ok 22571 - "This is a comment\n" ([SB/F/NM] shell) ok 22572 - "A\tcomment\n" ([RE/F/NM] shell) ok 22573 - "A\tcomment\n" ([SB/F/NM] shell) ok 22574 - "Another /* comment\n" ([RE/F/NM] shell) ok 22575 - "Another /* comment\n" ([SB/F/NM] shell) ok 22576 - ";" ([RE/F/NM] shell) ok 22577 - ";" ([SB/F/NM] shell) ok 22578 - ";This is a comment" ([RE/F/NM] shell) ok 22579 - ";This is a comment" ([SB/F/NM] shell) ok 22580 - ";A\tcomment" ([RE/F/NM] shell) ok 22581 - ";A\tcomment" ([SB/F/NM] shell) ok 22582 - ";Another /* comment" ([RE/F/NM] shell) ok 22583 - ";Another /* comment" ([SB/F/NM] shell) ok 22584 - "\n" ([RE/F/NM] shell) ok 22585 - "\n" ([SB/F/NM] shell) ok 22586 - "This is a comment\n" ([RE/F/NM] shell) ok 22587 - "This is a comment\n" ([SB/F/NM] shell) ok 22588 - "A\tcomment\n" ([RE/F/NM] shell) ok 22589 - "A\tcomment\n" ([SB/F/NM] shell) ok 22590 - "Another /* comment\n" ([RE/F/NM] shell) ok 22591 - "Another /* comment\n" ([SB/F/NM] shell) ok 22592 - "#" ([RE/F/NM] shell) ok 22593 - "#" ([SB/F/NM] shell) ok 22594 - "#This is a comment" ([RE/F/NM] shell) ok 22595 - "#This is a comment" ([SB/F/NM] shell) ok 22596 - "#A\tcomment" ([RE/F/NM] shell) ok 22597 - "#A\tcomment" ([SB/F/NM] shell) ok 22598 - "#Another /* comment" ([RE/F/NM] shell) ok 22599 - "#Another /* comment" ([SB/F/NM] shell) ok 22600 - "\n" ([RE/F/NM] shell) ok 22601 - "\n" ([SB/F/NM] shell) ok 22602 - "This is a comment\n" ([RE/F/NM] shell) ok 22603 - "This is a comment\n" ([SB/F/NM] shell) ok 22604 - "A\tcomment\n" ([RE/F/NM] shell) ok 22605 - "A\tcomment\n" ([SB/F/NM] shell) ok 22606 - "Another /* comment\n" ([RE/F/NM] shell) ok 22607 - "Another /* comment\n" ([SB/F/NM] shell) ok 22608 - "*" ([RE/F/NM] shell) ok 22609 - "*" ([SB/F/NM] shell) ok 22610 - "*This is a comment" ([RE/F/NM] shell) ok 22611 - "*This is a comment" ([SB/F/NM] shell) ok 22612 - "*A\tcomment" ([RE/F/NM] shell) ok 22613 - "*A\tcomment" ([SB/F/NM] shell) ok 22614 - "*Another /* comment" ([RE/F/NM] shell) ok 22615 - "*Another /* comment" ([SB/F/NM] shell) ok 22616 - "\n" ([RE/F/NM] shell) ok 22617 - "\n" ([SB/F/NM] shell) ok 22618 - "This is a comment\n" ([RE/F/NM] shell) ok 22619 - "This is a comment\n" ([SB/F/NM] shell) ok 22620 - "A\tcomment\n" ([RE/F/NM] shell) ok 22621 - "A\tcomment\n" ([SB/F/NM] shell) ok 22622 - "Another /* comment\n" ([RE/F/NM] shell) ok 22623 - "Another /* comment\n" ([SB/F/NM] shell) ok 22624 - "!" ([RE/F/NM] shell) ok 22625 - "!" ([SB/F/NM] shell) ok 22626 - "!This is a comment" ([RE/F/NM] shell) ok 22627 - "!This is a comment" ([SB/F/NM] shell) ok 22628 - "!A\tcomment" ([RE/F/NM] shell) ok 22629 - "!A\tcomment" ([SB/F/NM] shell) ok 22630 - "!Another /* comment" ([RE/F/NM] shell) ok 22631 - "!Another /* comment" ([SB/F/NM] shell) ok 22632 - "\n" ([RE/F/NM] shell) ok 22633 - "\n" ([SB/F/NM] shell) ok 22634 - "This is a comment\n" ([RE/F/NM] shell) ok 22635 - "This is a comment\n" ([SB/F/NM] shell) ok 22636 - "A\tcomment\n" ([RE/F/NM] shell) ok 22637 - "A\tcomment\n" ([SB/F/NM] shell) ok 22638 - "Another /* comment\n" ([RE/F/NM] shell) ok 22639 - "Another /* comment\n" ([SB/F/NM] shell) ok 22640 - "REM" ([RE/F/NM] shell) ok 22641 - "REM" ([SB/F/NM] shell) ok 22642 - "REMThis is a comment" ([RE/F/NM] shell) ok 22643 - "REMThis is a comment" ([SB/F/NM] shell) ok 22644 - "REMA\tcomment" ([RE/F/NM] shell) ok 22645 - "REMA\tcomment" ([SB/F/NM] shell) ok 22646 - "REMAnother /* comment" ([RE/F/NM] shell) ok 22647 - "REMAnother /* comment" ([SB/F/NM] shell) ok 22648 - "\n" ([RE/F/NM] shell) ok 22649 - "\n" ([SB/F/NM] shell) ok 22650 - "This is a comment\n" ([RE/F/NM] shell) ok 22651 - "This is a comment\n" ([SB/F/NM] shell) ok 22652 - "A\tcomment\n" ([RE/F/NM] shell) ok 22653 - "A\tcomment\n" ([SB/F/NM] shell) ok 22654 - "Another /* comment\n" ([RE/F/NM] shell) ok 22655 - "Another /* comment\n" ([SB/F/NM] shell) ok 22656 - "//" ([RE/F/NM] shell) ok 22657 - "//" ([SB/F/NM] shell) ok 22658 - "//This is a comment" ([RE/F/NM] shell) ok 22659 - "//This is a comment" ([SB/F/NM] shell) ok 22660 - "//A\tcomment" ([RE/F/NM] shell) ok 22661 - "//A\tcomment" ([SB/F/NM] shell) ok 22662 - "//Another /* comment" ([RE/F/NM] shell) ok 22663 - "//Another /* comment" ([SB/F/NM] shell) ok 22664 - "\n" ([RE/F/NM] shell) ok 22665 - "\n" ([SB/F/NM] shell) ok 22666 - "This is a comment\n" ([RE/F/NM] shell) ok 22667 - "This is a comment\n" ([SB/F/NM] shell) ok 22668 - "A\tcomment\n" ([RE/F/NM] shell) ok 22669 - "A\tcomment\n" ([SB/F/NM] shell) ok 22670 - "Another /* comment\n" ([RE/F/NM] shell) ok 22671 - "Another /* comment\n" ([SB/F/NM] shell) ok 22672 - "%" ([RE/F/NM] shell) ok 22673 - "%" ([SB/F/NM] shell) ok 22674 - "%This is a comment" ([RE/F/NM] shell) ok 22675 - "%This is a comment" ([SB/F/NM] shell) ok 22676 - "%A\tcomment" ([RE/F/NM] shell) ok 22677 - "%A\tcomment" ([SB/F/NM] shell) ok 22678 - "%Another /* comment" ([RE/F/NM] shell) ok 22679 - "%Another /* comment" ([SB/F/NM] shell) ok 22680 - "\n" ([RE/F/NM] shell) ok 22681 - "\n" ([SB/F/NM] shell) ok 22682 - "This is a comment\n" ([RE/F/NM] shell) ok 22683 - "This is a comment\n" ([SB/F/NM] shell) ok 22684 - "A\tcomment\n" ([RE/F/NM] shell) ok 22685 - "A\tcomment\n" ([SB/F/NM] shell) ok 22686 - "Another /* comment\n" ([RE/F/NM] shell) ok 22687 - "Another /* comment\n" ([SB/F/NM] shell) ok 22688 - "!" ([RE/F/NM] shell) ok 22689 - "!" ([SB/F/NM] shell) ok 22690 - "!This is a comment" ([RE/F/NM] shell) ok 22691 - "!This is a comment" ([SB/F/NM] shell) ok 22692 - "!A\tcomment" ([RE/F/NM] shell) ok 22693 - "!A\tcomment" ([SB/F/NM] shell) ok 22694 - "!Another /* comment" ([RE/F/NM] shell) ok 22695 - "!Another /* comment" ([SB/F/NM] shell) ok 22696 - "\n" ([RE/F/NM] shell) ok 22697 - "\n" ([SB/F/NM] shell) ok 22698 - "This is a comment\n" ([RE/F/NM] shell) ok 22699 - "This is a comment\n" ([SB/F/NM] shell) ok 22700 - "A\tcomment\n" ([RE/F/NM] shell) ok 22701 - "A\tcomment\n" ([SB/F/NM] shell) ok 22702 - "Another /* comment\n" ([RE/F/NM] shell) ok 22703 - "Another /* comment\n" ([SB/F/NM] shell) ok 22704 - "NB" ([RE/F/NM] shell) ok 22705 - "NB" ([SB/F/NM] shell) ok 22706 - "NBThis is a comment" ([RE/F/NM] shell) ok 22707 - "NBThis is a comment" ([SB/F/NM] shell) ok 22708 - "NBA\tcomment" ([RE/F/NM] shell) ok 22709 - "NBA\tcomment" ([SB/F/NM] shell) ok 22710 - "NBAnother /* comment" ([RE/F/NM] shell) ok 22711 - "NBAnother /* comment" ([SB/F/NM] shell) ok 22712 - "\n" ([RE/F/NM] shell) ok 22713 - "\n" ([SB/F/NM] shell) ok 22714 - "This is a comment\n" ([RE/F/NM] shell) ok 22715 - "This is a comment\n" ([SB/F/NM] shell) ok 22716 - "A\tcomment\n" ([RE/F/NM] shell) ok 22717 - "A\tcomment\n" ([SB/F/NM] shell) ok 22718 - "Another /* comment\n" ([RE/F/NM] shell) ok 22719 - "Another /* comment\n" ([SB/F/NM] shell) ok 22720 - "PLEASE NOT" ([RE/F/NM] shell) ok 22721 - "PLEASE NOT" ([SB/F/NM] shell) ok 22722 - "PLEASE NOTThis is a comment" ([RE/F/NM] shell) ok 22723 - "PLEASE NOTThis is a comment" ([SB/F/NM] shell) ok 22724 - "PLEASE NOTA\tcomment" ([RE/F/NM] shell) ok 22725 - "PLEASE NOTA\tcomment" ([SB/F/NM] shell) ok 22726 - "PLEASE NOTAnother /* comment" ([RE/F/NM] shell) ok 22727 - "PLEASE NOTAnother /* comment" ([SB/F/NM] shell) ok 22728 - "\n" ([RE/F/NM] shell) ok 22729 - "\n" ([SB/F/NM] shell) ok 22730 - "This is a comment\n" ([RE/F/NM] shell) ok 22731 - "This is a comment\n" ([SB/F/NM] shell) ok 22732 - "A\tcomment\n" ([RE/F/NM] shell) ok 22733 - "A\tcomment\n" ([SB/F/NM] shell) ok 22734 - "Another /* comment\n" ([RE/F/NM] shell) ok 22735 - "Another /* comment\n" ([SB/F/NM] shell) ok 22736 - "PLEASE NOT" ([RE/F/NM] shell) ok 22737 - "PLEASE NOT" ([SB/F/NM] shell) ok 22738 - "PLEASE NOTThis is a comment" ([RE/F/NM] shell) ok 22739 - "PLEASE NOTThis is a comment" ([SB/F/NM] shell) ok 22740 - "PLEASE NOTA\tcomment" ([RE/F/NM] shell) ok 22741 - "PLEASE NOTA\tcomment" ([SB/F/NM] shell) ok 22742 - "PLEASE NOTAnother /* comment" ([RE/F/NM] shell) ok 22743 - "PLEASE NOTAnother /* comment" ([SB/F/NM] shell) ok 22744 - "\n" ([RE/F/NM] shell) ok 22745 - "\n" ([SB/F/NM] shell) ok 22746 - "This is a comment\n" ([RE/F/NM] shell) ok 22747 - "This is a comment\n" ([SB/F/NM] shell) ok 22748 - "A\tcomment\n" ([RE/F/NM] shell) ok 22749 - "A\tcomment\n" ([SB/F/NM] shell) ok 22750 - "Another /* comment\n" ([RE/F/NM] shell) ok 22751 - "Another /* comment\n" ([SB/F/NM] shell) ok 22752 - "PLEASE N'T" ([RE/F/NM] shell) ok 22753 - "PLEASE N'T" ([SB/F/NM] shell) ok 22754 - "PLEASE N'TThis is a comment" ([RE/F/NM] shell) ok 22755 - "PLEASE N'TThis is a comment" ([SB/F/NM] shell) ok 22756 - "PLEASE N'TA\tcomment" ([RE/F/NM] shell) ok 22757 - "PLEASE N'TA\tcomment" ([SB/F/NM] shell) ok 22758 - "PLEASE N'TAnother /* comment" ([RE/F/NM] shell) ok 22759 - "PLEASE N'TAnother /* comment" ([SB/F/NM] shell) ok 22760 - "\n" ([RE/F/NM] shell) ok 22761 - "\n" ([SB/F/NM] shell) ok 22762 - "This is a comment\n" ([RE/F/NM] shell) ok 22763 - "This is a comment\n" ([SB/F/NM] shell) ok 22764 - "A\tcomment\n" ([RE/F/NM] shell) ok 22765 - "A\tcomment\n" ([SB/F/NM] shell) ok 22766 - "Another /* comment\n" ([RE/F/NM] shell) ok 22767 - "Another /* comment\n" ([SB/F/NM] shell) ok 22768 - "DO NOT" ([RE/F/NM] shell) ok 22769 - "DO NOT" ([SB/F/NM] shell) ok 22770 - "DO NOTThis is a comment" ([RE/F/NM] shell) ok 22771 - "DO NOTThis is a comment" ([SB/F/NM] shell) ok 22772 - "DO NOTA\tcomment" ([RE/F/NM] shell) ok 22773 - "DO NOTA\tcomment" ([SB/F/NM] shell) ok 22774 - "DO NOTAnother /* comment" ([RE/F/NM] shell) ok 22775 - "DO NOTAnother /* comment" ([SB/F/NM] shell) ok 22776 - "\n" ([RE/F/NM] shell) ok 22777 - "\n" ([SB/F/NM] shell) ok 22778 - "This is a comment\n" ([RE/F/NM] shell) ok 22779 - "This is a comment\n" ([SB/F/NM] shell) ok 22780 - "A\tcomment\n" ([RE/F/NM] shell) ok 22781 - "A\tcomment\n" ([SB/F/NM] shell) ok 22782 - "Another /* comment\n" ([RE/F/NM] shell) ok 22783 - "Another /* comment\n" ([SB/F/NM] shell) ok 22784 - "DO N'T" ([RE/F/NM] shell) ok 22785 - "DO N'T" ([SB/F/NM] shell) ok 22786 - "DO N'TThis is a comment" ([RE/F/NM] shell) ok 22787 - "DO N'TThis is a comment" ([SB/F/NM] shell) ok 22788 - "DO N'TA\tcomment" ([RE/F/NM] shell) ok 22789 - "DO N'TA\tcomment" ([SB/F/NM] shell) ok 22790 - "DO N'TAnother /* comment" ([RE/F/NM] shell) ok 22791 - "DO N'TAnother /* comment" ([SB/F/NM] shell) ok 22792 - "\n" ([RE/F/NM] shell) ok 22793 - "\n" ([SB/F/NM] shell) ok 22794 - "This is a comment\n" ([RE/F/NM] shell) ok 22795 - "This is a comment\n" ([SB/F/NM] shell) ok 22796 - "A\tcomment\n" ([RE/F/NM] shell) ok 22797 - "A\tcomment\n" ([SB/F/NM] shell) ok 22798 - "Another /* comment\n" ([RE/F/NM] shell) ok 22799 - "Another /* comment\n" ([SB/F/NM] shell) ok 22800 - "DO NOT" ([RE/F/NM] shell) ok 22801 - "DO NOT" ([SB/F/NM] shell) ok 22802 - "DO NOTThis is a comment" ([RE/F/NM] shell) ok 22803 - "DO NOTThis is a comment" ([SB/F/NM] shell) ok 22804 - "DO NOTA\tcomment" ([RE/F/NM] shell) ok 22805 - "DO NOTA\tcomment" ([SB/F/NM] shell) ok 22806 - "DO NOTAnother /* comment" ([RE/F/NM] shell) ok 22807 - "DO NOTAnother /* comment" ([SB/F/NM] shell) ok 22808 - "\n" ([RE/F/NM] shell) ok 22809 - "\n" ([SB/F/NM] shell) ok 22810 - "This is a comment\n" ([RE/F/NM] shell) ok 22811 - "This is a comment\n" ([SB/F/NM] shell) ok 22812 - "A\tcomment\n" ([RE/F/NM] shell) ok 22813 - "A\tcomment\n" ([SB/F/NM] shell) ok 22814 - "Another /* comment\n" ([RE/F/NM] shell) ok 22815 - "Another /* comment\n" ([SB/F/NM] shell) ok 22816 - "PLEASE DO NOT" ([RE/F/NM] shell) ok 22817 - "PLEASE DO NOT" ([SB/F/NM] shell) ok 22818 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] shell) ok 22819 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] shell) ok 22820 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] shell) ok 22821 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] shell) ok 22822 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] shell) ok 22823 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] shell) ok 22824 - "\n" ([RE/F/NM] shell) ok 22825 - "\n" ([SB/F/NM] shell) ok 22826 - "This is a comment\n" ([RE/F/NM] shell) ok 22827 - "This is a comment\n" ([SB/F/NM] shell) ok 22828 - "A\tcomment\n" ([RE/F/NM] shell) ok 22829 - "A\tcomment\n" ([SB/F/NM] shell) ok 22830 - "Another /* comment\n" ([RE/F/NM] shell) ok 22831 - "Another /* comment\n" ([SB/F/NM] shell) ok 22832 - "PLEASE DO NOT" ([RE/F/NM] shell) ok 22833 - "PLEASE DO NOT" ([SB/F/NM] shell) ok 22834 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] shell) ok 22835 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] shell) ok 22836 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] shell) ok 22837 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] shell) ok 22838 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] shell) ok 22839 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] shell) ok 22840 - "\n" ([RE/F/NM] shell) ok 22841 - "\n" ([SB/F/NM] shell) ok 22842 - "This is a comment\n" ([RE/F/NM] shell) ok 22843 - "This is a comment\n" ([SB/F/NM] shell) ok 22844 - "A\tcomment\n" ([RE/F/NM] shell) ok 22845 - "A\tcomment\n" ([SB/F/NM] shell) ok 22846 - "Another /* comment\n" ([RE/F/NM] shell) ok 22847 - "Another /* comment\n" ([SB/F/NM] shell) ok 22848 - "PLEASE DO N'T" ([RE/F/NM] shell) ok 22849 - "PLEASE DO N'T" ([SB/F/NM] shell) ok 22850 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] shell) ok 22851 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] shell) ok 22852 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] shell) ok 22853 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] shell) ok 22854 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] shell) ok 22855 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] shell) ok 22856 - "\n" ([RE/F/NM] shell) ok 22857 - "\n" ([SB/F/NM] shell) ok 22858 - "This is a comment\n" ([RE/F/NM] shell) ok 22859 - "This is a comment\n" ([SB/F/NM] shell) ok 22860 - "A\tcomment\n" ([RE/F/NM] shell) ok 22861 - "A\tcomment\n" ([SB/F/NM] shell) ok 22862 - "Another /* comment\n" ([RE/F/NM] shell) ok 22863 - "Another /* comment\n" ([SB/F/NM] shell) ok 22864 - "NB." ([RE/F/NM] shell) ok 22865 - "NB." ([SB/F/NM] shell) ok 22866 - "NB.This is a comment" ([RE/F/NM] shell) ok 22867 - "NB.This is a comment" ([SB/F/NM] shell) ok 22868 - "NB.A\tcomment" ([RE/F/NM] shell) ok 22869 - "NB.A\tcomment" ([SB/F/NM] shell) ok 22870 - "NB.Another /* comment" ([RE/F/NM] shell) ok 22871 - "NB.Another /* comment" ([SB/F/NM] shell) ok 22872 - "\n" ([RE/F/NM] shell) ok 22873 - "\n" ([SB/F/NM] shell) ok 22874 - "This is a comment\n" ([RE/F/NM] shell) ok 22875 - "This is a comment\n" ([SB/F/NM] shell) ok 22876 - "A\tcomment\n" ([RE/F/NM] shell) ok 22877 - "A\tcomment\n" ([SB/F/NM] shell) ok 22878 - "Another /* comment\n" ([RE/F/NM] shell) ok 22879 - "Another /* comment\n" ([SB/F/NM] shell) ok 22880 - "{" ([RE/F/NM] shell) ok 22881 - "{" ([SB/F/NM] shell) ok 22882 - "{This is a comment" ([RE/F/NM] shell) ok 22883 - "{This is a comment" ([SB/F/NM] shell) ok 22884 - "{A\tcomment" ([RE/F/NM] shell) ok 22885 - "{A\tcomment" ([SB/F/NM] shell) ok 22886 - "{Another /* comment" ([RE/F/NM] shell) ok 22887 - "{Another /* comment" ([SB/F/NM] shell) ok 22888 - "}" ([RE/F/NM] shell) ok 22889 - "}" ([SB/F/NM] shell) ok 22890 - "This is a comment}" ([RE/F/NM] shell) ok 22891 - "This is a comment}" ([SB/F/NM] shell) ok 22892 - "A\tcomment}" ([RE/F/NM] shell) ok 22893 - "A\tcomment}" ([SB/F/NM] shell) ok 22894 - "Another /* comment}" ([RE/F/NM] shell) ok 22895 - "Another /* comment}" ([SB/F/NM] shell) ok 22896 - "." ([RE/F/NM] shell) ok 22897 - "." ([SB/F/NM] shell) ok 22898 - ".This is a comment" ([RE/F/NM] shell) ok 22899 - ".This is a comment" ([SB/F/NM] shell) ok 22900 - ".A\tcomment" ([RE/F/NM] shell) ok 22901 - ".A\tcomment" ([SB/F/NM] shell) ok 22902 - ".Another /* comment" ([RE/F/NM] shell) ok 22903 - ".Another /* comment" ([SB/F/NM] shell) ok 22904 - "\n" ([RE/F/NM] shell) ok 22905 - "\n" ([SB/F/NM] shell) ok 22906 - "This is a comment\n" ([RE/F/NM] shell) ok 22907 - "This is a comment\n" ([SB/F/NM] shell) ok 22908 - "A\tcomment\n" ([RE/F/NM] shell) ok 22909 - "A\tcomment\n" ([SB/F/NM] shell) ok 22910 - "Another /* comment\n" ([RE/F/NM] shell) ok 22911 - "Another /* comment\n" ([SB/F/NM] shell) ok 22912 - ";" ([RE/F/NM] shell) ok 22913 - ";" ([SB/F/NM] shell) ok 22914 - ";This is a comment" ([RE/F/NM] shell) ok 22915 - ";This is a comment" ([SB/F/NM] shell) ok 22916 - ";A\tcomment" ([RE/F/NM] shell) ok 22917 - ";A\tcomment" ([SB/F/NM] shell) ok 22918 - ";Another /* comment" ([RE/F/NM] shell) ok 22919 - ";Another /* comment" ([SB/F/NM] shell) ok 22920 - "\n" ([RE/F/NM] shell) ok 22921 - "\n" ([SB/F/NM] shell) ok 22922 - "This is a comment\n" ([RE/F/NM] shell) ok 22923 - "This is a comment\n" ([SB/F/NM] shell) ok 22924 - "A\tcomment\n" ([RE/F/NM] shell) ok 22925 - "A\tcomment\n" ([SB/F/NM] shell) ok 22926 - "Another /* comment\n" ([RE/F/NM] shell) ok 22927 - "Another /* comment\n" ([SB/F/NM] shell) ok 22928 - "`" ([RE/F/NM] shell) ok 22929 - "`" ([SB/F/NM] shell) ok 22930 - "`This is a comment" ([RE/F/NM] shell) ok 22931 - "`This is a comment" ([SB/F/NM] shell) ok 22932 - "`A\tcomment" ([RE/F/NM] shell) ok 22933 - "`A\tcomment" ([SB/F/NM] shell) ok 22934 - "`Another /* comment" ([RE/F/NM] shell) ok 22935 - "`Another /* comment" ([SB/F/NM] shell) ok 22936 - "\n" ([RE/F/NM] shell) ok 22937 - "\n" ([SB/F/NM] shell) ok 22938 - "This is a comment\n" ([RE/F/NM] shell) ok 22939 - "This is a comment\n" ([SB/F/NM] shell) ok 22940 - "A\tcomment\n" ([RE/F/NM] shell) ok 22941 - "A\tcomment\n" ([SB/F/NM] shell) ok 22942 - "Another /* comment\n" ([RE/F/NM] shell) ok 22943 - "Another /* comment\n" ([SB/F/NM] shell) ok 22944 - "--" ([RE/F/NM] shell) ok 22945 - "--" ([SB/F/NM] shell) ok 22946 - "--This is a comment" ([RE/F/NM] shell) ok 22947 - "--This is a comment" ([SB/F/NM] shell) ok 22948 - "--A\tcomment" ([RE/F/NM] shell) ok 22949 - "--A\tcomment" ([SB/F/NM] shell) ok 22950 - "--Another /* comment" ([RE/F/NM] shell) ok 22951 - "--Another /* comment" ([SB/F/NM] shell) ok 22952 - "\n" ([RE/F/NM] shell) ok 22953 - "\n" ([SB/F/NM] shell) ok 22954 - "This is a comment\n" ([RE/F/NM] shell) ok 22955 - "This is a comment\n" ([SB/F/NM] shell) ok 22956 - "A\tcomment\n" ([RE/F/NM] shell) ok 22957 - "A\tcomment\n" ([SB/F/NM] shell) ok 22958 - "Another /* comment\n" ([RE/F/NM] shell) ok 22959 - "Another /* comment\n" ([SB/F/NM] shell) ok 22960 - "---" ([RE/F/NM] shell) ok 22961 - "---" ([SB/F/NM] shell) ok 22962 - "---This is a comment" ([RE/F/NM] shell) ok 22963 - "---This is a comment" ([SB/F/NM] shell) ok 22964 - "---A\tcomment" ([RE/F/NM] shell) ok 22965 - "---A\tcomment" ([SB/F/NM] shell) ok 22966 - "---Another /* comment" ([RE/F/NM] shell) ok 22967 - "---Another /* comment" ([SB/F/NM] shell) ok 22968 - "\n" ([RE/F/NM] shell) ok 22969 - "\n" ([SB/F/NM] shell) ok 22970 - "This is a comment\n" ([RE/F/NM] shell) ok 22971 - "This is a comment\n" ([SB/F/NM] shell) ok 22972 - "A\tcomment\n" ([RE/F/NM] shell) ok 22973 - "A\tcomment\n" ([SB/F/NM] shell) ok 22974 - "Another /* comment\n" ([RE/F/NM] shell) ok 22975 - "Another /* comment\n" ([SB/F/NM] shell) ok 22976 - "-----" ([RE/F/NM] shell) ok 22977 - "-----" ([SB/F/NM] shell) ok 22978 - "-----This is a comment" ([RE/F/NM] shell) ok 22979 - "-----This is a comment" ([SB/F/NM] shell) ok 22980 - "-----A\tcomment" ([RE/F/NM] shell) ok 22981 - "-----A\tcomment" ([SB/F/NM] shell) ok 22982 - "-----Another /* comment" ([RE/F/NM] shell) ok 22983 - "-----Another /* comment" ([SB/F/NM] shell) ok 22984 - "\n" ([RE/F/NM] shell) ok 22985 - "\n" ([SB/F/NM] shell) ok 22986 - "This is a comment\n" ([RE/F/NM] shell) ok 22987 - "This is a comment\n" ([SB/F/NM] shell) ok 22988 - "A\tcomment\n" ([RE/F/NM] shell) ok 22989 - "A\tcomment\n" ([SB/F/NM] shell) ok 22990 - "Another /* comment\n" ([RE/F/NM] shell) ok 22991 - "Another /* comment\n" ([SB/F/NM] shell) ok 22992 - "\\"" ([RE/F/NM] shell) ok 22993 - "\\"" ([SB/F/NM] shell) ok 22994 - "\\"This is a comment" ([RE/F/NM] shell) ok 22995 - "\\"This is a comment" ([SB/F/NM] shell) ok 22996 - "\\"A\tcomment" ([RE/F/NM] shell) ok 22997 - "\\"A\tcomment" ([SB/F/NM] shell) ok 22998 - "\\"Another /* comment" ([RE/F/NM] shell) ok 22999 - "\\"Another /* comment" ([SB/F/NM] shell) ok 23000 - "\n" ([RE/F/NM] shell) ok 23001 - "\n" ([SB/F/NM] shell) ok 23002 - "This is a comment\n" ([RE/F/NM] shell) ok 23003 - "This is a comment\n" ([SB/F/NM] shell) ok 23004 - "A\tcomment\n" ([RE/F/NM] shell) ok 23005 - "A\tcomment\n" ([SB/F/NM] shell) ok 23006 - "Another /* comment\n" ([RE/F/NM] shell) ok 23007 - "Another /* comment\n" ([SB/F/NM] shell) ok 23008 - """ ([RE/F/NM] shell) ok 23009 - """ ([SB/F/NM] shell) ok 23010 - ""This is a comment" ([RE/F/NM] shell) ok 23011 - ""This is a comment" ([SB/F/NM] shell) ok 23012 - ""A\tcomment" ([RE/F/NM] shell) ok 23013 - ""A\tcomment" ([SB/F/NM] shell) ok 23014 - ""Another /* comment" ([RE/F/NM] shell) ok 23015 - ""Another /* comment" ([SB/F/NM] shell) ok 23016 - "\n" ([RE/F/NM] shell) ok 23017 - "\n" ([SB/F/NM] shell) ok 23018 - "This is a comment\n" ([RE/F/NM] shell) ok 23019 - "This is a comment\n" ([SB/F/NM] shell) ok 23020 - "A\tcomment\n" ([RE/F/NM] shell) ok 23021 - "A\tcomment\n" ([SB/F/NM] shell) ok 23022 - "Another /* comment\n" ([RE/F/NM] shell) ok 23023 - "Another /* comment\n" ([SB/F/NM] shell) ok 23024 - "'" ([RE/F/NM] shell) ok 23025 - "'" ([SB/F/NM] shell) ok 23026 - "'This is a comment" ([RE/F/NM] shell) ok 23027 - "'This is a comment" ([SB/F/NM] shell) ok 23028 - "'A\tcomment" ([RE/F/NM] shell) ok 23029 - "'A\tcomment" ([SB/F/NM] shell) ok 23030 - "'Another /* comment" ([RE/F/NM] shell) ok 23031 - "'Another /* comment" ([SB/F/NM] shell) ok 23032 - "\n" ([RE/F/NM] shell) ok 23033 - "\n" ([SB/F/NM] shell) ok 23034 - "This is a comment\n" ([RE/F/NM] shell) ok 23035 - "This is a comment\n" ([SB/F/NM] shell) ok 23036 - "A\tcomment\n" ([RE/F/NM] shell) ok 23037 - "A\tcomment\n" ([SB/F/NM] shell) ok 23038 - "Another /* comment\n" ([RE/F/NM] shell) ok 23039 - "Another /* comment\n" ([SB/F/NM] shell) ok 23040 - "/* This is a C comment */" ([RE/F/NM] shell) ok 23041 - "/* This is a C comment */" ([SB/F/NM] shell) ok 23042 - "(* This is a Pascal comment *)" ([RE/F/NM] shell) ok 23043 - "(* This is a Pascal comment *)" ([SB/F/NM] shell) ok 23044 - "" ([RE/F/NM] shell) ok 23045 - "" ([SB/F/NM] shell) ok 23046 - "#\n\n" ([RE/F/NM] shell) ok 23047 - "#\n\n" ([SB/F/NM] shell) ok 23048 - "#This is a comment\n\n" ([RE/F/NM] shell) ok 23049 - "#This is a comment\n\n" ([SB/F/NM] shell) ok 23050 - "#A\tcomment\n\n" ([RE/F/NM] shell) ok 23051 - "#A\tcomment\n\n" ([SB/F/NM] shell) ok 23052 - "#Another /* comment\n\n" ([RE/F/NM] shell) ok 23053 - "#Another /* comment\n\n" ([SB/F/NM] shell) ok 23054 - "#\n#\n" ([RE/F/NM] shell) ok 23055 - "#\n#\n" ([SB/F/NM] shell) ok 23056 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] shell) ok 23057 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] shell) ok 23058 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] shell) ok 23059 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] shell) ok 23060 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] shell) ok 23061 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] shell) ok 23062 - "#\nq" ([RE/F/NM] shell) ok 23063 - "#\nq" ([SB/F/NM] shell) ok 23064 - "#This is a comment\nrrh" ([RE/F/NM] shell) ok 23065 - "#This is a comment\nrrh" ([SB/F/NM] shell) ok 23066 - "#A\tcomment\n6" ([RE/F/NM] shell) ok 23067 - "#A\tcomment\n6" ([SB/F/NM] shell) ok 23068 - "#Another /* comment\nyhqg" ([RE/F/NM] shell) ok 23069 - "#Another /* comment\nyhqg" ([SB/F/NM] shell) ok 23070 - "z35#\n" ([RE/F/NM] shell) ok 23071 - "z35#\n" ([SB/F/NM] shell) ok 23072 - "e#This is a comment\n" ([RE/F/NM] shell) ok 23073 - "e#This is a comment\n" ([SB/F/NM] shell) ok 23074 - "d#A\tcomment\n" ([RE/F/NM] shell) ok 23075 - "d#A\tcomment\n" ([SB/F/NM] shell) ok 23076 - "zb#Another /* comment\n" ([RE/F/NM] shell) ok 23077 - "zb#Another /* comment\n" ([SB/F/NM] shell) ok 23078 - "\\\n" ([RE/F/NM] shell) ok 23079 - "\\\n" ([SB/F/NM] shell) ok 23080 - "\\This is a comment\n" ([RE/F/NM] shell) ok 23081 - "\\This is a comment\n" ([SB/F/NM] shell) ok 23082 - "\\A\tcomment\n" ([RE/F/NM] shell) ok 23083 - "\\A\tcomment\n" ([SB/F/NM] shell) ok 23084 - "\\Another /* comment\n" ([RE/F/NM] shell) ok 23085 - "\\Another /* comment\n" ([SB/F/NM] shell) ok 23086 - "//\n" ([RE/F/NM] shell) ok 23087 - "//\n" ([SB/F/NM] shell) ok 23088 - "//This is a comment\n" ([RE/F/NM] shell) ok 23089 - "//This is a comment\n" ([SB/F/NM] shell) ok 23090 - "//A\tcomment\n" ([RE/F/NM] shell) ok 23091 - "//A\tcomment\n" ([SB/F/NM] shell) ok 23092 - "//Another /* comment\n" ([RE/F/NM] shell) ok 23093 - "//Another /* comment\n" ([SB/F/NM] shell) ok 23094 - "--\n" ([RE/F/NM] shell) ok 23095 - "--\n" ([SB/F/NM] shell) ok 23096 - "--This is a comment\n" ([RE/F/NM] shell) ok 23097 - "--This is a comment\n" ([SB/F/NM] shell) ok 23098 - "--A\tcomment\n" ([RE/F/NM] shell) ok 23099 - "--A\tcomment\n" ([SB/F/NM] shell) ok 23100 - "--Another /* comment\n" ([RE/F/NM] shell) ok 23101 - "--Another /* comment\n" ([SB/F/NM] shell) ok 23102 - ";\n" ([RE/F/NM] shell) ok 23103 - ";\n" ([SB/F/NM] shell) ok 23104 - ";This is a comment\n" ([RE/F/NM] shell) ok 23105 - ";This is a comment\n" ([SB/F/NM] shell) ok 23106 - ";A\tcomment\n" ([RE/F/NM] shell) ok 23107 - ";A\tcomment\n" ([SB/F/NM] shell) ok 23108 - ";Another /* comment\n" ([RE/F/NM] shell) ok 23109 - ";Another /* comment\n" ([SB/F/NM] shell) ok 23110 - "*\n" ([RE/F/NM] shell) ok 23111 - "*\n" ([SB/F/NM] shell) ok 23112 - "*This is a comment\n" ([RE/F/NM] shell) ok 23113 - "*This is a comment\n" ([SB/F/NM] shell) ok 23114 - "*A\tcomment\n" ([RE/F/NM] shell) ok 23115 - "*A\tcomment\n" ([SB/F/NM] shell) ok 23116 - "*Another /* comment\n" ([RE/F/NM] shell) ok 23117 - "*Another /* comment\n" ([SB/F/NM] shell) ok 23118 - "!\n" ([RE/F/NM] shell) ok 23119 - "!\n" ([SB/F/NM] shell) ok 23120 - "!This is a comment\n" ([RE/F/NM] shell) ok 23121 - "!This is a comment\n" ([SB/F/NM] shell) ok 23122 - "!A\tcomment\n" ([RE/F/NM] shell) ok 23123 - "!A\tcomment\n" ([SB/F/NM] shell) ok 23124 - "!Another /* comment\n" ([RE/F/NM] shell) ok 23125 - "!Another /* comment\n" ([SB/F/NM] shell) ok 23126 - "REM\n" ([RE/F/NM] shell) ok 23127 - "REM\n" ([SB/F/NM] shell) ok 23128 - "REMThis is a comment\n" ([RE/F/NM] shell) ok 23129 - "REMThis is a comment\n" ([SB/F/NM] shell) ok 23130 - "REMA\tcomment\n" ([RE/F/NM] shell) ok 23131 - "REMA\tcomment\n" ([SB/F/NM] shell) ok 23132 - "REMAnother /* comment\n" ([RE/F/NM] shell) ok 23133 - "REMAnother /* comment\n" ([SB/F/NM] shell) ok 23134 - "//\n" ([RE/F/NM] shell) ok 23135 - "//\n" ([SB/F/NM] shell) ok 23136 - "//This is a comment\n" ([RE/F/NM] shell) ok 23137 - "//This is a comment\n" ([SB/F/NM] shell) ok 23138 - "//A\tcomment\n" ([RE/F/NM] shell) ok 23139 - "//A\tcomment\n" ([SB/F/NM] shell) ok 23140 - "//Another /* comment\n" ([RE/F/NM] shell) ok 23141 - "//Another /* comment\n" ([SB/F/NM] shell) ok 23142 - "%\n" ([RE/F/NM] shell) ok 23143 - "%\n" ([SB/F/NM] shell) ok 23144 - "%This is a comment\n" ([RE/F/NM] shell) ok 23145 - "%This is a comment\n" ([SB/F/NM] shell) ok 23146 - "%A\tcomment\n" ([RE/F/NM] shell) ok 23147 - "%A\tcomment\n" ([SB/F/NM] shell) ok 23148 - "%Another /* comment\n" ([RE/F/NM] shell) ok 23149 - "%Another /* comment\n" ([SB/F/NM] shell) ok 23150 - "!\n" ([RE/F/NM] shell) ok 23151 - "!\n" ([SB/F/NM] shell) ok 23152 - "!This is a comment\n" ([RE/F/NM] shell) ok 23153 - "!This is a comment\n" ([SB/F/NM] shell) ok 23154 - "!A\tcomment\n" ([RE/F/NM] shell) ok 23155 - "!A\tcomment\n" ([SB/F/NM] shell) ok 23156 - "!Another /* comment\n" ([RE/F/NM] shell) ok 23157 - "!Another /* comment\n" ([SB/F/NM] shell) ok 23158 - "NB\n" ([RE/F/NM] shell) ok 23159 - "NB\n" ([SB/F/NM] shell) ok 23160 - "NBThis is a comment\n" ([RE/F/NM] shell) ok 23161 - "NBThis is a comment\n" ([SB/F/NM] shell) ok 23162 - "NBA\tcomment\n" ([RE/F/NM] shell) ok 23163 - "NBA\tcomment\n" ([SB/F/NM] shell) ok 23164 - "NBAnother /* comment\n" ([RE/F/NM] shell) ok 23165 - "NBAnother /* comment\n" ([SB/F/NM] shell) ok 23166 - "PLEASE NOT\n" ([RE/F/NM] shell) ok 23167 - "PLEASE NOT\n" ([SB/F/NM] shell) ok 23168 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] shell) ok 23169 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] shell) ok 23170 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] shell) ok 23171 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] shell) ok 23172 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] shell) ok 23173 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] shell) ok 23174 - "PLEASE NOT\n" ([RE/F/NM] shell) ok 23175 - "PLEASE NOT\n" ([SB/F/NM] shell) ok 23176 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] shell) ok 23177 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] shell) ok 23178 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] shell) ok 23179 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] shell) ok 23180 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] shell) ok 23181 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] shell) ok 23182 - "PLEASE N'T\n" ([RE/F/NM] shell) ok 23183 - "PLEASE N'T\n" ([SB/F/NM] shell) ok 23184 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] shell) ok 23185 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] shell) ok 23186 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] shell) ok 23187 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] shell) ok 23188 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] shell) ok 23189 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] shell) ok 23190 - "DO NOT\n" ([RE/F/NM] shell) ok 23191 - "DO NOT\n" ([SB/F/NM] shell) ok 23192 - "DO NOTThis is a comment\n" ([RE/F/NM] shell) ok 23193 - "DO NOTThis is a comment\n" ([SB/F/NM] shell) ok 23194 - "DO NOTA\tcomment\n" ([RE/F/NM] shell) ok 23195 - "DO NOTA\tcomment\n" ([SB/F/NM] shell) ok 23196 - "DO NOTAnother /* comment\n" ([RE/F/NM] shell) ok 23197 - "DO NOTAnother /* comment\n" ([SB/F/NM] shell) ok 23198 - "DO N'T\n" ([RE/F/NM] shell) ok 23199 - "DO N'T\n" ([SB/F/NM] shell) ok 23200 - "DO N'TThis is a comment\n" ([RE/F/NM] shell) ok 23201 - "DO N'TThis is a comment\n" ([SB/F/NM] shell) ok 23202 - "DO N'TA\tcomment\n" ([RE/F/NM] shell) ok 23203 - "DO N'TA\tcomment\n" ([SB/F/NM] shell) ok 23204 - "DO N'TAnother /* comment\n" ([RE/F/NM] shell) ok 23205 - "DO N'TAnother /* comment\n" ([SB/F/NM] shell) ok 23206 - "DO NOT\n" ([RE/F/NM] shell) ok 23207 - "DO NOT\n" ([SB/F/NM] shell) ok 23208 - "DO NOTThis is a comment\n" ([RE/F/NM] shell) ok 23209 - "DO NOTThis is a comment\n" ([SB/F/NM] shell) ok 23210 - "DO NOTA\tcomment\n" ([RE/F/NM] shell) ok 23211 - "DO NOTA\tcomment\n" ([SB/F/NM] shell) ok 23212 - "DO NOTAnother /* comment\n" ([RE/F/NM] shell) ok 23213 - "DO NOTAnother /* comment\n" ([SB/F/NM] shell) ok 23214 - "PLEASE DO NOT\n" ([RE/F/NM] shell) ok 23215 - "PLEASE DO NOT\n" ([SB/F/NM] shell) ok 23216 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] shell) ok 23217 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] shell) ok 23218 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] shell) ok 23219 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] shell) ok 23220 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] shell) ok 23221 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] shell) ok 23222 - "PLEASE DO NOT\n" ([RE/F/NM] shell) ok 23223 - "PLEASE DO NOT\n" ([SB/F/NM] shell) ok 23224 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] shell) ok 23225 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] shell) ok 23226 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] shell) ok 23227 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] shell) ok 23228 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] shell) ok 23229 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] shell) ok 23230 - "PLEASE DO N'T\n" ([RE/F/NM] shell) ok 23231 - "PLEASE DO N'T\n" ([SB/F/NM] shell) ok 23232 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] shell) ok 23233 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] shell) ok 23234 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] shell) ok 23235 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] shell) ok 23236 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] shell) ok 23237 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] shell) ok 23238 - "NB.\n" ([RE/F/NM] shell) ok 23239 - "NB.\n" ([SB/F/NM] shell) ok 23240 - "NB.This is a comment\n" ([RE/F/NM] shell) ok 23241 - "NB.This is a comment\n" ([SB/F/NM] shell) ok 23242 - "NB.A\tcomment\n" ([RE/F/NM] shell) ok 23243 - "NB.A\tcomment\n" ([SB/F/NM] shell) ok 23244 - "NB.Another /* comment\n" ([RE/F/NM] shell) ok 23245 - "NB.Another /* comment\n" ([SB/F/NM] shell) ok 23246 - "{}" ([RE/F/NM] shell) ok 23247 - "{}" ([SB/F/NM] shell) ok 23248 - "{This is a comment}" ([RE/F/NM] shell) ok 23249 - "{This is a comment}" ([SB/F/NM] shell) ok 23250 - "{A\tcomment}" ([RE/F/NM] shell) ok 23251 - "{A\tcomment}" ([SB/F/NM] shell) ok 23252 - "{Another /* comment}" ([RE/F/NM] shell) ok 23253 - "{Another /* comment}" ([SB/F/NM] shell) ok 23254 - ".\n" ([RE/F/NM] shell) ok 23255 - ".\n" ([SB/F/NM] shell) ok 23256 - ".This is a comment\n" ([RE/F/NM] shell) ok 23257 - ".This is a comment\n" ([SB/F/NM] shell) ok 23258 - ".A\tcomment\n" ([RE/F/NM] shell) ok 23259 - ".A\tcomment\n" ([SB/F/NM] shell) ok 23260 - ".Another /* comment\n" ([RE/F/NM] shell) ok 23261 - ".Another /* comment\n" ([SB/F/NM] shell) ok 23262 - ";\n" ([RE/F/NM] shell) ok 23263 - ";\n" ([SB/F/NM] shell) ok 23264 - ";This is a comment\n" ([RE/F/NM] shell) ok 23265 - ";This is a comment\n" ([SB/F/NM] shell) ok 23266 - ";A\tcomment\n" ([RE/F/NM] shell) ok 23267 - ";A\tcomment\n" ([SB/F/NM] shell) ok 23268 - ";Another /* comment\n" ([RE/F/NM] shell) ok 23269 - ";Another /* comment\n" ([SB/F/NM] shell) ok 23270 - "`\n" ([RE/F/NM] shell) ok 23271 - "`\n" ([SB/F/NM] shell) ok 23272 - "`This is a comment\n" ([RE/F/NM] shell) ok 23273 - "`This is a comment\n" ([SB/F/NM] shell) ok 23274 - "`A\tcomment\n" ([RE/F/NM] shell) ok 23275 - "`A\tcomment\n" ([SB/F/NM] shell) ok 23276 - "`Another /* comment\n" ([RE/F/NM] shell) ok 23277 - "`Another /* comment\n" ([SB/F/NM] shell) ok 23278 - "--\n" ([RE/F/NM] shell) ok 23279 - "--\n" ([SB/F/NM] shell) ok 23280 - "--This is a comment\n" ([RE/F/NM] shell) ok 23281 - "--This is a comment\n" ([SB/F/NM] shell) ok 23282 - "--A\tcomment\n" ([RE/F/NM] shell) ok 23283 - "--A\tcomment\n" ([SB/F/NM] shell) ok 23284 - "--Another /* comment\n" ([RE/F/NM] shell) ok 23285 - "--Another /* comment\n" ([SB/F/NM] shell) ok 23286 - "---\n" ([RE/F/NM] shell) ok 23287 - "---\n" ([SB/F/NM] shell) ok 23288 - "---This is a comment\n" ([RE/F/NM] shell) ok 23289 - "---This is a comment\n" ([SB/F/NM] shell) ok 23290 - "---A\tcomment\n" ([RE/F/NM] shell) ok 23291 - "---A\tcomment\n" ([SB/F/NM] shell) ok 23292 - "---Another /* comment\n" ([RE/F/NM] shell) ok 23293 - "---Another /* comment\n" ([SB/F/NM] shell) ok 23294 - "-----\n" ([RE/F/NM] shell) ok 23295 - "-----\n" ([SB/F/NM] shell) ok 23296 - "-----This is a comment\n" ([RE/F/NM] shell) ok 23297 - "-----This is a comment\n" ([SB/F/NM] shell) ok 23298 - "-----A\tcomment\n" ([RE/F/NM] shell) ok 23299 - "-----A\tcomment\n" ([SB/F/NM] shell) ok 23300 - "-----Another /* comment\n" ([RE/F/NM] shell) ok 23301 - "-----Another /* comment\n" ([SB/F/NM] shell) ok 23302 - "\\"\n" ([RE/F/NM] shell) ok 23303 - "\\"\n" ([SB/F/NM] shell) ok 23304 - "\\"This is a comment\n" ([RE/F/NM] shell) ok 23305 - "\\"This is a comment\n" ([SB/F/NM] shell) ok 23306 - "\\"A\tcomment\n" ([RE/F/NM] shell) ok 23307 - "\\"A\tcomment\n" ([SB/F/NM] shell) ok 23308 - "\\"Another /* comment\n" ([RE/F/NM] shell) ok 23309 - "\\"Another /* comment\n" ([SB/F/NM] shell) ok 23310 - ""\n" ([RE/F/NM] shell) ok 23311 - ""\n" ([SB/F/NM] shell) ok 23312 - ""This is a comment\n" ([RE/F/NM] shell) ok 23313 - ""This is a comment\n" ([SB/F/NM] shell) ok 23314 - ""A\tcomment\n" ([RE/F/NM] shell) ok 23315 - ""A\tcomment\n" ([SB/F/NM] shell) ok 23316 - ""Another /* comment\n" ([RE/F/NM] shell) ok 23317 - ""Another /* comment\n" ([SB/F/NM] shell) ok 23318 - "'\n" ([RE/F/NM] shell) ok 23319 - "'\n" ([SB/F/NM] shell) ok 23320 - "'This is a comment\n" ([RE/F/NM] shell) ok 23321 - "'This is a comment\n" ([SB/F/NM] shell) ok 23322 - "'A\tcomment\n" ([RE/F/NM] shell) ok 23323 - "'A\tcomment\n" ([SB/F/NM] shell) ok 23324 - "'Another /* comment\n" ([RE/F/NM] shell) ok 23325 - "'Another /* comment\n" ([SB/F/NM] shell) ok 23326 - "#\n" ([RE/P/MT] Tcl) ok 23327 - "#\n" ([OM/P/MT] Tcl) ok 23328 - "#\n" ([OS/P/MT] Tcl) ok 23329 - "#\n" ([SB/P/MT] Tcl) ok 23330 - "#\n" ([KP/P/MT] Tcl) ok 23331 - "#This is a comment\n" ([RE/P/MT] Tcl) ok 23332 - "#This is a comment\n" ([OM/P/MT] Tcl) ok 23333 - "#This is a comment\n" ([OS/P/MT] Tcl) ok 23334 - "#This is a comment\n" ([SB/P/MT] Tcl) ok 23335 - "#This is a comment\n" ([KP/P/MT] Tcl) ok 23336 - "#A\tcomment\n" ([RE/P/MT] Tcl) ok 23337 - "#A\tcomment\n" ([OM/P/MT] Tcl) ok 23338 - "#A\tcomment\n" ([OS/P/MT] Tcl) ok 23339 - "#A\tcomment\n" ([SB/P/MT] Tcl) ok 23340 - "#A\tcomment\n" ([KP/P/MT] Tcl) ok 23341 - "#Another /* comment\n" ([RE/P/MT] Tcl) ok 23342 - "#Another /* comment\n" ([OM/P/MT] Tcl) ok 23343 - "#Another /* comment\n" ([OS/P/MT] Tcl) ok 23344 - "#Another /* comment\n" ([SB/P/MT] Tcl) ok 23345 - "#Another /* comment\n" ([KP/P/MT] Tcl) ok 23346 - "\\" ([RE/F/NM] Tcl) ok 23347 - "\\" ([SB/F/NM] Tcl) ok 23348 - "\\This is a comment" ([RE/F/NM] Tcl) ok 23349 - "\\This is a comment" ([SB/F/NM] Tcl) ok 23350 - "\\A\tcomment" ([RE/F/NM] Tcl) ok 23351 - "\\A\tcomment" ([SB/F/NM] Tcl) ok 23352 - "\\Another /* comment" ([RE/F/NM] Tcl) ok 23353 - "\\Another /* comment" ([SB/F/NM] Tcl) ok 23354 - "\n" ([RE/F/NM] Tcl) ok 23355 - "\n" ([SB/F/NM] Tcl) ok 23356 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23357 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23358 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23359 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23360 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23361 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23362 - "#" ([RE/F/NM] Tcl) ok 23363 - "#" ([SB/F/NM] Tcl) ok 23364 - "#This is a comment" ([RE/F/NM] Tcl) ok 23365 - "#This is a comment" ([SB/F/NM] Tcl) ok 23366 - "#A\tcomment" ([RE/F/NM] Tcl) ok 23367 - "#A\tcomment" ([SB/F/NM] Tcl) ok 23368 - "#Another /* comment" ([RE/F/NM] Tcl) ok 23369 - "#Another /* comment" ([SB/F/NM] Tcl) ok 23370 - "\n" ([RE/F/NM] Tcl) ok 23371 - "\n" ([SB/F/NM] Tcl) ok 23372 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23373 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23374 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23375 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23376 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23377 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23378 - "//" ([RE/F/NM] Tcl) ok 23379 - "//" ([SB/F/NM] Tcl) ok 23380 - "//This is a comment" ([RE/F/NM] Tcl) ok 23381 - "//This is a comment" ([SB/F/NM] Tcl) ok 23382 - "//A\tcomment" ([RE/F/NM] Tcl) ok 23383 - "//A\tcomment" ([SB/F/NM] Tcl) ok 23384 - "//Another /* comment" ([RE/F/NM] Tcl) ok 23385 - "//Another /* comment" ([SB/F/NM] Tcl) ok 23386 - "\n" ([RE/F/NM] Tcl) ok 23387 - "\n" ([SB/F/NM] Tcl) ok 23388 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23389 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23390 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23391 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23392 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23393 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23394 - "--" ([RE/F/NM] Tcl) ok 23395 - "--" ([SB/F/NM] Tcl) ok 23396 - "--This is a comment" ([RE/F/NM] Tcl) ok 23397 - "--This is a comment" ([SB/F/NM] Tcl) ok 23398 - "--A\tcomment" ([RE/F/NM] Tcl) ok 23399 - "--A\tcomment" ([SB/F/NM] Tcl) ok 23400 - "--Another /* comment" ([RE/F/NM] Tcl) ok 23401 - "--Another /* comment" ([SB/F/NM] Tcl) ok 23402 - "\n" ([RE/F/NM] Tcl) ok 23403 - "\n" ([SB/F/NM] Tcl) ok 23404 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23405 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23406 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23407 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23408 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23409 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23410 - ";" ([RE/F/NM] Tcl) ok 23411 - ";" ([SB/F/NM] Tcl) ok 23412 - ";This is a comment" ([RE/F/NM] Tcl) ok 23413 - ";This is a comment" ([SB/F/NM] Tcl) ok 23414 - ";A\tcomment" ([RE/F/NM] Tcl) ok 23415 - ";A\tcomment" ([SB/F/NM] Tcl) ok 23416 - ";Another /* comment" ([RE/F/NM] Tcl) ok 23417 - ";Another /* comment" ([SB/F/NM] Tcl) ok 23418 - "\n" ([RE/F/NM] Tcl) ok 23419 - "\n" ([SB/F/NM] Tcl) ok 23420 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23421 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23422 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23423 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23424 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23425 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23426 - "#" ([RE/F/NM] Tcl) ok 23427 - "#" ([SB/F/NM] Tcl) ok 23428 - "#This is a comment" ([RE/F/NM] Tcl) ok 23429 - "#This is a comment" ([SB/F/NM] Tcl) ok 23430 - "#A\tcomment" ([RE/F/NM] Tcl) ok 23431 - "#A\tcomment" ([SB/F/NM] Tcl) ok 23432 - "#Another /* comment" ([RE/F/NM] Tcl) ok 23433 - "#Another /* comment" ([SB/F/NM] Tcl) ok 23434 - "\n" ([RE/F/NM] Tcl) ok 23435 - "\n" ([SB/F/NM] Tcl) ok 23436 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23437 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23438 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23439 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23440 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23441 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23442 - "*" ([RE/F/NM] Tcl) ok 23443 - "*" ([SB/F/NM] Tcl) ok 23444 - "*This is a comment" ([RE/F/NM] Tcl) ok 23445 - "*This is a comment" ([SB/F/NM] Tcl) ok 23446 - "*A\tcomment" ([RE/F/NM] Tcl) ok 23447 - "*A\tcomment" ([SB/F/NM] Tcl) ok 23448 - "*Another /* comment" ([RE/F/NM] Tcl) ok 23449 - "*Another /* comment" ([SB/F/NM] Tcl) ok 23450 - "\n" ([RE/F/NM] Tcl) ok 23451 - "\n" ([SB/F/NM] Tcl) ok 23452 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23453 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23454 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23455 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23456 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23457 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23458 - "!" ([RE/F/NM] Tcl) ok 23459 - "!" ([SB/F/NM] Tcl) ok 23460 - "!This is a comment" ([RE/F/NM] Tcl) ok 23461 - "!This is a comment" ([SB/F/NM] Tcl) ok 23462 - "!A\tcomment" ([RE/F/NM] Tcl) ok 23463 - "!A\tcomment" ([SB/F/NM] Tcl) ok 23464 - "!Another /* comment" ([RE/F/NM] Tcl) ok 23465 - "!Another /* comment" ([SB/F/NM] Tcl) ok 23466 - "\n" ([RE/F/NM] Tcl) ok 23467 - "\n" ([SB/F/NM] Tcl) ok 23468 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23469 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23470 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23471 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23472 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23473 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23474 - "REM" ([RE/F/NM] Tcl) ok 23475 - "REM" ([SB/F/NM] Tcl) ok 23476 - "REMThis is a comment" ([RE/F/NM] Tcl) ok 23477 - "REMThis is a comment" ([SB/F/NM] Tcl) ok 23478 - "REMA\tcomment" ([RE/F/NM] Tcl) ok 23479 - "REMA\tcomment" ([SB/F/NM] Tcl) ok 23480 - "REMAnother /* comment" ([RE/F/NM] Tcl) ok 23481 - "REMAnother /* comment" ([SB/F/NM] Tcl) ok 23482 - "\n" ([RE/F/NM] Tcl) ok 23483 - "\n" ([SB/F/NM] Tcl) ok 23484 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23485 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23486 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23487 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23488 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23489 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23490 - "//" ([RE/F/NM] Tcl) ok 23491 - "//" ([SB/F/NM] Tcl) ok 23492 - "//This is a comment" ([RE/F/NM] Tcl) ok 23493 - "//This is a comment" ([SB/F/NM] Tcl) ok 23494 - "//A\tcomment" ([RE/F/NM] Tcl) ok 23495 - "//A\tcomment" ([SB/F/NM] Tcl) ok 23496 - "//Another /* comment" ([RE/F/NM] Tcl) ok 23497 - "//Another /* comment" ([SB/F/NM] Tcl) ok 23498 - "\n" ([RE/F/NM] Tcl) ok 23499 - "\n" ([SB/F/NM] Tcl) ok 23500 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23501 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23502 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23503 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23504 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23505 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23506 - "%" ([RE/F/NM] Tcl) ok 23507 - "%" ([SB/F/NM] Tcl) ok 23508 - "%This is a comment" ([RE/F/NM] Tcl) ok 23509 - "%This is a comment" ([SB/F/NM] Tcl) ok 23510 - "%A\tcomment" ([RE/F/NM] Tcl) ok 23511 - "%A\tcomment" ([SB/F/NM] Tcl) ok 23512 - "%Another /* comment" ([RE/F/NM] Tcl) ok 23513 - "%Another /* comment" ([SB/F/NM] Tcl) ok 23514 - "\n" ([RE/F/NM] Tcl) ok 23515 - "\n" ([SB/F/NM] Tcl) ok 23516 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23517 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23518 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23519 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23520 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23521 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23522 - "!" ([RE/F/NM] Tcl) ok 23523 - "!" ([SB/F/NM] Tcl) ok 23524 - "!This is a comment" ([RE/F/NM] Tcl) ok 23525 - "!This is a comment" ([SB/F/NM] Tcl) ok 23526 - "!A\tcomment" ([RE/F/NM] Tcl) ok 23527 - "!A\tcomment" ([SB/F/NM] Tcl) ok 23528 - "!Another /* comment" ([RE/F/NM] Tcl) ok 23529 - "!Another /* comment" ([SB/F/NM] Tcl) ok 23530 - "\n" ([RE/F/NM] Tcl) ok 23531 - "\n" ([SB/F/NM] Tcl) ok 23532 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23533 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23534 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23535 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23536 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23537 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23538 - "NB" ([RE/F/NM] Tcl) ok 23539 - "NB" ([SB/F/NM] Tcl) ok 23540 - "NBThis is a comment" ([RE/F/NM] Tcl) ok 23541 - "NBThis is a comment" ([SB/F/NM] Tcl) ok 23542 - "NBA\tcomment" ([RE/F/NM] Tcl) ok 23543 - "NBA\tcomment" ([SB/F/NM] Tcl) ok 23544 - "NBAnother /* comment" ([RE/F/NM] Tcl) ok 23545 - "NBAnother /* comment" ([SB/F/NM] Tcl) ok 23546 - "\n" ([RE/F/NM] Tcl) ok 23547 - "\n" ([SB/F/NM] Tcl) ok 23548 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23549 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23550 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23551 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23552 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23553 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23554 - "PLEASE NOT" ([RE/F/NM] Tcl) ok 23555 - "PLEASE NOT" ([SB/F/NM] Tcl) ok 23556 - "PLEASE NOTThis is a comment" ([RE/F/NM] Tcl) ok 23557 - "PLEASE NOTThis is a comment" ([SB/F/NM] Tcl) ok 23558 - "PLEASE NOTA\tcomment" ([RE/F/NM] Tcl) ok 23559 - "PLEASE NOTA\tcomment" ([SB/F/NM] Tcl) ok 23560 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Tcl) ok 23561 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Tcl) ok 23562 - "\n" ([RE/F/NM] Tcl) ok 23563 - "\n" ([SB/F/NM] Tcl) ok 23564 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23565 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23566 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23567 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23568 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23569 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23570 - "PLEASE NOT" ([RE/F/NM] Tcl) ok 23571 - "PLEASE NOT" ([SB/F/NM] Tcl) ok 23572 - "PLEASE NOTThis is a comment" ([RE/F/NM] Tcl) ok 23573 - "PLEASE NOTThis is a comment" ([SB/F/NM] Tcl) ok 23574 - "PLEASE NOTA\tcomment" ([RE/F/NM] Tcl) ok 23575 - "PLEASE NOTA\tcomment" ([SB/F/NM] Tcl) ok 23576 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Tcl) ok 23577 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Tcl) ok 23578 - "\n" ([RE/F/NM] Tcl) ok 23579 - "\n" ([SB/F/NM] Tcl) ok 23580 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23581 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23582 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23583 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23584 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23585 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23586 - "PLEASE N'T" ([RE/F/NM] Tcl) ok 23587 - "PLEASE N'T" ([SB/F/NM] Tcl) ok 23588 - "PLEASE N'TThis is a comment" ([RE/F/NM] Tcl) ok 23589 - "PLEASE N'TThis is a comment" ([SB/F/NM] Tcl) ok 23590 - "PLEASE N'TA\tcomment" ([RE/F/NM] Tcl) ok 23591 - "PLEASE N'TA\tcomment" ([SB/F/NM] Tcl) ok 23592 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Tcl) ok 23593 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Tcl) ok 23594 - "\n" ([RE/F/NM] Tcl) ok 23595 - "\n" ([SB/F/NM] Tcl) ok 23596 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23597 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23598 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23599 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23600 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23601 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23602 - "DO NOT" ([RE/F/NM] Tcl) ok 23603 - "DO NOT" ([SB/F/NM] Tcl) ok 23604 - "DO NOTThis is a comment" ([RE/F/NM] Tcl) ok 23605 - "DO NOTThis is a comment" ([SB/F/NM] Tcl) ok 23606 - "DO NOTA\tcomment" ([RE/F/NM] Tcl) ok 23607 - "DO NOTA\tcomment" ([SB/F/NM] Tcl) ok 23608 - "DO NOTAnother /* comment" ([RE/F/NM] Tcl) ok 23609 - "DO NOTAnother /* comment" ([SB/F/NM] Tcl) ok 23610 - "\n" ([RE/F/NM] Tcl) ok 23611 - "\n" ([SB/F/NM] Tcl) ok 23612 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23613 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23614 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23615 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23616 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23617 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23618 - "DO N'T" ([RE/F/NM] Tcl) ok 23619 - "DO N'T" ([SB/F/NM] Tcl) ok 23620 - "DO N'TThis is a comment" ([RE/F/NM] Tcl) ok 23621 - "DO N'TThis is a comment" ([SB/F/NM] Tcl) ok 23622 - "DO N'TA\tcomment" ([RE/F/NM] Tcl) ok 23623 - "DO N'TA\tcomment" ([SB/F/NM] Tcl) ok 23624 - "DO N'TAnother /* comment" ([RE/F/NM] Tcl) ok 23625 - "DO N'TAnother /* comment" ([SB/F/NM] Tcl) ok 23626 - "\n" ([RE/F/NM] Tcl) ok 23627 - "\n" ([SB/F/NM] Tcl) ok 23628 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23629 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23630 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23631 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23632 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23633 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23634 - "DO NOT" ([RE/F/NM] Tcl) ok 23635 - "DO NOT" ([SB/F/NM] Tcl) ok 23636 - "DO NOTThis is a comment" ([RE/F/NM] Tcl) ok 23637 - "DO NOTThis is a comment" ([SB/F/NM] Tcl) ok 23638 - "DO NOTA\tcomment" ([RE/F/NM] Tcl) ok 23639 - "DO NOTA\tcomment" ([SB/F/NM] Tcl) ok 23640 - "DO NOTAnother /* comment" ([RE/F/NM] Tcl) ok 23641 - "DO NOTAnother /* comment" ([SB/F/NM] Tcl) ok 23642 - "\n" ([RE/F/NM] Tcl) ok 23643 - "\n" ([SB/F/NM] Tcl) ok 23644 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23645 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23646 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23647 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23648 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23649 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23650 - "PLEASE DO NOT" ([RE/F/NM] Tcl) ok 23651 - "PLEASE DO NOT" ([SB/F/NM] Tcl) ok 23652 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Tcl) ok 23653 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Tcl) ok 23654 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Tcl) ok 23655 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Tcl) ok 23656 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Tcl) ok 23657 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Tcl) ok 23658 - "\n" ([RE/F/NM] Tcl) ok 23659 - "\n" ([SB/F/NM] Tcl) ok 23660 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23661 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23662 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23663 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23664 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23665 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23666 - "PLEASE DO NOT" ([RE/F/NM] Tcl) ok 23667 - "PLEASE DO NOT" ([SB/F/NM] Tcl) ok 23668 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Tcl) ok 23669 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Tcl) ok 23670 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Tcl) ok 23671 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Tcl) ok 23672 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Tcl) ok 23673 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Tcl) ok 23674 - "\n" ([RE/F/NM] Tcl) ok 23675 - "\n" ([SB/F/NM] Tcl) ok 23676 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23677 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23678 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23679 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23680 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23681 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23682 - "PLEASE DO N'T" ([RE/F/NM] Tcl) ok 23683 - "PLEASE DO N'T" ([SB/F/NM] Tcl) ok 23684 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Tcl) ok 23685 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Tcl) ok 23686 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Tcl) ok 23687 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Tcl) ok 23688 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Tcl) ok 23689 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Tcl) ok 23690 - "\n" ([RE/F/NM] Tcl) ok 23691 - "\n" ([SB/F/NM] Tcl) ok 23692 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23693 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23694 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23695 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23696 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23697 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23698 - "NB." ([RE/F/NM] Tcl) ok 23699 - "NB." ([SB/F/NM] Tcl) ok 23700 - "NB.This is a comment" ([RE/F/NM] Tcl) ok 23701 - "NB.This is a comment" ([SB/F/NM] Tcl) ok 23702 - "NB.A\tcomment" ([RE/F/NM] Tcl) ok 23703 - "NB.A\tcomment" ([SB/F/NM] Tcl) ok 23704 - "NB.Another /* comment" ([RE/F/NM] Tcl) ok 23705 - "NB.Another /* comment" ([SB/F/NM] Tcl) ok 23706 - "\n" ([RE/F/NM] Tcl) ok 23707 - "\n" ([SB/F/NM] Tcl) ok 23708 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23709 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23710 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23711 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23712 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23713 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23714 - "{" ([RE/F/NM] Tcl) ok 23715 - "{" ([SB/F/NM] Tcl) ok 23716 - "{This is a comment" ([RE/F/NM] Tcl) ok 23717 - "{This is a comment" ([SB/F/NM] Tcl) ok 23718 - "{A\tcomment" ([RE/F/NM] Tcl) ok 23719 - "{A\tcomment" ([SB/F/NM] Tcl) ok 23720 - "{Another /* comment" ([RE/F/NM] Tcl) ok 23721 - "{Another /* comment" ([SB/F/NM] Tcl) ok 23722 - "}" ([RE/F/NM] Tcl) ok 23723 - "}" ([SB/F/NM] Tcl) ok 23724 - "This is a comment}" ([RE/F/NM] Tcl) ok 23725 - "This is a comment}" ([SB/F/NM] Tcl) ok 23726 - "A\tcomment}" ([RE/F/NM] Tcl) ok 23727 - "A\tcomment}" ([SB/F/NM] Tcl) ok 23728 - "Another /* comment}" ([RE/F/NM] Tcl) ok 23729 - "Another /* comment}" ([SB/F/NM] Tcl) ok 23730 - "." ([RE/F/NM] Tcl) ok 23731 - "." ([SB/F/NM] Tcl) ok 23732 - ".This is a comment" ([RE/F/NM] Tcl) ok 23733 - ".This is a comment" ([SB/F/NM] Tcl) ok 23734 - ".A\tcomment" ([RE/F/NM] Tcl) ok 23735 - ".A\tcomment" ([SB/F/NM] Tcl) ok 23736 - ".Another /* comment" ([RE/F/NM] Tcl) ok 23737 - ".Another /* comment" ([SB/F/NM] Tcl) ok 23738 - "\n" ([RE/F/NM] Tcl) ok 23739 - "\n" ([SB/F/NM] Tcl) ok 23740 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23741 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23742 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23743 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23744 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23745 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23746 - ";" ([RE/F/NM] Tcl) ok 23747 - ";" ([SB/F/NM] Tcl) ok 23748 - ";This is a comment" ([RE/F/NM] Tcl) ok 23749 - ";This is a comment" ([SB/F/NM] Tcl) ok 23750 - ";A\tcomment" ([RE/F/NM] Tcl) ok 23751 - ";A\tcomment" ([SB/F/NM] Tcl) ok 23752 - ";Another /* comment" ([RE/F/NM] Tcl) ok 23753 - ";Another /* comment" ([SB/F/NM] Tcl) ok 23754 - "\n" ([RE/F/NM] Tcl) ok 23755 - "\n" ([SB/F/NM] Tcl) ok 23756 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23757 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23758 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23759 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23760 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23761 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23762 - "`" ([RE/F/NM] Tcl) ok 23763 - "`" ([SB/F/NM] Tcl) ok 23764 - "`This is a comment" ([RE/F/NM] Tcl) ok 23765 - "`This is a comment" ([SB/F/NM] Tcl) ok 23766 - "`A\tcomment" ([RE/F/NM] Tcl) ok 23767 - "`A\tcomment" ([SB/F/NM] Tcl) ok 23768 - "`Another /* comment" ([RE/F/NM] Tcl) ok 23769 - "`Another /* comment" ([SB/F/NM] Tcl) ok 23770 - "\n" ([RE/F/NM] Tcl) ok 23771 - "\n" ([SB/F/NM] Tcl) ok 23772 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23773 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23774 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23775 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23776 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23777 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23778 - "--" ([RE/F/NM] Tcl) ok 23779 - "--" ([SB/F/NM] Tcl) ok 23780 - "--This is a comment" ([RE/F/NM] Tcl) ok 23781 - "--This is a comment" ([SB/F/NM] Tcl) ok 23782 - "--A\tcomment" ([RE/F/NM] Tcl) ok 23783 - "--A\tcomment" ([SB/F/NM] Tcl) ok 23784 - "--Another /* comment" ([RE/F/NM] Tcl) ok 23785 - "--Another /* comment" ([SB/F/NM] Tcl) ok 23786 - "\n" ([RE/F/NM] Tcl) ok 23787 - "\n" ([SB/F/NM] Tcl) ok 23788 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23789 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23790 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23791 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23792 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23793 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23794 - "---" ([RE/F/NM] Tcl) ok 23795 - "---" ([SB/F/NM] Tcl) ok 23796 - "---This is a comment" ([RE/F/NM] Tcl) ok 23797 - "---This is a comment" ([SB/F/NM] Tcl) ok 23798 - "---A\tcomment" ([RE/F/NM] Tcl) ok 23799 - "---A\tcomment" ([SB/F/NM] Tcl) ok 23800 - "---Another /* comment" ([RE/F/NM] Tcl) ok 23801 - "---Another /* comment" ([SB/F/NM] Tcl) ok 23802 - "\n" ([RE/F/NM] Tcl) ok 23803 - "\n" ([SB/F/NM] Tcl) ok 23804 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23805 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23806 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23807 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23808 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23809 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23810 - "-----" ([RE/F/NM] Tcl) ok 23811 - "-----" ([SB/F/NM] Tcl) ok 23812 - "-----This is a comment" ([RE/F/NM] Tcl) ok 23813 - "-----This is a comment" ([SB/F/NM] Tcl) ok 23814 - "-----A\tcomment" ([RE/F/NM] Tcl) ok 23815 - "-----A\tcomment" ([SB/F/NM] Tcl) ok 23816 - "-----Another /* comment" ([RE/F/NM] Tcl) ok 23817 - "-----Another /* comment" ([SB/F/NM] Tcl) ok 23818 - "\n" ([RE/F/NM] Tcl) ok 23819 - "\n" ([SB/F/NM] Tcl) ok 23820 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23821 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23822 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23823 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23824 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23825 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23826 - "\\"" ([RE/F/NM] Tcl) ok 23827 - "\\"" ([SB/F/NM] Tcl) ok 23828 - "\\"This is a comment" ([RE/F/NM] Tcl) ok 23829 - "\\"This is a comment" ([SB/F/NM] Tcl) ok 23830 - "\\"A\tcomment" ([RE/F/NM] Tcl) ok 23831 - "\\"A\tcomment" ([SB/F/NM] Tcl) ok 23832 - "\\"Another /* comment" ([RE/F/NM] Tcl) ok 23833 - "\\"Another /* comment" ([SB/F/NM] Tcl) ok 23834 - "\n" ([RE/F/NM] Tcl) ok 23835 - "\n" ([SB/F/NM] Tcl) ok 23836 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23837 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23838 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23839 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23840 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23841 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23842 - """ ([RE/F/NM] Tcl) ok 23843 - """ ([SB/F/NM] Tcl) ok 23844 - ""This is a comment" ([RE/F/NM] Tcl) ok 23845 - ""This is a comment" ([SB/F/NM] Tcl) ok 23846 - ""A\tcomment" ([RE/F/NM] Tcl) ok 23847 - ""A\tcomment" ([SB/F/NM] Tcl) ok 23848 - ""Another /* comment" ([RE/F/NM] Tcl) ok 23849 - ""Another /* comment" ([SB/F/NM] Tcl) ok 23850 - "\n" ([RE/F/NM] Tcl) ok 23851 - "\n" ([SB/F/NM] Tcl) ok 23852 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23853 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23854 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23855 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23856 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23857 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23858 - "'" ([RE/F/NM] Tcl) ok 23859 - "'" ([SB/F/NM] Tcl) ok 23860 - "'This is a comment" ([RE/F/NM] Tcl) ok 23861 - "'This is a comment" ([SB/F/NM] Tcl) ok 23862 - "'A\tcomment" ([RE/F/NM] Tcl) ok 23863 - "'A\tcomment" ([SB/F/NM] Tcl) ok 23864 - "'Another /* comment" ([RE/F/NM] Tcl) ok 23865 - "'Another /* comment" ([SB/F/NM] Tcl) ok 23866 - "\n" ([RE/F/NM] Tcl) ok 23867 - "\n" ([SB/F/NM] Tcl) ok 23868 - "This is a comment\n" ([RE/F/NM] Tcl) ok 23869 - "This is a comment\n" ([SB/F/NM] Tcl) ok 23870 - "A\tcomment\n" ([RE/F/NM] Tcl) ok 23871 - "A\tcomment\n" ([SB/F/NM] Tcl) ok 23872 - "Another /* comment\n" ([RE/F/NM] Tcl) ok 23873 - "Another /* comment\n" ([SB/F/NM] Tcl) ok 23874 - "/* This is a C comment */" ([RE/F/NM] Tcl) ok 23875 - "/* This is a C comment */" ([SB/F/NM] Tcl) ok 23876 - "(* This is a Pascal comment *)" ([RE/F/NM] Tcl) ok 23877 - "(* This is a Pascal comment *)" ([SB/F/NM] Tcl) ok 23878 - "" ([RE/F/NM] Tcl) ok 23879 - "" ([SB/F/NM] Tcl) ok 23880 - "#\n\n" ([RE/F/NM] Tcl) ok 23881 - "#\n\n" ([SB/F/NM] Tcl) ok 23882 - "#This is a comment\n\n" ([RE/F/NM] Tcl) ok 23883 - "#This is a comment\n\n" ([SB/F/NM] Tcl) ok 23884 - "#A\tcomment\n\n" ([RE/F/NM] Tcl) ok 23885 - "#A\tcomment\n\n" ([SB/F/NM] Tcl) ok 23886 - "#Another /* comment\n\n" ([RE/F/NM] Tcl) ok 23887 - "#Another /* comment\n\n" ([SB/F/NM] Tcl) ok 23888 - "#\n#\n" ([RE/F/NM] Tcl) ok 23889 - "#\n#\n" ([SB/F/NM] Tcl) ok 23890 - "#This is a comment\n#This is a comment\n" ([RE/F/NM] Tcl) ok 23891 - "#This is a comment\n#This is a comment\n" ([SB/F/NM] Tcl) ok 23892 - "#A\tcomment\n#A\tcomment\n" ([RE/F/NM] Tcl) ok 23893 - "#A\tcomment\n#A\tcomment\n" ([SB/F/NM] Tcl) ok 23894 - "#Another /* comment\n#Another /* comment\n" ([RE/F/NM] Tcl) ok 23895 - "#Another /* comment\n#Another /* comment\n" ([SB/F/NM] Tcl) ok 23896 - "#\nq" ([RE/F/NM] Tcl) ok 23897 - "#\nq" ([SB/F/NM] Tcl) ok 23898 - "#This is a comment\nrrh" ([RE/F/NM] Tcl) ok 23899 - "#This is a comment\nrrh" ([SB/F/NM] Tcl) ok 23900 - "#A\tcomment\n6" ([RE/F/NM] Tcl) ok 23901 - "#A\tcomment\n6" ([SB/F/NM] Tcl) ok 23902 - "#Another /* comment\nyhqg" ([RE/F/NM] Tcl) ok 23903 - "#Another /* comment\nyhqg" ([SB/F/NM] Tcl) ok 23904 - "z35#\n" ([RE/F/NM] Tcl) ok 23905 - "z35#\n" ([SB/F/NM] Tcl) ok 23906 - "e#This is a comment\n" ([RE/F/NM] Tcl) ok 23907 - "e#This is a comment\n" ([SB/F/NM] Tcl) ok 23908 - "d#A\tcomment\n" ([RE/F/NM] Tcl) ok 23909 - "d#A\tcomment\n" ([SB/F/NM] Tcl) ok 23910 - "zb#Another /* comment\n" ([RE/F/NM] Tcl) ok 23911 - "zb#Another /* comment\n" ([SB/F/NM] Tcl) ok 23912 - "\\\n" ([RE/F/NM] Tcl) ok 23913 - "\\\n" ([SB/F/NM] Tcl) ok 23914 - "\\This is a comment\n" ([RE/F/NM] Tcl) ok 23915 - "\\This is a comment\n" ([SB/F/NM] Tcl) ok 23916 - "\\A\tcomment\n" ([RE/F/NM] Tcl) ok 23917 - "\\A\tcomment\n" ([SB/F/NM] Tcl) ok 23918 - "\\Another /* comment\n" ([RE/F/NM] Tcl) ok 23919 - "\\Another /* comment\n" ([SB/F/NM] Tcl) ok 23920 - "//\n" ([RE/F/NM] Tcl) ok 23921 - "//\n" ([SB/F/NM] Tcl) ok 23922 - "//This is a comment\n" ([RE/F/NM] Tcl) ok 23923 - "//This is a comment\n" ([SB/F/NM] Tcl) ok 23924 - "//A\tcomment\n" ([RE/F/NM] Tcl) ok 23925 - "//A\tcomment\n" ([SB/F/NM] Tcl) ok 23926 - "//Another /* comment\n" ([RE/F/NM] Tcl) ok 23927 - "//Another /* comment\n" ([SB/F/NM] Tcl) ok 23928 - "--\n" ([RE/F/NM] Tcl) ok 23929 - "--\n" ([SB/F/NM] Tcl) ok 23930 - "--This is a comment\n" ([RE/F/NM] Tcl) ok 23931 - "--This is a comment\n" ([SB/F/NM] Tcl) ok 23932 - "--A\tcomment\n" ([RE/F/NM] Tcl) ok 23933 - "--A\tcomment\n" ([SB/F/NM] Tcl) ok 23934 - "--Another /* comment\n" ([RE/F/NM] Tcl) ok 23935 - "--Another /* comment\n" ([SB/F/NM] Tcl) ok 23936 - ";\n" ([RE/F/NM] Tcl) ok 23937 - ";\n" ([SB/F/NM] Tcl) ok 23938 - ";This is a comment\n" ([RE/F/NM] Tcl) ok 23939 - ";This is a comment\n" ([SB/F/NM] Tcl) ok 23940 - ";A\tcomment\n" ([RE/F/NM] Tcl) ok 23941 - ";A\tcomment\n" ([SB/F/NM] Tcl) ok 23942 - ";Another /* comment\n" ([RE/F/NM] Tcl) ok 23943 - ";Another /* comment\n" ([SB/F/NM] Tcl) ok 23944 - "*\n" ([RE/F/NM] Tcl) ok 23945 - "*\n" ([SB/F/NM] Tcl) ok 23946 - "*This is a comment\n" ([RE/F/NM] Tcl) ok 23947 - "*This is a comment\n" ([SB/F/NM] Tcl) ok 23948 - "*A\tcomment\n" ([RE/F/NM] Tcl) ok 23949 - "*A\tcomment\n" ([SB/F/NM] Tcl) ok 23950 - "*Another /* comment\n" ([RE/F/NM] Tcl) ok 23951 - "*Another /* comment\n" ([SB/F/NM] Tcl) ok 23952 - "!\n" ([RE/F/NM] Tcl) ok 23953 - "!\n" ([SB/F/NM] Tcl) ok 23954 - "!This is a comment\n" ([RE/F/NM] Tcl) ok 23955 - "!This is a comment\n" ([SB/F/NM] Tcl) ok 23956 - "!A\tcomment\n" ([RE/F/NM] Tcl) ok 23957 - "!A\tcomment\n" ([SB/F/NM] Tcl) ok 23958 - "!Another /* comment\n" ([RE/F/NM] Tcl) ok 23959 - "!Another /* comment\n" ([SB/F/NM] Tcl) ok 23960 - "REM\n" ([RE/F/NM] Tcl) ok 23961 - "REM\n" ([SB/F/NM] Tcl) ok 23962 - "REMThis is a comment\n" ([RE/F/NM] Tcl) ok 23963 - "REMThis is a comment\n" ([SB/F/NM] Tcl) ok 23964 - "REMA\tcomment\n" ([RE/F/NM] Tcl) ok 23965 - "REMA\tcomment\n" ([SB/F/NM] Tcl) ok 23966 - "REMAnother /* comment\n" ([RE/F/NM] Tcl) ok 23967 - "REMAnother /* comment\n" ([SB/F/NM] Tcl) ok 23968 - "//\n" ([RE/F/NM] Tcl) ok 23969 - "//\n" ([SB/F/NM] Tcl) ok 23970 - "//This is a comment\n" ([RE/F/NM] Tcl) ok 23971 - "//This is a comment\n" ([SB/F/NM] Tcl) ok 23972 - "//A\tcomment\n" ([RE/F/NM] Tcl) ok 23973 - "//A\tcomment\n" ([SB/F/NM] Tcl) ok 23974 - "//Another /* comment\n" ([RE/F/NM] Tcl) ok 23975 - "//Another /* comment\n" ([SB/F/NM] Tcl) ok 23976 - "%\n" ([RE/F/NM] Tcl) ok 23977 - "%\n" ([SB/F/NM] Tcl) ok 23978 - "%This is a comment\n" ([RE/F/NM] Tcl) ok 23979 - "%This is a comment\n" ([SB/F/NM] Tcl) ok 23980 - "%A\tcomment\n" ([RE/F/NM] Tcl) ok 23981 - "%A\tcomment\n" ([SB/F/NM] Tcl) ok 23982 - "%Another /* comment\n" ([RE/F/NM] Tcl) ok 23983 - "%Another /* comment\n" ([SB/F/NM] Tcl) ok 23984 - "!\n" ([RE/F/NM] Tcl) ok 23985 - "!\n" ([SB/F/NM] Tcl) ok 23986 - "!This is a comment\n" ([RE/F/NM] Tcl) ok 23987 - "!This is a comment\n" ([SB/F/NM] Tcl) ok 23988 - "!A\tcomment\n" ([RE/F/NM] Tcl) ok 23989 - "!A\tcomment\n" ([SB/F/NM] Tcl) ok 23990 - "!Another /* comment\n" ([RE/F/NM] Tcl) ok 23991 - "!Another /* comment\n" ([SB/F/NM] Tcl) ok 23992 - "NB\n" ([RE/F/NM] Tcl) ok 23993 - "NB\n" ([SB/F/NM] Tcl) ok 23994 - "NBThis is a comment\n" ([RE/F/NM] Tcl) ok 23995 - "NBThis is a comment\n" ([SB/F/NM] Tcl) ok 23996 - "NBA\tcomment\n" ([RE/F/NM] Tcl) ok 23997 - "NBA\tcomment\n" ([SB/F/NM] Tcl) ok 23998 - "NBAnother /* comment\n" ([RE/F/NM] Tcl) ok 23999 - "NBAnother /* comment\n" ([SB/F/NM] Tcl) ok 24000 - "PLEASE NOT\n" ([RE/F/NM] Tcl) ok 24001 - "PLEASE NOT\n" ([SB/F/NM] Tcl) ok 24002 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Tcl) ok 24003 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Tcl) ok 24004 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Tcl) ok 24005 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Tcl) ok 24006 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Tcl) ok 24007 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Tcl) ok 24008 - "PLEASE NOT\n" ([RE/F/NM] Tcl) ok 24009 - "PLEASE NOT\n" ([SB/F/NM] Tcl) ok 24010 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Tcl) ok 24011 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Tcl) ok 24012 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Tcl) ok 24013 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Tcl) ok 24014 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Tcl) ok 24015 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Tcl) ok 24016 - "PLEASE N'T\n" ([RE/F/NM] Tcl) ok 24017 - "PLEASE N'T\n" ([SB/F/NM] Tcl) ok 24018 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Tcl) ok 24019 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Tcl) ok 24020 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Tcl) ok 24021 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Tcl) ok 24022 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Tcl) ok 24023 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Tcl) ok 24024 - "DO NOT\n" ([RE/F/NM] Tcl) ok 24025 - "DO NOT\n" ([SB/F/NM] Tcl) ok 24026 - "DO NOTThis is a comment\n" ([RE/F/NM] Tcl) ok 24027 - "DO NOTThis is a comment\n" ([SB/F/NM] Tcl) ok 24028 - "DO NOTA\tcomment\n" ([RE/F/NM] Tcl) ok 24029 - "DO NOTA\tcomment\n" ([SB/F/NM] Tcl) ok 24030 - "DO NOTAnother /* comment\n" ([RE/F/NM] Tcl) ok 24031 - "DO NOTAnother /* comment\n" ([SB/F/NM] Tcl) ok 24032 - "DO N'T\n" ([RE/F/NM] Tcl) ok 24033 - "DO N'T\n" ([SB/F/NM] Tcl) ok 24034 - "DO N'TThis is a comment\n" ([RE/F/NM] Tcl) ok 24035 - "DO N'TThis is a comment\n" ([SB/F/NM] Tcl) ok 24036 - "DO N'TA\tcomment\n" ([RE/F/NM] Tcl) ok 24037 - "DO N'TA\tcomment\n" ([SB/F/NM] Tcl) ok 24038 - "DO N'TAnother /* comment\n" ([RE/F/NM] Tcl) ok 24039 - "DO N'TAnother /* comment\n" ([SB/F/NM] Tcl) ok 24040 - "DO NOT\n" ([RE/F/NM] Tcl) ok 24041 - "DO NOT\n" ([SB/F/NM] Tcl) ok 24042 - "DO NOTThis is a comment\n" ([RE/F/NM] Tcl) ok 24043 - "DO NOTThis is a comment\n" ([SB/F/NM] Tcl) ok 24044 - "DO NOTA\tcomment\n" ([RE/F/NM] Tcl) ok 24045 - "DO NOTA\tcomment\n" ([SB/F/NM] Tcl) ok 24046 - "DO NOTAnother /* comment\n" ([RE/F/NM] Tcl) ok 24047 - "DO NOTAnother /* comment\n" ([SB/F/NM] Tcl) ok 24048 - "PLEASE DO NOT\n" ([RE/F/NM] Tcl) ok 24049 - "PLEASE DO NOT\n" ([SB/F/NM] Tcl) ok 24050 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Tcl) ok 24051 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Tcl) ok 24052 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Tcl) ok 24053 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Tcl) ok 24054 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Tcl) ok 24055 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Tcl) ok 24056 - "PLEASE DO NOT\n" ([RE/F/NM] Tcl) ok 24057 - "PLEASE DO NOT\n" ([SB/F/NM] Tcl) ok 24058 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Tcl) ok 24059 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Tcl) ok 24060 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Tcl) ok 24061 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Tcl) ok 24062 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Tcl) ok 24063 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Tcl) ok 24064 - "PLEASE DO N'T\n" ([RE/F/NM] Tcl) ok 24065 - "PLEASE DO N'T\n" ([SB/F/NM] Tcl) ok 24066 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Tcl) ok 24067 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Tcl) ok 24068 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Tcl) ok 24069 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Tcl) ok 24070 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Tcl) ok 24071 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Tcl) ok 24072 - "NB.\n" ([RE/F/NM] Tcl) ok 24073 - "NB.\n" ([SB/F/NM] Tcl) ok 24074 - "NB.This is a comment\n" ([RE/F/NM] Tcl) ok 24075 - "NB.This is a comment\n" ([SB/F/NM] Tcl) ok 24076 - "NB.A\tcomment\n" ([RE/F/NM] Tcl) ok 24077 - "NB.A\tcomment\n" ([SB/F/NM] Tcl) ok 24078 - "NB.Another /* comment\n" ([RE/F/NM] Tcl) ok 24079 - "NB.Another /* comment\n" ([SB/F/NM] Tcl) ok 24080 - "{}" ([RE/F/NM] Tcl) ok 24081 - "{}" ([SB/F/NM] Tcl) ok 24082 - "{This is a comment}" ([RE/F/NM] Tcl) ok 24083 - "{This is a comment}" ([SB/F/NM] Tcl) ok 24084 - "{A\tcomment}" ([RE/F/NM] Tcl) ok 24085 - "{A\tcomment}" ([SB/F/NM] Tcl) ok 24086 - "{Another /* comment}" ([RE/F/NM] Tcl) ok 24087 - "{Another /* comment}" ([SB/F/NM] Tcl) ok 24088 - ".\n" ([RE/F/NM] Tcl) ok 24089 - ".\n" ([SB/F/NM] Tcl) ok 24090 - ".This is a comment\n" ([RE/F/NM] Tcl) ok 24091 - ".This is a comment\n" ([SB/F/NM] Tcl) ok 24092 - ".A\tcomment\n" ([RE/F/NM] Tcl) ok 24093 - ".A\tcomment\n" ([SB/F/NM] Tcl) ok 24094 - ".Another /* comment\n" ([RE/F/NM] Tcl) ok 24095 - ".Another /* comment\n" ([SB/F/NM] Tcl) ok 24096 - ";\n" ([RE/F/NM] Tcl) ok 24097 - ";\n" ([SB/F/NM] Tcl) ok 24098 - ";This is a comment\n" ([RE/F/NM] Tcl) ok 24099 - ";This is a comment\n" ([SB/F/NM] Tcl) ok 24100 - ";A\tcomment\n" ([RE/F/NM] Tcl) ok 24101 - ";A\tcomment\n" ([SB/F/NM] Tcl) ok 24102 - ";Another /* comment\n" ([RE/F/NM] Tcl) ok 24103 - ";Another /* comment\n" ([SB/F/NM] Tcl) ok 24104 - "`\n" ([RE/F/NM] Tcl) ok 24105 - "`\n" ([SB/F/NM] Tcl) ok 24106 - "`This is a comment\n" ([RE/F/NM] Tcl) ok 24107 - "`This is a comment\n" ([SB/F/NM] Tcl) ok 24108 - "`A\tcomment\n" ([RE/F/NM] Tcl) ok 24109 - "`A\tcomment\n" ([SB/F/NM] Tcl) ok 24110 - "`Another /* comment\n" ([RE/F/NM] Tcl) ok 24111 - "`Another /* comment\n" ([SB/F/NM] Tcl) ok 24112 - "--\n" ([RE/F/NM] Tcl) ok 24113 - "--\n" ([SB/F/NM] Tcl) ok 24114 - "--This is a comment\n" ([RE/F/NM] Tcl) ok 24115 - "--This is a comment\n" ([SB/F/NM] Tcl) ok 24116 - "--A\tcomment\n" ([RE/F/NM] Tcl) ok 24117 - "--A\tcomment\n" ([SB/F/NM] Tcl) ok 24118 - "--Another /* comment\n" ([RE/F/NM] Tcl) ok 24119 - "--Another /* comment\n" ([SB/F/NM] Tcl) ok 24120 - "---\n" ([RE/F/NM] Tcl) ok 24121 - "---\n" ([SB/F/NM] Tcl) ok 24122 - "---This is a comment\n" ([RE/F/NM] Tcl) ok 24123 - "---This is a comment\n" ([SB/F/NM] Tcl) ok 24124 - "---A\tcomment\n" ([RE/F/NM] Tcl) ok 24125 - "---A\tcomment\n" ([SB/F/NM] Tcl) ok 24126 - "---Another /* comment\n" ([RE/F/NM] Tcl) ok 24127 - "---Another /* comment\n" ([SB/F/NM] Tcl) ok 24128 - "-----\n" ([RE/F/NM] Tcl) ok 24129 - "-----\n" ([SB/F/NM] Tcl) ok 24130 - "-----This is a comment\n" ([RE/F/NM] Tcl) ok 24131 - "-----This is a comment\n" ([SB/F/NM] Tcl) ok 24132 - "-----A\tcomment\n" ([RE/F/NM] Tcl) ok 24133 - "-----A\tcomment\n" ([SB/F/NM] Tcl) ok 24134 - "-----Another /* comment\n" ([RE/F/NM] Tcl) ok 24135 - "-----Another /* comment\n" ([SB/F/NM] Tcl) ok 24136 - "\\"\n" ([RE/F/NM] Tcl) ok 24137 - "\\"\n" ([SB/F/NM] Tcl) ok 24138 - "\\"This is a comment\n" ([RE/F/NM] Tcl) ok 24139 - "\\"This is a comment\n" ([SB/F/NM] Tcl) ok 24140 - "\\"A\tcomment\n" ([RE/F/NM] Tcl) ok 24141 - "\\"A\tcomment\n" ([SB/F/NM] Tcl) ok 24142 - "\\"Another /* comment\n" ([RE/F/NM] Tcl) ok 24143 - "\\"Another /* comment\n" ([SB/F/NM] Tcl) ok 24144 - ""\n" ([RE/F/NM] Tcl) ok 24145 - ""\n" ([SB/F/NM] Tcl) ok 24146 - ""This is a comment\n" ([RE/F/NM] Tcl) ok 24147 - ""This is a comment\n" ([SB/F/NM] Tcl) ok 24148 - ""A\tcomment\n" ([RE/F/NM] Tcl) ok 24149 - ""A\tcomment\n" ([SB/F/NM] Tcl) ok 24150 - ""Another /* comment\n" ([RE/F/NM] Tcl) ok 24151 - ""Another /* comment\n" ([SB/F/NM] Tcl) ok 24152 - "'\n" ([RE/F/NM] Tcl) ok 24153 - "'\n" ([SB/F/NM] Tcl) ok 24154 - "'This is a comment\n" ([RE/F/NM] Tcl) ok 24155 - "'This is a comment\n" ([SB/F/NM] Tcl) ok 24156 - "'A\tcomment\n" ([RE/F/NM] Tcl) ok 24157 - "'A\tcomment\n" ([SB/F/NM] Tcl) ok 24158 - "'Another /* comment\n" ([RE/F/NM] Tcl) ok 24159 - "'Another /* comment\n" ([SB/F/NM] Tcl) ok 24160 - "*\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24161 - "*\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24162 - "*\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24163 - "*\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24164 - "*\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24165 - "*This is a comment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24166 - "*This is a comment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24167 - "*This is a comment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24168 - "*This is a comment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24169 - "*This is a comment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24170 - "*A\tcomment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24171 - "*A\tcomment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24172 - "*A\tcomment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24173 - "*A\tcomment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24174 - "*A\tcomment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24175 - "*Another /* comment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24176 - "*Another /* comment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24177 - "*Another /* comment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24178 - "*Another /* comment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24179 - "*Another /* comment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24180 - "!\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24181 - "!\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24182 - "!\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24183 - "!\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24184 - "!\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24185 - "!This is a comment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24186 - "!This is a comment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24187 - "!This is a comment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24188 - "!This is a comment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24189 - "!This is a comment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24190 - "!A\tcomment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24191 - "!A\tcomment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24192 - "!A\tcomment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24193 - "!A\tcomment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24194 - "!A\tcomment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24195 - "!Another /* comment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24196 - "!Another /* comment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24197 - "!Another /* comment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24198 - "!Another /* comment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24199 - "!Another /* comment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24200 - "REM\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24201 - "REM\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24202 - "REM\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24203 - "REM\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24204 - "REM\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24205 - "REMThis is a comment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24206 - "REMThis is a comment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24207 - "REMThis is a comment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24208 - "REMThis is a comment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24209 - "REMThis is a comment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24210 - "REMA\tcomment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24211 - "REMA\tcomment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24212 - "REMA\tcomment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24213 - "REMA\tcomment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24214 - "REMA\tcomment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24215 - "REMAnother /* comment\n" ([RE/P/MT] BASIC/mvEnterprise) ok 24216 - "REMAnother /* comment\n" ([OM/P/MT] BASIC/mvEnterprise) ok 24217 - "REMAnother /* comment\n" ([OS/P/MT] BASIC/mvEnterprise) ok 24218 - "REMAnother /* comment\n" ([SB/P/MT] BASIC/mvEnterprise) ok 24219 - "REMAnother /* comment\n" ([KP/P/MT] BASIC/mvEnterprise) ok 24220 - "\\" ([RE/F/NM] BASIC/mvEnterprise) ok 24221 - "\\" ([SB/F/NM] BASIC/mvEnterprise) ok 24222 - "\\This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24223 - "\\This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24224 - "\\A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24225 - "\\A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24226 - "\\Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24227 - "\\Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24228 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24229 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24230 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24231 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24232 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24233 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24234 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24235 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24236 - "#" ([RE/F/NM] BASIC/mvEnterprise) ok 24237 - "#" ([SB/F/NM] BASIC/mvEnterprise) ok 24238 - "#This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24239 - "#This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24240 - "#A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24241 - "#A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24242 - "#Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24243 - "#Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24244 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24245 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24246 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24247 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24248 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24249 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24250 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24251 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24252 - "//" ([RE/F/NM] BASIC/mvEnterprise) ok 24253 - "//" ([SB/F/NM] BASIC/mvEnterprise) ok 24254 - "//This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24255 - "//This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24256 - "//A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24257 - "//A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24258 - "//Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24259 - "//Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24260 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24261 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24262 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24263 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24264 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24265 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24266 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24267 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24268 - "--" ([RE/F/NM] BASIC/mvEnterprise) ok 24269 - "--" ([SB/F/NM] BASIC/mvEnterprise) ok 24270 - "--This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24271 - "--This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24272 - "--A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24273 - "--A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24274 - "--Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24275 - "--Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24276 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24277 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24278 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24279 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24280 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24281 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24282 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24283 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24284 - ";" ([RE/F/NM] BASIC/mvEnterprise) ok 24285 - ";" ([SB/F/NM] BASIC/mvEnterprise) ok 24286 - ";This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24287 - ";This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24288 - ";A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24289 - ";A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24290 - ";Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24291 - ";Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24292 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24293 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24294 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24295 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24296 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24297 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24298 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24299 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24300 - "#" ([RE/F/NM] BASIC/mvEnterprise) ok 24301 - "#" ([SB/F/NM] BASIC/mvEnterprise) ok 24302 - "#This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24303 - "#This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24304 - "#A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24305 - "#A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24306 - "#Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24307 - "#Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24308 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24309 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24310 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24311 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24312 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24313 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24314 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24315 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24316 - "*" ([RE/F/NM] BASIC/mvEnterprise) ok 24317 - "*" ([SB/F/NM] BASIC/mvEnterprise) ok 24318 - "*This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24319 - "*This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24320 - "*A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24321 - "*A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24322 - "*Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24323 - "*Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24324 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24325 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24326 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24327 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24328 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24329 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24330 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24331 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24332 - "!" ([RE/F/NM] BASIC/mvEnterprise) ok 24333 - "!" ([SB/F/NM] BASIC/mvEnterprise) ok 24334 - "!This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24335 - "!This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24336 - "!A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24337 - "!A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24338 - "!Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24339 - "!Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24340 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24341 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24342 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24343 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24344 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24345 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24346 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24347 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24348 - "REM" ([RE/F/NM] BASIC/mvEnterprise) ok 24349 - "REM" ([SB/F/NM] BASIC/mvEnterprise) ok 24350 - "REMThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24351 - "REMThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24352 - "REMA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24353 - "REMA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24354 - "REMAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24355 - "REMAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24356 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24357 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24358 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24359 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24360 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24361 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24362 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24363 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24364 - "//" ([RE/F/NM] BASIC/mvEnterprise) ok 24365 - "//" ([SB/F/NM] BASIC/mvEnterprise) ok 24366 - "//This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24367 - "//This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24368 - "//A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24369 - "//A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24370 - "//Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24371 - "//Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24372 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24373 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24374 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24375 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24376 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24377 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24378 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24379 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24380 - "%" ([RE/F/NM] BASIC/mvEnterprise) ok 24381 - "%" ([SB/F/NM] BASIC/mvEnterprise) ok 24382 - "%This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24383 - "%This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24384 - "%A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24385 - "%A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24386 - "%Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24387 - "%Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24388 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24389 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24390 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24391 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24392 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24393 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24394 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24395 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24396 - "!" ([RE/F/NM] BASIC/mvEnterprise) ok 24397 - "!" ([SB/F/NM] BASIC/mvEnterprise) ok 24398 - "!This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24399 - "!This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24400 - "!A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24401 - "!A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24402 - "!Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24403 - "!Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24404 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24405 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24406 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24407 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24408 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24409 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24410 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24411 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24412 - "NB" ([RE/F/NM] BASIC/mvEnterprise) ok 24413 - "NB" ([SB/F/NM] BASIC/mvEnterprise) ok 24414 - "NBThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24415 - "NBThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24416 - "NBA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24417 - "NBA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24418 - "NBAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24419 - "NBAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24420 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24421 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24422 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24423 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24424 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24425 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24426 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24427 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24428 - "PLEASE NOT" ([RE/F/NM] BASIC/mvEnterprise) ok 24429 - "PLEASE NOT" ([SB/F/NM] BASIC/mvEnterprise) ok 24430 - "PLEASE NOTThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24431 - "PLEASE NOTThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24432 - "PLEASE NOTA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24433 - "PLEASE NOTA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24434 - "PLEASE NOTAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24435 - "PLEASE NOTAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24436 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24437 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24438 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24439 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24440 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24441 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24442 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24443 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24444 - "PLEASE NOT" ([RE/F/NM] BASIC/mvEnterprise) ok 24445 - "PLEASE NOT" ([SB/F/NM] BASIC/mvEnterprise) ok 24446 - "PLEASE NOTThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24447 - "PLEASE NOTThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24448 - "PLEASE NOTA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24449 - "PLEASE NOTA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24450 - "PLEASE NOTAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24451 - "PLEASE NOTAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24452 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24453 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24454 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24455 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24456 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24457 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24458 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24459 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24460 - "PLEASE N'T" ([RE/F/NM] BASIC/mvEnterprise) ok 24461 - "PLEASE N'T" ([SB/F/NM] BASIC/mvEnterprise) ok 24462 - "PLEASE N'TThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24463 - "PLEASE N'TThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24464 - "PLEASE N'TA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24465 - "PLEASE N'TA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24466 - "PLEASE N'TAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24467 - "PLEASE N'TAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24468 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24469 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24470 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24471 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24472 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24473 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24474 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24475 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24476 - "DO NOT" ([RE/F/NM] BASIC/mvEnterprise) ok 24477 - "DO NOT" ([SB/F/NM] BASIC/mvEnterprise) ok 24478 - "DO NOTThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24479 - "DO NOTThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24480 - "DO NOTA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24481 - "DO NOTA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24482 - "DO NOTAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24483 - "DO NOTAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24484 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24485 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24486 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24487 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24488 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24489 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24490 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24491 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24492 - "DO N'T" ([RE/F/NM] BASIC/mvEnterprise) ok 24493 - "DO N'T" ([SB/F/NM] BASIC/mvEnterprise) ok 24494 - "DO N'TThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24495 - "DO N'TThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24496 - "DO N'TA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24497 - "DO N'TA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24498 - "DO N'TAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24499 - "DO N'TAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24500 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24501 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24502 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24503 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24504 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24505 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24506 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24507 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24508 - "DO NOT" ([RE/F/NM] BASIC/mvEnterprise) ok 24509 - "DO NOT" ([SB/F/NM] BASIC/mvEnterprise) ok 24510 - "DO NOTThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24511 - "DO NOTThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24512 - "DO NOTA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24513 - "DO NOTA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24514 - "DO NOTAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24515 - "DO NOTAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24516 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24517 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24518 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24519 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24520 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24521 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24522 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24523 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24524 - "PLEASE DO NOT" ([RE/F/NM] BASIC/mvEnterprise) ok 24525 - "PLEASE DO NOT" ([SB/F/NM] BASIC/mvEnterprise) ok 24526 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24527 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24528 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24529 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24530 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24531 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24532 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24533 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24534 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24535 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24536 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24537 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24538 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24539 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24540 - "PLEASE DO NOT" ([RE/F/NM] BASIC/mvEnterprise) ok 24541 - "PLEASE DO NOT" ([SB/F/NM] BASIC/mvEnterprise) ok 24542 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24543 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24544 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24545 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24546 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24547 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24548 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24549 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24550 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24551 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24552 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24553 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24554 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24555 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24556 - "PLEASE DO N'T" ([RE/F/NM] BASIC/mvEnterprise) ok 24557 - "PLEASE DO N'T" ([SB/F/NM] BASIC/mvEnterprise) ok 24558 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24559 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24560 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24561 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24562 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24563 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24564 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24565 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24566 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24567 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24568 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24569 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24570 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24571 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24572 - "NB." ([RE/F/NM] BASIC/mvEnterprise) ok 24573 - "NB." ([SB/F/NM] BASIC/mvEnterprise) ok 24574 - "NB.This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24575 - "NB.This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24576 - "NB.A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24577 - "NB.A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24578 - "NB.Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24579 - "NB.Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24580 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24581 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24582 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24583 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24584 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24585 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24586 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24587 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24588 - "{" ([RE/F/NM] BASIC/mvEnterprise) ok 24589 - "{" ([SB/F/NM] BASIC/mvEnterprise) ok 24590 - "{This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24591 - "{This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24592 - "{A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24593 - "{A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24594 - "{Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24595 - "{Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24596 - "}" ([RE/F/NM] BASIC/mvEnterprise) ok 24597 - "}" ([SB/F/NM] BASIC/mvEnterprise) ok 24598 - "This is a comment}" ([RE/F/NM] BASIC/mvEnterprise) ok 24599 - "This is a comment}" ([SB/F/NM] BASIC/mvEnterprise) ok 24600 - "A\tcomment}" ([RE/F/NM] BASIC/mvEnterprise) ok 24601 - "A\tcomment}" ([SB/F/NM] BASIC/mvEnterprise) ok 24602 - "Another /* comment}" ([RE/F/NM] BASIC/mvEnterprise) ok 24603 - "Another /* comment}" ([SB/F/NM] BASIC/mvEnterprise) ok 24604 - "." ([RE/F/NM] BASIC/mvEnterprise) ok 24605 - "." ([SB/F/NM] BASIC/mvEnterprise) ok 24606 - ".This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24607 - ".This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24608 - ".A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24609 - ".A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24610 - ".Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24611 - ".Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24612 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24613 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24614 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24615 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24616 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24617 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24618 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24619 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24620 - ";" ([RE/F/NM] BASIC/mvEnterprise) ok 24621 - ";" ([SB/F/NM] BASIC/mvEnterprise) ok 24622 - ";This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24623 - ";This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24624 - ";A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24625 - ";A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24626 - ";Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24627 - ";Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24628 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24629 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24630 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24631 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24632 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24633 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24634 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24635 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24636 - "`" ([RE/F/NM] BASIC/mvEnterprise) ok 24637 - "`" ([SB/F/NM] BASIC/mvEnterprise) ok 24638 - "`This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24639 - "`This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24640 - "`A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24641 - "`A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24642 - "`Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24643 - "`Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24644 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24645 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24646 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24647 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24648 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24649 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24650 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24651 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24652 - "--" ([RE/F/NM] BASIC/mvEnterprise) ok 24653 - "--" ([SB/F/NM] BASIC/mvEnterprise) ok 24654 - "--This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24655 - "--This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24656 - "--A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24657 - "--A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24658 - "--Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24659 - "--Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24660 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24661 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24662 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24663 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24664 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24665 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24666 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24667 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24668 - "---" ([RE/F/NM] BASIC/mvEnterprise) ok 24669 - "---" ([SB/F/NM] BASIC/mvEnterprise) ok 24670 - "---This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24671 - "---This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24672 - "---A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24673 - "---A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24674 - "---Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24675 - "---Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24676 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24677 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24678 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24679 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24680 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24681 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24682 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24683 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24684 - "-----" ([RE/F/NM] BASIC/mvEnterprise) ok 24685 - "-----" ([SB/F/NM] BASIC/mvEnterprise) ok 24686 - "-----This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24687 - "-----This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24688 - "-----A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24689 - "-----A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24690 - "-----Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24691 - "-----Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24692 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24693 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24694 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24695 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24696 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24697 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24698 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24699 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24700 - "\\"" ([RE/F/NM] BASIC/mvEnterprise) ok 24701 - "\\"" ([SB/F/NM] BASIC/mvEnterprise) ok 24702 - "\\"This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24703 - "\\"This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24704 - "\\"A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24705 - "\\"A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24706 - "\\"Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24707 - "\\"Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24708 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24709 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24710 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24711 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24712 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24713 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24714 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24715 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24716 - """ ([RE/F/NM] BASIC/mvEnterprise) ok 24717 - """ ([SB/F/NM] BASIC/mvEnterprise) ok 24718 - ""This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24719 - ""This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24720 - ""A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24721 - ""A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24722 - ""Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24723 - ""Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24724 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24725 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24726 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24727 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24728 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24729 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24730 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24731 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24732 - "'" ([RE/F/NM] BASIC/mvEnterprise) ok 24733 - "'" ([SB/F/NM] BASIC/mvEnterprise) ok 24734 - "'This is a comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24735 - "'This is a comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24736 - "'A\tcomment" ([RE/F/NM] BASIC/mvEnterprise) ok 24737 - "'A\tcomment" ([SB/F/NM] BASIC/mvEnterprise) ok 24738 - "'Another /* comment" ([RE/F/NM] BASIC/mvEnterprise) ok 24739 - "'Another /* comment" ([SB/F/NM] BASIC/mvEnterprise) ok 24740 - "\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24741 - "\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24742 - "This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24743 - "This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24744 - "A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24745 - "A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24746 - "Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24747 - "Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24748 - "/* This is a C comment */" ([RE/F/NM] BASIC/mvEnterprise) ok 24749 - "/* This is a C comment */" ([SB/F/NM] BASIC/mvEnterprise) ok 24750 - "(* This is a Pascal comment *)" ([RE/F/NM] BASIC/mvEnterprise) ok 24751 - "(* This is a Pascal comment *)" ([SB/F/NM] BASIC/mvEnterprise) ok 24752 - "" ([RE/F/NM] BASIC/mvEnterprise) ok 24753 - "" ([SB/F/NM] BASIC/mvEnterprise) ok 24754 - "*\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24755 - "*\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24756 - "*This is a comment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24757 - "*This is a comment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24758 - "*A\tcomment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24759 - "*A\tcomment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24760 - "*Another /* comment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24761 - "*Another /* comment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24762 - "*\n*\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24763 - "*\n*\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24764 - "*This is a comment\n*This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24765 - "*This is a comment\n*This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24766 - "*A\tcomment\n*A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24767 - "*A\tcomment\n*A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24768 - "*Another /* comment\n*Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24769 - "*Another /* comment\n*Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24770 - "*\n3auk" ([RE/F/NM] BASIC/mvEnterprise) ok 24771 - "*\n3auk" ([SB/F/NM] BASIC/mvEnterprise) ok 24772 - "*This is a comment\nopss" ([RE/F/NM] BASIC/mvEnterprise) ok 24773 - "*This is a comment\nopss" ([SB/F/NM] BASIC/mvEnterprise) ok 24774 - "*A\tcomment\no" ([RE/F/NM] BASIC/mvEnterprise) ok 24775 - "*A\tcomment\no" ([SB/F/NM] BASIC/mvEnterprise) ok 24776 - "*Another /* comment\n9" ([RE/F/NM] BASIC/mvEnterprise) ok 24777 - "*Another /* comment\n9" ([SB/F/NM] BASIC/mvEnterprise) ok 24778 - "ck1*\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24779 - "ck1*\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24780 - "4vq*This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24781 - "4vq*This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24782 - "fzdk*A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24783 - "fzdk*A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24784 - "ospc*Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24785 - "ospc*Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24786 - "!\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24787 - "!\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24788 - "!This is a comment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24789 - "!This is a comment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24790 - "!A\tcomment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24791 - "!A\tcomment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24792 - "!Another /* comment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24793 - "!Another /* comment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24794 - "!\n!\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24795 - "!\n!\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24796 - "!This is a comment\n!This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24797 - "!This is a comment\n!This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24798 - "!A\tcomment\n!A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24799 - "!A\tcomment\n!A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24800 - "!Another /* comment\n!Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24801 - "!Another /* comment\n!Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24802 - "!\n9sd" ([RE/F/NM] BASIC/mvEnterprise) ok 24803 - "!\n9sd" ([SB/F/NM] BASIC/mvEnterprise) ok 24804 - "!This is a comment\nd" ([RE/F/NM] BASIC/mvEnterprise) ok 24805 - "!This is a comment\nd" ([SB/F/NM] BASIC/mvEnterprise) ok 24806 - "!A\tcomment\njk" ([RE/F/NM] BASIC/mvEnterprise) ok 24807 - "!A\tcomment\njk" ([SB/F/NM] BASIC/mvEnterprise) ok 24808 - "!Another /* comment\n7" ([RE/F/NM] BASIC/mvEnterprise) ok 24809 - "!Another /* comment\n7" ([SB/F/NM] BASIC/mvEnterprise) ok 24810 - "u!\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24811 - "u!\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24812 - "m!This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24813 - "m!This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24814 - "16s8!A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24815 - "16s8!A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24816 - "pi!Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24817 - "pi!Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24818 - "REM\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24819 - "REM\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24820 - "REMThis is a comment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24821 - "REMThis is a comment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24822 - "REMA\tcomment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24823 - "REMA\tcomment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24824 - "REMAnother /* comment\n\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24825 - "REMAnother /* comment\n\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24826 - "REM\nREM\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24827 - "REM\nREM\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24828 - "REMThis is a comment\nREMThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24829 - "REMThis is a comment\nREMThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24830 - "REMA\tcomment\nREMA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24831 - "REMA\tcomment\nREMA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24832 - "REMAnother /* comment\nREMAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24833 - "REMAnother /* comment\nREMAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24834 - "REM\nxk" ([RE/F/NM] BASIC/mvEnterprise) ok 24835 - "REM\nxk" ([SB/F/NM] BASIC/mvEnterprise) ok 24836 - "REMThis is a comment\ndks" ([RE/F/NM] BASIC/mvEnterprise) ok 24837 - "REMThis is a comment\ndks" ([SB/F/NM] BASIC/mvEnterprise) ok 24838 - "REMA\tcomment\nf" ([RE/F/NM] BASIC/mvEnterprise) ok 24839 - "REMA\tcomment\nf" ([SB/F/NM] BASIC/mvEnterprise) ok 24840 - "REMAnother /* comment\nn" ([RE/F/NM] BASIC/mvEnterprise) ok 24841 - "REMAnother /* comment\nn" ([SB/F/NM] BASIC/mvEnterprise) ok 24842 - "5e4REM\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24843 - "5e4REM\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24844 - "rho4REMThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24845 - "rho4REMThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24846 - "ss2REMA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24847 - "ss2REMA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24848 - "yghiREMAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24849 - "yghiREMAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24850 - "\\\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24851 - "\\\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24852 - "\\This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24853 - "\\This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24854 - "\\A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24855 - "\\A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24856 - "\\Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24857 - "\\Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24858 - "#\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24859 - "#\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24860 - "#This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24861 - "#This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24862 - "#A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24863 - "#A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24864 - "#Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24865 - "#Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24866 - "//\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24867 - "//\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24868 - "//This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24869 - "//This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24870 - "//A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24871 - "//A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24872 - "//Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24873 - "//Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24874 - "--\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24875 - "--\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24876 - "--This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24877 - "--This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24878 - "--A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24879 - "--A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24880 - "--Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24881 - "--Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24882 - ";\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24883 - ";\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24884 - ";This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24885 - ";This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24886 - ";A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24887 - ";A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24888 - ";Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24889 - ";Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24890 - "#\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24891 - "#\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24892 - "#This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24893 - "#This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24894 - "#A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24895 - "#A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24896 - "#Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24897 - "#Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24898 - "//\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24899 - "//\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24900 - "//This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24901 - "//This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24902 - "//A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24903 - "//A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24904 - "//Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24905 - "//Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24906 - "%\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24907 - "%\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24908 - "%This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24909 - "%This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24910 - "%A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24911 - "%A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24912 - "%Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24913 - "%Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24914 - "NB\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24915 - "NB\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24916 - "NBThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24917 - "NBThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24918 - "NBA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24919 - "NBA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24920 - "NBAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24921 - "NBAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24922 - "PLEASE NOT\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24923 - "PLEASE NOT\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24924 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24925 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24926 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24927 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24928 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24929 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24930 - "PLEASE NOT\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24931 - "PLEASE NOT\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24932 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24933 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24934 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24935 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24936 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24937 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24938 - "PLEASE N'T\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24939 - "PLEASE N'T\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24940 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24941 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24942 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24943 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24944 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24945 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24946 - "DO NOT\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24947 - "DO NOT\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24948 - "DO NOTThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24949 - "DO NOTThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24950 - "DO NOTA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24951 - "DO NOTA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24952 - "DO NOTAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24953 - "DO NOTAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24954 - "DO N'T\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24955 - "DO N'T\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24956 - "DO N'TThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24957 - "DO N'TThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24958 - "DO N'TA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24959 - "DO N'TA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24960 - "DO N'TAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24961 - "DO N'TAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24962 - "DO NOT\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24963 - "DO NOT\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24964 - "DO NOTThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24965 - "DO NOTThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24966 - "DO NOTA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24967 - "DO NOTA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24968 - "DO NOTAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24969 - "DO NOTAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24970 - "PLEASE DO NOT\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24971 - "PLEASE DO NOT\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24972 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24973 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24974 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24975 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24976 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24977 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24978 - "PLEASE DO NOT\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24979 - "PLEASE DO NOT\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24980 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24981 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24982 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24983 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24984 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24985 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24986 - "PLEASE DO N'T\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24987 - "PLEASE DO N'T\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24988 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24989 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24990 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24991 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24992 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24993 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24994 - "NB.\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24995 - "NB.\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24996 - "NB.This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24997 - "NB.This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 24998 - "NB.A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 24999 - "NB.A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25000 - "NB.Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25001 - "NB.Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25002 - "{}" ([RE/F/NM] BASIC/mvEnterprise) ok 25003 - "{}" ([SB/F/NM] BASIC/mvEnterprise) ok 25004 - "{This is a comment}" ([RE/F/NM] BASIC/mvEnterprise) ok 25005 - "{This is a comment}" ([SB/F/NM] BASIC/mvEnterprise) ok 25006 - "{A\tcomment}" ([RE/F/NM] BASIC/mvEnterprise) ok 25007 - "{A\tcomment}" ([SB/F/NM] BASIC/mvEnterprise) ok 25008 - "{Another /* comment}" ([RE/F/NM] BASIC/mvEnterprise) ok 25009 - "{Another /* comment}" ([SB/F/NM] BASIC/mvEnterprise) ok 25010 - ".\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25011 - ".\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25012 - ".This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25013 - ".This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25014 - ".A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25015 - ".A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25016 - ".Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25017 - ".Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25018 - ";\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25019 - ";\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25020 - ";This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25021 - ";This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25022 - ";A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25023 - ";A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25024 - ";Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25025 - ";Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25026 - "`\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25027 - "`\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25028 - "`This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25029 - "`This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25030 - "`A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25031 - "`A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25032 - "`Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25033 - "`Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25034 - "--\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25035 - "--\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25036 - "--This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25037 - "--This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25038 - "--A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25039 - "--A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25040 - "--Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25041 - "--Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25042 - "---\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25043 - "---\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25044 - "---This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25045 - "---This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25046 - "---A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25047 - "---A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25048 - "---Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25049 - "---Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25050 - "-----\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25051 - "-----\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25052 - "-----This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25053 - "-----This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25054 - "-----A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25055 - "-----A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25056 - "-----Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25057 - "-----Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25058 - "\\"\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25059 - "\\"\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25060 - "\\"This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25061 - "\\"This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25062 - "\\"A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25063 - "\\"A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25064 - "\\"Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25065 - "\\"Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25066 - ""\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25067 - ""\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25068 - ""This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25069 - ""This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25070 - ""A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25071 - ""A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25072 - ""Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25073 - ""Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25074 - "'\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25075 - "'\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25076 - "'This is a comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25077 - "'This is a comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25078 - "'A\tcomment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25079 - "'A\tcomment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25080 - "'Another /* comment\n" ([RE/F/NM] BASIC/mvEnterprise) ok 25081 - "'Another /* comment\n" ([SB/F/NM] BASIC/mvEnterprise) ok 25082 - "//\n" ([RE/P/MT] beta-Juliet) ok 25083 - "//\n" ([OM/P/MT] beta-Juliet) ok 25084 - "//\n" ([OS/P/MT] beta-Juliet) ok 25085 - "//\n" ([SB/P/MT] beta-Juliet) ok 25086 - "//\n" ([KP/P/MT] beta-Juliet) ok 25087 - "//This is a comment\n" ([RE/P/MT] beta-Juliet) ok 25088 - "//This is a comment\n" ([OM/P/MT] beta-Juliet) ok 25089 - "//This is a comment\n" ([OS/P/MT] beta-Juliet) ok 25090 - "//This is a comment\n" ([SB/P/MT] beta-Juliet) ok 25091 - "//This is a comment\n" ([KP/P/MT] beta-Juliet) ok 25092 - "//A\tcomment\n" ([RE/P/MT] beta-Juliet) ok 25093 - "//A\tcomment\n" ([OM/P/MT] beta-Juliet) ok 25094 - "//A\tcomment\n" ([OS/P/MT] beta-Juliet) ok 25095 - "//A\tcomment\n" ([SB/P/MT] beta-Juliet) ok 25096 - "//A\tcomment\n" ([KP/P/MT] beta-Juliet) ok 25097 - "//Another /* comment\n" ([RE/P/MT] beta-Juliet) ok 25098 - "//Another /* comment\n" ([OM/P/MT] beta-Juliet) ok 25099 - "//Another /* comment\n" ([OS/P/MT] beta-Juliet) ok 25100 - "//Another /* comment\n" ([SB/P/MT] beta-Juliet) ok 25101 - "//Another /* comment\n" ([KP/P/MT] beta-Juliet) ok 25102 - "\\" ([RE/F/NM] beta-Juliet) ok 25103 - "\\" ([SB/F/NM] beta-Juliet) ok 25104 - "\\This is a comment" ([RE/F/NM] beta-Juliet) ok 25105 - "\\This is a comment" ([SB/F/NM] beta-Juliet) ok 25106 - "\\A\tcomment" ([RE/F/NM] beta-Juliet) ok 25107 - "\\A\tcomment" ([SB/F/NM] beta-Juliet) ok 25108 - "\\Another /* comment" ([RE/F/NM] beta-Juliet) ok 25109 - "\\Another /* comment" ([SB/F/NM] beta-Juliet) ok 25110 - "\n" ([RE/F/NM] beta-Juliet) ok 25111 - "\n" ([SB/F/NM] beta-Juliet) ok 25112 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25113 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25114 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25115 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25116 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25117 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25118 - "#" ([RE/F/NM] beta-Juliet) ok 25119 - "#" ([SB/F/NM] beta-Juliet) ok 25120 - "#This is a comment" ([RE/F/NM] beta-Juliet) ok 25121 - "#This is a comment" ([SB/F/NM] beta-Juliet) ok 25122 - "#A\tcomment" ([RE/F/NM] beta-Juliet) ok 25123 - "#A\tcomment" ([SB/F/NM] beta-Juliet) ok 25124 - "#Another /* comment" ([RE/F/NM] beta-Juliet) ok 25125 - "#Another /* comment" ([SB/F/NM] beta-Juliet) ok 25126 - "\n" ([RE/F/NM] beta-Juliet) ok 25127 - "\n" ([SB/F/NM] beta-Juliet) ok 25128 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25129 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25130 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25131 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25132 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25133 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25134 - "//" ([RE/F/NM] beta-Juliet) ok 25135 - "//" ([SB/F/NM] beta-Juliet) ok 25136 - "//This is a comment" ([RE/F/NM] beta-Juliet) ok 25137 - "//This is a comment" ([SB/F/NM] beta-Juliet) ok 25138 - "//A\tcomment" ([RE/F/NM] beta-Juliet) ok 25139 - "//A\tcomment" ([SB/F/NM] beta-Juliet) ok 25140 - "//Another /* comment" ([RE/F/NM] beta-Juliet) ok 25141 - "//Another /* comment" ([SB/F/NM] beta-Juliet) ok 25142 - "\n" ([RE/F/NM] beta-Juliet) ok 25143 - "\n" ([SB/F/NM] beta-Juliet) ok 25144 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25145 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25146 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25147 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25148 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25149 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25150 - "--" ([RE/F/NM] beta-Juliet) ok 25151 - "--" ([SB/F/NM] beta-Juliet) ok 25152 - "--This is a comment" ([RE/F/NM] beta-Juliet) ok 25153 - "--This is a comment" ([SB/F/NM] beta-Juliet) ok 25154 - "--A\tcomment" ([RE/F/NM] beta-Juliet) ok 25155 - "--A\tcomment" ([SB/F/NM] beta-Juliet) ok 25156 - "--Another /* comment" ([RE/F/NM] beta-Juliet) ok 25157 - "--Another /* comment" ([SB/F/NM] beta-Juliet) ok 25158 - "\n" ([RE/F/NM] beta-Juliet) ok 25159 - "\n" ([SB/F/NM] beta-Juliet) ok 25160 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25161 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25162 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25163 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25164 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25165 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25166 - ";" ([RE/F/NM] beta-Juliet) ok 25167 - ";" ([SB/F/NM] beta-Juliet) ok 25168 - ";This is a comment" ([RE/F/NM] beta-Juliet) ok 25169 - ";This is a comment" ([SB/F/NM] beta-Juliet) ok 25170 - ";A\tcomment" ([RE/F/NM] beta-Juliet) ok 25171 - ";A\tcomment" ([SB/F/NM] beta-Juliet) ok 25172 - ";Another /* comment" ([RE/F/NM] beta-Juliet) ok 25173 - ";Another /* comment" ([SB/F/NM] beta-Juliet) ok 25174 - "\n" ([RE/F/NM] beta-Juliet) ok 25175 - "\n" ([SB/F/NM] beta-Juliet) ok 25176 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25177 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25178 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25179 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25180 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25181 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25182 - "#" ([RE/F/NM] beta-Juliet) ok 25183 - "#" ([SB/F/NM] beta-Juliet) ok 25184 - "#This is a comment" ([RE/F/NM] beta-Juliet) ok 25185 - "#This is a comment" ([SB/F/NM] beta-Juliet) ok 25186 - "#A\tcomment" ([RE/F/NM] beta-Juliet) ok 25187 - "#A\tcomment" ([SB/F/NM] beta-Juliet) ok 25188 - "#Another /* comment" ([RE/F/NM] beta-Juliet) ok 25189 - "#Another /* comment" ([SB/F/NM] beta-Juliet) ok 25190 - "\n" ([RE/F/NM] beta-Juliet) ok 25191 - "\n" ([SB/F/NM] beta-Juliet) ok 25192 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25193 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25194 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25195 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25196 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25197 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25198 - "*" ([RE/F/NM] beta-Juliet) ok 25199 - "*" ([SB/F/NM] beta-Juliet) ok 25200 - "*This is a comment" ([RE/F/NM] beta-Juliet) ok 25201 - "*This is a comment" ([SB/F/NM] beta-Juliet) ok 25202 - "*A\tcomment" ([RE/F/NM] beta-Juliet) ok 25203 - "*A\tcomment" ([SB/F/NM] beta-Juliet) ok 25204 - "*Another /* comment" ([RE/F/NM] beta-Juliet) ok 25205 - "*Another /* comment" ([SB/F/NM] beta-Juliet) ok 25206 - "\n" ([RE/F/NM] beta-Juliet) ok 25207 - "\n" ([SB/F/NM] beta-Juliet) ok 25208 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25209 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25210 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25211 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25212 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25213 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25214 - "!" ([RE/F/NM] beta-Juliet) ok 25215 - "!" ([SB/F/NM] beta-Juliet) ok 25216 - "!This is a comment" ([RE/F/NM] beta-Juliet) ok 25217 - "!This is a comment" ([SB/F/NM] beta-Juliet) ok 25218 - "!A\tcomment" ([RE/F/NM] beta-Juliet) ok 25219 - "!A\tcomment" ([SB/F/NM] beta-Juliet) ok 25220 - "!Another /* comment" ([RE/F/NM] beta-Juliet) ok 25221 - "!Another /* comment" ([SB/F/NM] beta-Juliet) ok 25222 - "\n" ([RE/F/NM] beta-Juliet) ok 25223 - "\n" ([SB/F/NM] beta-Juliet) ok 25224 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25225 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25226 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25227 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25228 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25229 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25230 - "REM" ([RE/F/NM] beta-Juliet) ok 25231 - "REM" ([SB/F/NM] beta-Juliet) ok 25232 - "REMThis is a comment" ([RE/F/NM] beta-Juliet) ok 25233 - "REMThis is a comment" ([SB/F/NM] beta-Juliet) ok 25234 - "REMA\tcomment" ([RE/F/NM] beta-Juliet) ok 25235 - "REMA\tcomment" ([SB/F/NM] beta-Juliet) ok 25236 - "REMAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25237 - "REMAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25238 - "\n" ([RE/F/NM] beta-Juliet) ok 25239 - "\n" ([SB/F/NM] beta-Juliet) ok 25240 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25241 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25242 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25243 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25244 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25245 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25246 - "//" ([RE/F/NM] beta-Juliet) ok 25247 - "//" ([SB/F/NM] beta-Juliet) ok 25248 - "//This is a comment" ([RE/F/NM] beta-Juliet) ok 25249 - "//This is a comment" ([SB/F/NM] beta-Juliet) ok 25250 - "//A\tcomment" ([RE/F/NM] beta-Juliet) ok 25251 - "//A\tcomment" ([SB/F/NM] beta-Juliet) ok 25252 - "//Another /* comment" ([RE/F/NM] beta-Juliet) ok 25253 - "//Another /* comment" ([SB/F/NM] beta-Juliet) ok 25254 - "\n" ([RE/F/NM] beta-Juliet) ok 25255 - "\n" ([SB/F/NM] beta-Juliet) ok 25256 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25257 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25258 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25259 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25260 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25261 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25262 - "%" ([RE/F/NM] beta-Juliet) ok 25263 - "%" ([SB/F/NM] beta-Juliet) ok 25264 - "%This is a comment" ([RE/F/NM] beta-Juliet) ok 25265 - "%This is a comment" ([SB/F/NM] beta-Juliet) ok 25266 - "%A\tcomment" ([RE/F/NM] beta-Juliet) ok 25267 - "%A\tcomment" ([SB/F/NM] beta-Juliet) ok 25268 - "%Another /* comment" ([RE/F/NM] beta-Juliet) ok 25269 - "%Another /* comment" ([SB/F/NM] beta-Juliet) ok 25270 - "\n" ([RE/F/NM] beta-Juliet) ok 25271 - "\n" ([SB/F/NM] beta-Juliet) ok 25272 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25273 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25274 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25275 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25276 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25277 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25278 - "!" ([RE/F/NM] beta-Juliet) ok 25279 - "!" ([SB/F/NM] beta-Juliet) ok 25280 - "!This is a comment" ([RE/F/NM] beta-Juliet) ok 25281 - "!This is a comment" ([SB/F/NM] beta-Juliet) ok 25282 - "!A\tcomment" ([RE/F/NM] beta-Juliet) ok 25283 - "!A\tcomment" ([SB/F/NM] beta-Juliet) ok 25284 - "!Another /* comment" ([RE/F/NM] beta-Juliet) ok 25285 - "!Another /* comment" ([SB/F/NM] beta-Juliet) ok 25286 - "\n" ([RE/F/NM] beta-Juliet) ok 25287 - "\n" ([SB/F/NM] beta-Juliet) ok 25288 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25289 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25290 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25291 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25292 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25293 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25294 - "NB" ([RE/F/NM] beta-Juliet) ok 25295 - "NB" ([SB/F/NM] beta-Juliet) ok 25296 - "NBThis is a comment" ([RE/F/NM] beta-Juliet) ok 25297 - "NBThis is a comment" ([SB/F/NM] beta-Juliet) ok 25298 - "NBA\tcomment" ([RE/F/NM] beta-Juliet) ok 25299 - "NBA\tcomment" ([SB/F/NM] beta-Juliet) ok 25300 - "NBAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25301 - "NBAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25302 - "\n" ([RE/F/NM] beta-Juliet) ok 25303 - "\n" ([SB/F/NM] beta-Juliet) ok 25304 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25305 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25306 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25307 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25308 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25309 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25310 - "PLEASE NOT" ([RE/F/NM] beta-Juliet) ok 25311 - "PLEASE NOT" ([SB/F/NM] beta-Juliet) ok 25312 - "PLEASE NOTThis is a comment" ([RE/F/NM] beta-Juliet) ok 25313 - "PLEASE NOTThis is a comment" ([SB/F/NM] beta-Juliet) ok 25314 - "PLEASE NOTA\tcomment" ([RE/F/NM] beta-Juliet) ok 25315 - "PLEASE NOTA\tcomment" ([SB/F/NM] beta-Juliet) ok 25316 - "PLEASE NOTAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25317 - "PLEASE NOTAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25318 - "\n" ([RE/F/NM] beta-Juliet) ok 25319 - "\n" ([SB/F/NM] beta-Juliet) ok 25320 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25321 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25322 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25323 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25324 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25325 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25326 - "PLEASE NOT" ([RE/F/NM] beta-Juliet) ok 25327 - "PLEASE NOT" ([SB/F/NM] beta-Juliet) ok 25328 - "PLEASE NOTThis is a comment" ([RE/F/NM] beta-Juliet) ok 25329 - "PLEASE NOTThis is a comment" ([SB/F/NM] beta-Juliet) ok 25330 - "PLEASE NOTA\tcomment" ([RE/F/NM] beta-Juliet) ok 25331 - "PLEASE NOTA\tcomment" ([SB/F/NM] beta-Juliet) ok 25332 - "PLEASE NOTAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25333 - "PLEASE NOTAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25334 - "\n" ([RE/F/NM] beta-Juliet) ok 25335 - "\n" ([SB/F/NM] beta-Juliet) ok 25336 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25337 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25338 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25339 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25340 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25341 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25342 - "PLEASE N'T" ([RE/F/NM] beta-Juliet) ok 25343 - "PLEASE N'T" ([SB/F/NM] beta-Juliet) ok 25344 - "PLEASE N'TThis is a comment" ([RE/F/NM] beta-Juliet) ok 25345 - "PLEASE N'TThis is a comment" ([SB/F/NM] beta-Juliet) ok 25346 - "PLEASE N'TA\tcomment" ([RE/F/NM] beta-Juliet) ok 25347 - "PLEASE N'TA\tcomment" ([SB/F/NM] beta-Juliet) ok 25348 - "PLEASE N'TAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25349 - "PLEASE N'TAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25350 - "\n" ([RE/F/NM] beta-Juliet) ok 25351 - "\n" ([SB/F/NM] beta-Juliet) ok 25352 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25353 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25354 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25355 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25356 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25357 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25358 - "DO NOT" ([RE/F/NM] beta-Juliet) ok 25359 - "DO NOT" ([SB/F/NM] beta-Juliet) ok 25360 - "DO NOTThis is a comment" ([RE/F/NM] beta-Juliet) ok 25361 - "DO NOTThis is a comment" ([SB/F/NM] beta-Juliet) ok 25362 - "DO NOTA\tcomment" ([RE/F/NM] beta-Juliet) ok 25363 - "DO NOTA\tcomment" ([SB/F/NM] beta-Juliet) ok 25364 - "DO NOTAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25365 - "DO NOTAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25366 - "\n" ([RE/F/NM] beta-Juliet) ok 25367 - "\n" ([SB/F/NM] beta-Juliet) ok 25368 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25369 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25370 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25371 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25372 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25373 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25374 - "DO N'T" ([RE/F/NM] beta-Juliet) ok 25375 - "DO N'T" ([SB/F/NM] beta-Juliet) ok 25376 - "DO N'TThis is a comment" ([RE/F/NM] beta-Juliet) ok 25377 - "DO N'TThis is a comment" ([SB/F/NM] beta-Juliet) ok 25378 - "DO N'TA\tcomment" ([RE/F/NM] beta-Juliet) ok 25379 - "DO N'TA\tcomment" ([SB/F/NM] beta-Juliet) ok 25380 - "DO N'TAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25381 - "DO N'TAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25382 - "\n" ([RE/F/NM] beta-Juliet) ok 25383 - "\n" ([SB/F/NM] beta-Juliet) ok 25384 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25385 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25386 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25387 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25388 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25389 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25390 - "DO NOT" ([RE/F/NM] beta-Juliet) ok 25391 - "DO NOT" ([SB/F/NM] beta-Juliet) ok 25392 - "DO NOTThis is a comment" ([RE/F/NM] beta-Juliet) ok 25393 - "DO NOTThis is a comment" ([SB/F/NM] beta-Juliet) ok 25394 - "DO NOTA\tcomment" ([RE/F/NM] beta-Juliet) ok 25395 - "DO NOTA\tcomment" ([SB/F/NM] beta-Juliet) ok 25396 - "DO NOTAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25397 - "DO NOTAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25398 - "\n" ([RE/F/NM] beta-Juliet) ok 25399 - "\n" ([SB/F/NM] beta-Juliet) ok 25400 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25401 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25402 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25403 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25404 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25405 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25406 - "PLEASE DO NOT" ([RE/F/NM] beta-Juliet) ok 25407 - "PLEASE DO NOT" ([SB/F/NM] beta-Juliet) ok 25408 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] beta-Juliet) ok 25409 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] beta-Juliet) ok 25410 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] beta-Juliet) ok 25411 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] beta-Juliet) ok 25412 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25413 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25414 - "\n" ([RE/F/NM] beta-Juliet) ok 25415 - "\n" ([SB/F/NM] beta-Juliet) ok 25416 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25417 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25418 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25419 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25420 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25421 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25422 - "PLEASE DO NOT" ([RE/F/NM] beta-Juliet) ok 25423 - "PLEASE DO NOT" ([SB/F/NM] beta-Juliet) ok 25424 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] beta-Juliet) ok 25425 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] beta-Juliet) ok 25426 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] beta-Juliet) ok 25427 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] beta-Juliet) ok 25428 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25429 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25430 - "\n" ([RE/F/NM] beta-Juliet) ok 25431 - "\n" ([SB/F/NM] beta-Juliet) ok 25432 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25433 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25434 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25435 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25436 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25437 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25438 - "PLEASE DO N'T" ([RE/F/NM] beta-Juliet) ok 25439 - "PLEASE DO N'T" ([SB/F/NM] beta-Juliet) ok 25440 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] beta-Juliet) ok 25441 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] beta-Juliet) ok 25442 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] beta-Juliet) ok 25443 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] beta-Juliet) ok 25444 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] beta-Juliet) ok 25445 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] beta-Juliet) ok 25446 - "\n" ([RE/F/NM] beta-Juliet) ok 25447 - "\n" ([SB/F/NM] beta-Juliet) ok 25448 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25449 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25450 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25451 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25452 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25453 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25454 - "NB." ([RE/F/NM] beta-Juliet) ok 25455 - "NB." ([SB/F/NM] beta-Juliet) ok 25456 - "NB.This is a comment" ([RE/F/NM] beta-Juliet) ok 25457 - "NB.This is a comment" ([SB/F/NM] beta-Juliet) ok 25458 - "NB.A\tcomment" ([RE/F/NM] beta-Juliet) ok 25459 - "NB.A\tcomment" ([SB/F/NM] beta-Juliet) ok 25460 - "NB.Another /* comment" ([RE/F/NM] beta-Juliet) ok 25461 - "NB.Another /* comment" ([SB/F/NM] beta-Juliet) ok 25462 - "\n" ([RE/F/NM] beta-Juliet) ok 25463 - "\n" ([SB/F/NM] beta-Juliet) ok 25464 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25465 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25466 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25467 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25468 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25469 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25470 - "{" ([RE/F/NM] beta-Juliet) ok 25471 - "{" ([SB/F/NM] beta-Juliet) ok 25472 - "{This is a comment" ([RE/F/NM] beta-Juliet) ok 25473 - "{This is a comment" ([SB/F/NM] beta-Juliet) ok 25474 - "{A\tcomment" ([RE/F/NM] beta-Juliet) ok 25475 - "{A\tcomment" ([SB/F/NM] beta-Juliet) ok 25476 - "{Another /* comment" ([RE/F/NM] beta-Juliet) ok 25477 - "{Another /* comment" ([SB/F/NM] beta-Juliet) ok 25478 - "}" ([RE/F/NM] beta-Juliet) ok 25479 - "}" ([SB/F/NM] beta-Juliet) ok 25480 - "This is a comment}" ([RE/F/NM] beta-Juliet) ok 25481 - "This is a comment}" ([SB/F/NM] beta-Juliet) ok 25482 - "A\tcomment}" ([RE/F/NM] beta-Juliet) ok 25483 - "A\tcomment}" ([SB/F/NM] beta-Juliet) ok 25484 - "Another /* comment}" ([RE/F/NM] beta-Juliet) ok 25485 - "Another /* comment}" ([SB/F/NM] beta-Juliet) ok 25486 - "." ([RE/F/NM] beta-Juliet) ok 25487 - "." ([SB/F/NM] beta-Juliet) ok 25488 - ".This is a comment" ([RE/F/NM] beta-Juliet) ok 25489 - ".This is a comment" ([SB/F/NM] beta-Juliet) ok 25490 - ".A\tcomment" ([RE/F/NM] beta-Juliet) ok 25491 - ".A\tcomment" ([SB/F/NM] beta-Juliet) ok 25492 - ".Another /* comment" ([RE/F/NM] beta-Juliet) ok 25493 - ".Another /* comment" ([SB/F/NM] beta-Juliet) ok 25494 - "\n" ([RE/F/NM] beta-Juliet) ok 25495 - "\n" ([SB/F/NM] beta-Juliet) ok 25496 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25497 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25498 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25499 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25500 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25501 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25502 - ";" ([RE/F/NM] beta-Juliet) ok 25503 - ";" ([SB/F/NM] beta-Juliet) ok 25504 - ";This is a comment" ([RE/F/NM] beta-Juliet) ok 25505 - ";This is a comment" ([SB/F/NM] beta-Juliet) ok 25506 - ";A\tcomment" ([RE/F/NM] beta-Juliet) ok 25507 - ";A\tcomment" ([SB/F/NM] beta-Juliet) ok 25508 - ";Another /* comment" ([RE/F/NM] beta-Juliet) ok 25509 - ";Another /* comment" ([SB/F/NM] beta-Juliet) ok 25510 - "\n" ([RE/F/NM] beta-Juliet) ok 25511 - "\n" ([SB/F/NM] beta-Juliet) ok 25512 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25513 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25514 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25515 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25516 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25517 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25518 - "`" ([RE/F/NM] beta-Juliet) ok 25519 - "`" ([SB/F/NM] beta-Juliet) ok 25520 - "`This is a comment" ([RE/F/NM] beta-Juliet) ok 25521 - "`This is a comment" ([SB/F/NM] beta-Juliet) ok 25522 - "`A\tcomment" ([RE/F/NM] beta-Juliet) ok 25523 - "`A\tcomment" ([SB/F/NM] beta-Juliet) ok 25524 - "`Another /* comment" ([RE/F/NM] beta-Juliet) ok 25525 - "`Another /* comment" ([SB/F/NM] beta-Juliet) ok 25526 - "\n" ([RE/F/NM] beta-Juliet) ok 25527 - "\n" ([SB/F/NM] beta-Juliet) ok 25528 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25529 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25530 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25531 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25532 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25533 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25534 - "--" ([RE/F/NM] beta-Juliet) ok 25535 - "--" ([SB/F/NM] beta-Juliet) ok 25536 - "--This is a comment" ([RE/F/NM] beta-Juliet) ok 25537 - "--This is a comment" ([SB/F/NM] beta-Juliet) ok 25538 - "--A\tcomment" ([RE/F/NM] beta-Juliet) ok 25539 - "--A\tcomment" ([SB/F/NM] beta-Juliet) ok 25540 - "--Another /* comment" ([RE/F/NM] beta-Juliet) ok 25541 - "--Another /* comment" ([SB/F/NM] beta-Juliet) ok 25542 - "\n" ([RE/F/NM] beta-Juliet) ok 25543 - "\n" ([SB/F/NM] beta-Juliet) ok 25544 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25545 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25546 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25547 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25548 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25549 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25550 - "---" ([RE/F/NM] beta-Juliet) ok 25551 - "---" ([SB/F/NM] beta-Juliet) ok 25552 - "---This is a comment" ([RE/F/NM] beta-Juliet) ok 25553 - "---This is a comment" ([SB/F/NM] beta-Juliet) ok 25554 - "---A\tcomment" ([RE/F/NM] beta-Juliet) ok 25555 - "---A\tcomment" ([SB/F/NM] beta-Juliet) ok 25556 - "---Another /* comment" ([RE/F/NM] beta-Juliet) ok 25557 - "---Another /* comment" ([SB/F/NM] beta-Juliet) ok 25558 - "\n" ([RE/F/NM] beta-Juliet) ok 25559 - "\n" ([SB/F/NM] beta-Juliet) ok 25560 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25561 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25562 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25563 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25564 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25565 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25566 - "-----" ([RE/F/NM] beta-Juliet) ok 25567 - "-----" ([SB/F/NM] beta-Juliet) ok 25568 - "-----This is a comment" ([RE/F/NM] beta-Juliet) ok 25569 - "-----This is a comment" ([SB/F/NM] beta-Juliet) ok 25570 - "-----A\tcomment" ([RE/F/NM] beta-Juliet) ok 25571 - "-----A\tcomment" ([SB/F/NM] beta-Juliet) ok 25572 - "-----Another /* comment" ([RE/F/NM] beta-Juliet) ok 25573 - "-----Another /* comment" ([SB/F/NM] beta-Juliet) ok 25574 - "\n" ([RE/F/NM] beta-Juliet) ok 25575 - "\n" ([SB/F/NM] beta-Juliet) ok 25576 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25577 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25578 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25579 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25580 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25581 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25582 - "\\"" ([RE/F/NM] beta-Juliet) ok 25583 - "\\"" ([SB/F/NM] beta-Juliet) ok 25584 - "\\"This is a comment" ([RE/F/NM] beta-Juliet) ok 25585 - "\\"This is a comment" ([SB/F/NM] beta-Juliet) ok 25586 - "\\"A\tcomment" ([RE/F/NM] beta-Juliet) ok 25587 - "\\"A\tcomment" ([SB/F/NM] beta-Juliet) ok 25588 - "\\"Another /* comment" ([RE/F/NM] beta-Juliet) ok 25589 - "\\"Another /* comment" ([SB/F/NM] beta-Juliet) ok 25590 - "\n" ([RE/F/NM] beta-Juliet) ok 25591 - "\n" ([SB/F/NM] beta-Juliet) ok 25592 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25593 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25594 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25595 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25596 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25597 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25598 - """ ([RE/F/NM] beta-Juliet) ok 25599 - """ ([SB/F/NM] beta-Juliet) ok 25600 - ""This is a comment" ([RE/F/NM] beta-Juliet) ok 25601 - ""This is a comment" ([SB/F/NM] beta-Juliet) ok 25602 - ""A\tcomment" ([RE/F/NM] beta-Juliet) ok 25603 - ""A\tcomment" ([SB/F/NM] beta-Juliet) ok 25604 - ""Another /* comment" ([RE/F/NM] beta-Juliet) ok 25605 - ""Another /* comment" ([SB/F/NM] beta-Juliet) ok 25606 - "\n" ([RE/F/NM] beta-Juliet) ok 25607 - "\n" ([SB/F/NM] beta-Juliet) ok 25608 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25609 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25610 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25611 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25612 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25613 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25614 - "'" ([RE/F/NM] beta-Juliet) ok 25615 - "'" ([SB/F/NM] beta-Juliet) ok 25616 - "'This is a comment" ([RE/F/NM] beta-Juliet) ok 25617 - "'This is a comment" ([SB/F/NM] beta-Juliet) ok 25618 - "'A\tcomment" ([RE/F/NM] beta-Juliet) ok 25619 - "'A\tcomment" ([SB/F/NM] beta-Juliet) ok 25620 - "'Another /* comment" ([RE/F/NM] beta-Juliet) ok 25621 - "'Another /* comment" ([SB/F/NM] beta-Juliet) ok 25622 - "\n" ([RE/F/NM] beta-Juliet) ok 25623 - "\n" ([SB/F/NM] beta-Juliet) ok 25624 - "This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25625 - "This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25626 - "A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25627 - "A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25628 - "Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25629 - "Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25630 - "/* This is a C comment */" ([RE/F/NM] beta-Juliet) ok 25631 - "/* This is a C comment */" ([SB/F/NM] beta-Juliet) ok 25632 - "(* This is a Pascal comment *)" ([RE/F/NM] beta-Juliet) ok 25633 - "(* This is a Pascal comment *)" ([SB/F/NM] beta-Juliet) ok 25634 - "" ([RE/F/NM] beta-Juliet) ok 25635 - "" ([SB/F/NM] beta-Juliet) ok 25636 - "//\n\n" ([RE/F/NM] beta-Juliet) ok 25637 - "//\n\n" ([SB/F/NM] beta-Juliet) ok 25638 - "//This is a comment\n\n" ([RE/F/NM] beta-Juliet) ok 25639 - "//This is a comment\n\n" ([SB/F/NM] beta-Juliet) ok 25640 - "//A\tcomment\n\n" ([RE/F/NM] beta-Juliet) ok 25641 - "//A\tcomment\n\n" ([SB/F/NM] beta-Juliet) ok 25642 - "//Another /* comment\n\n" ([RE/F/NM] beta-Juliet) ok 25643 - "//Another /* comment\n\n" ([SB/F/NM] beta-Juliet) ok 25644 - "//\n//\n" ([RE/F/NM] beta-Juliet) ok 25645 - "//\n//\n" ([SB/F/NM] beta-Juliet) ok 25646 - "//This is a comment\n//This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25647 - "//This is a comment\n//This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25648 - "//A\tcomment\n//A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25649 - "//A\tcomment\n//A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25650 - "//Another /* comment\n//Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25651 - "//Another /* comment\n//Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25652 - "//\nln" ([RE/F/NM] beta-Juliet) ok 25653 - "//\nln" ([SB/F/NM] beta-Juliet) ok 25654 - "//This is a comment\nyse" ([RE/F/NM] beta-Juliet) ok 25655 - "//This is a comment\nyse" ([SB/F/NM] beta-Juliet) ok 25656 - "//A\tcomment\n3x" ([RE/F/NM] beta-Juliet) ok 25657 - "//A\tcomment\n3x" ([SB/F/NM] beta-Juliet) ok 25658 - "//Another /* comment\nds1o" ([RE/F/NM] beta-Juliet) ok 25659 - "//Another /* comment\nds1o" ([SB/F/NM] beta-Juliet) ok 25660 - "4//\n" ([RE/F/NM] beta-Juliet) ok 25661 - "4//\n" ([SB/F/NM] beta-Juliet) ok 25662 - "6q54//This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25663 - "6q54//This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25664 - "lk//A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25665 - "lk//A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25666 - "se//Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25667 - "se//Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25668 - "\\\n" ([RE/F/NM] beta-Juliet) ok 25669 - "\\\n" ([SB/F/NM] beta-Juliet) ok 25670 - "\\This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25671 - "\\This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25672 - "\\A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25673 - "\\A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25674 - "\\Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25675 - "\\Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25676 - "#\n" ([RE/F/NM] beta-Juliet) ok 25677 - "#\n" ([SB/F/NM] beta-Juliet) ok 25678 - "#This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25679 - "#This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25680 - "#A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25681 - "#A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25682 - "#Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25683 - "#Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25684 - "--\n" ([RE/F/NM] beta-Juliet) ok 25685 - "--\n" ([SB/F/NM] beta-Juliet) ok 25686 - "--This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25687 - "--This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25688 - "--A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25689 - "--A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25690 - "--Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25691 - "--Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25692 - ";\n" ([RE/F/NM] beta-Juliet) ok 25693 - ";\n" ([SB/F/NM] beta-Juliet) ok 25694 - ";This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25695 - ";This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25696 - ";A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25697 - ";A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25698 - ";Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25699 - ";Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25700 - "#\n" ([RE/F/NM] beta-Juliet) ok 25701 - "#\n" ([SB/F/NM] beta-Juliet) ok 25702 - "#This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25703 - "#This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25704 - "#A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25705 - "#A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25706 - "#Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25707 - "#Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25708 - "*\n" ([RE/F/NM] beta-Juliet) ok 25709 - "*\n" ([SB/F/NM] beta-Juliet) ok 25710 - "*This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25711 - "*This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25712 - "*A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25713 - "*A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25714 - "*Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25715 - "*Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25716 - "!\n" ([RE/F/NM] beta-Juliet) ok 25717 - "!\n" ([SB/F/NM] beta-Juliet) ok 25718 - "!This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25719 - "!This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25720 - "!A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25721 - "!A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25722 - "!Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25723 - "!Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25724 - "REM\n" ([RE/F/NM] beta-Juliet) ok 25725 - "REM\n" ([SB/F/NM] beta-Juliet) ok 25726 - "REMThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25727 - "REMThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25728 - "REMA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25729 - "REMA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25730 - "REMAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25731 - "REMAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25732 - "%\n" ([RE/F/NM] beta-Juliet) ok 25733 - "%\n" ([SB/F/NM] beta-Juliet) ok 25734 - "%This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25735 - "%This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25736 - "%A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25737 - "%A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25738 - "%Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25739 - "%Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25740 - "!\n" ([RE/F/NM] beta-Juliet) ok 25741 - "!\n" ([SB/F/NM] beta-Juliet) ok 25742 - "!This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25743 - "!This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25744 - "!A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25745 - "!A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25746 - "!Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25747 - "!Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25748 - "NB\n" ([RE/F/NM] beta-Juliet) ok 25749 - "NB\n" ([SB/F/NM] beta-Juliet) ok 25750 - "NBThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25751 - "NBThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25752 - "NBA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25753 - "NBA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25754 - "NBAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25755 - "NBAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25756 - "PLEASE NOT\n" ([RE/F/NM] beta-Juliet) ok 25757 - "PLEASE NOT\n" ([SB/F/NM] beta-Juliet) ok 25758 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25759 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25760 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25761 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25762 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25763 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25764 - "PLEASE NOT\n" ([RE/F/NM] beta-Juliet) ok 25765 - "PLEASE NOT\n" ([SB/F/NM] beta-Juliet) ok 25766 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25767 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25768 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25769 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25770 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25771 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25772 - "PLEASE N'T\n" ([RE/F/NM] beta-Juliet) ok 25773 - "PLEASE N'T\n" ([SB/F/NM] beta-Juliet) ok 25774 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25775 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25776 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25777 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25778 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25779 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25780 - "DO NOT\n" ([RE/F/NM] beta-Juliet) ok 25781 - "DO NOT\n" ([SB/F/NM] beta-Juliet) ok 25782 - "DO NOTThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25783 - "DO NOTThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25784 - "DO NOTA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25785 - "DO NOTA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25786 - "DO NOTAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25787 - "DO NOTAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25788 - "DO N'T\n" ([RE/F/NM] beta-Juliet) ok 25789 - "DO N'T\n" ([SB/F/NM] beta-Juliet) ok 25790 - "DO N'TThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25791 - "DO N'TThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25792 - "DO N'TA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25793 - "DO N'TA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25794 - "DO N'TAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25795 - "DO N'TAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25796 - "DO NOT\n" ([RE/F/NM] beta-Juliet) ok 25797 - "DO NOT\n" ([SB/F/NM] beta-Juliet) ok 25798 - "DO NOTThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25799 - "DO NOTThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25800 - "DO NOTA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25801 - "DO NOTA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25802 - "DO NOTAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25803 - "DO NOTAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25804 - "PLEASE DO NOT\n" ([RE/F/NM] beta-Juliet) ok 25805 - "PLEASE DO NOT\n" ([SB/F/NM] beta-Juliet) ok 25806 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25807 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25808 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25809 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25810 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25811 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25812 - "PLEASE DO NOT\n" ([RE/F/NM] beta-Juliet) ok 25813 - "PLEASE DO NOT\n" ([SB/F/NM] beta-Juliet) ok 25814 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25815 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25816 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25817 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25818 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25819 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25820 - "PLEASE DO N'T\n" ([RE/F/NM] beta-Juliet) ok 25821 - "PLEASE DO N'T\n" ([SB/F/NM] beta-Juliet) ok 25822 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] beta-Juliet) ok 25823 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] beta-Juliet) ok 25824 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25825 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25826 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] beta-Juliet) ok 25827 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] beta-Juliet) ok 25828 - "NB.\n" ([RE/F/NM] beta-Juliet) ok 25829 - "NB.\n" ([SB/F/NM] beta-Juliet) ok 25830 - "NB.This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25831 - "NB.This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25832 - "NB.A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25833 - "NB.A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25834 - "NB.Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25835 - "NB.Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25836 - "{}" ([RE/F/NM] beta-Juliet) ok 25837 - "{}" ([SB/F/NM] beta-Juliet) ok 25838 - "{This is a comment}" ([RE/F/NM] beta-Juliet) ok 25839 - "{This is a comment}" ([SB/F/NM] beta-Juliet) ok 25840 - "{A\tcomment}" ([RE/F/NM] beta-Juliet) ok 25841 - "{A\tcomment}" ([SB/F/NM] beta-Juliet) ok 25842 - "{Another /* comment}" ([RE/F/NM] beta-Juliet) ok 25843 - "{Another /* comment}" ([SB/F/NM] beta-Juliet) ok 25844 - ".\n" ([RE/F/NM] beta-Juliet) ok 25845 - ".\n" ([SB/F/NM] beta-Juliet) ok 25846 - ".This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25847 - ".This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25848 - ".A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25849 - ".A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25850 - ".Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25851 - ".Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25852 - ";\n" ([RE/F/NM] beta-Juliet) ok 25853 - ";\n" ([SB/F/NM] beta-Juliet) ok 25854 - ";This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25855 - ";This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25856 - ";A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25857 - ";A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25858 - ";Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25859 - ";Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25860 - "`\n" ([RE/F/NM] beta-Juliet) ok 25861 - "`\n" ([SB/F/NM] beta-Juliet) ok 25862 - "`This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25863 - "`This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25864 - "`A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25865 - "`A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25866 - "`Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25867 - "`Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25868 - "--\n" ([RE/F/NM] beta-Juliet) ok 25869 - "--\n" ([SB/F/NM] beta-Juliet) ok 25870 - "--This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25871 - "--This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25872 - "--A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25873 - "--A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25874 - "--Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25875 - "--Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25876 - "---\n" ([RE/F/NM] beta-Juliet) ok 25877 - "---\n" ([SB/F/NM] beta-Juliet) ok 25878 - "---This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25879 - "---This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25880 - "---A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25881 - "---A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25882 - "---Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25883 - "---Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25884 - "-----\n" ([RE/F/NM] beta-Juliet) ok 25885 - "-----\n" ([SB/F/NM] beta-Juliet) ok 25886 - "-----This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25887 - "-----This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25888 - "-----A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25889 - "-----A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25890 - "-----Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25891 - "-----Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25892 - "\\"\n" ([RE/F/NM] beta-Juliet) ok 25893 - "\\"\n" ([SB/F/NM] beta-Juliet) ok 25894 - "\\"This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25895 - "\\"This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25896 - "\\"A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25897 - "\\"A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25898 - "\\"Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25899 - "\\"Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25900 - ""\n" ([RE/F/NM] beta-Juliet) ok 25901 - ""\n" ([SB/F/NM] beta-Juliet) ok 25902 - ""This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25903 - ""This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25904 - ""A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25905 - ""A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25906 - ""Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25907 - ""Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25908 - "'\n" ([RE/F/NM] beta-Juliet) ok 25909 - "'\n" ([SB/F/NM] beta-Juliet) ok 25910 - "'This is a comment\n" ([RE/F/NM] beta-Juliet) ok 25911 - "'This is a comment\n" ([SB/F/NM] beta-Juliet) ok 25912 - "'A\tcomment\n" ([RE/F/NM] beta-Juliet) ok 25913 - "'A\tcomment\n" ([SB/F/NM] beta-Juliet) ok 25914 - "'Another /* comment\n" ([RE/F/NM] beta-Juliet) ok 25915 - "'Another /* comment\n" ([SB/F/NM] beta-Juliet) ok 25916 - "//\n" ([RE/P/MT] Portia) ok 25917 - "//\n" ([OM/P/MT] Portia) ok 25918 - "//\n" ([OS/P/MT] Portia) ok 25919 - "//\n" ([SB/P/MT] Portia) ok 25920 - "//\n" ([KP/P/MT] Portia) ok 25921 - "//This is a comment\n" ([RE/P/MT] Portia) ok 25922 - "//This is a comment\n" ([OM/P/MT] Portia) ok 25923 - "//This is a comment\n" ([OS/P/MT] Portia) ok 25924 - "//This is a comment\n" ([SB/P/MT] Portia) ok 25925 - "//This is a comment\n" ([KP/P/MT] Portia) ok 25926 - "//A\tcomment\n" ([RE/P/MT] Portia) ok 25927 - "//A\tcomment\n" ([OM/P/MT] Portia) ok 25928 - "//A\tcomment\n" ([OS/P/MT] Portia) ok 25929 - "//A\tcomment\n" ([SB/P/MT] Portia) ok 25930 - "//A\tcomment\n" ([KP/P/MT] Portia) ok 25931 - "//Another /* comment\n" ([RE/P/MT] Portia) ok 25932 - "//Another /* comment\n" ([OM/P/MT] Portia) ok 25933 - "//Another /* comment\n" ([OS/P/MT] Portia) ok 25934 - "//Another /* comment\n" ([SB/P/MT] Portia) ok 25935 - "//Another /* comment\n" ([KP/P/MT] Portia) ok 25936 - "\\" ([RE/F/NM] Portia) ok 25937 - "\\" ([SB/F/NM] Portia) ok 25938 - "\\This is a comment" ([RE/F/NM] Portia) ok 25939 - "\\This is a comment" ([SB/F/NM] Portia) ok 25940 - "\\A\tcomment" ([RE/F/NM] Portia) ok 25941 - "\\A\tcomment" ([SB/F/NM] Portia) ok 25942 - "\\Another /* comment" ([RE/F/NM] Portia) ok 25943 - "\\Another /* comment" ([SB/F/NM] Portia) ok 25944 - "\n" ([RE/F/NM] Portia) ok 25945 - "\n" ([SB/F/NM] Portia) ok 25946 - "This is a comment\n" ([RE/F/NM] Portia) ok 25947 - "This is a comment\n" ([SB/F/NM] Portia) ok 25948 - "A\tcomment\n" ([RE/F/NM] Portia) ok 25949 - "A\tcomment\n" ([SB/F/NM] Portia) ok 25950 - "Another /* comment\n" ([RE/F/NM] Portia) ok 25951 - "Another /* comment\n" ([SB/F/NM] Portia) ok 25952 - "#" ([RE/F/NM] Portia) ok 25953 - "#" ([SB/F/NM] Portia) ok 25954 - "#This is a comment" ([RE/F/NM] Portia) ok 25955 - "#This is a comment" ([SB/F/NM] Portia) ok 25956 - "#A\tcomment" ([RE/F/NM] Portia) ok 25957 - "#A\tcomment" ([SB/F/NM] Portia) ok 25958 - "#Another /* comment" ([RE/F/NM] Portia) ok 25959 - "#Another /* comment" ([SB/F/NM] Portia) ok 25960 - "\n" ([RE/F/NM] Portia) ok 25961 - "\n" ([SB/F/NM] Portia) ok 25962 - "This is a comment\n" ([RE/F/NM] Portia) ok 25963 - "This is a comment\n" ([SB/F/NM] Portia) ok 25964 - "A\tcomment\n" ([RE/F/NM] Portia) ok 25965 - "A\tcomment\n" ([SB/F/NM] Portia) ok 25966 - "Another /* comment\n" ([RE/F/NM] Portia) ok 25967 - "Another /* comment\n" ([SB/F/NM] Portia) ok 25968 - "//" ([RE/F/NM] Portia) ok 25969 - "//" ([SB/F/NM] Portia) ok 25970 - "//This is a comment" ([RE/F/NM] Portia) ok 25971 - "//This is a comment" ([SB/F/NM] Portia) ok 25972 - "//A\tcomment" ([RE/F/NM] Portia) ok 25973 - "//A\tcomment" ([SB/F/NM] Portia) ok 25974 - "//Another /* comment" ([RE/F/NM] Portia) ok 25975 - "//Another /* comment" ([SB/F/NM] Portia) ok 25976 - "\n" ([RE/F/NM] Portia) ok 25977 - "\n" ([SB/F/NM] Portia) ok 25978 - "This is a comment\n" ([RE/F/NM] Portia) ok 25979 - "This is a comment\n" ([SB/F/NM] Portia) ok 25980 - "A\tcomment\n" ([RE/F/NM] Portia) ok 25981 - "A\tcomment\n" ([SB/F/NM] Portia) ok 25982 - "Another /* comment\n" ([RE/F/NM] Portia) ok 25983 - "Another /* comment\n" ([SB/F/NM] Portia) ok 25984 - "--" ([RE/F/NM] Portia) ok 25985 - "--" ([SB/F/NM] Portia) ok 25986 - "--This is a comment" ([RE/F/NM] Portia) ok 25987 - "--This is a comment" ([SB/F/NM] Portia) ok 25988 - "--A\tcomment" ([RE/F/NM] Portia) ok 25989 - "--A\tcomment" ([SB/F/NM] Portia) ok 25990 - "--Another /* comment" ([RE/F/NM] Portia) ok 25991 - "--Another /* comment" ([SB/F/NM] Portia) ok 25992 - "\n" ([RE/F/NM] Portia) ok 25993 - "\n" ([SB/F/NM] Portia) ok 25994 - "This is a comment\n" ([RE/F/NM] Portia) ok 25995 - "This is a comment\n" ([SB/F/NM] Portia) ok 25996 - "A\tcomment\n" ([RE/F/NM] Portia) ok 25997 - "A\tcomment\n" ([SB/F/NM] Portia) ok 25998 - "Another /* comment\n" ([RE/F/NM] Portia) ok 25999 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26000 - ";" ([RE/F/NM] Portia) ok 26001 - ";" ([SB/F/NM] Portia) ok 26002 - ";This is a comment" ([RE/F/NM] Portia) ok 26003 - ";This is a comment" ([SB/F/NM] Portia) ok 26004 - ";A\tcomment" ([RE/F/NM] Portia) ok 26005 - ";A\tcomment" ([SB/F/NM] Portia) ok 26006 - ";Another /* comment" ([RE/F/NM] Portia) ok 26007 - ";Another /* comment" ([SB/F/NM] Portia) ok 26008 - "\n" ([RE/F/NM] Portia) ok 26009 - "\n" ([SB/F/NM] Portia) ok 26010 - "This is a comment\n" ([RE/F/NM] Portia) ok 26011 - "This is a comment\n" ([SB/F/NM] Portia) ok 26012 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26013 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26014 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26015 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26016 - "#" ([RE/F/NM] Portia) ok 26017 - "#" ([SB/F/NM] Portia) ok 26018 - "#This is a comment" ([RE/F/NM] Portia) ok 26019 - "#This is a comment" ([SB/F/NM] Portia) ok 26020 - "#A\tcomment" ([RE/F/NM] Portia) ok 26021 - "#A\tcomment" ([SB/F/NM] Portia) ok 26022 - "#Another /* comment" ([RE/F/NM] Portia) ok 26023 - "#Another /* comment" ([SB/F/NM] Portia) ok 26024 - "\n" ([RE/F/NM] Portia) ok 26025 - "\n" ([SB/F/NM] Portia) ok 26026 - "This is a comment\n" ([RE/F/NM] Portia) ok 26027 - "This is a comment\n" ([SB/F/NM] Portia) ok 26028 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26029 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26030 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26031 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26032 - "*" ([RE/F/NM] Portia) ok 26033 - "*" ([SB/F/NM] Portia) ok 26034 - "*This is a comment" ([RE/F/NM] Portia) ok 26035 - "*This is a comment" ([SB/F/NM] Portia) ok 26036 - "*A\tcomment" ([RE/F/NM] Portia) ok 26037 - "*A\tcomment" ([SB/F/NM] Portia) ok 26038 - "*Another /* comment" ([RE/F/NM] Portia) ok 26039 - "*Another /* comment" ([SB/F/NM] Portia) ok 26040 - "\n" ([RE/F/NM] Portia) ok 26041 - "\n" ([SB/F/NM] Portia) ok 26042 - "This is a comment\n" ([RE/F/NM] Portia) ok 26043 - "This is a comment\n" ([SB/F/NM] Portia) ok 26044 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26045 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26046 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26047 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26048 - "!" ([RE/F/NM] Portia) ok 26049 - "!" ([SB/F/NM] Portia) ok 26050 - "!This is a comment" ([RE/F/NM] Portia) ok 26051 - "!This is a comment" ([SB/F/NM] Portia) ok 26052 - "!A\tcomment" ([RE/F/NM] Portia) ok 26053 - "!A\tcomment" ([SB/F/NM] Portia) ok 26054 - "!Another /* comment" ([RE/F/NM] Portia) ok 26055 - "!Another /* comment" ([SB/F/NM] Portia) ok 26056 - "\n" ([RE/F/NM] Portia) ok 26057 - "\n" ([SB/F/NM] Portia) ok 26058 - "This is a comment\n" ([RE/F/NM] Portia) ok 26059 - "This is a comment\n" ([SB/F/NM] Portia) ok 26060 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26061 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26062 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26063 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26064 - "REM" ([RE/F/NM] Portia) ok 26065 - "REM" ([SB/F/NM] Portia) ok 26066 - "REMThis is a comment" ([RE/F/NM] Portia) ok 26067 - "REMThis is a comment" ([SB/F/NM] Portia) ok 26068 - "REMA\tcomment" ([RE/F/NM] Portia) ok 26069 - "REMA\tcomment" ([SB/F/NM] Portia) ok 26070 - "REMAnother /* comment" ([RE/F/NM] Portia) ok 26071 - "REMAnother /* comment" ([SB/F/NM] Portia) ok 26072 - "\n" ([RE/F/NM] Portia) ok 26073 - "\n" ([SB/F/NM] Portia) ok 26074 - "This is a comment\n" ([RE/F/NM] Portia) ok 26075 - "This is a comment\n" ([SB/F/NM] Portia) ok 26076 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26077 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26078 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26079 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26080 - "//" ([RE/F/NM] Portia) ok 26081 - "//" ([SB/F/NM] Portia) ok 26082 - "//This is a comment" ([RE/F/NM] Portia) ok 26083 - "//This is a comment" ([SB/F/NM] Portia) ok 26084 - "//A\tcomment" ([RE/F/NM] Portia) ok 26085 - "//A\tcomment" ([SB/F/NM] Portia) ok 26086 - "//Another /* comment" ([RE/F/NM] Portia) ok 26087 - "//Another /* comment" ([SB/F/NM] Portia) ok 26088 - "\n" ([RE/F/NM] Portia) ok 26089 - "\n" ([SB/F/NM] Portia) ok 26090 - "This is a comment\n" ([RE/F/NM] Portia) ok 26091 - "This is a comment\n" ([SB/F/NM] Portia) ok 26092 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26093 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26094 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26095 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26096 - "%" ([RE/F/NM] Portia) ok 26097 - "%" ([SB/F/NM] Portia) ok 26098 - "%This is a comment" ([RE/F/NM] Portia) ok 26099 - "%This is a comment" ([SB/F/NM] Portia) ok 26100 - "%A\tcomment" ([RE/F/NM] Portia) ok 26101 - "%A\tcomment" ([SB/F/NM] Portia) ok 26102 - "%Another /* comment" ([RE/F/NM] Portia) ok 26103 - "%Another /* comment" ([SB/F/NM] Portia) ok 26104 - "\n" ([RE/F/NM] Portia) ok 26105 - "\n" ([SB/F/NM] Portia) ok 26106 - "This is a comment\n" ([RE/F/NM] Portia) ok 26107 - "This is a comment\n" ([SB/F/NM] Portia) ok 26108 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26109 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26110 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26111 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26112 - "!" ([RE/F/NM] Portia) ok 26113 - "!" ([SB/F/NM] Portia) ok 26114 - "!This is a comment" ([RE/F/NM] Portia) ok 26115 - "!This is a comment" ([SB/F/NM] Portia) ok 26116 - "!A\tcomment" ([RE/F/NM] Portia) ok 26117 - "!A\tcomment" ([SB/F/NM] Portia) ok 26118 - "!Another /* comment" ([RE/F/NM] Portia) ok 26119 - "!Another /* comment" ([SB/F/NM] Portia) ok 26120 - "\n" ([RE/F/NM] Portia) ok 26121 - "\n" ([SB/F/NM] Portia) ok 26122 - "This is a comment\n" ([RE/F/NM] Portia) ok 26123 - "This is a comment\n" ([SB/F/NM] Portia) ok 26124 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26125 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26126 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26127 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26128 - "NB" ([RE/F/NM] Portia) ok 26129 - "NB" ([SB/F/NM] Portia) ok 26130 - "NBThis is a comment" ([RE/F/NM] Portia) ok 26131 - "NBThis is a comment" ([SB/F/NM] Portia) ok 26132 - "NBA\tcomment" ([RE/F/NM] Portia) ok 26133 - "NBA\tcomment" ([SB/F/NM] Portia) ok 26134 - "NBAnother /* comment" ([RE/F/NM] Portia) ok 26135 - "NBAnother /* comment" ([SB/F/NM] Portia) ok 26136 - "\n" ([RE/F/NM] Portia) ok 26137 - "\n" ([SB/F/NM] Portia) ok 26138 - "This is a comment\n" ([RE/F/NM] Portia) ok 26139 - "This is a comment\n" ([SB/F/NM] Portia) ok 26140 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26141 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26142 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26143 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26144 - "PLEASE NOT" ([RE/F/NM] Portia) ok 26145 - "PLEASE NOT" ([SB/F/NM] Portia) ok 26146 - "PLEASE NOTThis is a comment" ([RE/F/NM] Portia) ok 26147 - "PLEASE NOTThis is a comment" ([SB/F/NM] Portia) ok 26148 - "PLEASE NOTA\tcomment" ([RE/F/NM] Portia) ok 26149 - "PLEASE NOTA\tcomment" ([SB/F/NM] Portia) ok 26150 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Portia) ok 26151 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Portia) ok 26152 - "\n" ([RE/F/NM] Portia) ok 26153 - "\n" ([SB/F/NM] Portia) ok 26154 - "This is a comment\n" ([RE/F/NM] Portia) ok 26155 - "This is a comment\n" ([SB/F/NM] Portia) ok 26156 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26157 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26158 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26159 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26160 - "PLEASE NOT" ([RE/F/NM] Portia) ok 26161 - "PLEASE NOT" ([SB/F/NM] Portia) ok 26162 - "PLEASE NOTThis is a comment" ([RE/F/NM] Portia) ok 26163 - "PLEASE NOTThis is a comment" ([SB/F/NM] Portia) ok 26164 - "PLEASE NOTA\tcomment" ([RE/F/NM] Portia) ok 26165 - "PLEASE NOTA\tcomment" ([SB/F/NM] Portia) ok 26166 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Portia) ok 26167 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Portia) ok 26168 - "\n" ([RE/F/NM] Portia) ok 26169 - "\n" ([SB/F/NM] Portia) ok 26170 - "This is a comment\n" ([RE/F/NM] Portia) ok 26171 - "This is a comment\n" ([SB/F/NM] Portia) ok 26172 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26173 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26174 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26175 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26176 - "PLEASE N'T" ([RE/F/NM] Portia) ok 26177 - "PLEASE N'T" ([SB/F/NM] Portia) ok 26178 - "PLEASE N'TThis is a comment" ([RE/F/NM] Portia) ok 26179 - "PLEASE N'TThis is a comment" ([SB/F/NM] Portia) ok 26180 - "PLEASE N'TA\tcomment" ([RE/F/NM] Portia) ok 26181 - "PLEASE N'TA\tcomment" ([SB/F/NM] Portia) ok 26182 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Portia) ok 26183 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Portia) ok 26184 - "\n" ([RE/F/NM] Portia) ok 26185 - "\n" ([SB/F/NM] Portia) ok 26186 - "This is a comment\n" ([RE/F/NM] Portia) ok 26187 - "This is a comment\n" ([SB/F/NM] Portia) ok 26188 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26189 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26190 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26191 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26192 - "DO NOT" ([RE/F/NM] Portia) ok 26193 - "DO NOT" ([SB/F/NM] Portia) ok 26194 - "DO NOTThis is a comment" ([RE/F/NM] Portia) ok 26195 - "DO NOTThis is a comment" ([SB/F/NM] Portia) ok 26196 - "DO NOTA\tcomment" ([RE/F/NM] Portia) ok 26197 - "DO NOTA\tcomment" ([SB/F/NM] Portia) ok 26198 - "DO NOTAnother /* comment" ([RE/F/NM] Portia) ok 26199 - "DO NOTAnother /* comment" ([SB/F/NM] Portia) ok 26200 - "\n" ([RE/F/NM] Portia) ok 26201 - "\n" ([SB/F/NM] Portia) ok 26202 - "This is a comment\n" ([RE/F/NM] Portia) ok 26203 - "This is a comment\n" ([SB/F/NM] Portia) ok 26204 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26205 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26206 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26207 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26208 - "DO N'T" ([RE/F/NM] Portia) ok 26209 - "DO N'T" ([SB/F/NM] Portia) ok 26210 - "DO N'TThis is a comment" ([RE/F/NM] Portia) ok 26211 - "DO N'TThis is a comment" ([SB/F/NM] Portia) ok 26212 - "DO N'TA\tcomment" ([RE/F/NM] Portia) ok 26213 - "DO N'TA\tcomment" ([SB/F/NM] Portia) ok 26214 - "DO N'TAnother /* comment" ([RE/F/NM] Portia) ok 26215 - "DO N'TAnother /* comment" ([SB/F/NM] Portia) ok 26216 - "\n" ([RE/F/NM] Portia) ok 26217 - "\n" ([SB/F/NM] Portia) ok 26218 - "This is a comment\n" ([RE/F/NM] Portia) ok 26219 - "This is a comment\n" ([SB/F/NM] Portia) ok 26220 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26221 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26222 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26223 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26224 - "DO NOT" ([RE/F/NM] Portia) ok 26225 - "DO NOT" ([SB/F/NM] Portia) ok 26226 - "DO NOTThis is a comment" ([RE/F/NM] Portia) ok 26227 - "DO NOTThis is a comment" ([SB/F/NM] Portia) ok 26228 - "DO NOTA\tcomment" ([RE/F/NM] Portia) ok 26229 - "DO NOTA\tcomment" ([SB/F/NM] Portia) ok 26230 - "DO NOTAnother /* comment" ([RE/F/NM] Portia) ok 26231 - "DO NOTAnother /* comment" ([SB/F/NM] Portia) ok 26232 - "\n" ([RE/F/NM] Portia) ok 26233 - "\n" ([SB/F/NM] Portia) ok 26234 - "This is a comment\n" ([RE/F/NM] Portia) ok 26235 - "This is a comment\n" ([SB/F/NM] Portia) ok 26236 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26237 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26238 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26239 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26240 - "PLEASE DO NOT" ([RE/F/NM] Portia) ok 26241 - "PLEASE DO NOT" ([SB/F/NM] Portia) ok 26242 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Portia) ok 26243 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Portia) ok 26244 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Portia) ok 26245 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Portia) ok 26246 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Portia) ok 26247 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Portia) ok 26248 - "\n" ([RE/F/NM] Portia) ok 26249 - "\n" ([SB/F/NM] Portia) ok 26250 - "This is a comment\n" ([RE/F/NM] Portia) ok 26251 - "This is a comment\n" ([SB/F/NM] Portia) ok 26252 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26253 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26254 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26255 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26256 - "PLEASE DO NOT" ([RE/F/NM] Portia) ok 26257 - "PLEASE DO NOT" ([SB/F/NM] Portia) ok 26258 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Portia) ok 26259 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Portia) ok 26260 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Portia) ok 26261 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Portia) ok 26262 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Portia) ok 26263 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Portia) ok 26264 - "\n" ([RE/F/NM] Portia) ok 26265 - "\n" ([SB/F/NM] Portia) ok 26266 - "This is a comment\n" ([RE/F/NM] Portia) ok 26267 - "This is a comment\n" ([SB/F/NM] Portia) ok 26268 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26269 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26270 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26271 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26272 - "PLEASE DO N'T" ([RE/F/NM] Portia) ok 26273 - "PLEASE DO N'T" ([SB/F/NM] Portia) ok 26274 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Portia) ok 26275 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Portia) ok 26276 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Portia) ok 26277 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Portia) ok 26278 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Portia) ok 26279 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Portia) ok 26280 - "\n" ([RE/F/NM] Portia) ok 26281 - "\n" ([SB/F/NM] Portia) ok 26282 - "This is a comment\n" ([RE/F/NM] Portia) ok 26283 - "This is a comment\n" ([SB/F/NM] Portia) ok 26284 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26285 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26286 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26287 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26288 - "NB." ([RE/F/NM] Portia) ok 26289 - "NB." ([SB/F/NM] Portia) ok 26290 - "NB.This is a comment" ([RE/F/NM] Portia) ok 26291 - "NB.This is a comment" ([SB/F/NM] Portia) ok 26292 - "NB.A\tcomment" ([RE/F/NM] Portia) ok 26293 - "NB.A\tcomment" ([SB/F/NM] Portia) ok 26294 - "NB.Another /* comment" ([RE/F/NM] Portia) ok 26295 - "NB.Another /* comment" ([SB/F/NM] Portia) ok 26296 - "\n" ([RE/F/NM] Portia) ok 26297 - "\n" ([SB/F/NM] Portia) ok 26298 - "This is a comment\n" ([RE/F/NM] Portia) ok 26299 - "This is a comment\n" ([SB/F/NM] Portia) ok 26300 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26301 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26302 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26303 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26304 - "{" ([RE/F/NM] Portia) ok 26305 - "{" ([SB/F/NM] Portia) ok 26306 - "{This is a comment" ([RE/F/NM] Portia) ok 26307 - "{This is a comment" ([SB/F/NM] Portia) ok 26308 - "{A\tcomment" ([RE/F/NM] Portia) ok 26309 - "{A\tcomment" ([SB/F/NM] Portia) ok 26310 - "{Another /* comment" ([RE/F/NM] Portia) ok 26311 - "{Another /* comment" ([SB/F/NM] Portia) ok 26312 - "}" ([RE/F/NM] Portia) ok 26313 - "}" ([SB/F/NM] Portia) ok 26314 - "This is a comment}" ([RE/F/NM] Portia) ok 26315 - "This is a comment}" ([SB/F/NM] Portia) ok 26316 - "A\tcomment}" ([RE/F/NM] Portia) ok 26317 - "A\tcomment}" ([SB/F/NM] Portia) ok 26318 - "Another /* comment}" ([RE/F/NM] Portia) ok 26319 - "Another /* comment}" ([SB/F/NM] Portia) ok 26320 - "." ([RE/F/NM] Portia) ok 26321 - "." ([SB/F/NM] Portia) ok 26322 - ".This is a comment" ([RE/F/NM] Portia) ok 26323 - ".This is a comment" ([SB/F/NM] Portia) ok 26324 - ".A\tcomment" ([RE/F/NM] Portia) ok 26325 - ".A\tcomment" ([SB/F/NM] Portia) ok 26326 - ".Another /* comment" ([RE/F/NM] Portia) ok 26327 - ".Another /* comment" ([SB/F/NM] Portia) ok 26328 - "\n" ([RE/F/NM] Portia) ok 26329 - "\n" ([SB/F/NM] Portia) ok 26330 - "This is a comment\n" ([RE/F/NM] Portia) ok 26331 - "This is a comment\n" ([SB/F/NM] Portia) ok 26332 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26333 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26334 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26335 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26336 - ";" ([RE/F/NM] Portia) ok 26337 - ";" ([SB/F/NM] Portia) ok 26338 - ";This is a comment" ([RE/F/NM] Portia) ok 26339 - ";This is a comment" ([SB/F/NM] Portia) ok 26340 - ";A\tcomment" ([RE/F/NM] Portia) ok 26341 - ";A\tcomment" ([SB/F/NM] Portia) ok 26342 - ";Another /* comment" ([RE/F/NM] Portia) ok 26343 - ";Another /* comment" ([SB/F/NM] Portia) ok 26344 - "\n" ([RE/F/NM] Portia) ok 26345 - "\n" ([SB/F/NM] Portia) ok 26346 - "This is a comment\n" ([RE/F/NM] Portia) ok 26347 - "This is a comment\n" ([SB/F/NM] Portia) ok 26348 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26349 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26350 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26351 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26352 - "`" ([RE/F/NM] Portia) ok 26353 - "`" ([SB/F/NM] Portia) ok 26354 - "`This is a comment" ([RE/F/NM] Portia) ok 26355 - "`This is a comment" ([SB/F/NM] Portia) ok 26356 - "`A\tcomment" ([RE/F/NM] Portia) ok 26357 - "`A\tcomment" ([SB/F/NM] Portia) ok 26358 - "`Another /* comment" ([RE/F/NM] Portia) ok 26359 - "`Another /* comment" ([SB/F/NM] Portia) ok 26360 - "\n" ([RE/F/NM] Portia) ok 26361 - "\n" ([SB/F/NM] Portia) ok 26362 - "This is a comment\n" ([RE/F/NM] Portia) ok 26363 - "This is a comment\n" ([SB/F/NM] Portia) ok 26364 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26365 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26366 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26367 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26368 - "--" ([RE/F/NM] Portia) ok 26369 - "--" ([SB/F/NM] Portia) ok 26370 - "--This is a comment" ([RE/F/NM] Portia) ok 26371 - "--This is a comment" ([SB/F/NM] Portia) ok 26372 - "--A\tcomment" ([RE/F/NM] Portia) ok 26373 - "--A\tcomment" ([SB/F/NM] Portia) ok 26374 - "--Another /* comment" ([RE/F/NM] Portia) ok 26375 - "--Another /* comment" ([SB/F/NM] Portia) ok 26376 - "\n" ([RE/F/NM] Portia) ok 26377 - "\n" ([SB/F/NM] Portia) ok 26378 - "This is a comment\n" ([RE/F/NM] Portia) ok 26379 - "This is a comment\n" ([SB/F/NM] Portia) ok 26380 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26381 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26382 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26383 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26384 - "---" ([RE/F/NM] Portia) ok 26385 - "---" ([SB/F/NM] Portia) ok 26386 - "---This is a comment" ([RE/F/NM] Portia) ok 26387 - "---This is a comment" ([SB/F/NM] Portia) ok 26388 - "---A\tcomment" ([RE/F/NM] Portia) ok 26389 - "---A\tcomment" ([SB/F/NM] Portia) ok 26390 - "---Another /* comment" ([RE/F/NM] Portia) ok 26391 - "---Another /* comment" ([SB/F/NM] Portia) ok 26392 - "\n" ([RE/F/NM] Portia) ok 26393 - "\n" ([SB/F/NM] Portia) ok 26394 - "This is a comment\n" ([RE/F/NM] Portia) ok 26395 - "This is a comment\n" ([SB/F/NM] Portia) ok 26396 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26397 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26398 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26399 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26400 - "-----" ([RE/F/NM] Portia) ok 26401 - "-----" ([SB/F/NM] Portia) ok 26402 - "-----This is a comment" ([RE/F/NM] Portia) ok 26403 - "-----This is a comment" ([SB/F/NM] Portia) ok 26404 - "-----A\tcomment" ([RE/F/NM] Portia) ok 26405 - "-----A\tcomment" ([SB/F/NM] Portia) ok 26406 - "-----Another /* comment" ([RE/F/NM] Portia) ok 26407 - "-----Another /* comment" ([SB/F/NM] Portia) ok 26408 - "\n" ([RE/F/NM] Portia) ok 26409 - "\n" ([SB/F/NM] Portia) ok 26410 - "This is a comment\n" ([RE/F/NM] Portia) ok 26411 - "This is a comment\n" ([SB/F/NM] Portia) ok 26412 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26413 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26414 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26415 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26416 - "\\"" ([RE/F/NM] Portia) ok 26417 - "\\"" ([SB/F/NM] Portia) ok 26418 - "\\"This is a comment" ([RE/F/NM] Portia) ok 26419 - "\\"This is a comment" ([SB/F/NM] Portia) ok 26420 - "\\"A\tcomment" ([RE/F/NM] Portia) ok 26421 - "\\"A\tcomment" ([SB/F/NM] Portia) ok 26422 - "\\"Another /* comment" ([RE/F/NM] Portia) ok 26423 - "\\"Another /* comment" ([SB/F/NM] Portia) ok 26424 - "\n" ([RE/F/NM] Portia) ok 26425 - "\n" ([SB/F/NM] Portia) ok 26426 - "This is a comment\n" ([RE/F/NM] Portia) ok 26427 - "This is a comment\n" ([SB/F/NM] Portia) ok 26428 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26429 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26430 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26431 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26432 - """ ([RE/F/NM] Portia) ok 26433 - """ ([SB/F/NM] Portia) ok 26434 - ""This is a comment" ([RE/F/NM] Portia) ok 26435 - ""This is a comment" ([SB/F/NM] Portia) ok 26436 - ""A\tcomment" ([RE/F/NM] Portia) ok 26437 - ""A\tcomment" ([SB/F/NM] Portia) ok 26438 - ""Another /* comment" ([RE/F/NM] Portia) ok 26439 - ""Another /* comment" ([SB/F/NM] Portia) ok 26440 - "\n" ([RE/F/NM] Portia) ok 26441 - "\n" ([SB/F/NM] Portia) ok 26442 - "This is a comment\n" ([RE/F/NM] Portia) ok 26443 - "This is a comment\n" ([SB/F/NM] Portia) ok 26444 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26445 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26446 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26447 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26448 - "'" ([RE/F/NM] Portia) ok 26449 - "'" ([SB/F/NM] Portia) ok 26450 - "'This is a comment" ([RE/F/NM] Portia) ok 26451 - "'This is a comment" ([SB/F/NM] Portia) ok 26452 - "'A\tcomment" ([RE/F/NM] Portia) ok 26453 - "'A\tcomment" ([SB/F/NM] Portia) ok 26454 - "'Another /* comment" ([RE/F/NM] Portia) ok 26455 - "'Another /* comment" ([SB/F/NM] Portia) ok 26456 - "\n" ([RE/F/NM] Portia) ok 26457 - "\n" ([SB/F/NM] Portia) ok 26458 - "This is a comment\n" ([RE/F/NM] Portia) ok 26459 - "This is a comment\n" ([SB/F/NM] Portia) ok 26460 - "A\tcomment\n" ([RE/F/NM] Portia) ok 26461 - "A\tcomment\n" ([SB/F/NM] Portia) ok 26462 - "Another /* comment\n" ([RE/F/NM] Portia) ok 26463 - "Another /* comment\n" ([SB/F/NM] Portia) ok 26464 - "/* This is a C comment */" ([RE/F/NM] Portia) ok 26465 - "/* This is a C comment */" ([SB/F/NM] Portia) ok 26466 - "(* This is a Pascal comment *)" ([RE/F/NM] Portia) ok 26467 - "(* This is a Pascal comment *)" ([SB/F/NM] Portia) ok 26468 - "" ([RE/F/NM] Portia) ok 26469 - "" ([SB/F/NM] Portia) ok 26470 - "//\n\n" ([RE/F/NM] Portia) ok 26471 - "//\n\n" ([SB/F/NM] Portia) ok 26472 - "//This is a comment\n\n" ([RE/F/NM] Portia) ok 26473 - "//This is a comment\n\n" ([SB/F/NM] Portia) ok 26474 - "//A\tcomment\n\n" ([RE/F/NM] Portia) ok 26475 - "//A\tcomment\n\n" ([SB/F/NM] Portia) ok 26476 - "//Another /* comment\n\n" ([RE/F/NM] Portia) ok 26477 - "//Another /* comment\n\n" ([SB/F/NM] Portia) ok 26478 - "//\n//\n" ([RE/F/NM] Portia) ok 26479 - "//\n//\n" ([SB/F/NM] Portia) ok 26480 - "//This is a comment\n//This is a comment\n" ([RE/F/NM] Portia) ok 26481 - "//This is a comment\n//This is a comment\n" ([SB/F/NM] Portia) ok 26482 - "//A\tcomment\n//A\tcomment\n" ([RE/F/NM] Portia) ok 26483 - "//A\tcomment\n//A\tcomment\n" ([SB/F/NM] Portia) ok 26484 - "//Another /* comment\n//Another /* comment\n" ([RE/F/NM] Portia) ok 26485 - "//Another /* comment\n//Another /* comment\n" ([SB/F/NM] Portia) ok 26486 - "//\nln" ([RE/F/NM] Portia) ok 26487 - "//\nln" ([SB/F/NM] Portia) ok 26488 - "//This is a comment\nyse" ([RE/F/NM] Portia) ok 26489 - "//This is a comment\nyse" ([SB/F/NM] Portia) ok 26490 - "//A\tcomment\n3x" ([RE/F/NM] Portia) ok 26491 - "//A\tcomment\n3x" ([SB/F/NM] Portia) ok 26492 - "//Another /* comment\nds1o" ([RE/F/NM] Portia) ok 26493 - "//Another /* comment\nds1o" ([SB/F/NM] Portia) ok 26494 - "4//\n" ([RE/F/NM] Portia) ok 26495 - "4//\n" ([SB/F/NM] Portia) ok 26496 - "6q54//This is a comment\n" ([RE/F/NM] Portia) ok 26497 - "6q54//This is a comment\n" ([SB/F/NM] Portia) ok 26498 - "lk//A\tcomment\n" ([RE/F/NM] Portia) ok 26499 - "lk//A\tcomment\n" ([SB/F/NM] Portia) ok 26500 - "se//Another /* comment\n" ([RE/F/NM] Portia) ok 26501 - "se//Another /* comment\n" ([SB/F/NM] Portia) ok 26502 - "\\\n" ([RE/F/NM] Portia) ok 26503 - "\\\n" ([SB/F/NM] Portia) ok 26504 - "\\This is a comment\n" ([RE/F/NM] Portia) ok 26505 - "\\This is a comment\n" ([SB/F/NM] Portia) ok 26506 - "\\A\tcomment\n" ([RE/F/NM] Portia) ok 26507 - "\\A\tcomment\n" ([SB/F/NM] Portia) ok 26508 - "\\Another /* comment\n" ([RE/F/NM] Portia) ok 26509 - "\\Another /* comment\n" ([SB/F/NM] Portia) ok 26510 - "#\n" ([RE/F/NM] Portia) ok 26511 - "#\n" ([SB/F/NM] Portia) ok 26512 - "#This is a comment\n" ([RE/F/NM] Portia) ok 26513 - "#This is a comment\n" ([SB/F/NM] Portia) ok 26514 - "#A\tcomment\n" ([RE/F/NM] Portia) ok 26515 - "#A\tcomment\n" ([SB/F/NM] Portia) ok 26516 - "#Another /* comment\n" ([RE/F/NM] Portia) ok 26517 - "#Another /* comment\n" ([SB/F/NM] Portia) ok 26518 - "--\n" ([RE/F/NM] Portia) ok 26519 - "--\n" ([SB/F/NM] Portia) ok 26520 - "--This is a comment\n" ([RE/F/NM] Portia) ok 26521 - "--This is a comment\n" ([SB/F/NM] Portia) ok 26522 - "--A\tcomment\n" ([RE/F/NM] Portia) ok 26523 - "--A\tcomment\n" ([SB/F/NM] Portia) ok 26524 - "--Another /* comment\n" ([RE/F/NM] Portia) ok 26525 - "--Another /* comment\n" ([SB/F/NM] Portia) ok 26526 - ";\n" ([RE/F/NM] Portia) ok 26527 - ";\n" ([SB/F/NM] Portia) ok 26528 - ";This is a comment\n" ([RE/F/NM] Portia) ok 26529 - ";This is a comment\n" ([SB/F/NM] Portia) ok 26530 - ";A\tcomment\n" ([RE/F/NM] Portia) ok 26531 - ";A\tcomment\n" ([SB/F/NM] Portia) ok 26532 - ";Another /* comment\n" ([RE/F/NM] Portia) ok 26533 - ";Another /* comment\n" ([SB/F/NM] Portia) ok 26534 - "#\n" ([RE/F/NM] Portia) ok 26535 - "#\n" ([SB/F/NM] Portia) ok 26536 - "#This is a comment\n" ([RE/F/NM] Portia) ok 26537 - "#This is a comment\n" ([SB/F/NM] Portia) ok 26538 - "#A\tcomment\n" ([RE/F/NM] Portia) ok 26539 - "#A\tcomment\n" ([SB/F/NM] Portia) ok 26540 - "#Another /* comment\n" ([RE/F/NM] Portia) ok 26541 - "#Another /* comment\n" ([SB/F/NM] Portia) ok 26542 - "*\n" ([RE/F/NM] Portia) ok 26543 - "*\n" ([SB/F/NM] Portia) ok 26544 - "*This is a comment\n" ([RE/F/NM] Portia) ok 26545 - "*This is a comment\n" ([SB/F/NM] Portia) ok 26546 - "*A\tcomment\n" ([RE/F/NM] Portia) ok 26547 - "*A\tcomment\n" ([SB/F/NM] Portia) ok 26548 - "*Another /* comment\n" ([RE/F/NM] Portia) ok 26549 - "*Another /* comment\n" ([SB/F/NM] Portia) ok 26550 - "!\n" ([RE/F/NM] Portia) ok 26551 - "!\n" ([SB/F/NM] Portia) ok 26552 - "!This is a comment\n" ([RE/F/NM] Portia) ok 26553 - "!This is a comment\n" ([SB/F/NM] Portia) ok 26554 - "!A\tcomment\n" ([RE/F/NM] Portia) ok 26555 - "!A\tcomment\n" ([SB/F/NM] Portia) ok 26556 - "!Another /* comment\n" ([RE/F/NM] Portia) ok 26557 - "!Another /* comment\n" ([SB/F/NM] Portia) ok 26558 - "REM\n" ([RE/F/NM] Portia) ok 26559 - "REM\n" ([SB/F/NM] Portia) ok 26560 - "REMThis is a comment\n" ([RE/F/NM] Portia) ok 26561 - "REMThis is a comment\n" ([SB/F/NM] Portia) ok 26562 - "REMA\tcomment\n" ([RE/F/NM] Portia) ok 26563 - "REMA\tcomment\n" ([SB/F/NM] Portia) ok 26564 - "REMAnother /* comment\n" ([RE/F/NM] Portia) ok 26565 - "REMAnother /* comment\n" ([SB/F/NM] Portia) ok 26566 - "%\n" ([RE/F/NM] Portia) ok 26567 - "%\n" ([SB/F/NM] Portia) ok 26568 - "%This is a comment\n" ([RE/F/NM] Portia) ok 26569 - "%This is a comment\n" ([SB/F/NM] Portia) ok 26570 - "%A\tcomment\n" ([RE/F/NM] Portia) ok 26571 - "%A\tcomment\n" ([SB/F/NM] Portia) ok 26572 - "%Another /* comment\n" ([RE/F/NM] Portia) ok 26573 - "%Another /* comment\n" ([SB/F/NM] Portia) ok 26574 - "!\n" ([RE/F/NM] Portia) ok 26575 - "!\n" ([SB/F/NM] Portia) ok 26576 - "!This is a comment\n" ([RE/F/NM] Portia) ok 26577 - "!This is a comment\n" ([SB/F/NM] Portia) ok 26578 - "!A\tcomment\n" ([RE/F/NM] Portia) ok 26579 - "!A\tcomment\n" ([SB/F/NM] Portia) ok 26580 - "!Another /* comment\n" ([RE/F/NM] Portia) ok 26581 - "!Another /* comment\n" ([SB/F/NM] Portia) ok 26582 - "NB\n" ([RE/F/NM] Portia) ok 26583 - "NB\n" ([SB/F/NM] Portia) ok 26584 - "NBThis is a comment\n" ([RE/F/NM] Portia) ok 26585 - "NBThis is a comment\n" ([SB/F/NM] Portia) ok 26586 - "NBA\tcomment\n" ([RE/F/NM] Portia) ok 26587 - "NBA\tcomment\n" ([SB/F/NM] Portia) ok 26588 - "NBAnother /* comment\n" ([RE/F/NM] Portia) ok 26589 - "NBAnother /* comment\n" ([SB/F/NM] Portia) ok 26590 - "PLEASE NOT\n" ([RE/F/NM] Portia) ok 26591 - "PLEASE NOT\n" ([SB/F/NM] Portia) ok 26592 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Portia) ok 26593 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Portia) ok 26594 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Portia) ok 26595 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Portia) ok 26596 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Portia) ok 26597 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Portia) ok 26598 - "PLEASE NOT\n" ([RE/F/NM] Portia) ok 26599 - "PLEASE NOT\n" ([SB/F/NM] Portia) ok 26600 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Portia) ok 26601 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Portia) ok 26602 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Portia) ok 26603 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Portia) ok 26604 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Portia) ok 26605 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Portia) ok 26606 - "PLEASE N'T\n" ([RE/F/NM] Portia) ok 26607 - "PLEASE N'T\n" ([SB/F/NM] Portia) ok 26608 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Portia) ok 26609 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Portia) ok 26610 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Portia) ok 26611 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Portia) ok 26612 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Portia) ok 26613 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Portia) ok 26614 - "DO NOT\n" ([RE/F/NM] Portia) ok 26615 - "DO NOT\n" ([SB/F/NM] Portia) ok 26616 - "DO NOTThis is a comment\n" ([RE/F/NM] Portia) ok 26617 - "DO NOTThis is a comment\n" ([SB/F/NM] Portia) ok 26618 - "DO NOTA\tcomment\n" ([RE/F/NM] Portia) ok 26619 - "DO NOTA\tcomment\n" ([SB/F/NM] Portia) ok 26620 - "DO NOTAnother /* comment\n" ([RE/F/NM] Portia) ok 26621 - "DO NOTAnother /* comment\n" ([SB/F/NM] Portia) ok 26622 - "DO N'T\n" ([RE/F/NM] Portia) ok 26623 - "DO N'T\n" ([SB/F/NM] Portia) ok 26624 - "DO N'TThis is a comment\n" ([RE/F/NM] Portia) ok 26625 - "DO N'TThis is a comment\n" ([SB/F/NM] Portia) ok 26626 - "DO N'TA\tcomment\n" ([RE/F/NM] Portia) ok 26627 - "DO N'TA\tcomment\n" ([SB/F/NM] Portia) ok 26628 - "DO N'TAnother /* comment\n" ([RE/F/NM] Portia) ok 26629 - "DO N'TAnother /* comment\n" ([SB/F/NM] Portia) ok 26630 - "DO NOT\n" ([RE/F/NM] Portia) ok 26631 - "DO NOT\n" ([SB/F/NM] Portia) ok 26632 - "DO NOTThis is a comment\n" ([RE/F/NM] Portia) ok 26633 - "DO NOTThis is a comment\n" ([SB/F/NM] Portia) ok 26634 - "DO NOTA\tcomment\n" ([RE/F/NM] Portia) ok 26635 - "DO NOTA\tcomment\n" ([SB/F/NM] Portia) ok 26636 - "DO NOTAnother /* comment\n" ([RE/F/NM] Portia) ok 26637 - "DO NOTAnother /* comment\n" ([SB/F/NM] Portia) ok 26638 - "PLEASE DO NOT\n" ([RE/F/NM] Portia) ok 26639 - "PLEASE DO NOT\n" ([SB/F/NM] Portia) ok 26640 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Portia) ok 26641 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Portia) ok 26642 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Portia) ok 26643 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Portia) ok 26644 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Portia) ok 26645 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Portia) ok 26646 - "PLEASE DO NOT\n" ([RE/F/NM] Portia) ok 26647 - "PLEASE DO NOT\n" ([SB/F/NM] Portia) ok 26648 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Portia) ok 26649 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Portia) ok 26650 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Portia) ok 26651 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Portia) ok 26652 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Portia) ok 26653 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Portia) ok 26654 - "PLEASE DO N'T\n" ([RE/F/NM] Portia) ok 26655 - "PLEASE DO N'T\n" ([SB/F/NM] Portia) ok 26656 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Portia) ok 26657 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Portia) ok 26658 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Portia) ok 26659 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Portia) ok 26660 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Portia) ok 26661 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Portia) ok 26662 - "NB.\n" ([RE/F/NM] Portia) ok 26663 - "NB.\n" ([SB/F/NM] Portia) ok 26664 - "NB.This is a comment\n" ([RE/F/NM] Portia) ok 26665 - "NB.This is a comment\n" ([SB/F/NM] Portia) ok 26666 - "NB.A\tcomment\n" ([RE/F/NM] Portia) ok 26667 - "NB.A\tcomment\n" ([SB/F/NM] Portia) ok 26668 - "NB.Another /* comment\n" ([RE/F/NM] Portia) ok 26669 - "NB.Another /* comment\n" ([SB/F/NM] Portia) ok 26670 - "{}" ([RE/F/NM] Portia) ok 26671 - "{}" ([SB/F/NM] Portia) ok 26672 - "{This is a comment}" ([RE/F/NM] Portia) ok 26673 - "{This is a comment}" ([SB/F/NM] Portia) ok 26674 - "{A\tcomment}" ([RE/F/NM] Portia) ok 26675 - "{A\tcomment}" ([SB/F/NM] Portia) ok 26676 - "{Another /* comment}" ([RE/F/NM] Portia) ok 26677 - "{Another /* comment}" ([SB/F/NM] Portia) ok 26678 - ".\n" ([RE/F/NM] Portia) ok 26679 - ".\n" ([SB/F/NM] Portia) ok 26680 - ".This is a comment\n" ([RE/F/NM] Portia) ok 26681 - ".This is a comment\n" ([SB/F/NM] Portia) ok 26682 - ".A\tcomment\n" ([RE/F/NM] Portia) ok 26683 - ".A\tcomment\n" ([SB/F/NM] Portia) ok 26684 - ".Another /* comment\n" ([RE/F/NM] Portia) ok 26685 - ".Another /* comment\n" ([SB/F/NM] Portia) ok 26686 - ";\n" ([RE/F/NM] Portia) ok 26687 - ";\n" ([SB/F/NM] Portia) ok 26688 - ";This is a comment\n" ([RE/F/NM] Portia) ok 26689 - ";This is a comment\n" ([SB/F/NM] Portia) ok 26690 - ";A\tcomment\n" ([RE/F/NM] Portia) ok 26691 - ";A\tcomment\n" ([SB/F/NM] Portia) ok 26692 - ";Another /* comment\n" ([RE/F/NM] Portia) ok 26693 - ";Another /* comment\n" ([SB/F/NM] Portia) ok 26694 - "`\n" ([RE/F/NM] Portia) ok 26695 - "`\n" ([SB/F/NM] Portia) ok 26696 - "`This is a comment\n" ([RE/F/NM] Portia) ok 26697 - "`This is a comment\n" ([SB/F/NM] Portia) ok 26698 - "`A\tcomment\n" ([RE/F/NM] Portia) ok 26699 - "`A\tcomment\n" ([SB/F/NM] Portia) ok 26700 - "`Another /* comment\n" ([RE/F/NM] Portia) ok 26701 - "`Another /* comment\n" ([SB/F/NM] Portia) ok 26702 - "--\n" ([RE/F/NM] Portia) ok 26703 - "--\n" ([SB/F/NM] Portia) ok 26704 - "--This is a comment\n" ([RE/F/NM] Portia) ok 26705 - "--This is a comment\n" ([SB/F/NM] Portia) ok 26706 - "--A\tcomment\n" ([RE/F/NM] Portia) ok 26707 - "--A\tcomment\n" ([SB/F/NM] Portia) ok 26708 - "--Another /* comment\n" ([RE/F/NM] Portia) ok 26709 - "--Another /* comment\n" ([SB/F/NM] Portia) ok 26710 - "---\n" ([RE/F/NM] Portia) ok 26711 - "---\n" ([SB/F/NM] Portia) ok 26712 - "---This is a comment\n" ([RE/F/NM] Portia) ok 26713 - "---This is a comment\n" ([SB/F/NM] Portia) ok 26714 - "---A\tcomment\n" ([RE/F/NM] Portia) ok 26715 - "---A\tcomment\n" ([SB/F/NM] Portia) ok 26716 - "---Another /* comment\n" ([RE/F/NM] Portia) ok 26717 - "---Another /* comment\n" ([SB/F/NM] Portia) ok 26718 - "-----\n" ([RE/F/NM] Portia) ok 26719 - "-----\n" ([SB/F/NM] Portia) ok 26720 - "-----This is a comment\n" ([RE/F/NM] Portia) ok 26721 - "-----This is a comment\n" ([SB/F/NM] Portia) ok 26722 - "-----A\tcomment\n" ([RE/F/NM] Portia) ok 26723 - "-----A\tcomment\n" ([SB/F/NM] Portia) ok 26724 - "-----Another /* comment\n" ([RE/F/NM] Portia) ok 26725 - "-----Another /* comment\n" ([SB/F/NM] Portia) ok 26726 - "\\"\n" ([RE/F/NM] Portia) ok 26727 - "\\"\n" ([SB/F/NM] Portia) ok 26728 - "\\"This is a comment\n" ([RE/F/NM] Portia) ok 26729 - "\\"This is a comment\n" ([SB/F/NM] Portia) ok 26730 - "\\"A\tcomment\n" ([RE/F/NM] Portia) ok 26731 - "\\"A\tcomment\n" ([SB/F/NM] Portia) ok 26732 - "\\"Another /* comment\n" ([RE/F/NM] Portia) ok 26733 - "\\"Another /* comment\n" ([SB/F/NM] Portia) ok 26734 - ""\n" ([RE/F/NM] Portia) ok 26735 - ""\n" ([SB/F/NM] Portia) ok 26736 - ""This is a comment\n" ([RE/F/NM] Portia) ok 26737 - ""This is a comment\n" ([SB/F/NM] Portia) ok 26738 - ""A\tcomment\n" ([RE/F/NM] Portia) ok 26739 - ""A\tcomment\n" ([SB/F/NM] Portia) ok 26740 - ""Another /* comment\n" ([RE/F/NM] Portia) ok 26741 - ""Another /* comment\n" ([SB/F/NM] Portia) ok 26742 - "'\n" ([RE/F/NM] Portia) ok 26743 - "'\n" ([SB/F/NM] Portia) ok 26744 - "'This is a comment\n" ([RE/F/NM] Portia) ok 26745 - "'This is a comment\n" ([SB/F/NM] Portia) ok 26746 - "'A\tcomment\n" ([RE/F/NM] Portia) ok 26747 - "'A\tcomment\n" ([SB/F/NM] Portia) ok 26748 - "'Another /* comment\n" ([RE/F/NM] Portia) ok 26749 - "'Another /* comment\n" ([SB/F/NM] Portia) ok 26750 - "//\n" ([RE/P/MT] Ubercode) ok 26751 - "//\n" ([OM/P/MT] Ubercode) ok 26752 - "//\n" ([OS/P/MT] Ubercode) ok 26753 - "//\n" ([SB/P/MT] Ubercode) ok 26754 - "//\n" ([KP/P/MT] Ubercode) ok 26755 - "//This is a comment\n" ([RE/P/MT] Ubercode) ok 26756 - "//This is a comment\n" ([OM/P/MT] Ubercode) ok 26757 - "//This is a comment\n" ([OS/P/MT] Ubercode) ok 26758 - "//This is a comment\n" ([SB/P/MT] Ubercode) ok 26759 - "//This is a comment\n" ([KP/P/MT] Ubercode) ok 26760 - "//A\tcomment\n" ([RE/P/MT] Ubercode) ok 26761 - "//A\tcomment\n" ([OM/P/MT] Ubercode) ok 26762 - "//A\tcomment\n" ([OS/P/MT] Ubercode) ok 26763 - "//A\tcomment\n" ([SB/P/MT] Ubercode) ok 26764 - "//A\tcomment\n" ([KP/P/MT] Ubercode) ok 26765 - "//Another /* comment\n" ([RE/P/MT] Ubercode) ok 26766 - "//Another /* comment\n" ([OM/P/MT] Ubercode) ok 26767 - "//Another /* comment\n" ([OS/P/MT] Ubercode) ok 26768 - "//Another /* comment\n" ([SB/P/MT] Ubercode) ok 26769 - "//Another /* comment\n" ([KP/P/MT] Ubercode) ok 26770 - "\\" ([RE/F/NM] Ubercode) ok 26771 - "\\" ([SB/F/NM] Ubercode) ok 26772 - "\\This is a comment" ([RE/F/NM] Ubercode) ok 26773 - "\\This is a comment" ([SB/F/NM] Ubercode) ok 26774 - "\\A\tcomment" ([RE/F/NM] Ubercode) ok 26775 - "\\A\tcomment" ([SB/F/NM] Ubercode) ok 26776 - "\\Another /* comment" ([RE/F/NM] Ubercode) ok 26777 - "\\Another /* comment" ([SB/F/NM] Ubercode) ok 26778 - "\n" ([RE/F/NM] Ubercode) ok 26779 - "\n" ([SB/F/NM] Ubercode) ok 26780 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26781 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26782 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26783 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26784 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26785 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26786 - "#" ([RE/F/NM] Ubercode) ok 26787 - "#" ([SB/F/NM] Ubercode) ok 26788 - "#This is a comment" ([RE/F/NM] Ubercode) ok 26789 - "#This is a comment" ([SB/F/NM] Ubercode) ok 26790 - "#A\tcomment" ([RE/F/NM] Ubercode) ok 26791 - "#A\tcomment" ([SB/F/NM] Ubercode) ok 26792 - "#Another /* comment" ([RE/F/NM] Ubercode) ok 26793 - "#Another /* comment" ([SB/F/NM] Ubercode) ok 26794 - "\n" ([RE/F/NM] Ubercode) ok 26795 - "\n" ([SB/F/NM] Ubercode) ok 26796 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26797 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26798 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26799 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26800 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26801 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26802 - "//" ([RE/F/NM] Ubercode) ok 26803 - "//" ([SB/F/NM] Ubercode) ok 26804 - "//This is a comment" ([RE/F/NM] Ubercode) ok 26805 - "//This is a comment" ([SB/F/NM] Ubercode) ok 26806 - "//A\tcomment" ([RE/F/NM] Ubercode) ok 26807 - "//A\tcomment" ([SB/F/NM] Ubercode) ok 26808 - "//Another /* comment" ([RE/F/NM] Ubercode) ok 26809 - "//Another /* comment" ([SB/F/NM] Ubercode) ok 26810 - "\n" ([RE/F/NM] Ubercode) ok 26811 - "\n" ([SB/F/NM] Ubercode) ok 26812 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26813 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26814 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26815 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26816 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26817 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26818 - "--" ([RE/F/NM] Ubercode) ok 26819 - "--" ([SB/F/NM] Ubercode) ok 26820 - "--This is a comment" ([RE/F/NM] Ubercode) ok 26821 - "--This is a comment" ([SB/F/NM] Ubercode) ok 26822 - "--A\tcomment" ([RE/F/NM] Ubercode) ok 26823 - "--A\tcomment" ([SB/F/NM] Ubercode) ok 26824 - "--Another /* comment" ([RE/F/NM] Ubercode) ok 26825 - "--Another /* comment" ([SB/F/NM] Ubercode) ok 26826 - "\n" ([RE/F/NM] Ubercode) ok 26827 - "\n" ([SB/F/NM] Ubercode) ok 26828 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26829 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26830 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26831 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26832 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26833 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26834 - ";" ([RE/F/NM] Ubercode) ok 26835 - ";" ([SB/F/NM] Ubercode) ok 26836 - ";This is a comment" ([RE/F/NM] Ubercode) ok 26837 - ";This is a comment" ([SB/F/NM] Ubercode) ok 26838 - ";A\tcomment" ([RE/F/NM] Ubercode) ok 26839 - ";A\tcomment" ([SB/F/NM] Ubercode) ok 26840 - ";Another /* comment" ([RE/F/NM] Ubercode) ok 26841 - ";Another /* comment" ([SB/F/NM] Ubercode) ok 26842 - "\n" ([RE/F/NM] Ubercode) ok 26843 - "\n" ([SB/F/NM] Ubercode) ok 26844 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26845 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26846 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26847 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26848 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26849 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26850 - "#" ([RE/F/NM] Ubercode) ok 26851 - "#" ([SB/F/NM] Ubercode) ok 26852 - "#This is a comment" ([RE/F/NM] Ubercode) ok 26853 - "#This is a comment" ([SB/F/NM] Ubercode) ok 26854 - "#A\tcomment" ([RE/F/NM] Ubercode) ok 26855 - "#A\tcomment" ([SB/F/NM] Ubercode) ok 26856 - "#Another /* comment" ([RE/F/NM] Ubercode) ok 26857 - "#Another /* comment" ([SB/F/NM] Ubercode) ok 26858 - "\n" ([RE/F/NM] Ubercode) ok 26859 - "\n" ([SB/F/NM] Ubercode) ok 26860 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26861 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26862 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26863 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26864 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26865 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26866 - "*" ([RE/F/NM] Ubercode) ok 26867 - "*" ([SB/F/NM] Ubercode) ok 26868 - "*This is a comment" ([RE/F/NM] Ubercode) ok 26869 - "*This is a comment" ([SB/F/NM] Ubercode) ok 26870 - "*A\tcomment" ([RE/F/NM] Ubercode) ok 26871 - "*A\tcomment" ([SB/F/NM] Ubercode) ok 26872 - "*Another /* comment" ([RE/F/NM] Ubercode) ok 26873 - "*Another /* comment" ([SB/F/NM] Ubercode) ok 26874 - "\n" ([RE/F/NM] Ubercode) ok 26875 - "\n" ([SB/F/NM] Ubercode) ok 26876 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26877 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26878 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26879 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26880 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26881 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26882 - "!" ([RE/F/NM] Ubercode) ok 26883 - "!" ([SB/F/NM] Ubercode) ok 26884 - "!This is a comment" ([RE/F/NM] Ubercode) ok 26885 - "!This is a comment" ([SB/F/NM] Ubercode) ok 26886 - "!A\tcomment" ([RE/F/NM] Ubercode) ok 26887 - "!A\tcomment" ([SB/F/NM] Ubercode) ok 26888 - "!Another /* comment" ([RE/F/NM] Ubercode) ok 26889 - "!Another /* comment" ([SB/F/NM] Ubercode) ok 26890 - "\n" ([RE/F/NM] Ubercode) ok 26891 - "\n" ([SB/F/NM] Ubercode) ok 26892 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26893 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26894 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26895 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26896 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26897 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26898 - "REM" ([RE/F/NM] Ubercode) ok 26899 - "REM" ([SB/F/NM] Ubercode) ok 26900 - "REMThis is a comment" ([RE/F/NM] Ubercode) ok 26901 - "REMThis is a comment" ([SB/F/NM] Ubercode) ok 26902 - "REMA\tcomment" ([RE/F/NM] Ubercode) ok 26903 - "REMA\tcomment" ([SB/F/NM] Ubercode) ok 26904 - "REMAnother /* comment" ([RE/F/NM] Ubercode) ok 26905 - "REMAnother /* comment" ([SB/F/NM] Ubercode) ok 26906 - "\n" ([RE/F/NM] Ubercode) ok 26907 - "\n" ([SB/F/NM] Ubercode) ok 26908 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26909 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26910 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26911 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26912 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26913 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26914 - "//" ([RE/F/NM] Ubercode) ok 26915 - "//" ([SB/F/NM] Ubercode) ok 26916 - "//This is a comment" ([RE/F/NM] Ubercode) ok 26917 - "//This is a comment" ([SB/F/NM] Ubercode) ok 26918 - "//A\tcomment" ([RE/F/NM] Ubercode) ok 26919 - "//A\tcomment" ([SB/F/NM] Ubercode) ok 26920 - "//Another /* comment" ([RE/F/NM] Ubercode) ok 26921 - "//Another /* comment" ([SB/F/NM] Ubercode) ok 26922 - "\n" ([RE/F/NM] Ubercode) ok 26923 - "\n" ([SB/F/NM] Ubercode) ok 26924 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26925 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26926 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26927 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26928 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26929 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26930 - "%" ([RE/F/NM] Ubercode) ok 26931 - "%" ([SB/F/NM] Ubercode) ok 26932 - "%This is a comment" ([RE/F/NM] Ubercode) ok 26933 - "%This is a comment" ([SB/F/NM] Ubercode) ok 26934 - "%A\tcomment" ([RE/F/NM] Ubercode) ok 26935 - "%A\tcomment" ([SB/F/NM] Ubercode) ok 26936 - "%Another /* comment" ([RE/F/NM] Ubercode) ok 26937 - "%Another /* comment" ([SB/F/NM] Ubercode) ok 26938 - "\n" ([RE/F/NM] Ubercode) ok 26939 - "\n" ([SB/F/NM] Ubercode) ok 26940 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26941 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26942 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26943 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26944 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26945 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26946 - "!" ([RE/F/NM] Ubercode) ok 26947 - "!" ([SB/F/NM] Ubercode) ok 26948 - "!This is a comment" ([RE/F/NM] Ubercode) ok 26949 - "!This is a comment" ([SB/F/NM] Ubercode) ok 26950 - "!A\tcomment" ([RE/F/NM] Ubercode) ok 26951 - "!A\tcomment" ([SB/F/NM] Ubercode) ok 26952 - "!Another /* comment" ([RE/F/NM] Ubercode) ok 26953 - "!Another /* comment" ([SB/F/NM] Ubercode) ok 26954 - "\n" ([RE/F/NM] Ubercode) ok 26955 - "\n" ([SB/F/NM] Ubercode) ok 26956 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26957 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26958 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26959 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26960 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26961 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26962 - "NB" ([RE/F/NM] Ubercode) ok 26963 - "NB" ([SB/F/NM] Ubercode) ok 26964 - "NBThis is a comment" ([RE/F/NM] Ubercode) ok 26965 - "NBThis is a comment" ([SB/F/NM] Ubercode) ok 26966 - "NBA\tcomment" ([RE/F/NM] Ubercode) ok 26967 - "NBA\tcomment" ([SB/F/NM] Ubercode) ok 26968 - "NBAnother /* comment" ([RE/F/NM] Ubercode) ok 26969 - "NBAnother /* comment" ([SB/F/NM] Ubercode) ok 26970 - "\n" ([RE/F/NM] Ubercode) ok 26971 - "\n" ([SB/F/NM] Ubercode) ok 26972 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26973 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26974 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26975 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26976 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26977 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26978 - "PLEASE NOT" ([RE/F/NM] Ubercode) ok 26979 - "PLEASE NOT" ([SB/F/NM] Ubercode) ok 26980 - "PLEASE NOTThis is a comment" ([RE/F/NM] Ubercode) ok 26981 - "PLEASE NOTThis is a comment" ([SB/F/NM] Ubercode) ok 26982 - "PLEASE NOTA\tcomment" ([RE/F/NM] Ubercode) ok 26983 - "PLEASE NOTA\tcomment" ([SB/F/NM] Ubercode) ok 26984 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Ubercode) ok 26985 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Ubercode) ok 26986 - "\n" ([RE/F/NM] Ubercode) ok 26987 - "\n" ([SB/F/NM] Ubercode) ok 26988 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 26989 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 26990 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 26991 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 26992 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 26993 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 26994 - "PLEASE NOT" ([RE/F/NM] Ubercode) ok 26995 - "PLEASE NOT" ([SB/F/NM] Ubercode) ok 26996 - "PLEASE NOTThis is a comment" ([RE/F/NM] Ubercode) ok 26997 - "PLEASE NOTThis is a comment" ([SB/F/NM] Ubercode) ok 26998 - "PLEASE NOTA\tcomment" ([RE/F/NM] Ubercode) ok 26999 - "PLEASE NOTA\tcomment" ([SB/F/NM] Ubercode) ok 27000 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Ubercode) ok 27001 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Ubercode) ok 27002 - "\n" ([RE/F/NM] Ubercode) ok 27003 - "\n" ([SB/F/NM] Ubercode) ok 27004 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27005 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27006 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27007 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27008 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27009 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27010 - "PLEASE N'T" ([RE/F/NM] Ubercode) ok 27011 - "PLEASE N'T" ([SB/F/NM] Ubercode) ok 27012 - "PLEASE N'TThis is a comment" ([RE/F/NM] Ubercode) ok 27013 - "PLEASE N'TThis is a comment" ([SB/F/NM] Ubercode) ok 27014 - "PLEASE N'TA\tcomment" ([RE/F/NM] Ubercode) ok 27015 - "PLEASE N'TA\tcomment" ([SB/F/NM] Ubercode) ok 27016 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Ubercode) ok 27017 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Ubercode) ok 27018 - "\n" ([RE/F/NM] Ubercode) ok 27019 - "\n" ([SB/F/NM] Ubercode) ok 27020 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27021 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27022 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27023 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27024 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27025 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27026 - "DO NOT" ([RE/F/NM] Ubercode) ok 27027 - "DO NOT" ([SB/F/NM] Ubercode) ok 27028 - "DO NOTThis is a comment" ([RE/F/NM] Ubercode) ok 27029 - "DO NOTThis is a comment" ([SB/F/NM] Ubercode) ok 27030 - "DO NOTA\tcomment" ([RE/F/NM] Ubercode) ok 27031 - "DO NOTA\tcomment" ([SB/F/NM] Ubercode) ok 27032 - "DO NOTAnother /* comment" ([RE/F/NM] Ubercode) ok 27033 - "DO NOTAnother /* comment" ([SB/F/NM] Ubercode) ok 27034 - "\n" ([RE/F/NM] Ubercode) ok 27035 - "\n" ([SB/F/NM] Ubercode) ok 27036 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27037 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27038 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27039 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27040 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27041 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27042 - "DO N'T" ([RE/F/NM] Ubercode) ok 27043 - "DO N'T" ([SB/F/NM] Ubercode) ok 27044 - "DO N'TThis is a comment" ([RE/F/NM] Ubercode) ok 27045 - "DO N'TThis is a comment" ([SB/F/NM] Ubercode) ok 27046 - "DO N'TA\tcomment" ([RE/F/NM] Ubercode) ok 27047 - "DO N'TA\tcomment" ([SB/F/NM] Ubercode) ok 27048 - "DO N'TAnother /* comment" ([RE/F/NM] Ubercode) ok 27049 - "DO N'TAnother /* comment" ([SB/F/NM] Ubercode) ok 27050 - "\n" ([RE/F/NM] Ubercode) ok 27051 - "\n" ([SB/F/NM] Ubercode) ok 27052 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27053 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27054 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27055 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27056 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27057 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27058 - "DO NOT" ([RE/F/NM] Ubercode) ok 27059 - "DO NOT" ([SB/F/NM] Ubercode) ok 27060 - "DO NOTThis is a comment" ([RE/F/NM] Ubercode) ok 27061 - "DO NOTThis is a comment" ([SB/F/NM] Ubercode) ok 27062 - "DO NOTA\tcomment" ([RE/F/NM] Ubercode) ok 27063 - "DO NOTA\tcomment" ([SB/F/NM] Ubercode) ok 27064 - "DO NOTAnother /* comment" ([RE/F/NM] Ubercode) ok 27065 - "DO NOTAnother /* comment" ([SB/F/NM] Ubercode) ok 27066 - "\n" ([RE/F/NM] Ubercode) ok 27067 - "\n" ([SB/F/NM] Ubercode) ok 27068 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27069 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27070 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27071 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27072 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27073 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27074 - "PLEASE DO NOT" ([RE/F/NM] Ubercode) ok 27075 - "PLEASE DO NOT" ([SB/F/NM] Ubercode) ok 27076 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Ubercode) ok 27077 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Ubercode) ok 27078 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Ubercode) ok 27079 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Ubercode) ok 27080 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Ubercode) ok 27081 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Ubercode) ok 27082 - "\n" ([RE/F/NM] Ubercode) ok 27083 - "\n" ([SB/F/NM] Ubercode) ok 27084 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27085 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27086 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27087 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27088 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27089 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27090 - "PLEASE DO NOT" ([RE/F/NM] Ubercode) ok 27091 - "PLEASE DO NOT" ([SB/F/NM] Ubercode) ok 27092 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Ubercode) ok 27093 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Ubercode) ok 27094 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Ubercode) ok 27095 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Ubercode) ok 27096 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Ubercode) ok 27097 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Ubercode) ok 27098 - "\n" ([RE/F/NM] Ubercode) ok 27099 - "\n" ([SB/F/NM] Ubercode) ok 27100 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27101 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27102 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27103 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27104 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27105 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27106 - "PLEASE DO N'T" ([RE/F/NM] Ubercode) ok 27107 - "PLEASE DO N'T" ([SB/F/NM] Ubercode) ok 27108 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Ubercode) ok 27109 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Ubercode) ok 27110 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Ubercode) ok 27111 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Ubercode) ok 27112 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Ubercode) ok 27113 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Ubercode) ok 27114 - "\n" ([RE/F/NM] Ubercode) ok 27115 - "\n" ([SB/F/NM] Ubercode) ok 27116 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27117 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27118 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27119 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27120 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27121 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27122 - "NB." ([RE/F/NM] Ubercode) ok 27123 - "NB." ([SB/F/NM] Ubercode) ok 27124 - "NB.This is a comment" ([RE/F/NM] Ubercode) ok 27125 - "NB.This is a comment" ([SB/F/NM] Ubercode) ok 27126 - "NB.A\tcomment" ([RE/F/NM] Ubercode) ok 27127 - "NB.A\tcomment" ([SB/F/NM] Ubercode) ok 27128 - "NB.Another /* comment" ([RE/F/NM] Ubercode) ok 27129 - "NB.Another /* comment" ([SB/F/NM] Ubercode) ok 27130 - "\n" ([RE/F/NM] Ubercode) ok 27131 - "\n" ([SB/F/NM] Ubercode) ok 27132 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27133 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27134 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27135 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27136 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27137 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27138 - "{" ([RE/F/NM] Ubercode) ok 27139 - "{" ([SB/F/NM] Ubercode) ok 27140 - "{This is a comment" ([RE/F/NM] Ubercode) ok 27141 - "{This is a comment" ([SB/F/NM] Ubercode) ok 27142 - "{A\tcomment" ([RE/F/NM] Ubercode) ok 27143 - "{A\tcomment" ([SB/F/NM] Ubercode) ok 27144 - "{Another /* comment" ([RE/F/NM] Ubercode) ok 27145 - "{Another /* comment" ([SB/F/NM] Ubercode) ok 27146 - "}" ([RE/F/NM] Ubercode) ok 27147 - "}" ([SB/F/NM] Ubercode) ok 27148 - "This is a comment}" ([RE/F/NM] Ubercode) ok 27149 - "This is a comment}" ([SB/F/NM] Ubercode) ok 27150 - "A\tcomment}" ([RE/F/NM] Ubercode) ok 27151 - "A\tcomment}" ([SB/F/NM] Ubercode) ok 27152 - "Another /* comment}" ([RE/F/NM] Ubercode) ok 27153 - "Another /* comment}" ([SB/F/NM] Ubercode) ok 27154 - "." ([RE/F/NM] Ubercode) ok 27155 - "." ([SB/F/NM] Ubercode) ok 27156 - ".This is a comment" ([RE/F/NM] Ubercode) ok 27157 - ".This is a comment" ([SB/F/NM] Ubercode) ok 27158 - ".A\tcomment" ([RE/F/NM] Ubercode) ok 27159 - ".A\tcomment" ([SB/F/NM] Ubercode) ok 27160 - ".Another /* comment" ([RE/F/NM] Ubercode) ok 27161 - ".Another /* comment" ([SB/F/NM] Ubercode) ok 27162 - "\n" ([RE/F/NM] Ubercode) ok 27163 - "\n" ([SB/F/NM] Ubercode) ok 27164 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27165 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27166 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27167 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27168 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27169 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27170 - ";" ([RE/F/NM] Ubercode) ok 27171 - ";" ([SB/F/NM] Ubercode) ok 27172 - ";This is a comment" ([RE/F/NM] Ubercode) ok 27173 - ";This is a comment" ([SB/F/NM] Ubercode) ok 27174 - ";A\tcomment" ([RE/F/NM] Ubercode) ok 27175 - ";A\tcomment" ([SB/F/NM] Ubercode) ok 27176 - ";Another /* comment" ([RE/F/NM] Ubercode) ok 27177 - ";Another /* comment" ([SB/F/NM] Ubercode) ok 27178 - "\n" ([RE/F/NM] Ubercode) ok 27179 - "\n" ([SB/F/NM] Ubercode) ok 27180 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27181 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27182 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27183 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27184 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27185 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27186 - "`" ([RE/F/NM] Ubercode) ok 27187 - "`" ([SB/F/NM] Ubercode) ok 27188 - "`This is a comment" ([RE/F/NM] Ubercode) ok 27189 - "`This is a comment" ([SB/F/NM] Ubercode) ok 27190 - "`A\tcomment" ([RE/F/NM] Ubercode) ok 27191 - "`A\tcomment" ([SB/F/NM] Ubercode) ok 27192 - "`Another /* comment" ([RE/F/NM] Ubercode) ok 27193 - "`Another /* comment" ([SB/F/NM] Ubercode) ok 27194 - "\n" ([RE/F/NM] Ubercode) ok 27195 - "\n" ([SB/F/NM] Ubercode) ok 27196 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27197 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27198 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27199 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27200 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27201 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27202 - "--" ([RE/F/NM] Ubercode) ok 27203 - "--" ([SB/F/NM] Ubercode) ok 27204 - "--This is a comment" ([RE/F/NM] Ubercode) ok 27205 - "--This is a comment" ([SB/F/NM] Ubercode) ok 27206 - "--A\tcomment" ([RE/F/NM] Ubercode) ok 27207 - "--A\tcomment" ([SB/F/NM] Ubercode) ok 27208 - "--Another /* comment" ([RE/F/NM] Ubercode) ok 27209 - "--Another /* comment" ([SB/F/NM] Ubercode) ok 27210 - "\n" ([RE/F/NM] Ubercode) ok 27211 - "\n" ([SB/F/NM] Ubercode) ok 27212 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27213 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27214 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27215 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27216 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27217 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27218 - "---" ([RE/F/NM] Ubercode) ok 27219 - "---" ([SB/F/NM] Ubercode) ok 27220 - "---This is a comment" ([RE/F/NM] Ubercode) ok 27221 - "---This is a comment" ([SB/F/NM] Ubercode) ok 27222 - "---A\tcomment" ([RE/F/NM] Ubercode) ok 27223 - "---A\tcomment" ([SB/F/NM] Ubercode) ok 27224 - "---Another /* comment" ([RE/F/NM] Ubercode) ok 27225 - "---Another /* comment" ([SB/F/NM] Ubercode) ok 27226 - "\n" ([RE/F/NM] Ubercode) ok 27227 - "\n" ([SB/F/NM] Ubercode) ok 27228 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27229 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27230 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27231 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27232 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27233 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27234 - "-----" ([RE/F/NM] Ubercode) ok 27235 - "-----" ([SB/F/NM] Ubercode) ok 27236 - "-----This is a comment" ([RE/F/NM] Ubercode) ok 27237 - "-----This is a comment" ([SB/F/NM] Ubercode) ok 27238 - "-----A\tcomment" ([RE/F/NM] Ubercode) ok 27239 - "-----A\tcomment" ([SB/F/NM] Ubercode) ok 27240 - "-----Another /* comment" ([RE/F/NM] Ubercode) ok 27241 - "-----Another /* comment" ([SB/F/NM] Ubercode) ok 27242 - "\n" ([RE/F/NM] Ubercode) ok 27243 - "\n" ([SB/F/NM] Ubercode) ok 27244 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27245 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27246 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27247 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27248 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27249 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27250 - "\\"" ([RE/F/NM] Ubercode) ok 27251 - "\\"" ([SB/F/NM] Ubercode) ok 27252 - "\\"This is a comment" ([RE/F/NM] Ubercode) ok 27253 - "\\"This is a comment" ([SB/F/NM] Ubercode) ok 27254 - "\\"A\tcomment" ([RE/F/NM] Ubercode) ok 27255 - "\\"A\tcomment" ([SB/F/NM] Ubercode) ok 27256 - "\\"Another /* comment" ([RE/F/NM] Ubercode) ok 27257 - "\\"Another /* comment" ([SB/F/NM] Ubercode) ok 27258 - "\n" ([RE/F/NM] Ubercode) ok 27259 - "\n" ([SB/F/NM] Ubercode) ok 27260 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27261 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27262 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27263 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27264 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27265 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27266 - """ ([RE/F/NM] Ubercode) ok 27267 - """ ([SB/F/NM] Ubercode) ok 27268 - ""This is a comment" ([RE/F/NM] Ubercode) ok 27269 - ""This is a comment" ([SB/F/NM] Ubercode) ok 27270 - ""A\tcomment" ([RE/F/NM] Ubercode) ok 27271 - ""A\tcomment" ([SB/F/NM] Ubercode) ok 27272 - ""Another /* comment" ([RE/F/NM] Ubercode) ok 27273 - ""Another /* comment" ([SB/F/NM] Ubercode) ok 27274 - "\n" ([RE/F/NM] Ubercode) ok 27275 - "\n" ([SB/F/NM] Ubercode) ok 27276 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27277 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27278 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27279 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27280 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27281 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27282 - "'" ([RE/F/NM] Ubercode) ok 27283 - "'" ([SB/F/NM] Ubercode) ok 27284 - "'This is a comment" ([RE/F/NM] Ubercode) ok 27285 - "'This is a comment" ([SB/F/NM] Ubercode) ok 27286 - "'A\tcomment" ([RE/F/NM] Ubercode) ok 27287 - "'A\tcomment" ([SB/F/NM] Ubercode) ok 27288 - "'Another /* comment" ([RE/F/NM] Ubercode) ok 27289 - "'Another /* comment" ([SB/F/NM] Ubercode) ok 27290 - "\n" ([RE/F/NM] Ubercode) ok 27291 - "\n" ([SB/F/NM] Ubercode) ok 27292 - "This is a comment\n" ([RE/F/NM] Ubercode) ok 27293 - "This is a comment\n" ([SB/F/NM] Ubercode) ok 27294 - "A\tcomment\n" ([RE/F/NM] Ubercode) ok 27295 - "A\tcomment\n" ([SB/F/NM] Ubercode) ok 27296 - "Another /* comment\n" ([RE/F/NM] Ubercode) ok 27297 - "Another /* comment\n" ([SB/F/NM] Ubercode) ok 27298 - "/* This is a C comment */" ([RE/F/NM] Ubercode) ok 27299 - "/* This is a C comment */" ([SB/F/NM] Ubercode) ok 27300 - "(* This is a Pascal comment *)" ([RE/F/NM] Ubercode) ok 27301 - "(* This is a Pascal comment *)" ([SB/F/NM] Ubercode) ok 27302 - "" ([RE/F/NM] Ubercode) ok 27303 - "" ([SB/F/NM] Ubercode) ok 27304 - "//\n\n" ([RE/F/NM] Ubercode) ok 27305 - "//\n\n" ([SB/F/NM] Ubercode) ok 27306 - "//This is a comment\n\n" ([RE/F/NM] Ubercode) ok 27307 - "//This is a comment\n\n" ([SB/F/NM] Ubercode) ok 27308 - "//A\tcomment\n\n" ([RE/F/NM] Ubercode) ok 27309 - "//A\tcomment\n\n" ([SB/F/NM] Ubercode) ok 27310 - "//Another /* comment\n\n" ([RE/F/NM] Ubercode) ok 27311 - "//Another /* comment\n\n" ([SB/F/NM] Ubercode) ok 27312 - "//\n//\n" ([RE/F/NM] Ubercode) ok 27313 - "//\n//\n" ([SB/F/NM] Ubercode) ok 27314 - "//This is a comment\n//This is a comment\n" ([RE/F/NM] Ubercode) ok 27315 - "//This is a comment\n//This is a comment\n" ([SB/F/NM] Ubercode) ok 27316 - "//A\tcomment\n//A\tcomment\n" ([RE/F/NM] Ubercode) ok 27317 - "//A\tcomment\n//A\tcomment\n" ([SB/F/NM] Ubercode) ok 27318 - "//Another /* comment\n//Another /* comment\n" ([RE/F/NM] Ubercode) ok 27319 - "//Another /* comment\n//Another /* comment\n" ([SB/F/NM] Ubercode) ok 27320 - "//\nln" ([RE/F/NM] Ubercode) ok 27321 - "//\nln" ([SB/F/NM] Ubercode) ok 27322 - "//This is a comment\nyse" ([RE/F/NM] Ubercode) ok 27323 - "//This is a comment\nyse" ([SB/F/NM] Ubercode) ok 27324 - "//A\tcomment\n3x" ([RE/F/NM] Ubercode) ok 27325 - "//A\tcomment\n3x" ([SB/F/NM] Ubercode) ok 27326 - "//Another /* comment\nds1o" ([RE/F/NM] Ubercode) ok 27327 - "//Another /* comment\nds1o" ([SB/F/NM] Ubercode) ok 27328 - "4//\n" ([RE/F/NM] Ubercode) ok 27329 - "4//\n" ([SB/F/NM] Ubercode) ok 27330 - "6q54//This is a comment\n" ([RE/F/NM] Ubercode) ok 27331 - "6q54//This is a comment\n" ([SB/F/NM] Ubercode) ok 27332 - "lk//A\tcomment\n" ([RE/F/NM] Ubercode) ok 27333 - "lk//A\tcomment\n" ([SB/F/NM] Ubercode) ok 27334 - "se//Another /* comment\n" ([RE/F/NM] Ubercode) ok 27335 - "se//Another /* comment\n" ([SB/F/NM] Ubercode) ok 27336 - "\\\n" ([RE/F/NM] Ubercode) ok 27337 - "\\\n" ([SB/F/NM] Ubercode) ok 27338 - "\\This is a comment\n" ([RE/F/NM] Ubercode) ok 27339 - "\\This is a comment\n" ([SB/F/NM] Ubercode) ok 27340 - "\\A\tcomment\n" ([RE/F/NM] Ubercode) ok 27341 - "\\A\tcomment\n" ([SB/F/NM] Ubercode) ok 27342 - "\\Another /* comment\n" ([RE/F/NM] Ubercode) ok 27343 - "\\Another /* comment\n" ([SB/F/NM] Ubercode) ok 27344 - "#\n" ([RE/F/NM] Ubercode) ok 27345 - "#\n" ([SB/F/NM] Ubercode) ok 27346 - "#This is a comment\n" ([RE/F/NM] Ubercode) ok 27347 - "#This is a comment\n" ([SB/F/NM] Ubercode) ok 27348 - "#A\tcomment\n" ([RE/F/NM] Ubercode) ok 27349 - "#A\tcomment\n" ([SB/F/NM] Ubercode) ok 27350 - "#Another /* comment\n" ([RE/F/NM] Ubercode) ok 27351 - "#Another /* comment\n" ([SB/F/NM] Ubercode) ok 27352 - "--\n" ([RE/F/NM] Ubercode) ok 27353 - "--\n" ([SB/F/NM] Ubercode) ok 27354 - "--This is a comment\n" ([RE/F/NM] Ubercode) ok 27355 - "--This is a comment\n" ([SB/F/NM] Ubercode) ok 27356 - "--A\tcomment\n" ([RE/F/NM] Ubercode) ok 27357 - "--A\tcomment\n" ([SB/F/NM] Ubercode) ok 27358 - "--Another /* comment\n" ([RE/F/NM] Ubercode) ok 27359 - "--Another /* comment\n" ([SB/F/NM] Ubercode) ok 27360 - ";\n" ([RE/F/NM] Ubercode) ok 27361 - ";\n" ([SB/F/NM] Ubercode) ok 27362 - ";This is a comment\n" ([RE/F/NM] Ubercode) ok 27363 - ";This is a comment\n" ([SB/F/NM] Ubercode) ok 27364 - ";A\tcomment\n" ([RE/F/NM] Ubercode) ok 27365 - ";A\tcomment\n" ([SB/F/NM] Ubercode) ok 27366 - ";Another /* comment\n" ([RE/F/NM] Ubercode) ok 27367 - ";Another /* comment\n" ([SB/F/NM] Ubercode) ok 27368 - "#\n" ([RE/F/NM] Ubercode) ok 27369 - "#\n" ([SB/F/NM] Ubercode) ok 27370 - "#This is a comment\n" ([RE/F/NM] Ubercode) ok 27371 - "#This is a comment\n" ([SB/F/NM] Ubercode) ok 27372 - "#A\tcomment\n" ([RE/F/NM] Ubercode) ok 27373 - "#A\tcomment\n" ([SB/F/NM] Ubercode) ok 27374 - "#Another /* comment\n" ([RE/F/NM] Ubercode) ok 27375 - "#Another /* comment\n" ([SB/F/NM] Ubercode) ok 27376 - "*\n" ([RE/F/NM] Ubercode) ok 27377 - "*\n" ([SB/F/NM] Ubercode) ok 27378 - "*This is a comment\n" ([RE/F/NM] Ubercode) ok 27379 - "*This is a comment\n" ([SB/F/NM] Ubercode) ok 27380 - "*A\tcomment\n" ([RE/F/NM] Ubercode) ok 27381 - "*A\tcomment\n" ([SB/F/NM] Ubercode) ok 27382 - "*Another /* comment\n" ([RE/F/NM] Ubercode) ok 27383 - "*Another /* comment\n" ([SB/F/NM] Ubercode) ok 27384 - "!\n" ([RE/F/NM] Ubercode) ok 27385 - "!\n" ([SB/F/NM] Ubercode) ok 27386 - "!This is a comment\n" ([RE/F/NM] Ubercode) ok 27387 - "!This is a comment\n" ([SB/F/NM] Ubercode) ok 27388 - "!A\tcomment\n" ([RE/F/NM] Ubercode) ok 27389 - "!A\tcomment\n" ([SB/F/NM] Ubercode) ok 27390 - "!Another /* comment\n" ([RE/F/NM] Ubercode) ok 27391 - "!Another /* comment\n" ([SB/F/NM] Ubercode) ok 27392 - "REM\n" ([RE/F/NM] Ubercode) ok 27393 - "REM\n" ([SB/F/NM] Ubercode) ok 27394 - "REMThis is a comment\n" ([RE/F/NM] Ubercode) ok 27395 - "REMThis is a comment\n" ([SB/F/NM] Ubercode) ok 27396 - "REMA\tcomment\n" ([RE/F/NM] Ubercode) ok 27397 - "REMA\tcomment\n" ([SB/F/NM] Ubercode) ok 27398 - "REMAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27399 - "REMAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27400 - "%\n" ([RE/F/NM] Ubercode) ok 27401 - "%\n" ([SB/F/NM] Ubercode) ok 27402 - "%This is a comment\n" ([RE/F/NM] Ubercode) ok 27403 - "%This is a comment\n" ([SB/F/NM] Ubercode) ok 27404 - "%A\tcomment\n" ([RE/F/NM] Ubercode) ok 27405 - "%A\tcomment\n" ([SB/F/NM] Ubercode) ok 27406 - "%Another /* comment\n" ([RE/F/NM] Ubercode) ok 27407 - "%Another /* comment\n" ([SB/F/NM] Ubercode) ok 27408 - "!\n" ([RE/F/NM] Ubercode) ok 27409 - "!\n" ([SB/F/NM] Ubercode) ok 27410 - "!This is a comment\n" ([RE/F/NM] Ubercode) ok 27411 - "!This is a comment\n" ([SB/F/NM] Ubercode) ok 27412 - "!A\tcomment\n" ([RE/F/NM] Ubercode) ok 27413 - "!A\tcomment\n" ([SB/F/NM] Ubercode) ok 27414 - "!Another /* comment\n" ([RE/F/NM] Ubercode) ok 27415 - "!Another /* comment\n" ([SB/F/NM] Ubercode) ok 27416 - "NB\n" ([RE/F/NM] Ubercode) ok 27417 - "NB\n" ([SB/F/NM] Ubercode) ok 27418 - "NBThis is a comment\n" ([RE/F/NM] Ubercode) ok 27419 - "NBThis is a comment\n" ([SB/F/NM] Ubercode) ok 27420 - "NBA\tcomment\n" ([RE/F/NM] Ubercode) ok 27421 - "NBA\tcomment\n" ([SB/F/NM] Ubercode) ok 27422 - "NBAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27423 - "NBAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27424 - "PLEASE NOT\n" ([RE/F/NM] Ubercode) ok 27425 - "PLEASE NOT\n" ([SB/F/NM] Ubercode) ok 27426 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Ubercode) ok 27427 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Ubercode) ok 27428 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Ubercode) ok 27429 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Ubercode) ok 27430 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27431 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27432 - "PLEASE NOT\n" ([RE/F/NM] Ubercode) ok 27433 - "PLEASE NOT\n" ([SB/F/NM] Ubercode) ok 27434 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Ubercode) ok 27435 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Ubercode) ok 27436 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Ubercode) ok 27437 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Ubercode) ok 27438 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27439 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27440 - "PLEASE N'T\n" ([RE/F/NM] Ubercode) ok 27441 - "PLEASE N'T\n" ([SB/F/NM] Ubercode) ok 27442 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Ubercode) ok 27443 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Ubercode) ok 27444 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Ubercode) ok 27445 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Ubercode) ok 27446 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27447 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27448 - "DO NOT\n" ([RE/F/NM] Ubercode) ok 27449 - "DO NOT\n" ([SB/F/NM] Ubercode) ok 27450 - "DO NOTThis is a comment\n" ([RE/F/NM] Ubercode) ok 27451 - "DO NOTThis is a comment\n" ([SB/F/NM] Ubercode) ok 27452 - "DO NOTA\tcomment\n" ([RE/F/NM] Ubercode) ok 27453 - "DO NOTA\tcomment\n" ([SB/F/NM] Ubercode) ok 27454 - "DO NOTAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27455 - "DO NOTAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27456 - "DO N'T\n" ([RE/F/NM] Ubercode) ok 27457 - "DO N'T\n" ([SB/F/NM] Ubercode) ok 27458 - "DO N'TThis is a comment\n" ([RE/F/NM] Ubercode) ok 27459 - "DO N'TThis is a comment\n" ([SB/F/NM] Ubercode) ok 27460 - "DO N'TA\tcomment\n" ([RE/F/NM] Ubercode) ok 27461 - "DO N'TA\tcomment\n" ([SB/F/NM] Ubercode) ok 27462 - "DO N'TAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27463 - "DO N'TAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27464 - "DO NOT\n" ([RE/F/NM] Ubercode) ok 27465 - "DO NOT\n" ([SB/F/NM] Ubercode) ok 27466 - "DO NOTThis is a comment\n" ([RE/F/NM] Ubercode) ok 27467 - "DO NOTThis is a comment\n" ([SB/F/NM] Ubercode) ok 27468 - "DO NOTA\tcomment\n" ([RE/F/NM] Ubercode) ok 27469 - "DO NOTA\tcomment\n" ([SB/F/NM] Ubercode) ok 27470 - "DO NOTAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27471 - "DO NOTAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27472 - "PLEASE DO NOT\n" ([RE/F/NM] Ubercode) ok 27473 - "PLEASE DO NOT\n" ([SB/F/NM] Ubercode) ok 27474 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Ubercode) ok 27475 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Ubercode) ok 27476 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Ubercode) ok 27477 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Ubercode) ok 27478 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27479 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27480 - "PLEASE DO NOT\n" ([RE/F/NM] Ubercode) ok 27481 - "PLEASE DO NOT\n" ([SB/F/NM] Ubercode) ok 27482 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Ubercode) ok 27483 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Ubercode) ok 27484 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Ubercode) ok 27485 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Ubercode) ok 27486 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27487 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27488 - "PLEASE DO N'T\n" ([RE/F/NM] Ubercode) ok 27489 - "PLEASE DO N'T\n" ([SB/F/NM] Ubercode) ok 27490 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Ubercode) ok 27491 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Ubercode) ok 27492 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Ubercode) ok 27493 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Ubercode) ok 27494 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Ubercode) ok 27495 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Ubercode) ok 27496 - "NB.\n" ([RE/F/NM] Ubercode) ok 27497 - "NB.\n" ([SB/F/NM] Ubercode) ok 27498 - "NB.This is a comment\n" ([RE/F/NM] Ubercode) ok 27499 - "NB.This is a comment\n" ([SB/F/NM] Ubercode) ok 27500 - "NB.A\tcomment\n" ([RE/F/NM] Ubercode) ok 27501 - "NB.A\tcomment\n" ([SB/F/NM] Ubercode) ok 27502 - "NB.Another /* comment\n" ([RE/F/NM] Ubercode) ok 27503 - "NB.Another /* comment\n" ([SB/F/NM] Ubercode) ok 27504 - "{}" ([RE/F/NM] Ubercode) ok 27505 - "{}" ([SB/F/NM] Ubercode) ok 27506 - "{This is a comment}" ([RE/F/NM] Ubercode) ok 27507 - "{This is a comment}" ([SB/F/NM] Ubercode) ok 27508 - "{A\tcomment}" ([RE/F/NM] Ubercode) ok 27509 - "{A\tcomment}" ([SB/F/NM] Ubercode) ok 27510 - "{Another /* comment}" ([RE/F/NM] Ubercode) ok 27511 - "{Another /* comment}" ([SB/F/NM] Ubercode) ok 27512 - ".\n" ([RE/F/NM] Ubercode) ok 27513 - ".\n" ([SB/F/NM] Ubercode) ok 27514 - ".This is a comment\n" ([RE/F/NM] Ubercode) ok 27515 - ".This is a comment\n" ([SB/F/NM] Ubercode) ok 27516 - ".A\tcomment\n" ([RE/F/NM] Ubercode) ok 27517 - ".A\tcomment\n" ([SB/F/NM] Ubercode) ok 27518 - ".Another /* comment\n" ([RE/F/NM] Ubercode) ok 27519 - ".Another /* comment\n" ([SB/F/NM] Ubercode) ok 27520 - ";\n" ([RE/F/NM] Ubercode) ok 27521 - ";\n" ([SB/F/NM] Ubercode) ok 27522 - ";This is a comment\n" ([RE/F/NM] Ubercode) ok 27523 - ";This is a comment\n" ([SB/F/NM] Ubercode) ok 27524 - ";A\tcomment\n" ([RE/F/NM] Ubercode) ok 27525 - ";A\tcomment\n" ([SB/F/NM] Ubercode) ok 27526 - ";Another /* comment\n" ([RE/F/NM] Ubercode) ok 27527 - ";Another /* comment\n" ([SB/F/NM] Ubercode) ok 27528 - "`\n" ([RE/F/NM] Ubercode) ok 27529 - "`\n" ([SB/F/NM] Ubercode) ok 27530 - "`This is a comment\n" ([RE/F/NM] Ubercode) ok 27531 - "`This is a comment\n" ([SB/F/NM] Ubercode) ok 27532 - "`A\tcomment\n" ([RE/F/NM] Ubercode) ok 27533 - "`A\tcomment\n" ([SB/F/NM] Ubercode) ok 27534 - "`Another /* comment\n" ([RE/F/NM] Ubercode) ok 27535 - "`Another /* comment\n" ([SB/F/NM] Ubercode) ok 27536 - "--\n" ([RE/F/NM] Ubercode) ok 27537 - "--\n" ([SB/F/NM] Ubercode) ok 27538 - "--This is a comment\n" ([RE/F/NM] Ubercode) ok 27539 - "--This is a comment\n" ([SB/F/NM] Ubercode) ok 27540 - "--A\tcomment\n" ([RE/F/NM] Ubercode) ok 27541 - "--A\tcomment\n" ([SB/F/NM] Ubercode) ok 27542 - "--Another /* comment\n" ([RE/F/NM] Ubercode) ok 27543 - "--Another /* comment\n" ([SB/F/NM] Ubercode) ok 27544 - "---\n" ([RE/F/NM] Ubercode) ok 27545 - "---\n" ([SB/F/NM] Ubercode) ok 27546 - "---This is a comment\n" ([RE/F/NM] Ubercode) ok 27547 - "---This is a comment\n" ([SB/F/NM] Ubercode) ok 27548 - "---A\tcomment\n" ([RE/F/NM] Ubercode) ok 27549 - "---A\tcomment\n" ([SB/F/NM] Ubercode) ok 27550 - "---Another /* comment\n" ([RE/F/NM] Ubercode) ok 27551 - "---Another /* comment\n" ([SB/F/NM] Ubercode) ok 27552 - "-----\n" ([RE/F/NM] Ubercode) ok 27553 - "-----\n" ([SB/F/NM] Ubercode) ok 27554 - "-----This is a comment\n" ([RE/F/NM] Ubercode) ok 27555 - "-----This is a comment\n" ([SB/F/NM] Ubercode) ok 27556 - "-----A\tcomment\n" ([RE/F/NM] Ubercode) ok 27557 - "-----A\tcomment\n" ([SB/F/NM] Ubercode) ok 27558 - "-----Another /* comment\n" ([RE/F/NM] Ubercode) ok 27559 - "-----Another /* comment\n" ([SB/F/NM] Ubercode) ok 27560 - "\\"\n" ([RE/F/NM] Ubercode) ok 27561 - "\\"\n" ([SB/F/NM] Ubercode) ok 27562 - "\\"This is a comment\n" ([RE/F/NM] Ubercode) ok 27563 - "\\"This is a comment\n" ([SB/F/NM] Ubercode) ok 27564 - "\\"A\tcomment\n" ([RE/F/NM] Ubercode) ok 27565 - "\\"A\tcomment\n" ([SB/F/NM] Ubercode) ok 27566 - "\\"Another /* comment\n" ([RE/F/NM] Ubercode) ok 27567 - "\\"Another /* comment\n" ([SB/F/NM] Ubercode) ok 27568 - ""\n" ([RE/F/NM] Ubercode) ok 27569 - ""\n" ([SB/F/NM] Ubercode) ok 27570 - ""This is a comment\n" ([RE/F/NM] Ubercode) ok 27571 - ""This is a comment\n" ([SB/F/NM] Ubercode) ok 27572 - ""A\tcomment\n" ([RE/F/NM] Ubercode) ok 27573 - ""A\tcomment\n" ([SB/F/NM] Ubercode) ok 27574 - ""Another /* comment\n" ([RE/F/NM] Ubercode) ok 27575 - ""Another /* comment\n" ([SB/F/NM] Ubercode) ok 27576 - "'\n" ([RE/F/NM] Ubercode) ok 27577 - "'\n" ([SB/F/NM] Ubercode) ok 27578 - "'This is a comment\n" ([RE/F/NM] Ubercode) ok 27579 - "'This is a comment\n" ([SB/F/NM] Ubercode) ok 27580 - "'A\tcomment\n" ([RE/F/NM] Ubercode) ok 27581 - "'A\tcomment\n" ([SB/F/NM] Ubercode) ok 27582 - "'Another /* comment\n" ([RE/F/NM] Ubercode) ok 27583 - "'Another /* comment\n" ([SB/F/NM] Ubercode) ok 27584 - "//\n" ([RE/P/MT] Crystal Report) ok 27585 - "//\n" ([OM/P/MT] Crystal Report) ok 27586 - "//\n" ([OS/P/MT] Crystal Report) ok 27587 - "//\n" ([SB/P/MT] Crystal Report) ok 27588 - "//\n" ([KP/P/MT] Crystal Report) ok 27589 - "//This is a comment\n" ([RE/P/MT] Crystal Report) ok 27590 - "//This is a comment\n" ([OM/P/MT] Crystal Report) ok 27591 - "//This is a comment\n" ([OS/P/MT] Crystal Report) ok 27592 - "//This is a comment\n" ([SB/P/MT] Crystal Report) ok 27593 - "//This is a comment\n" ([KP/P/MT] Crystal Report) ok 27594 - "//A\tcomment\n" ([RE/P/MT] Crystal Report) ok 27595 - "//A\tcomment\n" ([OM/P/MT] Crystal Report) ok 27596 - "//A\tcomment\n" ([OS/P/MT] Crystal Report) ok 27597 - "//A\tcomment\n" ([SB/P/MT] Crystal Report) ok 27598 - "//A\tcomment\n" ([KP/P/MT] Crystal Report) ok 27599 - "//Another /* comment\n" ([RE/P/MT] Crystal Report) ok 27600 - "//Another /* comment\n" ([OM/P/MT] Crystal Report) ok 27601 - "//Another /* comment\n" ([OS/P/MT] Crystal Report) ok 27602 - "//Another /* comment\n" ([SB/P/MT] Crystal Report) ok 27603 - "//Another /* comment\n" ([KP/P/MT] Crystal Report) ok 27604 - "\\" ([RE/F/NM] Crystal Report) ok 27605 - "\\" ([SB/F/NM] Crystal Report) ok 27606 - "\\This is a comment" ([RE/F/NM] Crystal Report) ok 27607 - "\\This is a comment" ([SB/F/NM] Crystal Report) ok 27608 - "\\A\tcomment" ([RE/F/NM] Crystal Report) ok 27609 - "\\A\tcomment" ([SB/F/NM] Crystal Report) ok 27610 - "\\Another /* comment" ([RE/F/NM] Crystal Report) ok 27611 - "\\Another /* comment" ([SB/F/NM] Crystal Report) ok 27612 - "\n" ([RE/F/NM] Crystal Report) ok 27613 - "\n" ([SB/F/NM] Crystal Report) ok 27614 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27615 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27616 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27617 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27618 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27619 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27620 - "#" ([RE/F/NM] Crystal Report) ok 27621 - "#" ([SB/F/NM] Crystal Report) ok 27622 - "#This is a comment" ([RE/F/NM] Crystal Report) ok 27623 - "#This is a comment" ([SB/F/NM] Crystal Report) ok 27624 - "#A\tcomment" ([RE/F/NM] Crystal Report) ok 27625 - "#A\tcomment" ([SB/F/NM] Crystal Report) ok 27626 - "#Another /* comment" ([RE/F/NM] Crystal Report) ok 27627 - "#Another /* comment" ([SB/F/NM] Crystal Report) ok 27628 - "\n" ([RE/F/NM] Crystal Report) ok 27629 - "\n" ([SB/F/NM] Crystal Report) ok 27630 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27631 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27632 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27633 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27634 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27635 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27636 - "//" ([RE/F/NM] Crystal Report) ok 27637 - "//" ([SB/F/NM] Crystal Report) ok 27638 - "//This is a comment" ([RE/F/NM] Crystal Report) ok 27639 - "//This is a comment" ([SB/F/NM] Crystal Report) ok 27640 - "//A\tcomment" ([RE/F/NM] Crystal Report) ok 27641 - "//A\tcomment" ([SB/F/NM] Crystal Report) ok 27642 - "//Another /* comment" ([RE/F/NM] Crystal Report) ok 27643 - "//Another /* comment" ([SB/F/NM] Crystal Report) ok 27644 - "\n" ([RE/F/NM] Crystal Report) ok 27645 - "\n" ([SB/F/NM] Crystal Report) ok 27646 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27647 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27648 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27649 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27650 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27651 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27652 - "--" ([RE/F/NM] Crystal Report) ok 27653 - "--" ([SB/F/NM] Crystal Report) ok 27654 - "--This is a comment" ([RE/F/NM] Crystal Report) ok 27655 - "--This is a comment" ([SB/F/NM] Crystal Report) ok 27656 - "--A\tcomment" ([RE/F/NM] Crystal Report) ok 27657 - "--A\tcomment" ([SB/F/NM] Crystal Report) ok 27658 - "--Another /* comment" ([RE/F/NM] Crystal Report) ok 27659 - "--Another /* comment" ([SB/F/NM] Crystal Report) ok 27660 - "\n" ([RE/F/NM] Crystal Report) ok 27661 - "\n" ([SB/F/NM] Crystal Report) ok 27662 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27663 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27664 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27665 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27666 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27667 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27668 - ";" ([RE/F/NM] Crystal Report) ok 27669 - ";" ([SB/F/NM] Crystal Report) ok 27670 - ";This is a comment" ([RE/F/NM] Crystal Report) ok 27671 - ";This is a comment" ([SB/F/NM] Crystal Report) ok 27672 - ";A\tcomment" ([RE/F/NM] Crystal Report) ok 27673 - ";A\tcomment" ([SB/F/NM] Crystal Report) ok 27674 - ";Another /* comment" ([RE/F/NM] Crystal Report) ok 27675 - ";Another /* comment" ([SB/F/NM] Crystal Report) ok 27676 - "\n" ([RE/F/NM] Crystal Report) ok 27677 - "\n" ([SB/F/NM] Crystal Report) ok 27678 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27679 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27680 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27681 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27682 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27683 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27684 - "#" ([RE/F/NM] Crystal Report) ok 27685 - "#" ([SB/F/NM] Crystal Report) ok 27686 - "#This is a comment" ([RE/F/NM] Crystal Report) ok 27687 - "#This is a comment" ([SB/F/NM] Crystal Report) ok 27688 - "#A\tcomment" ([RE/F/NM] Crystal Report) ok 27689 - "#A\tcomment" ([SB/F/NM] Crystal Report) ok 27690 - "#Another /* comment" ([RE/F/NM] Crystal Report) ok 27691 - "#Another /* comment" ([SB/F/NM] Crystal Report) ok 27692 - "\n" ([RE/F/NM] Crystal Report) ok 27693 - "\n" ([SB/F/NM] Crystal Report) ok 27694 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27695 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27696 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27697 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27698 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27699 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27700 - "*" ([RE/F/NM] Crystal Report) ok 27701 - "*" ([SB/F/NM] Crystal Report) ok 27702 - "*This is a comment" ([RE/F/NM] Crystal Report) ok 27703 - "*This is a comment" ([SB/F/NM] Crystal Report) ok 27704 - "*A\tcomment" ([RE/F/NM] Crystal Report) ok 27705 - "*A\tcomment" ([SB/F/NM] Crystal Report) ok 27706 - "*Another /* comment" ([RE/F/NM] Crystal Report) ok 27707 - "*Another /* comment" ([SB/F/NM] Crystal Report) ok 27708 - "\n" ([RE/F/NM] Crystal Report) ok 27709 - "\n" ([SB/F/NM] Crystal Report) ok 27710 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27711 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27712 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27713 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27714 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27715 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27716 - "!" ([RE/F/NM] Crystal Report) ok 27717 - "!" ([SB/F/NM] Crystal Report) ok 27718 - "!This is a comment" ([RE/F/NM] Crystal Report) ok 27719 - "!This is a comment" ([SB/F/NM] Crystal Report) ok 27720 - "!A\tcomment" ([RE/F/NM] Crystal Report) ok 27721 - "!A\tcomment" ([SB/F/NM] Crystal Report) ok 27722 - "!Another /* comment" ([RE/F/NM] Crystal Report) ok 27723 - "!Another /* comment" ([SB/F/NM] Crystal Report) ok 27724 - "\n" ([RE/F/NM] Crystal Report) ok 27725 - "\n" ([SB/F/NM] Crystal Report) ok 27726 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27727 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27728 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27729 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27730 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27731 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27732 - "REM" ([RE/F/NM] Crystal Report) ok 27733 - "REM" ([SB/F/NM] Crystal Report) ok 27734 - "REMThis is a comment" ([RE/F/NM] Crystal Report) ok 27735 - "REMThis is a comment" ([SB/F/NM] Crystal Report) ok 27736 - "REMA\tcomment" ([RE/F/NM] Crystal Report) ok 27737 - "REMA\tcomment" ([SB/F/NM] Crystal Report) ok 27738 - "REMAnother /* comment" ([RE/F/NM] Crystal Report) ok 27739 - "REMAnother /* comment" ([SB/F/NM] Crystal Report) ok 27740 - "\n" ([RE/F/NM] Crystal Report) ok 27741 - "\n" ([SB/F/NM] Crystal Report) ok 27742 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27743 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27744 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27745 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27746 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27747 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27748 - "//" ([RE/F/NM] Crystal Report) ok 27749 - "//" ([SB/F/NM] Crystal Report) ok 27750 - "//This is a comment" ([RE/F/NM] Crystal Report) ok 27751 - "//This is a comment" ([SB/F/NM] Crystal Report) ok 27752 - "//A\tcomment" ([RE/F/NM] Crystal Report) ok 27753 - "//A\tcomment" ([SB/F/NM] Crystal Report) ok 27754 - "//Another /* comment" ([RE/F/NM] Crystal Report) ok 27755 - "//Another /* comment" ([SB/F/NM] Crystal Report) ok 27756 - "\n" ([RE/F/NM] Crystal Report) ok 27757 - "\n" ([SB/F/NM] Crystal Report) ok 27758 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27759 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27760 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27761 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27762 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27763 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27764 - "%" ([RE/F/NM] Crystal Report) ok 27765 - "%" ([SB/F/NM] Crystal Report) ok 27766 - "%This is a comment" ([RE/F/NM] Crystal Report) ok 27767 - "%This is a comment" ([SB/F/NM] Crystal Report) ok 27768 - "%A\tcomment" ([RE/F/NM] Crystal Report) ok 27769 - "%A\tcomment" ([SB/F/NM] Crystal Report) ok 27770 - "%Another /* comment" ([RE/F/NM] Crystal Report) ok 27771 - "%Another /* comment" ([SB/F/NM] Crystal Report) ok 27772 - "\n" ([RE/F/NM] Crystal Report) ok 27773 - "\n" ([SB/F/NM] Crystal Report) ok 27774 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27775 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27776 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27777 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27778 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27779 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27780 - "!" ([RE/F/NM] Crystal Report) ok 27781 - "!" ([SB/F/NM] Crystal Report) ok 27782 - "!This is a comment" ([RE/F/NM] Crystal Report) ok 27783 - "!This is a comment" ([SB/F/NM] Crystal Report) ok 27784 - "!A\tcomment" ([RE/F/NM] Crystal Report) ok 27785 - "!A\tcomment" ([SB/F/NM] Crystal Report) ok 27786 - "!Another /* comment" ([RE/F/NM] Crystal Report) ok 27787 - "!Another /* comment" ([SB/F/NM] Crystal Report) ok 27788 - "\n" ([RE/F/NM] Crystal Report) ok 27789 - "\n" ([SB/F/NM] Crystal Report) ok 27790 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27791 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27792 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27793 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27794 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27795 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27796 - "NB" ([RE/F/NM] Crystal Report) ok 27797 - "NB" ([SB/F/NM] Crystal Report) ok 27798 - "NBThis is a comment" ([RE/F/NM] Crystal Report) ok 27799 - "NBThis is a comment" ([SB/F/NM] Crystal Report) ok 27800 - "NBA\tcomment" ([RE/F/NM] Crystal Report) ok 27801 - "NBA\tcomment" ([SB/F/NM] Crystal Report) ok 27802 - "NBAnother /* comment" ([RE/F/NM] Crystal Report) ok 27803 - "NBAnother /* comment" ([SB/F/NM] Crystal Report) ok 27804 - "\n" ([RE/F/NM] Crystal Report) ok 27805 - "\n" ([SB/F/NM] Crystal Report) ok 27806 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27807 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27808 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27809 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27810 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27811 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27812 - "PLEASE NOT" ([RE/F/NM] Crystal Report) ok 27813 - "PLEASE NOT" ([SB/F/NM] Crystal Report) ok 27814 - "PLEASE NOTThis is a comment" ([RE/F/NM] Crystal Report) ok 27815 - "PLEASE NOTThis is a comment" ([SB/F/NM] Crystal Report) ok 27816 - "PLEASE NOTA\tcomment" ([RE/F/NM] Crystal Report) ok 27817 - "PLEASE NOTA\tcomment" ([SB/F/NM] Crystal Report) ok 27818 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Crystal Report) ok 27819 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Crystal Report) ok 27820 - "\n" ([RE/F/NM] Crystal Report) ok 27821 - "\n" ([SB/F/NM] Crystal Report) ok 27822 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27823 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27824 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27825 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27826 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27827 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27828 - "PLEASE NOT" ([RE/F/NM] Crystal Report) ok 27829 - "PLEASE NOT" ([SB/F/NM] Crystal Report) ok 27830 - "PLEASE NOTThis is a comment" ([RE/F/NM] Crystal Report) ok 27831 - "PLEASE NOTThis is a comment" ([SB/F/NM] Crystal Report) ok 27832 - "PLEASE NOTA\tcomment" ([RE/F/NM] Crystal Report) ok 27833 - "PLEASE NOTA\tcomment" ([SB/F/NM] Crystal Report) ok 27834 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Crystal Report) ok 27835 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Crystal Report) ok 27836 - "\n" ([RE/F/NM] Crystal Report) ok 27837 - "\n" ([SB/F/NM] Crystal Report) ok 27838 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27839 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27840 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27841 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27842 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27843 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27844 - "PLEASE N'T" ([RE/F/NM] Crystal Report) ok 27845 - "PLEASE N'T" ([SB/F/NM] Crystal Report) ok 27846 - "PLEASE N'TThis is a comment" ([RE/F/NM] Crystal Report) ok 27847 - "PLEASE N'TThis is a comment" ([SB/F/NM] Crystal Report) ok 27848 - "PLEASE N'TA\tcomment" ([RE/F/NM] Crystal Report) ok 27849 - "PLEASE N'TA\tcomment" ([SB/F/NM] Crystal Report) ok 27850 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Crystal Report) ok 27851 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Crystal Report) ok 27852 - "\n" ([RE/F/NM] Crystal Report) ok 27853 - "\n" ([SB/F/NM] Crystal Report) ok 27854 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27855 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27856 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27857 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27858 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27859 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27860 - "DO NOT" ([RE/F/NM] Crystal Report) ok 27861 - "DO NOT" ([SB/F/NM] Crystal Report) ok 27862 - "DO NOTThis is a comment" ([RE/F/NM] Crystal Report) ok 27863 - "DO NOTThis is a comment" ([SB/F/NM] Crystal Report) ok 27864 - "DO NOTA\tcomment" ([RE/F/NM] Crystal Report) ok 27865 - "DO NOTA\tcomment" ([SB/F/NM] Crystal Report) ok 27866 - "DO NOTAnother /* comment" ([RE/F/NM] Crystal Report) ok 27867 - "DO NOTAnother /* comment" ([SB/F/NM] Crystal Report) ok 27868 - "\n" ([RE/F/NM] Crystal Report) ok 27869 - "\n" ([SB/F/NM] Crystal Report) ok 27870 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27871 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27872 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27873 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27874 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27875 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27876 - "DO N'T" ([RE/F/NM] Crystal Report) ok 27877 - "DO N'T" ([SB/F/NM] Crystal Report) ok 27878 - "DO N'TThis is a comment" ([RE/F/NM] Crystal Report) ok 27879 - "DO N'TThis is a comment" ([SB/F/NM] Crystal Report) ok 27880 - "DO N'TA\tcomment" ([RE/F/NM] Crystal Report) ok 27881 - "DO N'TA\tcomment" ([SB/F/NM] Crystal Report) ok 27882 - "DO N'TAnother /* comment" ([RE/F/NM] Crystal Report) ok 27883 - "DO N'TAnother /* comment" ([SB/F/NM] Crystal Report) ok 27884 - "\n" ([RE/F/NM] Crystal Report) ok 27885 - "\n" ([SB/F/NM] Crystal Report) ok 27886 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27887 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27888 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27889 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27890 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27891 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27892 - "DO NOT" ([RE/F/NM] Crystal Report) ok 27893 - "DO NOT" ([SB/F/NM] Crystal Report) ok 27894 - "DO NOTThis is a comment" ([RE/F/NM] Crystal Report) ok 27895 - "DO NOTThis is a comment" ([SB/F/NM] Crystal Report) ok 27896 - "DO NOTA\tcomment" ([RE/F/NM] Crystal Report) ok 27897 - "DO NOTA\tcomment" ([SB/F/NM] Crystal Report) ok 27898 - "DO NOTAnother /* comment" ([RE/F/NM] Crystal Report) ok 27899 - "DO NOTAnother /* comment" ([SB/F/NM] Crystal Report) ok 27900 - "\n" ([RE/F/NM] Crystal Report) ok 27901 - "\n" ([SB/F/NM] Crystal Report) ok 27902 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27903 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27904 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27905 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27906 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27907 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27908 - "PLEASE DO NOT" ([RE/F/NM] Crystal Report) ok 27909 - "PLEASE DO NOT" ([SB/F/NM] Crystal Report) ok 27910 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Crystal Report) ok 27911 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Crystal Report) ok 27912 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Crystal Report) ok 27913 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Crystal Report) ok 27914 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Crystal Report) ok 27915 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Crystal Report) ok 27916 - "\n" ([RE/F/NM] Crystal Report) ok 27917 - "\n" ([SB/F/NM] Crystal Report) ok 27918 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27919 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27920 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27921 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27922 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27923 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27924 - "PLEASE DO NOT" ([RE/F/NM] Crystal Report) ok 27925 - "PLEASE DO NOT" ([SB/F/NM] Crystal Report) ok 27926 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Crystal Report) ok 27927 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Crystal Report) ok 27928 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Crystal Report) ok 27929 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Crystal Report) ok 27930 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Crystal Report) ok 27931 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Crystal Report) ok 27932 - "\n" ([RE/F/NM] Crystal Report) ok 27933 - "\n" ([SB/F/NM] Crystal Report) ok 27934 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27935 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27936 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27937 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27938 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27939 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27940 - "PLEASE DO N'T" ([RE/F/NM] Crystal Report) ok 27941 - "PLEASE DO N'T" ([SB/F/NM] Crystal Report) ok 27942 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Crystal Report) ok 27943 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Crystal Report) ok 27944 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Crystal Report) ok 27945 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Crystal Report) ok 27946 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Crystal Report) ok 27947 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Crystal Report) ok 27948 - "\n" ([RE/F/NM] Crystal Report) ok 27949 - "\n" ([SB/F/NM] Crystal Report) ok 27950 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27951 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27952 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27953 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27954 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27955 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27956 - "NB." ([RE/F/NM] Crystal Report) ok 27957 - "NB." ([SB/F/NM] Crystal Report) ok 27958 - "NB.This is a comment" ([RE/F/NM] Crystal Report) ok 27959 - "NB.This is a comment" ([SB/F/NM] Crystal Report) ok 27960 - "NB.A\tcomment" ([RE/F/NM] Crystal Report) ok 27961 - "NB.A\tcomment" ([SB/F/NM] Crystal Report) ok 27962 - "NB.Another /* comment" ([RE/F/NM] Crystal Report) ok 27963 - "NB.Another /* comment" ([SB/F/NM] Crystal Report) ok 27964 - "\n" ([RE/F/NM] Crystal Report) ok 27965 - "\n" ([SB/F/NM] Crystal Report) ok 27966 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27967 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 27968 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 27969 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 27970 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 27971 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 27972 - "{" ([RE/F/NM] Crystal Report) ok 27973 - "{" ([SB/F/NM] Crystal Report) ok 27974 - "{This is a comment" ([RE/F/NM] Crystal Report) ok 27975 - "{This is a comment" ([SB/F/NM] Crystal Report) ok 27976 - "{A\tcomment" ([RE/F/NM] Crystal Report) ok 27977 - "{A\tcomment" ([SB/F/NM] Crystal Report) ok 27978 - "{Another /* comment" ([RE/F/NM] Crystal Report) ok 27979 - "{Another /* comment" ([SB/F/NM] Crystal Report) ok 27980 - "}" ([RE/F/NM] Crystal Report) ok 27981 - "}" ([SB/F/NM] Crystal Report) ok 27982 - "This is a comment}" ([RE/F/NM] Crystal Report) ok 27983 - "This is a comment}" ([SB/F/NM] Crystal Report) ok 27984 - "A\tcomment}" ([RE/F/NM] Crystal Report) ok 27985 - "A\tcomment}" ([SB/F/NM] Crystal Report) ok 27986 - "Another /* comment}" ([RE/F/NM] Crystal Report) ok 27987 - "Another /* comment}" ([SB/F/NM] Crystal Report) ok 27988 - "." ([RE/F/NM] Crystal Report) ok 27989 - "." ([SB/F/NM] Crystal Report) ok 27990 - ".This is a comment" ([RE/F/NM] Crystal Report) ok 27991 - ".This is a comment" ([SB/F/NM] Crystal Report) ok 27992 - ".A\tcomment" ([RE/F/NM] Crystal Report) ok 27993 - ".A\tcomment" ([SB/F/NM] Crystal Report) ok 27994 - ".Another /* comment" ([RE/F/NM] Crystal Report) ok 27995 - ".Another /* comment" ([SB/F/NM] Crystal Report) ok 27996 - "\n" ([RE/F/NM] Crystal Report) ok 27997 - "\n" ([SB/F/NM] Crystal Report) ok 27998 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 27999 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28000 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28001 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28002 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28003 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28004 - ";" ([RE/F/NM] Crystal Report) ok 28005 - ";" ([SB/F/NM] Crystal Report) ok 28006 - ";This is a comment" ([RE/F/NM] Crystal Report) ok 28007 - ";This is a comment" ([SB/F/NM] Crystal Report) ok 28008 - ";A\tcomment" ([RE/F/NM] Crystal Report) ok 28009 - ";A\tcomment" ([SB/F/NM] Crystal Report) ok 28010 - ";Another /* comment" ([RE/F/NM] Crystal Report) ok 28011 - ";Another /* comment" ([SB/F/NM] Crystal Report) ok 28012 - "\n" ([RE/F/NM] Crystal Report) ok 28013 - "\n" ([SB/F/NM] Crystal Report) ok 28014 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28015 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28016 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28017 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28018 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28019 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28020 - "`" ([RE/F/NM] Crystal Report) ok 28021 - "`" ([SB/F/NM] Crystal Report) ok 28022 - "`This is a comment" ([RE/F/NM] Crystal Report) ok 28023 - "`This is a comment" ([SB/F/NM] Crystal Report) ok 28024 - "`A\tcomment" ([RE/F/NM] Crystal Report) ok 28025 - "`A\tcomment" ([SB/F/NM] Crystal Report) ok 28026 - "`Another /* comment" ([RE/F/NM] Crystal Report) ok 28027 - "`Another /* comment" ([SB/F/NM] Crystal Report) ok 28028 - "\n" ([RE/F/NM] Crystal Report) ok 28029 - "\n" ([SB/F/NM] Crystal Report) ok 28030 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28031 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28032 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28033 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28034 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28035 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28036 - "--" ([RE/F/NM] Crystal Report) ok 28037 - "--" ([SB/F/NM] Crystal Report) ok 28038 - "--This is a comment" ([RE/F/NM] Crystal Report) ok 28039 - "--This is a comment" ([SB/F/NM] Crystal Report) ok 28040 - "--A\tcomment" ([RE/F/NM] Crystal Report) ok 28041 - "--A\tcomment" ([SB/F/NM] Crystal Report) ok 28042 - "--Another /* comment" ([RE/F/NM] Crystal Report) ok 28043 - "--Another /* comment" ([SB/F/NM] Crystal Report) ok 28044 - "\n" ([RE/F/NM] Crystal Report) ok 28045 - "\n" ([SB/F/NM] Crystal Report) ok 28046 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28047 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28048 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28049 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28050 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28051 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28052 - "---" ([RE/F/NM] Crystal Report) ok 28053 - "---" ([SB/F/NM] Crystal Report) ok 28054 - "---This is a comment" ([RE/F/NM] Crystal Report) ok 28055 - "---This is a comment" ([SB/F/NM] Crystal Report) ok 28056 - "---A\tcomment" ([RE/F/NM] Crystal Report) ok 28057 - "---A\tcomment" ([SB/F/NM] Crystal Report) ok 28058 - "---Another /* comment" ([RE/F/NM] Crystal Report) ok 28059 - "---Another /* comment" ([SB/F/NM] Crystal Report) ok 28060 - "\n" ([RE/F/NM] Crystal Report) ok 28061 - "\n" ([SB/F/NM] Crystal Report) ok 28062 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28063 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28064 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28065 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28066 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28067 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28068 - "-----" ([RE/F/NM] Crystal Report) ok 28069 - "-----" ([SB/F/NM] Crystal Report) ok 28070 - "-----This is a comment" ([RE/F/NM] Crystal Report) ok 28071 - "-----This is a comment" ([SB/F/NM] Crystal Report) ok 28072 - "-----A\tcomment" ([RE/F/NM] Crystal Report) ok 28073 - "-----A\tcomment" ([SB/F/NM] Crystal Report) ok 28074 - "-----Another /* comment" ([RE/F/NM] Crystal Report) ok 28075 - "-----Another /* comment" ([SB/F/NM] Crystal Report) ok 28076 - "\n" ([RE/F/NM] Crystal Report) ok 28077 - "\n" ([SB/F/NM] Crystal Report) ok 28078 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28079 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28080 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28081 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28082 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28083 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28084 - "\\"" ([RE/F/NM] Crystal Report) ok 28085 - "\\"" ([SB/F/NM] Crystal Report) ok 28086 - "\\"This is a comment" ([RE/F/NM] Crystal Report) ok 28087 - "\\"This is a comment" ([SB/F/NM] Crystal Report) ok 28088 - "\\"A\tcomment" ([RE/F/NM] Crystal Report) ok 28089 - "\\"A\tcomment" ([SB/F/NM] Crystal Report) ok 28090 - "\\"Another /* comment" ([RE/F/NM] Crystal Report) ok 28091 - "\\"Another /* comment" ([SB/F/NM] Crystal Report) ok 28092 - "\n" ([RE/F/NM] Crystal Report) ok 28093 - "\n" ([SB/F/NM] Crystal Report) ok 28094 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28095 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28096 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28097 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28098 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28099 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28100 - """ ([RE/F/NM] Crystal Report) ok 28101 - """ ([SB/F/NM] Crystal Report) ok 28102 - ""This is a comment" ([RE/F/NM] Crystal Report) ok 28103 - ""This is a comment" ([SB/F/NM] Crystal Report) ok 28104 - ""A\tcomment" ([RE/F/NM] Crystal Report) ok 28105 - ""A\tcomment" ([SB/F/NM] Crystal Report) ok 28106 - ""Another /* comment" ([RE/F/NM] Crystal Report) ok 28107 - ""Another /* comment" ([SB/F/NM] Crystal Report) ok 28108 - "\n" ([RE/F/NM] Crystal Report) ok 28109 - "\n" ([SB/F/NM] Crystal Report) ok 28110 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28111 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28112 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28113 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28114 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28115 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28116 - "'" ([RE/F/NM] Crystal Report) ok 28117 - "'" ([SB/F/NM] Crystal Report) ok 28118 - "'This is a comment" ([RE/F/NM] Crystal Report) ok 28119 - "'This is a comment" ([SB/F/NM] Crystal Report) ok 28120 - "'A\tcomment" ([RE/F/NM] Crystal Report) ok 28121 - "'A\tcomment" ([SB/F/NM] Crystal Report) ok 28122 - "'Another /* comment" ([RE/F/NM] Crystal Report) ok 28123 - "'Another /* comment" ([SB/F/NM] Crystal Report) ok 28124 - "\n" ([RE/F/NM] Crystal Report) ok 28125 - "\n" ([SB/F/NM] Crystal Report) ok 28126 - "This is a comment\n" ([RE/F/NM] Crystal Report) ok 28127 - "This is a comment\n" ([SB/F/NM] Crystal Report) ok 28128 - "A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28129 - "A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28130 - "Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28131 - "Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28132 - "/* This is a C comment */" ([RE/F/NM] Crystal Report) ok 28133 - "/* This is a C comment */" ([SB/F/NM] Crystal Report) ok 28134 - "(* This is a Pascal comment *)" ([RE/F/NM] Crystal Report) ok 28135 - "(* This is a Pascal comment *)" ([SB/F/NM] Crystal Report) ok 28136 - "" ([RE/F/NM] Crystal Report) ok 28137 - "" ([SB/F/NM] Crystal Report) ok 28138 - "//\n\n" ([RE/F/NM] Crystal Report) ok 28139 - "//\n\n" ([SB/F/NM] Crystal Report) ok 28140 - "//This is a comment\n\n" ([RE/F/NM] Crystal Report) ok 28141 - "//This is a comment\n\n" ([SB/F/NM] Crystal Report) ok 28142 - "//A\tcomment\n\n" ([RE/F/NM] Crystal Report) ok 28143 - "//A\tcomment\n\n" ([SB/F/NM] Crystal Report) ok 28144 - "//Another /* comment\n\n" ([RE/F/NM] Crystal Report) ok 28145 - "//Another /* comment\n\n" ([SB/F/NM] Crystal Report) ok 28146 - "//\n//\n" ([RE/F/NM] Crystal Report) ok 28147 - "//\n//\n" ([SB/F/NM] Crystal Report) ok 28148 - "//This is a comment\n//This is a comment\n" ([RE/F/NM] Crystal Report) ok 28149 - "//This is a comment\n//This is a comment\n" ([SB/F/NM] Crystal Report) ok 28150 - "//A\tcomment\n//A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28151 - "//A\tcomment\n//A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28152 - "//Another /* comment\n//Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28153 - "//Another /* comment\n//Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28154 - "//\nln" ([RE/F/NM] Crystal Report) ok 28155 - "//\nln" ([SB/F/NM] Crystal Report) ok 28156 - "//This is a comment\nyse" ([RE/F/NM] Crystal Report) ok 28157 - "//This is a comment\nyse" ([SB/F/NM] Crystal Report) ok 28158 - "//A\tcomment\n3x" ([RE/F/NM] Crystal Report) ok 28159 - "//A\tcomment\n3x" ([SB/F/NM] Crystal Report) ok 28160 - "//Another /* comment\nds1o" ([RE/F/NM] Crystal Report) ok 28161 - "//Another /* comment\nds1o" ([SB/F/NM] Crystal Report) ok 28162 - "4//\n" ([RE/F/NM] Crystal Report) ok 28163 - "4//\n" ([SB/F/NM] Crystal Report) ok 28164 - "6q54//This is a comment\n" ([RE/F/NM] Crystal Report) ok 28165 - "6q54//This is a comment\n" ([SB/F/NM] Crystal Report) ok 28166 - "lk//A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28167 - "lk//A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28168 - "se//Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28169 - "se//Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28170 - "\\\n" ([RE/F/NM] Crystal Report) ok 28171 - "\\\n" ([SB/F/NM] Crystal Report) ok 28172 - "\\This is a comment\n" ([RE/F/NM] Crystal Report) ok 28173 - "\\This is a comment\n" ([SB/F/NM] Crystal Report) ok 28174 - "\\A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28175 - "\\A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28176 - "\\Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28177 - "\\Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28178 - "#\n" ([RE/F/NM] Crystal Report) ok 28179 - "#\n" ([SB/F/NM] Crystal Report) ok 28180 - "#This is a comment\n" ([RE/F/NM] Crystal Report) ok 28181 - "#This is a comment\n" ([SB/F/NM] Crystal Report) ok 28182 - "#A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28183 - "#A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28184 - "#Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28185 - "#Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28186 - "--\n" ([RE/F/NM] Crystal Report) ok 28187 - "--\n" ([SB/F/NM] Crystal Report) ok 28188 - "--This is a comment\n" ([RE/F/NM] Crystal Report) ok 28189 - "--This is a comment\n" ([SB/F/NM] Crystal Report) ok 28190 - "--A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28191 - "--A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28192 - "--Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28193 - "--Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28194 - ";\n" ([RE/F/NM] Crystal Report) ok 28195 - ";\n" ([SB/F/NM] Crystal Report) ok 28196 - ";This is a comment\n" ([RE/F/NM] Crystal Report) ok 28197 - ";This is a comment\n" ([SB/F/NM] Crystal Report) ok 28198 - ";A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28199 - ";A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28200 - ";Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28201 - ";Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28202 - "#\n" ([RE/F/NM] Crystal Report) ok 28203 - "#\n" ([SB/F/NM] Crystal Report) ok 28204 - "#This is a comment\n" ([RE/F/NM] Crystal Report) ok 28205 - "#This is a comment\n" ([SB/F/NM] Crystal Report) ok 28206 - "#A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28207 - "#A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28208 - "#Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28209 - "#Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28210 - "*\n" ([RE/F/NM] Crystal Report) ok 28211 - "*\n" ([SB/F/NM] Crystal Report) ok 28212 - "*This is a comment\n" ([RE/F/NM] Crystal Report) ok 28213 - "*This is a comment\n" ([SB/F/NM] Crystal Report) ok 28214 - "*A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28215 - "*A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28216 - "*Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28217 - "*Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28218 - "!\n" ([RE/F/NM] Crystal Report) ok 28219 - "!\n" ([SB/F/NM] Crystal Report) ok 28220 - "!This is a comment\n" ([RE/F/NM] Crystal Report) ok 28221 - "!This is a comment\n" ([SB/F/NM] Crystal Report) ok 28222 - "!A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28223 - "!A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28224 - "!Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28225 - "!Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28226 - "REM\n" ([RE/F/NM] Crystal Report) ok 28227 - "REM\n" ([SB/F/NM] Crystal Report) ok 28228 - "REMThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28229 - "REMThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28230 - "REMA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28231 - "REMA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28232 - "REMAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28233 - "REMAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28234 - "%\n" ([RE/F/NM] Crystal Report) ok 28235 - "%\n" ([SB/F/NM] Crystal Report) ok 28236 - "%This is a comment\n" ([RE/F/NM] Crystal Report) ok 28237 - "%This is a comment\n" ([SB/F/NM] Crystal Report) ok 28238 - "%A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28239 - "%A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28240 - "%Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28241 - "%Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28242 - "!\n" ([RE/F/NM] Crystal Report) ok 28243 - "!\n" ([SB/F/NM] Crystal Report) ok 28244 - "!This is a comment\n" ([RE/F/NM] Crystal Report) ok 28245 - "!This is a comment\n" ([SB/F/NM] Crystal Report) ok 28246 - "!A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28247 - "!A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28248 - "!Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28249 - "!Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28250 - "NB\n" ([RE/F/NM] Crystal Report) ok 28251 - "NB\n" ([SB/F/NM] Crystal Report) ok 28252 - "NBThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28253 - "NBThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28254 - "NBA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28255 - "NBA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28256 - "NBAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28257 - "NBAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28258 - "PLEASE NOT\n" ([RE/F/NM] Crystal Report) ok 28259 - "PLEASE NOT\n" ([SB/F/NM] Crystal Report) ok 28260 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28261 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28262 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28263 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28264 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28265 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28266 - "PLEASE NOT\n" ([RE/F/NM] Crystal Report) ok 28267 - "PLEASE NOT\n" ([SB/F/NM] Crystal Report) ok 28268 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28269 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28270 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28271 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28272 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28273 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28274 - "PLEASE N'T\n" ([RE/F/NM] Crystal Report) ok 28275 - "PLEASE N'T\n" ([SB/F/NM] Crystal Report) ok 28276 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28277 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28278 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28279 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28280 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28281 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28282 - "DO NOT\n" ([RE/F/NM] Crystal Report) ok 28283 - "DO NOT\n" ([SB/F/NM] Crystal Report) ok 28284 - "DO NOTThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28285 - "DO NOTThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28286 - "DO NOTA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28287 - "DO NOTA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28288 - "DO NOTAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28289 - "DO NOTAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28290 - "DO N'T\n" ([RE/F/NM] Crystal Report) ok 28291 - "DO N'T\n" ([SB/F/NM] Crystal Report) ok 28292 - "DO N'TThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28293 - "DO N'TThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28294 - "DO N'TA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28295 - "DO N'TA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28296 - "DO N'TAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28297 - "DO N'TAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28298 - "DO NOT\n" ([RE/F/NM] Crystal Report) ok 28299 - "DO NOT\n" ([SB/F/NM] Crystal Report) ok 28300 - "DO NOTThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28301 - "DO NOTThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28302 - "DO NOTA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28303 - "DO NOTA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28304 - "DO NOTAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28305 - "DO NOTAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28306 - "PLEASE DO NOT\n" ([RE/F/NM] Crystal Report) ok 28307 - "PLEASE DO NOT\n" ([SB/F/NM] Crystal Report) ok 28308 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28309 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28310 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28311 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28312 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28313 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28314 - "PLEASE DO NOT\n" ([RE/F/NM] Crystal Report) ok 28315 - "PLEASE DO NOT\n" ([SB/F/NM] Crystal Report) ok 28316 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28317 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28318 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28319 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28320 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28321 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28322 - "PLEASE DO N'T\n" ([RE/F/NM] Crystal Report) ok 28323 - "PLEASE DO N'T\n" ([SB/F/NM] Crystal Report) ok 28324 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Crystal Report) ok 28325 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Crystal Report) ok 28326 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Crystal Report) ok 28327 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Crystal Report) ok 28328 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Crystal Report) ok 28329 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Crystal Report) ok 28330 - "NB.\n" ([RE/F/NM] Crystal Report) ok 28331 - "NB.\n" ([SB/F/NM] Crystal Report) ok 28332 - "NB.This is a comment\n" ([RE/F/NM] Crystal Report) ok 28333 - "NB.This is a comment\n" ([SB/F/NM] Crystal Report) ok 28334 - "NB.A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28335 - "NB.A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28336 - "NB.Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28337 - "NB.Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28338 - "{}" ([RE/F/NM] Crystal Report) ok 28339 - "{}" ([SB/F/NM] Crystal Report) ok 28340 - "{This is a comment}" ([RE/F/NM] Crystal Report) ok 28341 - "{This is a comment}" ([SB/F/NM] Crystal Report) ok 28342 - "{A\tcomment}" ([RE/F/NM] Crystal Report) ok 28343 - "{A\tcomment}" ([SB/F/NM] Crystal Report) ok 28344 - "{Another /* comment}" ([RE/F/NM] Crystal Report) ok 28345 - "{Another /* comment}" ([SB/F/NM] Crystal Report) ok 28346 - ".\n" ([RE/F/NM] Crystal Report) ok 28347 - ".\n" ([SB/F/NM] Crystal Report) ok 28348 - ".This is a comment\n" ([RE/F/NM] Crystal Report) ok 28349 - ".This is a comment\n" ([SB/F/NM] Crystal Report) ok 28350 - ".A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28351 - ".A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28352 - ".Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28353 - ".Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28354 - ";\n" ([RE/F/NM] Crystal Report) ok 28355 - ";\n" ([SB/F/NM] Crystal Report) ok 28356 - ";This is a comment\n" ([RE/F/NM] Crystal Report) ok 28357 - ";This is a comment\n" ([SB/F/NM] Crystal Report) ok 28358 - ";A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28359 - ";A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28360 - ";Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28361 - ";Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28362 - "`\n" ([RE/F/NM] Crystal Report) ok 28363 - "`\n" ([SB/F/NM] Crystal Report) ok 28364 - "`This is a comment\n" ([RE/F/NM] Crystal Report) ok 28365 - "`This is a comment\n" ([SB/F/NM] Crystal Report) ok 28366 - "`A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28367 - "`A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28368 - "`Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28369 - "`Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28370 - "--\n" ([RE/F/NM] Crystal Report) ok 28371 - "--\n" ([SB/F/NM] Crystal Report) ok 28372 - "--This is a comment\n" ([RE/F/NM] Crystal Report) ok 28373 - "--This is a comment\n" ([SB/F/NM] Crystal Report) ok 28374 - "--A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28375 - "--A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28376 - "--Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28377 - "--Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28378 - "---\n" ([RE/F/NM] Crystal Report) ok 28379 - "---\n" ([SB/F/NM] Crystal Report) ok 28380 - "---This is a comment\n" ([RE/F/NM] Crystal Report) ok 28381 - "---This is a comment\n" ([SB/F/NM] Crystal Report) ok 28382 - "---A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28383 - "---A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28384 - "---Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28385 - "---Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28386 - "-----\n" ([RE/F/NM] Crystal Report) ok 28387 - "-----\n" ([SB/F/NM] Crystal Report) ok 28388 - "-----This is a comment\n" ([RE/F/NM] Crystal Report) ok 28389 - "-----This is a comment\n" ([SB/F/NM] Crystal Report) ok 28390 - "-----A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28391 - "-----A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28392 - "-----Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28393 - "-----Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28394 - "\\"\n" ([RE/F/NM] Crystal Report) ok 28395 - "\\"\n" ([SB/F/NM] Crystal Report) ok 28396 - "\\"This is a comment\n" ([RE/F/NM] Crystal Report) ok 28397 - "\\"This is a comment\n" ([SB/F/NM] Crystal Report) ok 28398 - "\\"A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28399 - "\\"A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28400 - "\\"Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28401 - "\\"Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28402 - ""\n" ([RE/F/NM] Crystal Report) ok 28403 - ""\n" ([SB/F/NM] Crystal Report) ok 28404 - ""This is a comment\n" ([RE/F/NM] Crystal Report) ok 28405 - ""This is a comment\n" ([SB/F/NM] Crystal Report) ok 28406 - ""A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28407 - ""A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28408 - ""Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28409 - ""Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28410 - "'\n" ([RE/F/NM] Crystal Report) ok 28411 - "'\n" ([SB/F/NM] Crystal Report) ok 28412 - "'This is a comment\n" ([RE/F/NM] Crystal Report) ok 28413 - "'This is a comment\n" ([SB/F/NM] Crystal Report) ok 28414 - "'A\tcomment\n" ([RE/F/NM] Crystal Report) ok 28415 - "'A\tcomment\n" ([SB/F/NM] Crystal Report) ok 28416 - "'Another /* comment\n" ([RE/F/NM] Crystal Report) ok 28417 - "'Another /* comment\n" ([SB/F/NM] Crystal Report) ok 28418 - "%\n" ([RE/P/MT] CLU) ok 28419 - "%\n" ([OM/P/MT] CLU) ok 28420 - "%\n" ([OS/P/MT] CLU) ok 28421 - "%\n" ([SB/P/MT] CLU) ok 28422 - "%\n" ([KP/P/MT] CLU) ok 28423 - "%This is a comment\n" ([RE/P/MT] CLU) ok 28424 - "%This is a comment\n" ([OM/P/MT] CLU) ok 28425 - "%This is a comment\n" ([OS/P/MT] CLU) ok 28426 - "%This is a comment\n" ([SB/P/MT] CLU) ok 28427 - "%This is a comment\n" ([KP/P/MT] CLU) ok 28428 - "%A\tcomment\n" ([RE/P/MT] CLU) ok 28429 - "%A\tcomment\n" ([OM/P/MT] CLU) ok 28430 - "%A\tcomment\n" ([OS/P/MT] CLU) ok 28431 - "%A\tcomment\n" ([SB/P/MT] CLU) ok 28432 - "%A\tcomment\n" ([KP/P/MT] CLU) ok 28433 - "%Another /* comment\n" ([RE/P/MT] CLU) ok 28434 - "%Another /* comment\n" ([OM/P/MT] CLU) ok 28435 - "%Another /* comment\n" ([OS/P/MT] CLU) ok 28436 - "%Another /* comment\n" ([SB/P/MT] CLU) ok 28437 - "%Another /* comment\n" ([KP/P/MT] CLU) ok 28438 - "\\" ([RE/F/NM] CLU) ok 28439 - "\\" ([SB/F/NM] CLU) ok 28440 - "\\This is a comment" ([RE/F/NM] CLU) ok 28441 - "\\This is a comment" ([SB/F/NM] CLU) ok 28442 - "\\A\tcomment" ([RE/F/NM] CLU) ok 28443 - "\\A\tcomment" ([SB/F/NM] CLU) ok 28444 - "\\Another /* comment" ([RE/F/NM] CLU) ok 28445 - "\\Another /* comment" ([SB/F/NM] CLU) ok 28446 - "\n" ([RE/F/NM] CLU) ok 28447 - "\n" ([SB/F/NM] CLU) ok 28448 - "This is a comment\n" ([RE/F/NM] CLU) ok 28449 - "This is a comment\n" ([SB/F/NM] CLU) ok 28450 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28451 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28452 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28453 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28454 - "#" ([RE/F/NM] CLU) ok 28455 - "#" ([SB/F/NM] CLU) ok 28456 - "#This is a comment" ([RE/F/NM] CLU) ok 28457 - "#This is a comment" ([SB/F/NM] CLU) ok 28458 - "#A\tcomment" ([RE/F/NM] CLU) ok 28459 - "#A\tcomment" ([SB/F/NM] CLU) ok 28460 - "#Another /* comment" ([RE/F/NM] CLU) ok 28461 - "#Another /* comment" ([SB/F/NM] CLU) ok 28462 - "\n" ([RE/F/NM] CLU) ok 28463 - "\n" ([SB/F/NM] CLU) ok 28464 - "This is a comment\n" ([RE/F/NM] CLU) ok 28465 - "This is a comment\n" ([SB/F/NM] CLU) ok 28466 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28467 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28468 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28469 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28470 - "//" ([RE/F/NM] CLU) ok 28471 - "//" ([SB/F/NM] CLU) ok 28472 - "//This is a comment" ([RE/F/NM] CLU) ok 28473 - "//This is a comment" ([SB/F/NM] CLU) ok 28474 - "//A\tcomment" ([RE/F/NM] CLU) ok 28475 - "//A\tcomment" ([SB/F/NM] CLU) ok 28476 - "//Another /* comment" ([RE/F/NM] CLU) ok 28477 - "//Another /* comment" ([SB/F/NM] CLU) ok 28478 - "\n" ([RE/F/NM] CLU) ok 28479 - "\n" ([SB/F/NM] CLU) ok 28480 - "This is a comment\n" ([RE/F/NM] CLU) ok 28481 - "This is a comment\n" ([SB/F/NM] CLU) ok 28482 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28483 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28484 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28485 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28486 - "--" ([RE/F/NM] CLU) ok 28487 - "--" ([SB/F/NM] CLU) ok 28488 - "--This is a comment" ([RE/F/NM] CLU) ok 28489 - "--This is a comment" ([SB/F/NM] CLU) ok 28490 - "--A\tcomment" ([RE/F/NM] CLU) ok 28491 - "--A\tcomment" ([SB/F/NM] CLU) ok 28492 - "--Another /* comment" ([RE/F/NM] CLU) ok 28493 - "--Another /* comment" ([SB/F/NM] CLU) ok 28494 - "\n" ([RE/F/NM] CLU) ok 28495 - "\n" ([SB/F/NM] CLU) ok 28496 - "This is a comment\n" ([RE/F/NM] CLU) ok 28497 - "This is a comment\n" ([SB/F/NM] CLU) ok 28498 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28499 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28500 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28501 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28502 - ";" ([RE/F/NM] CLU) ok 28503 - ";" ([SB/F/NM] CLU) ok 28504 - ";This is a comment" ([RE/F/NM] CLU) ok 28505 - ";This is a comment" ([SB/F/NM] CLU) ok 28506 - ";A\tcomment" ([RE/F/NM] CLU) ok 28507 - ";A\tcomment" ([SB/F/NM] CLU) ok 28508 - ";Another /* comment" ([RE/F/NM] CLU) ok 28509 - ";Another /* comment" ([SB/F/NM] CLU) ok 28510 - "\n" ([RE/F/NM] CLU) ok 28511 - "\n" ([SB/F/NM] CLU) ok 28512 - "This is a comment\n" ([RE/F/NM] CLU) ok 28513 - "This is a comment\n" ([SB/F/NM] CLU) ok 28514 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28515 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28516 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28517 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28518 - "#" ([RE/F/NM] CLU) ok 28519 - "#" ([SB/F/NM] CLU) ok 28520 - "#This is a comment" ([RE/F/NM] CLU) ok 28521 - "#This is a comment" ([SB/F/NM] CLU) ok 28522 - "#A\tcomment" ([RE/F/NM] CLU) ok 28523 - "#A\tcomment" ([SB/F/NM] CLU) ok 28524 - "#Another /* comment" ([RE/F/NM] CLU) ok 28525 - "#Another /* comment" ([SB/F/NM] CLU) ok 28526 - "\n" ([RE/F/NM] CLU) ok 28527 - "\n" ([SB/F/NM] CLU) ok 28528 - "This is a comment\n" ([RE/F/NM] CLU) ok 28529 - "This is a comment\n" ([SB/F/NM] CLU) ok 28530 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28531 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28532 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28533 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28534 - "*" ([RE/F/NM] CLU) ok 28535 - "*" ([SB/F/NM] CLU) ok 28536 - "*This is a comment" ([RE/F/NM] CLU) ok 28537 - "*This is a comment" ([SB/F/NM] CLU) ok 28538 - "*A\tcomment" ([RE/F/NM] CLU) ok 28539 - "*A\tcomment" ([SB/F/NM] CLU) ok 28540 - "*Another /* comment" ([RE/F/NM] CLU) ok 28541 - "*Another /* comment" ([SB/F/NM] CLU) ok 28542 - "\n" ([RE/F/NM] CLU) ok 28543 - "\n" ([SB/F/NM] CLU) ok 28544 - "This is a comment\n" ([RE/F/NM] CLU) ok 28545 - "This is a comment\n" ([SB/F/NM] CLU) ok 28546 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28547 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28548 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28549 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28550 - "!" ([RE/F/NM] CLU) ok 28551 - "!" ([SB/F/NM] CLU) ok 28552 - "!This is a comment" ([RE/F/NM] CLU) ok 28553 - "!This is a comment" ([SB/F/NM] CLU) ok 28554 - "!A\tcomment" ([RE/F/NM] CLU) ok 28555 - "!A\tcomment" ([SB/F/NM] CLU) ok 28556 - "!Another /* comment" ([RE/F/NM] CLU) ok 28557 - "!Another /* comment" ([SB/F/NM] CLU) ok 28558 - "\n" ([RE/F/NM] CLU) ok 28559 - "\n" ([SB/F/NM] CLU) ok 28560 - "This is a comment\n" ([RE/F/NM] CLU) ok 28561 - "This is a comment\n" ([SB/F/NM] CLU) ok 28562 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28563 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28564 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28565 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28566 - "REM" ([RE/F/NM] CLU) ok 28567 - "REM" ([SB/F/NM] CLU) ok 28568 - "REMThis is a comment" ([RE/F/NM] CLU) ok 28569 - "REMThis is a comment" ([SB/F/NM] CLU) ok 28570 - "REMA\tcomment" ([RE/F/NM] CLU) ok 28571 - "REMA\tcomment" ([SB/F/NM] CLU) ok 28572 - "REMAnother /* comment" ([RE/F/NM] CLU) ok 28573 - "REMAnother /* comment" ([SB/F/NM] CLU) ok 28574 - "\n" ([RE/F/NM] CLU) ok 28575 - "\n" ([SB/F/NM] CLU) ok 28576 - "This is a comment\n" ([RE/F/NM] CLU) ok 28577 - "This is a comment\n" ([SB/F/NM] CLU) ok 28578 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28579 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28580 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28581 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28582 - "//" ([RE/F/NM] CLU) ok 28583 - "//" ([SB/F/NM] CLU) ok 28584 - "//This is a comment" ([RE/F/NM] CLU) ok 28585 - "//This is a comment" ([SB/F/NM] CLU) ok 28586 - "//A\tcomment" ([RE/F/NM] CLU) ok 28587 - "//A\tcomment" ([SB/F/NM] CLU) ok 28588 - "//Another /* comment" ([RE/F/NM] CLU) ok 28589 - "//Another /* comment" ([SB/F/NM] CLU) ok 28590 - "\n" ([RE/F/NM] CLU) ok 28591 - "\n" ([SB/F/NM] CLU) ok 28592 - "This is a comment\n" ([RE/F/NM] CLU) ok 28593 - "This is a comment\n" ([SB/F/NM] CLU) ok 28594 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28595 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28596 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28597 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28598 - "%" ([RE/F/NM] CLU) ok 28599 - "%" ([SB/F/NM] CLU) ok 28600 - "%This is a comment" ([RE/F/NM] CLU) ok 28601 - "%This is a comment" ([SB/F/NM] CLU) ok 28602 - "%A\tcomment" ([RE/F/NM] CLU) ok 28603 - "%A\tcomment" ([SB/F/NM] CLU) ok 28604 - "%Another /* comment" ([RE/F/NM] CLU) ok 28605 - "%Another /* comment" ([SB/F/NM] CLU) ok 28606 - "\n" ([RE/F/NM] CLU) ok 28607 - "\n" ([SB/F/NM] CLU) ok 28608 - "This is a comment\n" ([RE/F/NM] CLU) ok 28609 - "This is a comment\n" ([SB/F/NM] CLU) ok 28610 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28611 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28612 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28613 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28614 - "!" ([RE/F/NM] CLU) ok 28615 - "!" ([SB/F/NM] CLU) ok 28616 - "!This is a comment" ([RE/F/NM] CLU) ok 28617 - "!This is a comment" ([SB/F/NM] CLU) ok 28618 - "!A\tcomment" ([RE/F/NM] CLU) ok 28619 - "!A\tcomment" ([SB/F/NM] CLU) ok 28620 - "!Another /* comment" ([RE/F/NM] CLU) ok 28621 - "!Another /* comment" ([SB/F/NM] CLU) ok 28622 - "\n" ([RE/F/NM] CLU) ok 28623 - "\n" ([SB/F/NM] CLU) ok 28624 - "This is a comment\n" ([RE/F/NM] CLU) ok 28625 - "This is a comment\n" ([SB/F/NM] CLU) ok 28626 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28627 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28628 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28629 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28630 - "NB" ([RE/F/NM] CLU) ok 28631 - "NB" ([SB/F/NM] CLU) ok 28632 - "NBThis is a comment" ([RE/F/NM] CLU) ok 28633 - "NBThis is a comment" ([SB/F/NM] CLU) ok 28634 - "NBA\tcomment" ([RE/F/NM] CLU) ok 28635 - "NBA\tcomment" ([SB/F/NM] CLU) ok 28636 - "NBAnother /* comment" ([RE/F/NM] CLU) ok 28637 - "NBAnother /* comment" ([SB/F/NM] CLU) ok 28638 - "\n" ([RE/F/NM] CLU) ok 28639 - "\n" ([SB/F/NM] CLU) ok 28640 - "This is a comment\n" ([RE/F/NM] CLU) ok 28641 - "This is a comment\n" ([SB/F/NM] CLU) ok 28642 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28643 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28644 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28645 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28646 - "PLEASE NOT" ([RE/F/NM] CLU) ok 28647 - "PLEASE NOT" ([SB/F/NM] CLU) ok 28648 - "PLEASE NOTThis is a comment" ([RE/F/NM] CLU) ok 28649 - "PLEASE NOTThis is a comment" ([SB/F/NM] CLU) ok 28650 - "PLEASE NOTA\tcomment" ([RE/F/NM] CLU) ok 28651 - "PLEASE NOTA\tcomment" ([SB/F/NM] CLU) ok 28652 - "PLEASE NOTAnother /* comment" ([RE/F/NM] CLU) ok 28653 - "PLEASE NOTAnother /* comment" ([SB/F/NM] CLU) ok 28654 - "\n" ([RE/F/NM] CLU) ok 28655 - "\n" ([SB/F/NM] CLU) ok 28656 - "This is a comment\n" ([RE/F/NM] CLU) ok 28657 - "This is a comment\n" ([SB/F/NM] CLU) ok 28658 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28659 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28660 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28661 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28662 - "PLEASE NOT" ([RE/F/NM] CLU) ok 28663 - "PLEASE NOT" ([SB/F/NM] CLU) ok 28664 - "PLEASE NOTThis is a comment" ([RE/F/NM] CLU) ok 28665 - "PLEASE NOTThis is a comment" ([SB/F/NM] CLU) ok 28666 - "PLEASE NOTA\tcomment" ([RE/F/NM] CLU) ok 28667 - "PLEASE NOTA\tcomment" ([SB/F/NM] CLU) ok 28668 - "PLEASE NOTAnother /* comment" ([RE/F/NM] CLU) ok 28669 - "PLEASE NOTAnother /* comment" ([SB/F/NM] CLU) ok 28670 - "\n" ([RE/F/NM] CLU) ok 28671 - "\n" ([SB/F/NM] CLU) ok 28672 - "This is a comment\n" ([RE/F/NM] CLU) ok 28673 - "This is a comment\n" ([SB/F/NM] CLU) ok 28674 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28675 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28676 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28677 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28678 - "PLEASE N'T" ([RE/F/NM] CLU) ok 28679 - "PLEASE N'T" ([SB/F/NM] CLU) ok 28680 - "PLEASE N'TThis is a comment" ([RE/F/NM] CLU) ok 28681 - "PLEASE N'TThis is a comment" ([SB/F/NM] CLU) ok 28682 - "PLEASE N'TA\tcomment" ([RE/F/NM] CLU) ok 28683 - "PLEASE N'TA\tcomment" ([SB/F/NM] CLU) ok 28684 - "PLEASE N'TAnother /* comment" ([RE/F/NM] CLU) ok 28685 - "PLEASE N'TAnother /* comment" ([SB/F/NM] CLU) ok 28686 - "\n" ([RE/F/NM] CLU) ok 28687 - "\n" ([SB/F/NM] CLU) ok 28688 - "This is a comment\n" ([RE/F/NM] CLU) ok 28689 - "This is a comment\n" ([SB/F/NM] CLU) ok 28690 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28691 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28692 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28693 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28694 - "DO NOT" ([RE/F/NM] CLU) ok 28695 - "DO NOT" ([SB/F/NM] CLU) ok 28696 - "DO NOTThis is a comment" ([RE/F/NM] CLU) ok 28697 - "DO NOTThis is a comment" ([SB/F/NM] CLU) ok 28698 - "DO NOTA\tcomment" ([RE/F/NM] CLU) ok 28699 - "DO NOTA\tcomment" ([SB/F/NM] CLU) ok 28700 - "DO NOTAnother /* comment" ([RE/F/NM] CLU) ok 28701 - "DO NOTAnother /* comment" ([SB/F/NM] CLU) ok 28702 - "\n" ([RE/F/NM] CLU) ok 28703 - "\n" ([SB/F/NM] CLU) ok 28704 - "This is a comment\n" ([RE/F/NM] CLU) ok 28705 - "This is a comment\n" ([SB/F/NM] CLU) ok 28706 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28707 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28708 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28709 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28710 - "DO N'T" ([RE/F/NM] CLU) ok 28711 - "DO N'T" ([SB/F/NM] CLU) ok 28712 - "DO N'TThis is a comment" ([RE/F/NM] CLU) ok 28713 - "DO N'TThis is a comment" ([SB/F/NM] CLU) ok 28714 - "DO N'TA\tcomment" ([RE/F/NM] CLU) ok 28715 - "DO N'TA\tcomment" ([SB/F/NM] CLU) ok 28716 - "DO N'TAnother /* comment" ([RE/F/NM] CLU) ok 28717 - "DO N'TAnother /* comment" ([SB/F/NM] CLU) ok 28718 - "\n" ([RE/F/NM] CLU) ok 28719 - "\n" ([SB/F/NM] CLU) ok 28720 - "This is a comment\n" ([RE/F/NM] CLU) ok 28721 - "This is a comment\n" ([SB/F/NM] CLU) ok 28722 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28723 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28724 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28725 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28726 - "DO NOT" ([RE/F/NM] CLU) ok 28727 - "DO NOT" ([SB/F/NM] CLU) ok 28728 - "DO NOTThis is a comment" ([RE/F/NM] CLU) ok 28729 - "DO NOTThis is a comment" ([SB/F/NM] CLU) ok 28730 - "DO NOTA\tcomment" ([RE/F/NM] CLU) ok 28731 - "DO NOTA\tcomment" ([SB/F/NM] CLU) ok 28732 - "DO NOTAnother /* comment" ([RE/F/NM] CLU) ok 28733 - "DO NOTAnother /* comment" ([SB/F/NM] CLU) ok 28734 - "\n" ([RE/F/NM] CLU) ok 28735 - "\n" ([SB/F/NM] CLU) ok 28736 - "This is a comment\n" ([RE/F/NM] CLU) ok 28737 - "This is a comment\n" ([SB/F/NM] CLU) ok 28738 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28739 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28740 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28741 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28742 - "PLEASE DO NOT" ([RE/F/NM] CLU) ok 28743 - "PLEASE DO NOT" ([SB/F/NM] CLU) ok 28744 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] CLU) ok 28745 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] CLU) ok 28746 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] CLU) ok 28747 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] CLU) ok 28748 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] CLU) ok 28749 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] CLU) ok 28750 - "\n" ([RE/F/NM] CLU) ok 28751 - "\n" ([SB/F/NM] CLU) ok 28752 - "This is a comment\n" ([RE/F/NM] CLU) ok 28753 - "This is a comment\n" ([SB/F/NM] CLU) ok 28754 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28755 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28756 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28757 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28758 - "PLEASE DO NOT" ([RE/F/NM] CLU) ok 28759 - "PLEASE DO NOT" ([SB/F/NM] CLU) ok 28760 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] CLU) ok 28761 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] CLU) ok 28762 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] CLU) ok 28763 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] CLU) ok 28764 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] CLU) ok 28765 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] CLU) ok 28766 - "\n" ([RE/F/NM] CLU) ok 28767 - "\n" ([SB/F/NM] CLU) ok 28768 - "This is a comment\n" ([RE/F/NM] CLU) ok 28769 - "This is a comment\n" ([SB/F/NM] CLU) ok 28770 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28771 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28772 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28773 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28774 - "PLEASE DO N'T" ([RE/F/NM] CLU) ok 28775 - "PLEASE DO N'T" ([SB/F/NM] CLU) ok 28776 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] CLU) ok 28777 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] CLU) ok 28778 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] CLU) ok 28779 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] CLU) ok 28780 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] CLU) ok 28781 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] CLU) ok 28782 - "\n" ([RE/F/NM] CLU) ok 28783 - "\n" ([SB/F/NM] CLU) ok 28784 - "This is a comment\n" ([RE/F/NM] CLU) ok 28785 - "This is a comment\n" ([SB/F/NM] CLU) ok 28786 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28787 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28788 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28789 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28790 - "NB." ([RE/F/NM] CLU) ok 28791 - "NB." ([SB/F/NM] CLU) ok 28792 - "NB.This is a comment" ([RE/F/NM] CLU) ok 28793 - "NB.This is a comment" ([SB/F/NM] CLU) ok 28794 - "NB.A\tcomment" ([RE/F/NM] CLU) ok 28795 - "NB.A\tcomment" ([SB/F/NM] CLU) ok 28796 - "NB.Another /* comment" ([RE/F/NM] CLU) ok 28797 - "NB.Another /* comment" ([SB/F/NM] CLU) ok 28798 - "\n" ([RE/F/NM] CLU) ok 28799 - "\n" ([SB/F/NM] CLU) ok 28800 - "This is a comment\n" ([RE/F/NM] CLU) ok 28801 - "This is a comment\n" ([SB/F/NM] CLU) ok 28802 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28803 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28804 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28805 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28806 - "{" ([RE/F/NM] CLU) ok 28807 - "{" ([SB/F/NM] CLU) ok 28808 - "{This is a comment" ([RE/F/NM] CLU) ok 28809 - "{This is a comment" ([SB/F/NM] CLU) ok 28810 - "{A\tcomment" ([RE/F/NM] CLU) ok 28811 - "{A\tcomment" ([SB/F/NM] CLU) ok 28812 - "{Another /* comment" ([RE/F/NM] CLU) ok 28813 - "{Another /* comment" ([SB/F/NM] CLU) ok 28814 - "}" ([RE/F/NM] CLU) ok 28815 - "}" ([SB/F/NM] CLU) ok 28816 - "This is a comment}" ([RE/F/NM] CLU) ok 28817 - "This is a comment}" ([SB/F/NM] CLU) ok 28818 - "A\tcomment}" ([RE/F/NM] CLU) ok 28819 - "A\tcomment}" ([SB/F/NM] CLU) ok 28820 - "Another /* comment}" ([RE/F/NM] CLU) ok 28821 - "Another /* comment}" ([SB/F/NM] CLU) ok 28822 - "." ([RE/F/NM] CLU) ok 28823 - "." ([SB/F/NM] CLU) ok 28824 - ".This is a comment" ([RE/F/NM] CLU) ok 28825 - ".This is a comment" ([SB/F/NM] CLU) ok 28826 - ".A\tcomment" ([RE/F/NM] CLU) ok 28827 - ".A\tcomment" ([SB/F/NM] CLU) ok 28828 - ".Another /* comment" ([RE/F/NM] CLU) ok 28829 - ".Another /* comment" ([SB/F/NM] CLU) ok 28830 - "\n" ([RE/F/NM] CLU) ok 28831 - "\n" ([SB/F/NM] CLU) ok 28832 - "This is a comment\n" ([RE/F/NM] CLU) ok 28833 - "This is a comment\n" ([SB/F/NM] CLU) ok 28834 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28835 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28836 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28837 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28838 - ";" ([RE/F/NM] CLU) ok 28839 - ";" ([SB/F/NM] CLU) ok 28840 - ";This is a comment" ([RE/F/NM] CLU) ok 28841 - ";This is a comment" ([SB/F/NM] CLU) ok 28842 - ";A\tcomment" ([RE/F/NM] CLU) ok 28843 - ";A\tcomment" ([SB/F/NM] CLU) ok 28844 - ";Another /* comment" ([RE/F/NM] CLU) ok 28845 - ";Another /* comment" ([SB/F/NM] CLU) ok 28846 - "\n" ([RE/F/NM] CLU) ok 28847 - "\n" ([SB/F/NM] CLU) ok 28848 - "This is a comment\n" ([RE/F/NM] CLU) ok 28849 - "This is a comment\n" ([SB/F/NM] CLU) ok 28850 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28851 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28852 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28853 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28854 - "`" ([RE/F/NM] CLU) ok 28855 - "`" ([SB/F/NM] CLU) ok 28856 - "`This is a comment" ([RE/F/NM] CLU) ok 28857 - "`This is a comment" ([SB/F/NM] CLU) ok 28858 - "`A\tcomment" ([RE/F/NM] CLU) ok 28859 - "`A\tcomment" ([SB/F/NM] CLU) ok 28860 - "`Another /* comment" ([RE/F/NM] CLU) ok 28861 - "`Another /* comment" ([SB/F/NM] CLU) ok 28862 - "\n" ([RE/F/NM] CLU) ok 28863 - "\n" ([SB/F/NM] CLU) ok 28864 - "This is a comment\n" ([RE/F/NM] CLU) ok 28865 - "This is a comment\n" ([SB/F/NM] CLU) ok 28866 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28867 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28868 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28869 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28870 - "--" ([RE/F/NM] CLU) ok 28871 - "--" ([SB/F/NM] CLU) ok 28872 - "--This is a comment" ([RE/F/NM] CLU) ok 28873 - "--This is a comment" ([SB/F/NM] CLU) ok 28874 - "--A\tcomment" ([RE/F/NM] CLU) ok 28875 - "--A\tcomment" ([SB/F/NM] CLU) ok 28876 - "--Another /* comment" ([RE/F/NM] CLU) ok 28877 - "--Another /* comment" ([SB/F/NM] CLU) ok 28878 - "\n" ([RE/F/NM] CLU) ok 28879 - "\n" ([SB/F/NM] CLU) ok 28880 - "This is a comment\n" ([RE/F/NM] CLU) ok 28881 - "This is a comment\n" ([SB/F/NM] CLU) ok 28882 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28883 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28884 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28885 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28886 - "---" ([RE/F/NM] CLU) ok 28887 - "---" ([SB/F/NM] CLU) ok 28888 - "---This is a comment" ([RE/F/NM] CLU) ok 28889 - "---This is a comment" ([SB/F/NM] CLU) ok 28890 - "---A\tcomment" ([RE/F/NM] CLU) ok 28891 - "---A\tcomment" ([SB/F/NM] CLU) ok 28892 - "---Another /* comment" ([RE/F/NM] CLU) ok 28893 - "---Another /* comment" ([SB/F/NM] CLU) ok 28894 - "\n" ([RE/F/NM] CLU) ok 28895 - "\n" ([SB/F/NM] CLU) ok 28896 - "This is a comment\n" ([RE/F/NM] CLU) ok 28897 - "This is a comment\n" ([SB/F/NM] CLU) ok 28898 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28899 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28900 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28901 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28902 - "-----" ([RE/F/NM] CLU) ok 28903 - "-----" ([SB/F/NM] CLU) ok 28904 - "-----This is a comment" ([RE/F/NM] CLU) ok 28905 - "-----This is a comment" ([SB/F/NM] CLU) ok 28906 - "-----A\tcomment" ([RE/F/NM] CLU) ok 28907 - "-----A\tcomment" ([SB/F/NM] CLU) ok 28908 - "-----Another /* comment" ([RE/F/NM] CLU) ok 28909 - "-----Another /* comment" ([SB/F/NM] CLU) ok 28910 - "\n" ([RE/F/NM] CLU) ok 28911 - "\n" ([SB/F/NM] CLU) ok 28912 - "This is a comment\n" ([RE/F/NM] CLU) ok 28913 - "This is a comment\n" ([SB/F/NM] CLU) ok 28914 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28915 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28916 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28917 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28918 - "\\"" ([RE/F/NM] CLU) ok 28919 - "\\"" ([SB/F/NM] CLU) ok 28920 - "\\"This is a comment" ([RE/F/NM] CLU) ok 28921 - "\\"This is a comment" ([SB/F/NM] CLU) ok 28922 - "\\"A\tcomment" ([RE/F/NM] CLU) ok 28923 - "\\"A\tcomment" ([SB/F/NM] CLU) ok 28924 - "\\"Another /* comment" ([RE/F/NM] CLU) ok 28925 - "\\"Another /* comment" ([SB/F/NM] CLU) ok 28926 - "\n" ([RE/F/NM] CLU) ok 28927 - "\n" ([SB/F/NM] CLU) ok 28928 - "This is a comment\n" ([RE/F/NM] CLU) ok 28929 - "This is a comment\n" ([SB/F/NM] CLU) ok 28930 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28931 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28932 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28933 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28934 - """ ([RE/F/NM] CLU) ok 28935 - """ ([SB/F/NM] CLU) ok 28936 - ""This is a comment" ([RE/F/NM] CLU) ok 28937 - ""This is a comment" ([SB/F/NM] CLU) ok 28938 - ""A\tcomment" ([RE/F/NM] CLU) ok 28939 - ""A\tcomment" ([SB/F/NM] CLU) ok 28940 - ""Another /* comment" ([RE/F/NM] CLU) ok 28941 - ""Another /* comment" ([SB/F/NM] CLU) ok 28942 - "\n" ([RE/F/NM] CLU) ok 28943 - "\n" ([SB/F/NM] CLU) ok 28944 - "This is a comment\n" ([RE/F/NM] CLU) ok 28945 - "This is a comment\n" ([SB/F/NM] CLU) ok 28946 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28947 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28948 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28949 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28950 - "'" ([RE/F/NM] CLU) ok 28951 - "'" ([SB/F/NM] CLU) ok 28952 - "'This is a comment" ([RE/F/NM] CLU) ok 28953 - "'This is a comment" ([SB/F/NM] CLU) ok 28954 - "'A\tcomment" ([RE/F/NM] CLU) ok 28955 - "'A\tcomment" ([SB/F/NM] CLU) ok 28956 - "'Another /* comment" ([RE/F/NM] CLU) ok 28957 - "'Another /* comment" ([SB/F/NM] CLU) ok 28958 - "\n" ([RE/F/NM] CLU) ok 28959 - "\n" ([SB/F/NM] CLU) ok 28960 - "This is a comment\n" ([RE/F/NM] CLU) ok 28961 - "This is a comment\n" ([SB/F/NM] CLU) ok 28962 - "A\tcomment\n" ([RE/F/NM] CLU) ok 28963 - "A\tcomment\n" ([SB/F/NM] CLU) ok 28964 - "Another /* comment\n" ([RE/F/NM] CLU) ok 28965 - "Another /* comment\n" ([SB/F/NM] CLU) ok 28966 - "/* This is a C comment */" ([RE/F/NM] CLU) ok 28967 - "/* This is a C comment */" ([SB/F/NM] CLU) ok 28968 - "(* This is a Pascal comment *)" ([RE/F/NM] CLU) ok 28969 - "(* This is a Pascal comment *)" ([SB/F/NM] CLU) ok 28970 - "" ([RE/F/NM] CLU) ok 28971 - "" ([SB/F/NM] CLU) ok 28972 - "%\n\n" ([RE/F/NM] CLU) ok 28973 - "%\n\n" ([SB/F/NM] CLU) ok 28974 - "%This is a comment\n\n" ([RE/F/NM] CLU) ok 28975 - "%This is a comment\n\n" ([SB/F/NM] CLU) ok 28976 - "%A\tcomment\n\n" ([RE/F/NM] CLU) ok 28977 - "%A\tcomment\n\n" ([SB/F/NM] CLU) ok 28978 - "%Another /* comment\n\n" ([RE/F/NM] CLU) ok 28979 - "%Another /* comment\n\n" ([SB/F/NM] CLU) ok 28980 - "%\n%\n" ([RE/F/NM] CLU) ok 28981 - "%\n%\n" ([SB/F/NM] CLU) ok 28982 - "%This is a comment\n%This is a comment\n" ([RE/F/NM] CLU) ok 28983 - "%This is a comment\n%This is a comment\n" ([SB/F/NM] CLU) ok 28984 - "%A\tcomment\n%A\tcomment\n" ([RE/F/NM] CLU) ok 28985 - "%A\tcomment\n%A\tcomment\n" ([SB/F/NM] CLU) ok 28986 - "%Another /* comment\n%Another /* comment\n" ([RE/F/NM] CLU) ok 28987 - "%Another /* comment\n%Another /* comment\n" ([SB/F/NM] CLU) ok 28988 - "%\nktw8" ([RE/F/NM] CLU) ok 28989 - "%\nktw8" ([SB/F/NM] CLU) ok 28990 - "%This is a comment\nvkp" ([RE/F/NM] CLU) ok 28991 - "%This is a comment\nvkp" ([SB/F/NM] CLU) ok 28992 - "%A\tcomment\nda3" ([RE/F/NM] CLU) ok 28993 - "%A\tcomment\nda3" ([SB/F/NM] CLU) ok 28994 - "%Another /* comment\nt4wt" ([RE/F/NM] CLU) ok 28995 - "%Another /* comment\nt4wt" ([SB/F/NM] CLU) ok 28996 - "a%\n" ([RE/F/NM] CLU) ok 28997 - "a%\n" ([SB/F/NM] CLU) ok 28998 - "ke%This is a comment\n" ([RE/F/NM] CLU) ok 28999 - "ke%This is a comment\n" ([SB/F/NM] CLU) ok 29000 - "ou%A\tcomment\n" ([RE/F/NM] CLU) ok 29001 - "ou%A\tcomment\n" ([SB/F/NM] CLU) ok 29002 - "whr%Another /* comment\n" ([RE/F/NM] CLU) ok 29003 - "whr%Another /* comment\n" ([SB/F/NM] CLU) ok 29004 - "\\\n" ([RE/F/NM] CLU) ok 29005 - "\\\n" ([SB/F/NM] CLU) ok 29006 - "\\This is a comment\n" ([RE/F/NM] CLU) ok 29007 - "\\This is a comment\n" ([SB/F/NM] CLU) ok 29008 - "\\A\tcomment\n" ([RE/F/NM] CLU) ok 29009 - "\\A\tcomment\n" ([SB/F/NM] CLU) ok 29010 - "\\Another /* comment\n" ([RE/F/NM] CLU) ok 29011 - "\\Another /* comment\n" ([SB/F/NM] CLU) ok 29012 - "#\n" ([RE/F/NM] CLU) ok 29013 - "#\n" ([SB/F/NM] CLU) ok 29014 - "#This is a comment\n" ([RE/F/NM] CLU) ok 29015 - "#This is a comment\n" ([SB/F/NM] CLU) ok 29016 - "#A\tcomment\n" ([RE/F/NM] CLU) ok 29017 - "#A\tcomment\n" ([SB/F/NM] CLU) ok 29018 - "#Another /* comment\n" ([RE/F/NM] CLU) ok 29019 - "#Another /* comment\n" ([SB/F/NM] CLU) ok 29020 - "//\n" ([RE/F/NM] CLU) ok 29021 - "//\n" ([SB/F/NM] CLU) ok 29022 - "//This is a comment\n" ([RE/F/NM] CLU) ok 29023 - "//This is a comment\n" ([SB/F/NM] CLU) ok 29024 - "//A\tcomment\n" ([RE/F/NM] CLU) ok 29025 - "//A\tcomment\n" ([SB/F/NM] CLU) ok 29026 - "//Another /* comment\n" ([RE/F/NM] CLU) ok 29027 - "//Another /* comment\n" ([SB/F/NM] CLU) ok 29028 - "--\n" ([RE/F/NM] CLU) ok 29029 - "--\n" ([SB/F/NM] CLU) ok 29030 - "--This is a comment\n" ([RE/F/NM] CLU) ok 29031 - "--This is a comment\n" ([SB/F/NM] CLU) ok 29032 - "--A\tcomment\n" ([RE/F/NM] CLU) ok 29033 - "--A\tcomment\n" ([SB/F/NM] CLU) ok 29034 - "--Another /* comment\n" ([RE/F/NM] CLU) ok 29035 - "--Another /* comment\n" ([SB/F/NM] CLU) ok 29036 - ";\n" ([RE/F/NM] CLU) ok 29037 - ";\n" ([SB/F/NM] CLU) ok 29038 - ";This is a comment\n" ([RE/F/NM] CLU) ok 29039 - ";This is a comment\n" ([SB/F/NM] CLU) ok 29040 - ";A\tcomment\n" ([RE/F/NM] CLU) ok 29041 - ";A\tcomment\n" ([SB/F/NM] CLU) ok 29042 - ";Another /* comment\n" ([RE/F/NM] CLU) ok 29043 - ";Another /* comment\n" ([SB/F/NM] CLU) ok 29044 - "#\n" ([RE/F/NM] CLU) ok 29045 - "#\n" ([SB/F/NM] CLU) ok 29046 - "#This is a comment\n" ([RE/F/NM] CLU) ok 29047 - "#This is a comment\n" ([SB/F/NM] CLU) ok 29048 - "#A\tcomment\n" ([RE/F/NM] CLU) ok 29049 - "#A\tcomment\n" ([SB/F/NM] CLU) ok 29050 - "#Another /* comment\n" ([RE/F/NM] CLU) ok 29051 - "#Another /* comment\n" ([SB/F/NM] CLU) ok 29052 - "*\n" ([RE/F/NM] CLU) ok 29053 - "*\n" ([SB/F/NM] CLU) ok 29054 - "*This is a comment\n" ([RE/F/NM] CLU) ok 29055 - "*This is a comment\n" ([SB/F/NM] CLU) ok 29056 - "*A\tcomment\n" ([RE/F/NM] CLU) ok 29057 - "*A\tcomment\n" ([SB/F/NM] CLU) ok 29058 - "*Another /* comment\n" ([RE/F/NM] CLU) ok 29059 - "*Another /* comment\n" ([SB/F/NM] CLU) ok 29060 - "!\n" ([RE/F/NM] CLU) ok 29061 - "!\n" ([SB/F/NM] CLU) ok 29062 - "!This is a comment\n" ([RE/F/NM] CLU) ok 29063 - "!This is a comment\n" ([SB/F/NM] CLU) ok 29064 - "!A\tcomment\n" ([RE/F/NM] CLU) ok 29065 - "!A\tcomment\n" ([SB/F/NM] CLU) ok 29066 - "!Another /* comment\n" ([RE/F/NM] CLU) ok 29067 - "!Another /* comment\n" ([SB/F/NM] CLU) ok 29068 - "REM\n" ([RE/F/NM] CLU) ok 29069 - "REM\n" ([SB/F/NM] CLU) ok 29070 - "REMThis is a comment\n" ([RE/F/NM] CLU) ok 29071 - "REMThis is a comment\n" ([SB/F/NM] CLU) ok 29072 - "REMA\tcomment\n" ([RE/F/NM] CLU) ok 29073 - "REMA\tcomment\n" ([SB/F/NM] CLU) ok 29074 - "REMAnother /* comment\n" ([RE/F/NM] CLU) ok 29075 - "REMAnother /* comment\n" ([SB/F/NM] CLU) ok 29076 - "//\n" ([RE/F/NM] CLU) ok 29077 - "//\n" ([SB/F/NM] CLU) ok 29078 - "//This is a comment\n" ([RE/F/NM] CLU) ok 29079 - "//This is a comment\n" ([SB/F/NM] CLU) ok 29080 - "//A\tcomment\n" ([RE/F/NM] CLU) ok 29081 - "//A\tcomment\n" ([SB/F/NM] CLU) ok 29082 - "//Another /* comment\n" ([RE/F/NM] CLU) ok 29083 - "//Another /* comment\n" ([SB/F/NM] CLU) ok 29084 - "!\n" ([RE/F/NM] CLU) ok 29085 - "!\n" ([SB/F/NM] CLU) ok 29086 - "!This is a comment\n" ([RE/F/NM] CLU) ok 29087 - "!This is a comment\n" ([SB/F/NM] CLU) ok 29088 - "!A\tcomment\n" ([RE/F/NM] CLU) ok 29089 - "!A\tcomment\n" ([SB/F/NM] CLU) ok 29090 - "!Another /* comment\n" ([RE/F/NM] CLU) ok 29091 - "!Another /* comment\n" ([SB/F/NM] CLU) ok 29092 - "NB\n" ([RE/F/NM] CLU) ok 29093 - "NB\n" ([SB/F/NM] CLU) ok 29094 - "NBThis is a comment\n" ([RE/F/NM] CLU) ok 29095 - "NBThis is a comment\n" ([SB/F/NM] CLU) ok 29096 - "NBA\tcomment\n" ([RE/F/NM] CLU) ok 29097 - "NBA\tcomment\n" ([SB/F/NM] CLU) ok 29098 - "NBAnother /* comment\n" ([RE/F/NM] CLU) ok 29099 - "NBAnother /* comment\n" ([SB/F/NM] CLU) ok 29100 - "PLEASE NOT\n" ([RE/F/NM] CLU) ok 29101 - "PLEASE NOT\n" ([SB/F/NM] CLU) ok 29102 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] CLU) ok 29103 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] CLU) ok 29104 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] CLU) ok 29105 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] CLU) ok 29106 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] CLU) ok 29107 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] CLU) ok 29108 - "PLEASE NOT\n" ([RE/F/NM] CLU) ok 29109 - "PLEASE NOT\n" ([SB/F/NM] CLU) ok 29110 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] CLU) ok 29111 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] CLU) ok 29112 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] CLU) ok 29113 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] CLU) ok 29114 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] CLU) ok 29115 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] CLU) ok 29116 - "PLEASE N'T\n" ([RE/F/NM] CLU) ok 29117 - "PLEASE N'T\n" ([SB/F/NM] CLU) ok 29118 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] CLU) ok 29119 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] CLU) ok 29120 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] CLU) ok 29121 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] CLU) ok 29122 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] CLU) ok 29123 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] CLU) ok 29124 - "DO NOT\n" ([RE/F/NM] CLU) ok 29125 - "DO NOT\n" ([SB/F/NM] CLU) ok 29126 - "DO NOTThis is a comment\n" ([RE/F/NM] CLU) ok 29127 - "DO NOTThis is a comment\n" ([SB/F/NM] CLU) ok 29128 - "DO NOTA\tcomment\n" ([RE/F/NM] CLU) ok 29129 - "DO NOTA\tcomment\n" ([SB/F/NM] CLU) ok 29130 - "DO NOTAnother /* comment\n" ([RE/F/NM] CLU) ok 29131 - "DO NOTAnother /* comment\n" ([SB/F/NM] CLU) ok 29132 - "DO N'T\n" ([RE/F/NM] CLU) ok 29133 - "DO N'T\n" ([SB/F/NM] CLU) ok 29134 - "DO N'TThis is a comment\n" ([RE/F/NM] CLU) ok 29135 - "DO N'TThis is a comment\n" ([SB/F/NM] CLU) ok 29136 - "DO N'TA\tcomment\n" ([RE/F/NM] CLU) ok 29137 - "DO N'TA\tcomment\n" ([SB/F/NM] CLU) ok 29138 - "DO N'TAnother /* comment\n" ([RE/F/NM] CLU) ok 29139 - "DO N'TAnother /* comment\n" ([SB/F/NM] CLU) ok 29140 - "DO NOT\n" ([RE/F/NM] CLU) ok 29141 - "DO NOT\n" ([SB/F/NM] CLU) ok 29142 - "DO NOTThis is a comment\n" ([RE/F/NM] CLU) ok 29143 - "DO NOTThis is a comment\n" ([SB/F/NM] CLU) ok 29144 - "DO NOTA\tcomment\n" ([RE/F/NM] CLU) ok 29145 - "DO NOTA\tcomment\n" ([SB/F/NM] CLU) ok 29146 - "DO NOTAnother /* comment\n" ([RE/F/NM] CLU) ok 29147 - "DO NOTAnother /* comment\n" ([SB/F/NM] CLU) ok 29148 - "PLEASE DO NOT\n" ([RE/F/NM] CLU) ok 29149 - "PLEASE DO NOT\n" ([SB/F/NM] CLU) ok 29150 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] CLU) ok 29151 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] CLU) ok 29152 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] CLU) ok 29153 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] CLU) ok 29154 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] CLU) ok 29155 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] CLU) ok 29156 - "PLEASE DO NOT\n" ([RE/F/NM] CLU) ok 29157 - "PLEASE DO NOT\n" ([SB/F/NM] CLU) ok 29158 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] CLU) ok 29159 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] CLU) ok 29160 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] CLU) ok 29161 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] CLU) ok 29162 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] CLU) ok 29163 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] CLU) ok 29164 - "PLEASE DO N'T\n" ([RE/F/NM] CLU) ok 29165 - "PLEASE DO N'T\n" ([SB/F/NM] CLU) ok 29166 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] CLU) ok 29167 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] CLU) ok 29168 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] CLU) ok 29169 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] CLU) ok 29170 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] CLU) ok 29171 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] CLU) ok 29172 - "NB.\n" ([RE/F/NM] CLU) ok 29173 - "NB.\n" ([SB/F/NM] CLU) ok 29174 - "NB.This is a comment\n" ([RE/F/NM] CLU) ok 29175 - "NB.This is a comment\n" ([SB/F/NM] CLU) ok 29176 - "NB.A\tcomment\n" ([RE/F/NM] CLU) ok 29177 - "NB.A\tcomment\n" ([SB/F/NM] CLU) ok 29178 - "NB.Another /* comment\n" ([RE/F/NM] CLU) ok 29179 - "NB.Another /* comment\n" ([SB/F/NM] CLU) ok 29180 - "{}" ([RE/F/NM] CLU) ok 29181 - "{}" ([SB/F/NM] CLU) ok 29182 - "{This is a comment}" ([RE/F/NM] CLU) ok 29183 - "{This is a comment}" ([SB/F/NM] CLU) ok 29184 - "{A\tcomment}" ([RE/F/NM] CLU) ok 29185 - "{A\tcomment}" ([SB/F/NM] CLU) ok 29186 - "{Another /* comment}" ([RE/F/NM] CLU) ok 29187 - "{Another /* comment}" ([SB/F/NM] CLU) ok 29188 - ".\n" ([RE/F/NM] CLU) ok 29189 - ".\n" ([SB/F/NM] CLU) ok 29190 - ".This is a comment\n" ([RE/F/NM] CLU) ok 29191 - ".This is a comment\n" ([SB/F/NM] CLU) ok 29192 - ".A\tcomment\n" ([RE/F/NM] CLU) ok 29193 - ".A\tcomment\n" ([SB/F/NM] CLU) ok 29194 - ".Another /* comment\n" ([RE/F/NM] CLU) ok 29195 - ".Another /* comment\n" ([SB/F/NM] CLU) ok 29196 - ";\n" ([RE/F/NM] CLU) ok 29197 - ";\n" ([SB/F/NM] CLU) ok 29198 - ";This is a comment\n" ([RE/F/NM] CLU) ok 29199 - ";This is a comment\n" ([SB/F/NM] CLU) ok 29200 - ";A\tcomment\n" ([RE/F/NM] CLU) ok 29201 - ";A\tcomment\n" ([SB/F/NM] CLU) ok 29202 - ";Another /* comment\n" ([RE/F/NM] CLU) ok 29203 - ";Another /* comment\n" ([SB/F/NM] CLU) ok 29204 - "`\n" ([RE/F/NM] CLU) ok 29205 - "`\n" ([SB/F/NM] CLU) ok 29206 - "`This is a comment\n" ([RE/F/NM] CLU) ok 29207 - "`This is a comment\n" ([SB/F/NM] CLU) ok 29208 - "`A\tcomment\n" ([RE/F/NM] CLU) ok 29209 - "`A\tcomment\n" ([SB/F/NM] CLU) ok 29210 - "`Another /* comment\n" ([RE/F/NM] CLU) ok 29211 - "`Another /* comment\n" ([SB/F/NM] CLU) ok 29212 - "--\n" ([RE/F/NM] CLU) ok 29213 - "--\n" ([SB/F/NM] CLU) ok 29214 - "--This is a comment\n" ([RE/F/NM] CLU) ok 29215 - "--This is a comment\n" ([SB/F/NM] CLU) ok 29216 - "--A\tcomment\n" ([RE/F/NM] CLU) ok 29217 - "--A\tcomment\n" ([SB/F/NM] CLU) ok 29218 - "--Another /* comment\n" ([RE/F/NM] CLU) ok 29219 - "--Another /* comment\n" ([SB/F/NM] CLU) ok 29220 - "---\n" ([RE/F/NM] CLU) ok 29221 - "---\n" ([SB/F/NM] CLU) ok 29222 - "---This is a comment\n" ([RE/F/NM] CLU) ok 29223 - "---This is a comment\n" ([SB/F/NM] CLU) ok 29224 - "---A\tcomment\n" ([RE/F/NM] CLU) ok 29225 - "---A\tcomment\n" ([SB/F/NM] CLU) ok 29226 - "---Another /* comment\n" ([RE/F/NM] CLU) ok 29227 - "---Another /* comment\n" ([SB/F/NM] CLU) ok 29228 - "-----\n" ([RE/F/NM] CLU) ok 29229 - "-----\n" ([SB/F/NM] CLU) ok 29230 - "-----This is a comment\n" ([RE/F/NM] CLU) ok 29231 - "-----This is a comment\n" ([SB/F/NM] CLU) ok 29232 - "-----A\tcomment\n" ([RE/F/NM] CLU) ok 29233 - "-----A\tcomment\n" ([SB/F/NM] CLU) ok 29234 - "-----Another /* comment\n" ([RE/F/NM] CLU) ok 29235 - "-----Another /* comment\n" ([SB/F/NM] CLU) ok 29236 - "\\"\n" ([RE/F/NM] CLU) ok 29237 - "\\"\n" ([SB/F/NM] CLU) ok 29238 - "\\"This is a comment\n" ([RE/F/NM] CLU) ok 29239 - "\\"This is a comment\n" ([SB/F/NM] CLU) ok 29240 - "\\"A\tcomment\n" ([RE/F/NM] CLU) ok 29241 - "\\"A\tcomment\n" ([SB/F/NM] CLU) ok 29242 - "\\"Another /* comment\n" ([RE/F/NM] CLU) ok 29243 - "\\"Another /* comment\n" ([SB/F/NM] CLU) ok 29244 - ""\n" ([RE/F/NM] CLU) ok 29245 - ""\n" ([SB/F/NM] CLU) ok 29246 - ""This is a comment\n" ([RE/F/NM] CLU) ok 29247 - ""This is a comment\n" ([SB/F/NM] CLU) ok 29248 - ""A\tcomment\n" ([RE/F/NM] CLU) ok 29249 - ""A\tcomment\n" ([SB/F/NM] CLU) ok 29250 - ""Another /* comment\n" ([RE/F/NM] CLU) ok 29251 - ""Another /* comment\n" ([SB/F/NM] CLU) ok 29252 - "'\n" ([RE/F/NM] CLU) ok 29253 - "'\n" ([SB/F/NM] CLU) ok 29254 - "'This is a comment\n" ([RE/F/NM] CLU) ok 29255 - "'This is a comment\n" ([SB/F/NM] CLU) ok 29256 - "'A\tcomment\n" ([RE/F/NM] CLU) ok 29257 - "'A\tcomment\n" ([SB/F/NM] CLU) ok 29258 - "'Another /* comment\n" ([RE/F/NM] CLU) ok 29259 - "'Another /* comment\n" ([SB/F/NM] CLU) ok 29260 - "%\n" ([RE/P/MT] LaTeX) ok 29261 - "%\n" ([OM/P/MT] LaTeX) ok 29262 - "%\n" ([OS/P/MT] LaTeX) ok 29263 - "%\n" ([SB/P/MT] LaTeX) ok 29264 - "%\n" ([KP/P/MT] LaTeX) ok 29265 - "%This is a comment\n" ([RE/P/MT] LaTeX) ok 29266 - "%This is a comment\n" ([OM/P/MT] LaTeX) ok 29267 - "%This is a comment\n" ([OS/P/MT] LaTeX) ok 29268 - "%This is a comment\n" ([SB/P/MT] LaTeX) ok 29269 - "%This is a comment\n" ([KP/P/MT] LaTeX) ok 29270 - "%A\tcomment\n" ([RE/P/MT] LaTeX) ok 29271 - "%A\tcomment\n" ([OM/P/MT] LaTeX) ok 29272 - "%A\tcomment\n" ([OS/P/MT] LaTeX) ok 29273 - "%A\tcomment\n" ([SB/P/MT] LaTeX) ok 29274 - "%A\tcomment\n" ([KP/P/MT] LaTeX) ok 29275 - "%Another /* comment\n" ([RE/P/MT] LaTeX) ok 29276 - "%Another /* comment\n" ([OM/P/MT] LaTeX) ok 29277 - "%Another /* comment\n" ([OS/P/MT] LaTeX) ok 29278 - "%Another /* comment\n" ([SB/P/MT] LaTeX) ok 29279 - "%Another /* comment\n" ([KP/P/MT] LaTeX) ok 29280 - "\\" ([RE/F/NM] LaTeX) ok 29281 - "\\" ([SB/F/NM] LaTeX) ok 29282 - "\\This is a comment" ([RE/F/NM] LaTeX) ok 29283 - "\\This is a comment" ([SB/F/NM] LaTeX) ok 29284 - "\\A\tcomment" ([RE/F/NM] LaTeX) ok 29285 - "\\A\tcomment" ([SB/F/NM] LaTeX) ok 29286 - "\\Another /* comment" ([RE/F/NM] LaTeX) ok 29287 - "\\Another /* comment" ([SB/F/NM] LaTeX) ok 29288 - "\n" ([RE/F/NM] LaTeX) ok 29289 - "\n" ([SB/F/NM] LaTeX) ok 29290 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29291 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29292 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29293 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29294 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29295 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29296 - "#" ([RE/F/NM] LaTeX) ok 29297 - "#" ([SB/F/NM] LaTeX) ok 29298 - "#This is a comment" ([RE/F/NM] LaTeX) ok 29299 - "#This is a comment" ([SB/F/NM] LaTeX) ok 29300 - "#A\tcomment" ([RE/F/NM] LaTeX) ok 29301 - "#A\tcomment" ([SB/F/NM] LaTeX) ok 29302 - "#Another /* comment" ([RE/F/NM] LaTeX) ok 29303 - "#Another /* comment" ([SB/F/NM] LaTeX) ok 29304 - "\n" ([RE/F/NM] LaTeX) ok 29305 - "\n" ([SB/F/NM] LaTeX) ok 29306 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29307 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29308 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29309 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29310 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29311 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29312 - "//" ([RE/F/NM] LaTeX) ok 29313 - "//" ([SB/F/NM] LaTeX) ok 29314 - "//This is a comment" ([RE/F/NM] LaTeX) ok 29315 - "//This is a comment" ([SB/F/NM] LaTeX) ok 29316 - "//A\tcomment" ([RE/F/NM] LaTeX) ok 29317 - "//A\tcomment" ([SB/F/NM] LaTeX) ok 29318 - "//Another /* comment" ([RE/F/NM] LaTeX) ok 29319 - "//Another /* comment" ([SB/F/NM] LaTeX) ok 29320 - "\n" ([RE/F/NM] LaTeX) ok 29321 - "\n" ([SB/F/NM] LaTeX) ok 29322 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29323 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29324 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29325 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29326 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29327 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29328 - "--" ([RE/F/NM] LaTeX) ok 29329 - "--" ([SB/F/NM] LaTeX) ok 29330 - "--This is a comment" ([RE/F/NM] LaTeX) ok 29331 - "--This is a comment" ([SB/F/NM] LaTeX) ok 29332 - "--A\tcomment" ([RE/F/NM] LaTeX) ok 29333 - "--A\tcomment" ([SB/F/NM] LaTeX) ok 29334 - "--Another /* comment" ([RE/F/NM] LaTeX) ok 29335 - "--Another /* comment" ([SB/F/NM] LaTeX) ok 29336 - "\n" ([RE/F/NM] LaTeX) ok 29337 - "\n" ([SB/F/NM] LaTeX) ok 29338 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29339 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29340 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29341 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29342 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29343 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29344 - ";" ([RE/F/NM] LaTeX) ok 29345 - ";" ([SB/F/NM] LaTeX) ok 29346 - ";This is a comment" ([RE/F/NM] LaTeX) ok 29347 - ";This is a comment" ([SB/F/NM] LaTeX) ok 29348 - ";A\tcomment" ([RE/F/NM] LaTeX) ok 29349 - ";A\tcomment" ([SB/F/NM] LaTeX) ok 29350 - ";Another /* comment" ([RE/F/NM] LaTeX) ok 29351 - ";Another /* comment" ([SB/F/NM] LaTeX) ok 29352 - "\n" ([RE/F/NM] LaTeX) ok 29353 - "\n" ([SB/F/NM] LaTeX) ok 29354 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29355 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29356 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29357 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29358 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29359 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29360 - "#" ([RE/F/NM] LaTeX) ok 29361 - "#" ([SB/F/NM] LaTeX) ok 29362 - "#This is a comment" ([RE/F/NM] LaTeX) ok 29363 - "#This is a comment" ([SB/F/NM] LaTeX) ok 29364 - "#A\tcomment" ([RE/F/NM] LaTeX) ok 29365 - "#A\tcomment" ([SB/F/NM] LaTeX) ok 29366 - "#Another /* comment" ([RE/F/NM] LaTeX) ok 29367 - "#Another /* comment" ([SB/F/NM] LaTeX) ok 29368 - "\n" ([RE/F/NM] LaTeX) ok 29369 - "\n" ([SB/F/NM] LaTeX) ok 29370 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29371 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29372 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29373 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29374 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29375 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29376 - "*" ([RE/F/NM] LaTeX) ok 29377 - "*" ([SB/F/NM] LaTeX) ok 29378 - "*This is a comment" ([RE/F/NM] LaTeX) ok 29379 - "*This is a comment" ([SB/F/NM] LaTeX) ok 29380 - "*A\tcomment" ([RE/F/NM] LaTeX) ok 29381 - "*A\tcomment" ([SB/F/NM] LaTeX) ok 29382 - "*Another /* comment" ([RE/F/NM] LaTeX) ok 29383 - "*Another /* comment" ([SB/F/NM] LaTeX) ok 29384 - "\n" ([RE/F/NM] LaTeX) ok 29385 - "\n" ([SB/F/NM] LaTeX) ok 29386 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29387 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29388 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29389 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29390 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29391 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29392 - "!" ([RE/F/NM] LaTeX) ok 29393 - "!" ([SB/F/NM] LaTeX) ok 29394 - "!This is a comment" ([RE/F/NM] LaTeX) ok 29395 - "!This is a comment" ([SB/F/NM] LaTeX) ok 29396 - "!A\tcomment" ([RE/F/NM] LaTeX) ok 29397 - "!A\tcomment" ([SB/F/NM] LaTeX) ok 29398 - "!Another /* comment" ([RE/F/NM] LaTeX) ok 29399 - "!Another /* comment" ([SB/F/NM] LaTeX) ok 29400 - "\n" ([RE/F/NM] LaTeX) ok 29401 - "\n" ([SB/F/NM] LaTeX) ok 29402 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29403 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29404 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29405 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29406 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29407 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29408 - "REM" ([RE/F/NM] LaTeX) ok 29409 - "REM" ([SB/F/NM] LaTeX) ok 29410 - "REMThis is a comment" ([RE/F/NM] LaTeX) ok 29411 - "REMThis is a comment" ([SB/F/NM] LaTeX) ok 29412 - "REMA\tcomment" ([RE/F/NM] LaTeX) ok 29413 - "REMA\tcomment" ([SB/F/NM] LaTeX) ok 29414 - "REMAnother /* comment" ([RE/F/NM] LaTeX) ok 29415 - "REMAnother /* comment" ([SB/F/NM] LaTeX) ok 29416 - "\n" ([RE/F/NM] LaTeX) ok 29417 - "\n" ([SB/F/NM] LaTeX) ok 29418 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29419 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29420 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29421 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29422 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29423 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29424 - "//" ([RE/F/NM] LaTeX) ok 29425 - "//" ([SB/F/NM] LaTeX) ok 29426 - "//This is a comment" ([RE/F/NM] LaTeX) ok 29427 - "//This is a comment" ([SB/F/NM] LaTeX) ok 29428 - "//A\tcomment" ([RE/F/NM] LaTeX) ok 29429 - "//A\tcomment" ([SB/F/NM] LaTeX) ok 29430 - "//Another /* comment" ([RE/F/NM] LaTeX) ok 29431 - "//Another /* comment" ([SB/F/NM] LaTeX) ok 29432 - "\n" ([RE/F/NM] LaTeX) ok 29433 - "\n" ([SB/F/NM] LaTeX) ok 29434 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29435 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29436 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29437 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29438 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29439 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29440 - "%" ([RE/F/NM] LaTeX) ok 29441 - "%" ([SB/F/NM] LaTeX) ok 29442 - "%This is a comment" ([RE/F/NM] LaTeX) ok 29443 - "%This is a comment" ([SB/F/NM] LaTeX) ok 29444 - "%A\tcomment" ([RE/F/NM] LaTeX) ok 29445 - "%A\tcomment" ([SB/F/NM] LaTeX) ok 29446 - "%Another /* comment" ([RE/F/NM] LaTeX) ok 29447 - "%Another /* comment" ([SB/F/NM] LaTeX) ok 29448 - "\n" ([RE/F/NM] LaTeX) ok 29449 - "\n" ([SB/F/NM] LaTeX) ok 29450 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29451 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29452 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29453 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29454 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29455 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29456 - "!" ([RE/F/NM] LaTeX) ok 29457 - "!" ([SB/F/NM] LaTeX) ok 29458 - "!This is a comment" ([RE/F/NM] LaTeX) ok 29459 - "!This is a comment" ([SB/F/NM] LaTeX) ok 29460 - "!A\tcomment" ([RE/F/NM] LaTeX) ok 29461 - "!A\tcomment" ([SB/F/NM] LaTeX) ok 29462 - "!Another /* comment" ([RE/F/NM] LaTeX) ok 29463 - "!Another /* comment" ([SB/F/NM] LaTeX) ok 29464 - "\n" ([RE/F/NM] LaTeX) ok 29465 - "\n" ([SB/F/NM] LaTeX) ok 29466 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29467 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29468 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29469 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29470 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29471 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29472 - "NB" ([RE/F/NM] LaTeX) ok 29473 - "NB" ([SB/F/NM] LaTeX) ok 29474 - "NBThis is a comment" ([RE/F/NM] LaTeX) ok 29475 - "NBThis is a comment" ([SB/F/NM] LaTeX) ok 29476 - "NBA\tcomment" ([RE/F/NM] LaTeX) ok 29477 - "NBA\tcomment" ([SB/F/NM] LaTeX) ok 29478 - "NBAnother /* comment" ([RE/F/NM] LaTeX) ok 29479 - "NBAnother /* comment" ([SB/F/NM] LaTeX) ok 29480 - "\n" ([RE/F/NM] LaTeX) ok 29481 - "\n" ([SB/F/NM] LaTeX) ok 29482 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29483 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29484 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29485 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29486 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29487 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29488 - "PLEASE NOT" ([RE/F/NM] LaTeX) ok 29489 - "PLEASE NOT" ([SB/F/NM] LaTeX) ok 29490 - "PLEASE NOTThis is a comment" ([RE/F/NM] LaTeX) ok 29491 - "PLEASE NOTThis is a comment" ([SB/F/NM] LaTeX) ok 29492 - "PLEASE NOTA\tcomment" ([RE/F/NM] LaTeX) ok 29493 - "PLEASE NOTA\tcomment" ([SB/F/NM] LaTeX) ok 29494 - "PLEASE NOTAnother /* comment" ([RE/F/NM] LaTeX) ok 29495 - "PLEASE NOTAnother /* comment" ([SB/F/NM] LaTeX) ok 29496 - "\n" ([RE/F/NM] LaTeX) ok 29497 - "\n" ([SB/F/NM] LaTeX) ok 29498 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29499 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29500 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29501 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29502 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29503 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29504 - "PLEASE NOT" ([RE/F/NM] LaTeX) ok 29505 - "PLEASE NOT" ([SB/F/NM] LaTeX) ok 29506 - "PLEASE NOTThis is a comment" ([RE/F/NM] LaTeX) ok 29507 - "PLEASE NOTThis is a comment" ([SB/F/NM] LaTeX) ok 29508 - "PLEASE NOTA\tcomment" ([RE/F/NM] LaTeX) ok 29509 - "PLEASE NOTA\tcomment" ([SB/F/NM] LaTeX) ok 29510 - "PLEASE NOTAnother /* comment" ([RE/F/NM] LaTeX) ok 29511 - "PLEASE NOTAnother /* comment" ([SB/F/NM] LaTeX) ok 29512 - "\n" ([RE/F/NM] LaTeX) ok 29513 - "\n" ([SB/F/NM] LaTeX) ok 29514 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29515 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29516 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29517 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29518 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29519 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29520 - "PLEASE N'T" ([RE/F/NM] LaTeX) ok 29521 - "PLEASE N'T" ([SB/F/NM] LaTeX) ok 29522 - "PLEASE N'TThis is a comment" ([RE/F/NM] LaTeX) ok 29523 - "PLEASE N'TThis is a comment" ([SB/F/NM] LaTeX) ok 29524 - "PLEASE N'TA\tcomment" ([RE/F/NM] LaTeX) ok 29525 - "PLEASE N'TA\tcomment" ([SB/F/NM] LaTeX) ok 29526 - "PLEASE N'TAnother /* comment" ([RE/F/NM] LaTeX) ok 29527 - "PLEASE N'TAnother /* comment" ([SB/F/NM] LaTeX) ok 29528 - "\n" ([RE/F/NM] LaTeX) ok 29529 - "\n" ([SB/F/NM] LaTeX) ok 29530 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29531 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29532 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29533 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29534 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29535 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29536 - "DO NOT" ([RE/F/NM] LaTeX) ok 29537 - "DO NOT" ([SB/F/NM] LaTeX) ok 29538 - "DO NOTThis is a comment" ([RE/F/NM] LaTeX) ok 29539 - "DO NOTThis is a comment" ([SB/F/NM] LaTeX) ok 29540 - "DO NOTA\tcomment" ([RE/F/NM] LaTeX) ok 29541 - "DO NOTA\tcomment" ([SB/F/NM] LaTeX) ok 29542 - "DO NOTAnother /* comment" ([RE/F/NM] LaTeX) ok 29543 - "DO NOTAnother /* comment" ([SB/F/NM] LaTeX) ok 29544 - "\n" ([RE/F/NM] LaTeX) ok 29545 - "\n" ([SB/F/NM] LaTeX) ok 29546 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29547 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29548 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29549 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29550 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29551 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29552 - "DO N'T" ([RE/F/NM] LaTeX) ok 29553 - "DO N'T" ([SB/F/NM] LaTeX) ok 29554 - "DO N'TThis is a comment" ([RE/F/NM] LaTeX) ok 29555 - "DO N'TThis is a comment" ([SB/F/NM] LaTeX) ok 29556 - "DO N'TA\tcomment" ([RE/F/NM] LaTeX) ok 29557 - "DO N'TA\tcomment" ([SB/F/NM] LaTeX) ok 29558 - "DO N'TAnother /* comment" ([RE/F/NM] LaTeX) ok 29559 - "DO N'TAnother /* comment" ([SB/F/NM] LaTeX) ok 29560 - "\n" ([RE/F/NM] LaTeX) ok 29561 - "\n" ([SB/F/NM] LaTeX) ok 29562 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29563 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29564 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29565 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29566 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29567 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29568 - "DO NOT" ([RE/F/NM] LaTeX) ok 29569 - "DO NOT" ([SB/F/NM] LaTeX) ok 29570 - "DO NOTThis is a comment" ([RE/F/NM] LaTeX) ok 29571 - "DO NOTThis is a comment" ([SB/F/NM] LaTeX) ok 29572 - "DO NOTA\tcomment" ([RE/F/NM] LaTeX) ok 29573 - "DO NOTA\tcomment" ([SB/F/NM] LaTeX) ok 29574 - "DO NOTAnother /* comment" ([RE/F/NM] LaTeX) ok 29575 - "DO NOTAnother /* comment" ([SB/F/NM] LaTeX) ok 29576 - "\n" ([RE/F/NM] LaTeX) ok 29577 - "\n" ([SB/F/NM] LaTeX) ok 29578 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29579 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29580 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29581 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29582 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29583 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29584 - "PLEASE DO NOT" ([RE/F/NM] LaTeX) ok 29585 - "PLEASE DO NOT" ([SB/F/NM] LaTeX) ok 29586 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] LaTeX) ok 29587 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] LaTeX) ok 29588 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] LaTeX) ok 29589 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] LaTeX) ok 29590 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] LaTeX) ok 29591 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] LaTeX) ok 29592 - "\n" ([RE/F/NM] LaTeX) ok 29593 - "\n" ([SB/F/NM] LaTeX) ok 29594 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29595 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29596 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29597 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29598 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29599 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29600 - "PLEASE DO NOT" ([RE/F/NM] LaTeX) ok 29601 - "PLEASE DO NOT" ([SB/F/NM] LaTeX) ok 29602 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] LaTeX) ok 29603 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] LaTeX) ok 29604 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] LaTeX) ok 29605 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] LaTeX) ok 29606 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] LaTeX) ok 29607 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] LaTeX) ok 29608 - "\n" ([RE/F/NM] LaTeX) ok 29609 - "\n" ([SB/F/NM] LaTeX) ok 29610 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29611 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29612 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29613 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29614 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29615 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29616 - "PLEASE DO N'T" ([RE/F/NM] LaTeX) ok 29617 - "PLEASE DO N'T" ([SB/F/NM] LaTeX) ok 29618 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] LaTeX) ok 29619 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] LaTeX) ok 29620 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] LaTeX) ok 29621 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] LaTeX) ok 29622 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] LaTeX) ok 29623 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] LaTeX) ok 29624 - "\n" ([RE/F/NM] LaTeX) ok 29625 - "\n" ([SB/F/NM] LaTeX) ok 29626 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29627 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29628 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29629 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29630 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29631 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29632 - "NB." ([RE/F/NM] LaTeX) ok 29633 - "NB." ([SB/F/NM] LaTeX) ok 29634 - "NB.This is a comment" ([RE/F/NM] LaTeX) ok 29635 - "NB.This is a comment" ([SB/F/NM] LaTeX) ok 29636 - "NB.A\tcomment" ([RE/F/NM] LaTeX) ok 29637 - "NB.A\tcomment" ([SB/F/NM] LaTeX) ok 29638 - "NB.Another /* comment" ([RE/F/NM] LaTeX) ok 29639 - "NB.Another /* comment" ([SB/F/NM] LaTeX) ok 29640 - "\n" ([RE/F/NM] LaTeX) ok 29641 - "\n" ([SB/F/NM] LaTeX) ok 29642 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29643 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29644 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29645 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29646 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29647 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29648 - "{" ([RE/F/NM] LaTeX) ok 29649 - "{" ([SB/F/NM] LaTeX) ok 29650 - "{This is a comment" ([RE/F/NM] LaTeX) ok 29651 - "{This is a comment" ([SB/F/NM] LaTeX) ok 29652 - "{A\tcomment" ([RE/F/NM] LaTeX) ok 29653 - "{A\tcomment" ([SB/F/NM] LaTeX) ok 29654 - "{Another /* comment" ([RE/F/NM] LaTeX) ok 29655 - "{Another /* comment" ([SB/F/NM] LaTeX) ok 29656 - "}" ([RE/F/NM] LaTeX) ok 29657 - "}" ([SB/F/NM] LaTeX) ok 29658 - "This is a comment}" ([RE/F/NM] LaTeX) ok 29659 - "This is a comment}" ([SB/F/NM] LaTeX) ok 29660 - "A\tcomment}" ([RE/F/NM] LaTeX) ok 29661 - "A\tcomment}" ([SB/F/NM] LaTeX) ok 29662 - "Another /* comment}" ([RE/F/NM] LaTeX) ok 29663 - "Another /* comment}" ([SB/F/NM] LaTeX) ok 29664 - "." ([RE/F/NM] LaTeX) ok 29665 - "." ([SB/F/NM] LaTeX) ok 29666 - ".This is a comment" ([RE/F/NM] LaTeX) ok 29667 - ".This is a comment" ([SB/F/NM] LaTeX) ok 29668 - ".A\tcomment" ([RE/F/NM] LaTeX) ok 29669 - ".A\tcomment" ([SB/F/NM] LaTeX) ok 29670 - ".Another /* comment" ([RE/F/NM] LaTeX) ok 29671 - ".Another /* comment" ([SB/F/NM] LaTeX) ok 29672 - "\n" ([RE/F/NM] LaTeX) ok 29673 - "\n" ([SB/F/NM] LaTeX) ok 29674 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29675 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29676 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29677 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29678 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29679 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29680 - ";" ([RE/F/NM] LaTeX) ok 29681 - ";" ([SB/F/NM] LaTeX) ok 29682 - ";This is a comment" ([RE/F/NM] LaTeX) ok 29683 - ";This is a comment" ([SB/F/NM] LaTeX) ok 29684 - ";A\tcomment" ([RE/F/NM] LaTeX) ok 29685 - ";A\tcomment" ([SB/F/NM] LaTeX) ok 29686 - ";Another /* comment" ([RE/F/NM] LaTeX) ok 29687 - ";Another /* comment" ([SB/F/NM] LaTeX) ok 29688 - "\n" ([RE/F/NM] LaTeX) ok 29689 - "\n" ([SB/F/NM] LaTeX) ok 29690 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29691 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29692 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29693 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29694 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29695 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29696 - "`" ([RE/F/NM] LaTeX) ok 29697 - "`" ([SB/F/NM] LaTeX) ok 29698 - "`This is a comment" ([RE/F/NM] LaTeX) ok 29699 - "`This is a comment" ([SB/F/NM] LaTeX) ok 29700 - "`A\tcomment" ([RE/F/NM] LaTeX) ok 29701 - "`A\tcomment" ([SB/F/NM] LaTeX) ok 29702 - "`Another /* comment" ([RE/F/NM] LaTeX) ok 29703 - "`Another /* comment" ([SB/F/NM] LaTeX) ok 29704 - "\n" ([RE/F/NM] LaTeX) ok 29705 - "\n" ([SB/F/NM] LaTeX) ok 29706 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29707 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29708 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29709 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29710 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29711 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29712 - "--" ([RE/F/NM] LaTeX) ok 29713 - "--" ([SB/F/NM] LaTeX) ok 29714 - "--This is a comment" ([RE/F/NM] LaTeX) ok 29715 - "--This is a comment" ([SB/F/NM] LaTeX) ok 29716 - "--A\tcomment" ([RE/F/NM] LaTeX) ok 29717 - "--A\tcomment" ([SB/F/NM] LaTeX) ok 29718 - "--Another /* comment" ([RE/F/NM] LaTeX) ok 29719 - "--Another /* comment" ([SB/F/NM] LaTeX) ok 29720 - "\n" ([RE/F/NM] LaTeX) ok 29721 - "\n" ([SB/F/NM] LaTeX) ok 29722 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29723 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29724 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29725 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29726 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29727 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29728 - "---" ([RE/F/NM] LaTeX) ok 29729 - "---" ([SB/F/NM] LaTeX) ok 29730 - "---This is a comment" ([RE/F/NM] LaTeX) ok 29731 - "---This is a comment" ([SB/F/NM] LaTeX) ok 29732 - "---A\tcomment" ([RE/F/NM] LaTeX) ok 29733 - "---A\tcomment" ([SB/F/NM] LaTeX) ok 29734 - "---Another /* comment" ([RE/F/NM] LaTeX) ok 29735 - "---Another /* comment" ([SB/F/NM] LaTeX) ok 29736 - "\n" ([RE/F/NM] LaTeX) ok 29737 - "\n" ([SB/F/NM] LaTeX) ok 29738 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29739 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29740 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29741 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29742 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29743 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29744 - "-----" ([RE/F/NM] LaTeX) ok 29745 - "-----" ([SB/F/NM] LaTeX) ok 29746 - "-----This is a comment" ([RE/F/NM] LaTeX) ok 29747 - "-----This is a comment" ([SB/F/NM] LaTeX) ok 29748 - "-----A\tcomment" ([RE/F/NM] LaTeX) ok 29749 - "-----A\tcomment" ([SB/F/NM] LaTeX) ok 29750 - "-----Another /* comment" ([RE/F/NM] LaTeX) ok 29751 - "-----Another /* comment" ([SB/F/NM] LaTeX) ok 29752 - "\n" ([RE/F/NM] LaTeX) ok 29753 - "\n" ([SB/F/NM] LaTeX) ok 29754 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29755 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29756 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29757 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29758 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29759 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29760 - "\\"" ([RE/F/NM] LaTeX) ok 29761 - "\\"" ([SB/F/NM] LaTeX) ok 29762 - "\\"This is a comment" ([RE/F/NM] LaTeX) ok 29763 - "\\"This is a comment" ([SB/F/NM] LaTeX) ok 29764 - "\\"A\tcomment" ([RE/F/NM] LaTeX) ok 29765 - "\\"A\tcomment" ([SB/F/NM] LaTeX) ok 29766 - "\\"Another /* comment" ([RE/F/NM] LaTeX) ok 29767 - "\\"Another /* comment" ([SB/F/NM] LaTeX) ok 29768 - "\n" ([RE/F/NM] LaTeX) ok 29769 - "\n" ([SB/F/NM] LaTeX) ok 29770 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29771 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29772 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29773 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29774 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29775 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29776 - """ ([RE/F/NM] LaTeX) ok 29777 - """ ([SB/F/NM] LaTeX) ok 29778 - ""This is a comment" ([RE/F/NM] LaTeX) ok 29779 - ""This is a comment" ([SB/F/NM] LaTeX) ok 29780 - ""A\tcomment" ([RE/F/NM] LaTeX) ok 29781 - ""A\tcomment" ([SB/F/NM] LaTeX) ok 29782 - ""Another /* comment" ([RE/F/NM] LaTeX) ok 29783 - ""Another /* comment" ([SB/F/NM] LaTeX) ok 29784 - "\n" ([RE/F/NM] LaTeX) ok 29785 - "\n" ([SB/F/NM] LaTeX) ok 29786 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29787 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29788 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29789 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29790 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29791 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29792 - "'" ([RE/F/NM] LaTeX) ok 29793 - "'" ([SB/F/NM] LaTeX) ok 29794 - "'This is a comment" ([RE/F/NM] LaTeX) ok 29795 - "'This is a comment" ([SB/F/NM] LaTeX) ok 29796 - "'A\tcomment" ([RE/F/NM] LaTeX) ok 29797 - "'A\tcomment" ([SB/F/NM] LaTeX) ok 29798 - "'Another /* comment" ([RE/F/NM] LaTeX) ok 29799 - "'Another /* comment" ([SB/F/NM] LaTeX) ok 29800 - "\n" ([RE/F/NM] LaTeX) ok 29801 - "\n" ([SB/F/NM] LaTeX) ok 29802 - "This is a comment\n" ([RE/F/NM] LaTeX) ok 29803 - "This is a comment\n" ([SB/F/NM] LaTeX) ok 29804 - "A\tcomment\n" ([RE/F/NM] LaTeX) ok 29805 - "A\tcomment\n" ([SB/F/NM] LaTeX) ok 29806 - "Another /* comment\n" ([RE/F/NM] LaTeX) ok 29807 - "Another /* comment\n" ([SB/F/NM] LaTeX) ok 29808 - "/* This is a C comment */" ([RE/F/NM] LaTeX) ok 29809 - "/* This is a C comment */" ([SB/F/NM] LaTeX) ok 29810 - "(* This is a Pascal comment *)" ([RE/F/NM] LaTeX) ok 29811 - "(* This is a Pascal comment *)" ([SB/F/NM] LaTeX) ok 29812 - "" ([RE/F/NM] LaTeX) ok 29813 - "" ([SB/F/NM] LaTeX) ok 29814 - "%\n\n" ([RE/F/NM] LaTeX) ok 29815 - "%\n\n" ([SB/F/NM] LaTeX) ok 29816 - "%This is a comment\n\n" ([RE/F/NM] LaTeX) ok 29817 - "%This is a comment\n\n" ([SB/F/NM] LaTeX) ok 29818 - "%A\tcomment\n\n" ([RE/F/NM] LaTeX) ok 29819 - "%A\tcomment\n\n" ([SB/F/NM] LaTeX) ok 29820 - "%Another /* comment\n\n" ([RE/F/NM] LaTeX) ok 29821 - "%Another /* comment\n\n" ([SB/F/NM] LaTeX) ok 29822 - "%\n%\n" ([RE/F/NM] LaTeX) ok 29823 - "%\n%\n" ([SB/F/NM] LaTeX) ok 29824 - "%This is a comment\n%This is a comment\n" ([RE/F/NM] LaTeX) ok 29825 - "%This is a comment\n%This is a comment\n" ([SB/F/NM] LaTeX) ok 29826 - "%A\tcomment\n%A\tcomment\n" ([RE/F/NM] LaTeX) ok 29827 - "%A\tcomment\n%A\tcomment\n" ([SB/F/NM] LaTeX) ok 29828 - "%Another /* comment\n%Another /* comment\n" ([RE/F/NM] LaTeX) ok 29829 - "%Another /* comment\n%Another /* comment\n" ([SB/F/NM] LaTeX) ok 29830 - "%\nktw8" ([RE/F/NM] LaTeX) ok 29831 - "%\nktw8" ([SB/F/NM] LaTeX) ok 29832 - "%This is a comment\nvkp" ([RE/F/NM] LaTeX) ok 29833 - "%This is a comment\nvkp" ([SB/F/NM] LaTeX) ok 29834 - "%A\tcomment\nda3" ([RE/F/NM] LaTeX) ok 29835 - "%A\tcomment\nda3" ([SB/F/NM] LaTeX) ok 29836 - "%Another /* comment\nt4wt" ([RE/F/NM] LaTeX) ok 29837 - "%Another /* comment\nt4wt" ([SB/F/NM] LaTeX) ok 29838 - "a%\n" ([RE/F/NM] LaTeX) ok 29839 - "a%\n" ([SB/F/NM] LaTeX) ok 29840 - "ke%This is a comment\n" ([RE/F/NM] LaTeX) ok 29841 - "ke%This is a comment\n" ([SB/F/NM] LaTeX) ok 29842 - "ou%A\tcomment\n" ([RE/F/NM] LaTeX) ok 29843 - "ou%A\tcomment\n" ([SB/F/NM] LaTeX) ok 29844 - "whr%Another /* comment\n" ([RE/F/NM] LaTeX) ok 29845 - "whr%Another /* comment\n" ([SB/F/NM] LaTeX) ok 29846 - "\\\n" ([RE/F/NM] LaTeX) ok 29847 - "\\\n" ([SB/F/NM] LaTeX) ok 29848 - "\\This is a comment\n" ([RE/F/NM] LaTeX) ok 29849 - "\\This is a comment\n" ([SB/F/NM] LaTeX) ok 29850 - "\\A\tcomment\n" ([RE/F/NM] LaTeX) ok 29851 - "\\A\tcomment\n" ([SB/F/NM] LaTeX) ok 29852 - "\\Another /* comment\n" ([RE/F/NM] LaTeX) ok 29853 - "\\Another /* comment\n" ([SB/F/NM] LaTeX) ok 29854 - "#\n" ([RE/F/NM] LaTeX) ok 29855 - "#\n" ([SB/F/NM] LaTeX) ok 29856 - "#This is a comment\n" ([RE/F/NM] LaTeX) ok 29857 - "#This is a comment\n" ([SB/F/NM] LaTeX) ok 29858 - "#A\tcomment\n" ([RE/F/NM] LaTeX) ok 29859 - "#A\tcomment\n" ([SB/F/NM] LaTeX) ok 29860 - "#Another /* comment\n" ([RE/F/NM] LaTeX) ok 29861 - "#Another /* comment\n" ([SB/F/NM] LaTeX) ok 29862 - "//\n" ([RE/F/NM] LaTeX) ok 29863 - "//\n" ([SB/F/NM] LaTeX) ok 29864 - "//This is a comment\n" ([RE/F/NM] LaTeX) ok 29865 - "//This is a comment\n" ([SB/F/NM] LaTeX) ok 29866 - "//A\tcomment\n" ([RE/F/NM] LaTeX) ok 29867 - "//A\tcomment\n" ([SB/F/NM] LaTeX) ok 29868 - "//Another /* comment\n" ([RE/F/NM] LaTeX) ok 29869 - "//Another /* comment\n" ([SB/F/NM] LaTeX) ok 29870 - "--\n" ([RE/F/NM] LaTeX) ok 29871 - "--\n" ([SB/F/NM] LaTeX) ok 29872 - "--This is a comment\n" ([RE/F/NM] LaTeX) ok 29873 - "--This is a comment\n" ([SB/F/NM] LaTeX) ok 29874 - "--A\tcomment\n" ([RE/F/NM] LaTeX) ok 29875 - "--A\tcomment\n" ([SB/F/NM] LaTeX) ok 29876 - "--Another /* comment\n" ([RE/F/NM] LaTeX) ok 29877 - "--Another /* comment\n" ([SB/F/NM] LaTeX) ok 29878 - ";\n" ([RE/F/NM] LaTeX) ok 29879 - ";\n" ([SB/F/NM] LaTeX) ok 29880 - ";This is a comment\n" ([RE/F/NM] LaTeX) ok 29881 - ";This is a comment\n" ([SB/F/NM] LaTeX) ok 29882 - ";A\tcomment\n" ([RE/F/NM] LaTeX) ok 29883 - ";A\tcomment\n" ([SB/F/NM] LaTeX) ok 29884 - ";Another /* comment\n" ([RE/F/NM] LaTeX) ok 29885 - ";Another /* comment\n" ([SB/F/NM] LaTeX) ok 29886 - "#\n" ([RE/F/NM] LaTeX) ok 29887 - "#\n" ([SB/F/NM] LaTeX) ok 29888 - "#This is a comment\n" ([RE/F/NM] LaTeX) ok 29889 - "#This is a comment\n" ([SB/F/NM] LaTeX) ok 29890 - "#A\tcomment\n" ([RE/F/NM] LaTeX) ok 29891 - "#A\tcomment\n" ([SB/F/NM] LaTeX) ok 29892 - "#Another /* comment\n" ([RE/F/NM] LaTeX) ok 29893 - "#Another /* comment\n" ([SB/F/NM] LaTeX) ok 29894 - "*\n" ([RE/F/NM] LaTeX) ok 29895 - "*\n" ([SB/F/NM] LaTeX) ok 29896 - "*This is a comment\n" ([RE/F/NM] LaTeX) ok 29897 - "*This is a comment\n" ([SB/F/NM] LaTeX) ok 29898 - "*A\tcomment\n" ([RE/F/NM] LaTeX) ok 29899 - "*A\tcomment\n" ([SB/F/NM] LaTeX) ok 29900 - "*Another /* comment\n" ([RE/F/NM] LaTeX) ok 29901 - "*Another /* comment\n" ([SB/F/NM] LaTeX) ok 29902 - "!\n" ([RE/F/NM] LaTeX) ok 29903 - "!\n" ([SB/F/NM] LaTeX) ok 29904 - "!This is a comment\n" ([RE/F/NM] LaTeX) ok 29905 - "!This is a comment\n" ([SB/F/NM] LaTeX) ok 29906 - "!A\tcomment\n" ([RE/F/NM] LaTeX) ok 29907 - "!A\tcomment\n" ([SB/F/NM] LaTeX) ok 29908 - "!Another /* comment\n" ([RE/F/NM] LaTeX) ok 29909 - "!Another /* comment\n" ([SB/F/NM] LaTeX) ok 29910 - "REM\n" ([RE/F/NM] LaTeX) ok 29911 - "REM\n" ([SB/F/NM] LaTeX) ok 29912 - "REMThis is a comment\n" ([RE/F/NM] LaTeX) ok 29913 - "REMThis is a comment\n" ([SB/F/NM] LaTeX) ok 29914 - "REMA\tcomment\n" ([RE/F/NM] LaTeX) ok 29915 - "REMA\tcomment\n" ([SB/F/NM] LaTeX) ok 29916 - "REMAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29917 - "REMAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29918 - "//\n" ([RE/F/NM] LaTeX) ok 29919 - "//\n" ([SB/F/NM] LaTeX) ok 29920 - "//This is a comment\n" ([RE/F/NM] LaTeX) ok 29921 - "//This is a comment\n" ([SB/F/NM] LaTeX) ok 29922 - "//A\tcomment\n" ([RE/F/NM] LaTeX) ok 29923 - "//A\tcomment\n" ([SB/F/NM] LaTeX) ok 29924 - "//Another /* comment\n" ([RE/F/NM] LaTeX) ok 29925 - "//Another /* comment\n" ([SB/F/NM] LaTeX) ok 29926 - "!\n" ([RE/F/NM] LaTeX) ok 29927 - "!\n" ([SB/F/NM] LaTeX) ok 29928 - "!This is a comment\n" ([RE/F/NM] LaTeX) ok 29929 - "!This is a comment\n" ([SB/F/NM] LaTeX) ok 29930 - "!A\tcomment\n" ([RE/F/NM] LaTeX) ok 29931 - "!A\tcomment\n" ([SB/F/NM] LaTeX) ok 29932 - "!Another /* comment\n" ([RE/F/NM] LaTeX) ok 29933 - "!Another /* comment\n" ([SB/F/NM] LaTeX) ok 29934 - "NB\n" ([RE/F/NM] LaTeX) ok 29935 - "NB\n" ([SB/F/NM] LaTeX) ok 29936 - "NBThis is a comment\n" ([RE/F/NM] LaTeX) ok 29937 - "NBThis is a comment\n" ([SB/F/NM] LaTeX) ok 29938 - "NBA\tcomment\n" ([RE/F/NM] LaTeX) ok 29939 - "NBA\tcomment\n" ([SB/F/NM] LaTeX) ok 29940 - "NBAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29941 - "NBAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29942 - "PLEASE NOT\n" ([RE/F/NM] LaTeX) ok 29943 - "PLEASE NOT\n" ([SB/F/NM] LaTeX) ok 29944 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] LaTeX) ok 29945 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] LaTeX) ok 29946 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] LaTeX) ok 29947 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] LaTeX) ok 29948 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29949 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29950 - "PLEASE NOT\n" ([RE/F/NM] LaTeX) ok 29951 - "PLEASE NOT\n" ([SB/F/NM] LaTeX) ok 29952 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] LaTeX) ok 29953 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] LaTeX) ok 29954 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] LaTeX) ok 29955 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] LaTeX) ok 29956 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29957 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29958 - "PLEASE N'T\n" ([RE/F/NM] LaTeX) ok 29959 - "PLEASE N'T\n" ([SB/F/NM] LaTeX) ok 29960 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] LaTeX) ok 29961 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] LaTeX) ok 29962 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] LaTeX) ok 29963 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] LaTeX) ok 29964 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29965 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29966 - "DO NOT\n" ([RE/F/NM] LaTeX) ok 29967 - "DO NOT\n" ([SB/F/NM] LaTeX) ok 29968 - "DO NOTThis is a comment\n" ([RE/F/NM] LaTeX) ok 29969 - "DO NOTThis is a comment\n" ([SB/F/NM] LaTeX) ok 29970 - "DO NOTA\tcomment\n" ([RE/F/NM] LaTeX) ok 29971 - "DO NOTA\tcomment\n" ([SB/F/NM] LaTeX) ok 29972 - "DO NOTAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29973 - "DO NOTAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29974 - "DO N'T\n" ([RE/F/NM] LaTeX) ok 29975 - "DO N'T\n" ([SB/F/NM] LaTeX) ok 29976 - "DO N'TThis is a comment\n" ([RE/F/NM] LaTeX) ok 29977 - "DO N'TThis is a comment\n" ([SB/F/NM] LaTeX) ok 29978 - "DO N'TA\tcomment\n" ([RE/F/NM] LaTeX) ok 29979 - "DO N'TA\tcomment\n" ([SB/F/NM] LaTeX) ok 29980 - "DO N'TAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29981 - "DO N'TAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29982 - "DO NOT\n" ([RE/F/NM] LaTeX) ok 29983 - "DO NOT\n" ([SB/F/NM] LaTeX) ok 29984 - "DO NOTThis is a comment\n" ([RE/F/NM] LaTeX) ok 29985 - "DO NOTThis is a comment\n" ([SB/F/NM] LaTeX) ok 29986 - "DO NOTA\tcomment\n" ([RE/F/NM] LaTeX) ok 29987 - "DO NOTA\tcomment\n" ([SB/F/NM] LaTeX) ok 29988 - "DO NOTAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29989 - "DO NOTAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29990 - "PLEASE DO NOT\n" ([RE/F/NM] LaTeX) ok 29991 - "PLEASE DO NOT\n" ([SB/F/NM] LaTeX) ok 29992 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] LaTeX) ok 29993 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] LaTeX) ok 29994 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] LaTeX) ok 29995 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] LaTeX) ok 29996 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] LaTeX) ok 29997 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] LaTeX) ok 29998 - "PLEASE DO NOT\n" ([RE/F/NM] LaTeX) ok 29999 - "PLEASE DO NOT\n" ([SB/F/NM] LaTeX) ok 30000 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] LaTeX) ok 30001 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] LaTeX) ok 30002 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] LaTeX) ok 30003 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] LaTeX) ok 30004 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] LaTeX) ok 30005 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] LaTeX) ok 30006 - "PLEASE DO N'T\n" ([RE/F/NM] LaTeX) ok 30007 - "PLEASE DO N'T\n" ([SB/F/NM] LaTeX) ok 30008 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] LaTeX) ok 30009 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] LaTeX) ok 30010 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] LaTeX) ok 30011 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] LaTeX) ok 30012 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] LaTeX) ok 30013 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] LaTeX) ok 30014 - "NB.\n" ([RE/F/NM] LaTeX) ok 30015 - "NB.\n" ([SB/F/NM] LaTeX) ok 30016 - "NB.This is a comment\n" ([RE/F/NM] LaTeX) ok 30017 - "NB.This is a comment\n" ([SB/F/NM] LaTeX) ok 30018 - "NB.A\tcomment\n" ([RE/F/NM] LaTeX) ok 30019 - "NB.A\tcomment\n" ([SB/F/NM] LaTeX) ok 30020 - "NB.Another /* comment\n" ([RE/F/NM] LaTeX) ok 30021 - "NB.Another /* comment\n" ([SB/F/NM] LaTeX) ok 30022 - "{}" ([RE/F/NM] LaTeX) ok 30023 - "{}" ([SB/F/NM] LaTeX) ok 30024 - "{This is a comment}" ([RE/F/NM] LaTeX) ok 30025 - "{This is a comment}" ([SB/F/NM] LaTeX) ok 30026 - "{A\tcomment}" ([RE/F/NM] LaTeX) ok 30027 - "{A\tcomment}" ([SB/F/NM] LaTeX) ok 30028 - "{Another /* comment}" ([RE/F/NM] LaTeX) ok 30029 - "{Another /* comment}" ([SB/F/NM] LaTeX) ok 30030 - ".\n" ([RE/F/NM] LaTeX) ok 30031 - ".\n" ([SB/F/NM] LaTeX) ok 30032 - ".This is a comment\n" ([RE/F/NM] LaTeX) ok 30033 - ".This is a comment\n" ([SB/F/NM] LaTeX) ok 30034 - ".A\tcomment\n" ([RE/F/NM] LaTeX) ok 30035 - ".A\tcomment\n" ([SB/F/NM] LaTeX) ok 30036 - ".Another /* comment\n" ([RE/F/NM] LaTeX) ok 30037 - ".Another /* comment\n" ([SB/F/NM] LaTeX) ok 30038 - ";\n" ([RE/F/NM] LaTeX) ok 30039 - ";\n" ([SB/F/NM] LaTeX) ok 30040 - ";This is a comment\n" ([RE/F/NM] LaTeX) ok 30041 - ";This is a comment\n" ([SB/F/NM] LaTeX) ok 30042 - ";A\tcomment\n" ([RE/F/NM] LaTeX) ok 30043 - ";A\tcomment\n" ([SB/F/NM] LaTeX) ok 30044 - ";Another /* comment\n" ([RE/F/NM] LaTeX) ok 30045 - ";Another /* comment\n" ([SB/F/NM] LaTeX) ok 30046 - "`\n" ([RE/F/NM] LaTeX) ok 30047 - "`\n" ([SB/F/NM] LaTeX) ok 30048 - "`This is a comment\n" ([RE/F/NM] LaTeX) ok 30049 - "`This is a comment\n" ([SB/F/NM] LaTeX) ok 30050 - "`A\tcomment\n" ([RE/F/NM] LaTeX) ok 30051 - "`A\tcomment\n" ([SB/F/NM] LaTeX) ok 30052 - "`Another /* comment\n" ([RE/F/NM] LaTeX) ok 30053 - "`Another /* comment\n" ([SB/F/NM] LaTeX) ok 30054 - "--\n" ([RE/F/NM] LaTeX) ok 30055 - "--\n" ([SB/F/NM] LaTeX) ok 30056 - "--This is a comment\n" ([RE/F/NM] LaTeX) ok 30057 - "--This is a comment\n" ([SB/F/NM] LaTeX) ok 30058 - "--A\tcomment\n" ([RE/F/NM] LaTeX) ok 30059 - "--A\tcomment\n" ([SB/F/NM] LaTeX) ok 30060 - "--Another /* comment\n" ([RE/F/NM] LaTeX) ok 30061 - "--Another /* comment\n" ([SB/F/NM] LaTeX) ok 30062 - "---\n" ([RE/F/NM] LaTeX) ok 30063 - "---\n" ([SB/F/NM] LaTeX) ok 30064 - "---This is a comment\n" ([RE/F/NM] LaTeX) ok 30065 - "---This is a comment\n" ([SB/F/NM] LaTeX) ok 30066 - "---A\tcomment\n" ([RE/F/NM] LaTeX) ok 30067 - "---A\tcomment\n" ([SB/F/NM] LaTeX) ok 30068 - "---Another /* comment\n" ([RE/F/NM] LaTeX) ok 30069 - "---Another /* comment\n" ([SB/F/NM] LaTeX) ok 30070 - "-----\n" ([RE/F/NM] LaTeX) ok 30071 - "-----\n" ([SB/F/NM] LaTeX) ok 30072 - "-----This is a comment\n" ([RE/F/NM] LaTeX) ok 30073 - "-----This is a comment\n" ([SB/F/NM] LaTeX) ok 30074 - "-----A\tcomment\n" ([RE/F/NM] LaTeX) ok 30075 - "-----A\tcomment\n" ([SB/F/NM] LaTeX) ok 30076 - "-----Another /* comment\n" ([RE/F/NM] LaTeX) ok 30077 - "-----Another /* comment\n" ([SB/F/NM] LaTeX) ok 30078 - "\\"\n" ([RE/F/NM] LaTeX) ok 30079 - "\\"\n" ([SB/F/NM] LaTeX) ok 30080 - "\\"This is a comment\n" ([RE/F/NM] LaTeX) ok 30081 - "\\"This is a comment\n" ([SB/F/NM] LaTeX) ok 30082 - "\\"A\tcomment\n" ([RE/F/NM] LaTeX) ok 30083 - "\\"A\tcomment\n" ([SB/F/NM] LaTeX) ok 30084 - "\\"Another /* comment\n" ([RE/F/NM] LaTeX) ok 30085 - "\\"Another /* comment\n" ([SB/F/NM] LaTeX) ok 30086 - ""\n" ([RE/F/NM] LaTeX) ok 30087 - ""\n" ([SB/F/NM] LaTeX) ok 30088 - ""This is a comment\n" ([RE/F/NM] LaTeX) ok 30089 - ""This is a comment\n" ([SB/F/NM] LaTeX) ok 30090 - ""A\tcomment\n" ([RE/F/NM] LaTeX) ok 30091 - ""A\tcomment\n" ([SB/F/NM] LaTeX) ok 30092 - ""Another /* comment\n" ([RE/F/NM] LaTeX) ok 30093 - ""Another /* comment\n" ([SB/F/NM] LaTeX) ok 30094 - "'\n" ([RE/F/NM] LaTeX) ok 30095 - "'\n" ([SB/F/NM] LaTeX) ok 30096 - "'This is a comment\n" ([RE/F/NM] LaTeX) ok 30097 - "'This is a comment\n" ([SB/F/NM] LaTeX) ok 30098 - "'A\tcomment\n" ([RE/F/NM] LaTeX) ok 30099 - "'A\tcomment\n" ([SB/F/NM] LaTeX) ok 30100 - "'Another /* comment\n" ([RE/F/NM] LaTeX) ok 30101 - "'Another /* comment\n" ([SB/F/NM] LaTeX) ok 30102 - "%\n" ([RE/P/MT] TeX) ok 30103 - "%\n" ([OM/P/MT] TeX) ok 30104 - "%\n" ([OS/P/MT] TeX) ok 30105 - "%\n" ([SB/P/MT] TeX) ok 30106 - "%\n" ([KP/P/MT] TeX) ok 30107 - "%This is a comment\n" ([RE/P/MT] TeX) ok 30108 - "%This is a comment\n" ([OM/P/MT] TeX) ok 30109 - "%This is a comment\n" ([OS/P/MT] TeX) ok 30110 - "%This is a comment\n" ([SB/P/MT] TeX) ok 30111 - "%This is a comment\n" ([KP/P/MT] TeX) ok 30112 - "%A\tcomment\n" ([RE/P/MT] TeX) ok 30113 - "%A\tcomment\n" ([OM/P/MT] TeX) ok 30114 - "%A\tcomment\n" ([OS/P/MT] TeX) ok 30115 - "%A\tcomment\n" ([SB/P/MT] TeX) ok 30116 - "%A\tcomment\n" ([KP/P/MT] TeX) ok 30117 - "%Another /* comment\n" ([RE/P/MT] TeX) ok 30118 - "%Another /* comment\n" ([OM/P/MT] TeX) ok 30119 - "%Another /* comment\n" ([OS/P/MT] TeX) ok 30120 - "%Another /* comment\n" ([SB/P/MT] TeX) ok 30121 - "%Another /* comment\n" ([KP/P/MT] TeX) ok 30122 - "\\" ([RE/F/NM] TeX) ok 30123 - "\\" ([SB/F/NM] TeX) ok 30124 - "\\This is a comment" ([RE/F/NM] TeX) ok 30125 - "\\This is a comment" ([SB/F/NM] TeX) ok 30126 - "\\A\tcomment" ([RE/F/NM] TeX) ok 30127 - "\\A\tcomment" ([SB/F/NM] TeX) ok 30128 - "\\Another /* comment" ([RE/F/NM] TeX) ok 30129 - "\\Another /* comment" ([SB/F/NM] TeX) ok 30130 - "\n" ([RE/F/NM] TeX) ok 30131 - "\n" ([SB/F/NM] TeX) ok 30132 - "This is a comment\n" ([RE/F/NM] TeX) ok 30133 - "This is a comment\n" ([SB/F/NM] TeX) ok 30134 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30135 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30136 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30137 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30138 - "#" ([RE/F/NM] TeX) ok 30139 - "#" ([SB/F/NM] TeX) ok 30140 - "#This is a comment" ([RE/F/NM] TeX) ok 30141 - "#This is a comment" ([SB/F/NM] TeX) ok 30142 - "#A\tcomment" ([RE/F/NM] TeX) ok 30143 - "#A\tcomment" ([SB/F/NM] TeX) ok 30144 - "#Another /* comment" ([RE/F/NM] TeX) ok 30145 - "#Another /* comment" ([SB/F/NM] TeX) ok 30146 - "\n" ([RE/F/NM] TeX) ok 30147 - "\n" ([SB/F/NM] TeX) ok 30148 - "This is a comment\n" ([RE/F/NM] TeX) ok 30149 - "This is a comment\n" ([SB/F/NM] TeX) ok 30150 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30151 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30152 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30153 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30154 - "//" ([RE/F/NM] TeX) ok 30155 - "//" ([SB/F/NM] TeX) ok 30156 - "//This is a comment" ([RE/F/NM] TeX) ok 30157 - "//This is a comment" ([SB/F/NM] TeX) ok 30158 - "//A\tcomment" ([RE/F/NM] TeX) ok 30159 - "//A\tcomment" ([SB/F/NM] TeX) ok 30160 - "//Another /* comment" ([RE/F/NM] TeX) ok 30161 - "//Another /* comment" ([SB/F/NM] TeX) ok 30162 - "\n" ([RE/F/NM] TeX) ok 30163 - "\n" ([SB/F/NM] TeX) ok 30164 - "This is a comment\n" ([RE/F/NM] TeX) ok 30165 - "This is a comment\n" ([SB/F/NM] TeX) ok 30166 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30167 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30168 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30169 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30170 - "--" ([RE/F/NM] TeX) ok 30171 - "--" ([SB/F/NM] TeX) ok 30172 - "--This is a comment" ([RE/F/NM] TeX) ok 30173 - "--This is a comment" ([SB/F/NM] TeX) ok 30174 - "--A\tcomment" ([RE/F/NM] TeX) ok 30175 - "--A\tcomment" ([SB/F/NM] TeX) ok 30176 - "--Another /* comment" ([RE/F/NM] TeX) ok 30177 - "--Another /* comment" ([SB/F/NM] TeX) ok 30178 - "\n" ([RE/F/NM] TeX) ok 30179 - "\n" ([SB/F/NM] TeX) ok 30180 - "This is a comment\n" ([RE/F/NM] TeX) ok 30181 - "This is a comment\n" ([SB/F/NM] TeX) ok 30182 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30183 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30184 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30185 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30186 - ";" ([RE/F/NM] TeX) ok 30187 - ";" ([SB/F/NM] TeX) ok 30188 - ";This is a comment" ([RE/F/NM] TeX) ok 30189 - ";This is a comment" ([SB/F/NM] TeX) ok 30190 - ";A\tcomment" ([RE/F/NM] TeX) ok 30191 - ";A\tcomment" ([SB/F/NM] TeX) ok 30192 - ";Another /* comment" ([RE/F/NM] TeX) ok 30193 - ";Another /* comment" ([SB/F/NM] TeX) ok 30194 - "\n" ([RE/F/NM] TeX) ok 30195 - "\n" ([SB/F/NM] TeX) ok 30196 - "This is a comment\n" ([RE/F/NM] TeX) ok 30197 - "This is a comment\n" ([SB/F/NM] TeX) ok 30198 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30199 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30200 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30201 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30202 - "#" ([RE/F/NM] TeX) ok 30203 - "#" ([SB/F/NM] TeX) ok 30204 - "#This is a comment" ([RE/F/NM] TeX) ok 30205 - "#This is a comment" ([SB/F/NM] TeX) ok 30206 - "#A\tcomment" ([RE/F/NM] TeX) ok 30207 - "#A\tcomment" ([SB/F/NM] TeX) ok 30208 - "#Another /* comment" ([RE/F/NM] TeX) ok 30209 - "#Another /* comment" ([SB/F/NM] TeX) ok 30210 - "\n" ([RE/F/NM] TeX) ok 30211 - "\n" ([SB/F/NM] TeX) ok 30212 - "This is a comment\n" ([RE/F/NM] TeX) ok 30213 - "This is a comment\n" ([SB/F/NM] TeX) ok 30214 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30215 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30216 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30217 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30218 - "*" ([RE/F/NM] TeX) ok 30219 - "*" ([SB/F/NM] TeX) ok 30220 - "*This is a comment" ([RE/F/NM] TeX) ok 30221 - "*This is a comment" ([SB/F/NM] TeX) ok 30222 - "*A\tcomment" ([RE/F/NM] TeX) ok 30223 - "*A\tcomment" ([SB/F/NM] TeX) ok 30224 - "*Another /* comment" ([RE/F/NM] TeX) ok 30225 - "*Another /* comment" ([SB/F/NM] TeX) ok 30226 - "\n" ([RE/F/NM] TeX) ok 30227 - "\n" ([SB/F/NM] TeX) ok 30228 - "This is a comment\n" ([RE/F/NM] TeX) ok 30229 - "This is a comment\n" ([SB/F/NM] TeX) ok 30230 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30231 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30232 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30233 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30234 - "!" ([RE/F/NM] TeX) ok 30235 - "!" ([SB/F/NM] TeX) ok 30236 - "!This is a comment" ([RE/F/NM] TeX) ok 30237 - "!This is a comment" ([SB/F/NM] TeX) ok 30238 - "!A\tcomment" ([RE/F/NM] TeX) ok 30239 - "!A\tcomment" ([SB/F/NM] TeX) ok 30240 - "!Another /* comment" ([RE/F/NM] TeX) ok 30241 - "!Another /* comment" ([SB/F/NM] TeX) ok 30242 - "\n" ([RE/F/NM] TeX) ok 30243 - "\n" ([SB/F/NM] TeX) ok 30244 - "This is a comment\n" ([RE/F/NM] TeX) ok 30245 - "This is a comment\n" ([SB/F/NM] TeX) ok 30246 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30247 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30248 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30249 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30250 - "REM" ([RE/F/NM] TeX) ok 30251 - "REM" ([SB/F/NM] TeX) ok 30252 - "REMThis is a comment" ([RE/F/NM] TeX) ok 30253 - "REMThis is a comment" ([SB/F/NM] TeX) ok 30254 - "REMA\tcomment" ([RE/F/NM] TeX) ok 30255 - "REMA\tcomment" ([SB/F/NM] TeX) ok 30256 - "REMAnother /* comment" ([RE/F/NM] TeX) ok 30257 - "REMAnother /* comment" ([SB/F/NM] TeX) ok 30258 - "\n" ([RE/F/NM] TeX) ok 30259 - "\n" ([SB/F/NM] TeX) ok 30260 - "This is a comment\n" ([RE/F/NM] TeX) ok 30261 - "This is a comment\n" ([SB/F/NM] TeX) ok 30262 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30263 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30264 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30265 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30266 - "//" ([RE/F/NM] TeX) ok 30267 - "//" ([SB/F/NM] TeX) ok 30268 - "//This is a comment" ([RE/F/NM] TeX) ok 30269 - "//This is a comment" ([SB/F/NM] TeX) ok 30270 - "//A\tcomment" ([RE/F/NM] TeX) ok 30271 - "//A\tcomment" ([SB/F/NM] TeX) ok 30272 - "//Another /* comment" ([RE/F/NM] TeX) ok 30273 - "//Another /* comment" ([SB/F/NM] TeX) ok 30274 - "\n" ([RE/F/NM] TeX) ok 30275 - "\n" ([SB/F/NM] TeX) ok 30276 - "This is a comment\n" ([RE/F/NM] TeX) ok 30277 - "This is a comment\n" ([SB/F/NM] TeX) ok 30278 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30279 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30280 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30281 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30282 - "%" ([RE/F/NM] TeX) ok 30283 - "%" ([SB/F/NM] TeX) ok 30284 - "%This is a comment" ([RE/F/NM] TeX) ok 30285 - "%This is a comment" ([SB/F/NM] TeX) ok 30286 - "%A\tcomment" ([RE/F/NM] TeX) ok 30287 - "%A\tcomment" ([SB/F/NM] TeX) ok 30288 - "%Another /* comment" ([RE/F/NM] TeX) ok 30289 - "%Another /* comment" ([SB/F/NM] TeX) ok 30290 - "\n" ([RE/F/NM] TeX) ok 30291 - "\n" ([SB/F/NM] TeX) ok 30292 - "This is a comment\n" ([RE/F/NM] TeX) ok 30293 - "This is a comment\n" ([SB/F/NM] TeX) ok 30294 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30295 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30296 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30297 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30298 - "!" ([RE/F/NM] TeX) ok 30299 - "!" ([SB/F/NM] TeX) ok 30300 - "!This is a comment" ([RE/F/NM] TeX) ok 30301 - "!This is a comment" ([SB/F/NM] TeX) ok 30302 - "!A\tcomment" ([RE/F/NM] TeX) ok 30303 - "!A\tcomment" ([SB/F/NM] TeX) ok 30304 - "!Another /* comment" ([RE/F/NM] TeX) ok 30305 - "!Another /* comment" ([SB/F/NM] TeX) ok 30306 - "\n" ([RE/F/NM] TeX) ok 30307 - "\n" ([SB/F/NM] TeX) ok 30308 - "This is a comment\n" ([RE/F/NM] TeX) ok 30309 - "This is a comment\n" ([SB/F/NM] TeX) ok 30310 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30311 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30312 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30313 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30314 - "NB" ([RE/F/NM] TeX) ok 30315 - "NB" ([SB/F/NM] TeX) ok 30316 - "NBThis is a comment" ([RE/F/NM] TeX) ok 30317 - "NBThis is a comment" ([SB/F/NM] TeX) ok 30318 - "NBA\tcomment" ([RE/F/NM] TeX) ok 30319 - "NBA\tcomment" ([SB/F/NM] TeX) ok 30320 - "NBAnother /* comment" ([RE/F/NM] TeX) ok 30321 - "NBAnother /* comment" ([SB/F/NM] TeX) ok 30322 - "\n" ([RE/F/NM] TeX) ok 30323 - "\n" ([SB/F/NM] TeX) ok 30324 - "This is a comment\n" ([RE/F/NM] TeX) ok 30325 - "This is a comment\n" ([SB/F/NM] TeX) ok 30326 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30327 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30328 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30329 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30330 - "PLEASE NOT" ([RE/F/NM] TeX) ok 30331 - "PLEASE NOT" ([SB/F/NM] TeX) ok 30332 - "PLEASE NOTThis is a comment" ([RE/F/NM] TeX) ok 30333 - "PLEASE NOTThis is a comment" ([SB/F/NM] TeX) ok 30334 - "PLEASE NOTA\tcomment" ([RE/F/NM] TeX) ok 30335 - "PLEASE NOTA\tcomment" ([SB/F/NM] TeX) ok 30336 - "PLEASE NOTAnother /* comment" ([RE/F/NM] TeX) ok 30337 - "PLEASE NOTAnother /* comment" ([SB/F/NM] TeX) ok 30338 - "\n" ([RE/F/NM] TeX) ok 30339 - "\n" ([SB/F/NM] TeX) ok 30340 - "This is a comment\n" ([RE/F/NM] TeX) ok 30341 - "This is a comment\n" ([SB/F/NM] TeX) ok 30342 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30343 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30344 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30345 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30346 - "PLEASE NOT" ([RE/F/NM] TeX) ok 30347 - "PLEASE NOT" ([SB/F/NM] TeX) ok 30348 - "PLEASE NOTThis is a comment" ([RE/F/NM] TeX) ok 30349 - "PLEASE NOTThis is a comment" ([SB/F/NM] TeX) ok 30350 - "PLEASE NOTA\tcomment" ([RE/F/NM] TeX) ok 30351 - "PLEASE NOTA\tcomment" ([SB/F/NM] TeX) ok 30352 - "PLEASE NOTAnother /* comment" ([RE/F/NM] TeX) ok 30353 - "PLEASE NOTAnother /* comment" ([SB/F/NM] TeX) ok 30354 - "\n" ([RE/F/NM] TeX) ok 30355 - "\n" ([SB/F/NM] TeX) ok 30356 - "This is a comment\n" ([RE/F/NM] TeX) ok 30357 - "This is a comment\n" ([SB/F/NM] TeX) ok 30358 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30359 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30360 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30361 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30362 - "PLEASE N'T" ([RE/F/NM] TeX) ok 30363 - "PLEASE N'T" ([SB/F/NM] TeX) ok 30364 - "PLEASE N'TThis is a comment" ([RE/F/NM] TeX) ok 30365 - "PLEASE N'TThis is a comment" ([SB/F/NM] TeX) ok 30366 - "PLEASE N'TA\tcomment" ([RE/F/NM] TeX) ok 30367 - "PLEASE N'TA\tcomment" ([SB/F/NM] TeX) ok 30368 - "PLEASE N'TAnother /* comment" ([RE/F/NM] TeX) ok 30369 - "PLEASE N'TAnother /* comment" ([SB/F/NM] TeX) ok 30370 - "\n" ([RE/F/NM] TeX) ok 30371 - "\n" ([SB/F/NM] TeX) ok 30372 - "This is a comment\n" ([RE/F/NM] TeX) ok 30373 - "This is a comment\n" ([SB/F/NM] TeX) ok 30374 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30375 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30376 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30377 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30378 - "DO NOT" ([RE/F/NM] TeX) ok 30379 - "DO NOT" ([SB/F/NM] TeX) ok 30380 - "DO NOTThis is a comment" ([RE/F/NM] TeX) ok 30381 - "DO NOTThis is a comment" ([SB/F/NM] TeX) ok 30382 - "DO NOTA\tcomment" ([RE/F/NM] TeX) ok 30383 - "DO NOTA\tcomment" ([SB/F/NM] TeX) ok 30384 - "DO NOTAnother /* comment" ([RE/F/NM] TeX) ok 30385 - "DO NOTAnother /* comment" ([SB/F/NM] TeX) ok 30386 - "\n" ([RE/F/NM] TeX) ok 30387 - "\n" ([SB/F/NM] TeX) ok 30388 - "This is a comment\n" ([RE/F/NM] TeX) ok 30389 - "This is a comment\n" ([SB/F/NM] TeX) ok 30390 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30391 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30392 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30393 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30394 - "DO N'T" ([RE/F/NM] TeX) ok 30395 - "DO N'T" ([SB/F/NM] TeX) ok 30396 - "DO N'TThis is a comment" ([RE/F/NM] TeX) ok 30397 - "DO N'TThis is a comment" ([SB/F/NM] TeX) ok 30398 - "DO N'TA\tcomment" ([RE/F/NM] TeX) ok 30399 - "DO N'TA\tcomment" ([SB/F/NM] TeX) ok 30400 - "DO N'TAnother /* comment" ([RE/F/NM] TeX) ok 30401 - "DO N'TAnother /* comment" ([SB/F/NM] TeX) ok 30402 - "\n" ([RE/F/NM] TeX) ok 30403 - "\n" ([SB/F/NM] TeX) ok 30404 - "This is a comment\n" ([RE/F/NM] TeX) ok 30405 - "This is a comment\n" ([SB/F/NM] TeX) ok 30406 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30407 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30408 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30409 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30410 - "DO NOT" ([RE/F/NM] TeX) ok 30411 - "DO NOT" ([SB/F/NM] TeX) ok 30412 - "DO NOTThis is a comment" ([RE/F/NM] TeX) ok 30413 - "DO NOTThis is a comment" ([SB/F/NM] TeX) ok 30414 - "DO NOTA\tcomment" ([RE/F/NM] TeX) ok 30415 - "DO NOTA\tcomment" ([SB/F/NM] TeX) ok 30416 - "DO NOTAnother /* comment" ([RE/F/NM] TeX) ok 30417 - "DO NOTAnother /* comment" ([SB/F/NM] TeX) ok 30418 - "\n" ([RE/F/NM] TeX) ok 30419 - "\n" ([SB/F/NM] TeX) ok 30420 - "This is a comment\n" ([RE/F/NM] TeX) ok 30421 - "This is a comment\n" ([SB/F/NM] TeX) ok 30422 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30423 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30424 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30425 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30426 - "PLEASE DO NOT" ([RE/F/NM] TeX) ok 30427 - "PLEASE DO NOT" ([SB/F/NM] TeX) ok 30428 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] TeX) ok 30429 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] TeX) ok 30430 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] TeX) ok 30431 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] TeX) ok 30432 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] TeX) ok 30433 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] TeX) ok 30434 - "\n" ([RE/F/NM] TeX) ok 30435 - "\n" ([SB/F/NM] TeX) ok 30436 - "This is a comment\n" ([RE/F/NM] TeX) ok 30437 - "This is a comment\n" ([SB/F/NM] TeX) ok 30438 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30439 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30440 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30441 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30442 - "PLEASE DO NOT" ([RE/F/NM] TeX) ok 30443 - "PLEASE DO NOT" ([SB/F/NM] TeX) ok 30444 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] TeX) ok 30445 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] TeX) ok 30446 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] TeX) ok 30447 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] TeX) ok 30448 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] TeX) ok 30449 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] TeX) ok 30450 - "\n" ([RE/F/NM] TeX) ok 30451 - "\n" ([SB/F/NM] TeX) ok 30452 - "This is a comment\n" ([RE/F/NM] TeX) ok 30453 - "This is a comment\n" ([SB/F/NM] TeX) ok 30454 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30455 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30456 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30457 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30458 - "PLEASE DO N'T" ([RE/F/NM] TeX) ok 30459 - "PLEASE DO N'T" ([SB/F/NM] TeX) ok 30460 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] TeX) ok 30461 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] TeX) ok 30462 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] TeX) ok 30463 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] TeX) ok 30464 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] TeX) ok 30465 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] TeX) ok 30466 - "\n" ([RE/F/NM] TeX) ok 30467 - "\n" ([SB/F/NM] TeX) ok 30468 - "This is a comment\n" ([RE/F/NM] TeX) ok 30469 - "This is a comment\n" ([SB/F/NM] TeX) ok 30470 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30471 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30472 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30473 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30474 - "NB." ([RE/F/NM] TeX) ok 30475 - "NB." ([SB/F/NM] TeX) ok 30476 - "NB.This is a comment" ([RE/F/NM] TeX) ok 30477 - "NB.This is a comment" ([SB/F/NM] TeX) ok 30478 - "NB.A\tcomment" ([RE/F/NM] TeX) ok 30479 - "NB.A\tcomment" ([SB/F/NM] TeX) ok 30480 - "NB.Another /* comment" ([RE/F/NM] TeX) ok 30481 - "NB.Another /* comment" ([SB/F/NM] TeX) ok 30482 - "\n" ([RE/F/NM] TeX) ok 30483 - "\n" ([SB/F/NM] TeX) ok 30484 - "This is a comment\n" ([RE/F/NM] TeX) ok 30485 - "This is a comment\n" ([SB/F/NM] TeX) ok 30486 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30487 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30488 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30489 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30490 - "{" ([RE/F/NM] TeX) ok 30491 - "{" ([SB/F/NM] TeX) ok 30492 - "{This is a comment" ([RE/F/NM] TeX) ok 30493 - "{This is a comment" ([SB/F/NM] TeX) ok 30494 - "{A\tcomment" ([RE/F/NM] TeX) ok 30495 - "{A\tcomment" ([SB/F/NM] TeX) ok 30496 - "{Another /* comment" ([RE/F/NM] TeX) ok 30497 - "{Another /* comment" ([SB/F/NM] TeX) ok 30498 - "}" ([RE/F/NM] TeX) ok 30499 - "}" ([SB/F/NM] TeX) ok 30500 - "This is a comment}" ([RE/F/NM] TeX) ok 30501 - "This is a comment}" ([SB/F/NM] TeX) ok 30502 - "A\tcomment}" ([RE/F/NM] TeX) ok 30503 - "A\tcomment}" ([SB/F/NM] TeX) ok 30504 - "Another /* comment}" ([RE/F/NM] TeX) ok 30505 - "Another /* comment}" ([SB/F/NM] TeX) ok 30506 - "." ([RE/F/NM] TeX) ok 30507 - "." ([SB/F/NM] TeX) ok 30508 - ".This is a comment" ([RE/F/NM] TeX) ok 30509 - ".This is a comment" ([SB/F/NM] TeX) ok 30510 - ".A\tcomment" ([RE/F/NM] TeX) ok 30511 - ".A\tcomment" ([SB/F/NM] TeX) ok 30512 - ".Another /* comment" ([RE/F/NM] TeX) ok 30513 - ".Another /* comment" ([SB/F/NM] TeX) ok 30514 - "\n" ([RE/F/NM] TeX) ok 30515 - "\n" ([SB/F/NM] TeX) ok 30516 - "This is a comment\n" ([RE/F/NM] TeX) ok 30517 - "This is a comment\n" ([SB/F/NM] TeX) ok 30518 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30519 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30520 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30521 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30522 - ";" ([RE/F/NM] TeX) ok 30523 - ";" ([SB/F/NM] TeX) ok 30524 - ";This is a comment" ([RE/F/NM] TeX) ok 30525 - ";This is a comment" ([SB/F/NM] TeX) ok 30526 - ";A\tcomment" ([RE/F/NM] TeX) ok 30527 - ";A\tcomment" ([SB/F/NM] TeX) ok 30528 - ";Another /* comment" ([RE/F/NM] TeX) ok 30529 - ";Another /* comment" ([SB/F/NM] TeX) ok 30530 - "\n" ([RE/F/NM] TeX) ok 30531 - "\n" ([SB/F/NM] TeX) ok 30532 - "This is a comment\n" ([RE/F/NM] TeX) ok 30533 - "This is a comment\n" ([SB/F/NM] TeX) ok 30534 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30535 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30536 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30537 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30538 - "`" ([RE/F/NM] TeX) ok 30539 - "`" ([SB/F/NM] TeX) ok 30540 - "`This is a comment" ([RE/F/NM] TeX) ok 30541 - "`This is a comment" ([SB/F/NM] TeX) ok 30542 - "`A\tcomment" ([RE/F/NM] TeX) ok 30543 - "`A\tcomment" ([SB/F/NM] TeX) ok 30544 - "`Another /* comment" ([RE/F/NM] TeX) ok 30545 - "`Another /* comment" ([SB/F/NM] TeX) ok 30546 - "\n" ([RE/F/NM] TeX) ok 30547 - "\n" ([SB/F/NM] TeX) ok 30548 - "This is a comment\n" ([RE/F/NM] TeX) ok 30549 - "This is a comment\n" ([SB/F/NM] TeX) ok 30550 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30551 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30552 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30553 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30554 - "--" ([RE/F/NM] TeX) ok 30555 - "--" ([SB/F/NM] TeX) ok 30556 - "--This is a comment" ([RE/F/NM] TeX) ok 30557 - "--This is a comment" ([SB/F/NM] TeX) ok 30558 - "--A\tcomment" ([RE/F/NM] TeX) ok 30559 - "--A\tcomment" ([SB/F/NM] TeX) ok 30560 - "--Another /* comment" ([RE/F/NM] TeX) ok 30561 - "--Another /* comment" ([SB/F/NM] TeX) ok 30562 - "\n" ([RE/F/NM] TeX) ok 30563 - "\n" ([SB/F/NM] TeX) ok 30564 - "This is a comment\n" ([RE/F/NM] TeX) ok 30565 - "This is a comment\n" ([SB/F/NM] TeX) ok 30566 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30567 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30568 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30569 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30570 - "---" ([RE/F/NM] TeX) ok 30571 - "---" ([SB/F/NM] TeX) ok 30572 - "---This is a comment" ([RE/F/NM] TeX) ok 30573 - "---This is a comment" ([SB/F/NM] TeX) ok 30574 - "---A\tcomment" ([RE/F/NM] TeX) ok 30575 - "---A\tcomment" ([SB/F/NM] TeX) ok 30576 - "---Another /* comment" ([RE/F/NM] TeX) ok 30577 - "---Another /* comment" ([SB/F/NM] TeX) ok 30578 - "\n" ([RE/F/NM] TeX) ok 30579 - "\n" ([SB/F/NM] TeX) ok 30580 - "This is a comment\n" ([RE/F/NM] TeX) ok 30581 - "This is a comment\n" ([SB/F/NM] TeX) ok 30582 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30583 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30584 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30585 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30586 - "-----" ([RE/F/NM] TeX) ok 30587 - "-----" ([SB/F/NM] TeX) ok 30588 - "-----This is a comment" ([RE/F/NM] TeX) ok 30589 - "-----This is a comment" ([SB/F/NM] TeX) ok 30590 - "-----A\tcomment" ([RE/F/NM] TeX) ok 30591 - "-----A\tcomment" ([SB/F/NM] TeX) ok 30592 - "-----Another /* comment" ([RE/F/NM] TeX) ok 30593 - "-----Another /* comment" ([SB/F/NM] TeX) ok 30594 - "\n" ([RE/F/NM] TeX) ok 30595 - "\n" ([SB/F/NM] TeX) ok 30596 - "This is a comment\n" ([RE/F/NM] TeX) ok 30597 - "This is a comment\n" ([SB/F/NM] TeX) ok 30598 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30599 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30600 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30601 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30602 - "\\"" ([RE/F/NM] TeX) ok 30603 - "\\"" ([SB/F/NM] TeX) ok 30604 - "\\"This is a comment" ([RE/F/NM] TeX) ok 30605 - "\\"This is a comment" ([SB/F/NM] TeX) ok 30606 - "\\"A\tcomment" ([RE/F/NM] TeX) ok 30607 - "\\"A\tcomment" ([SB/F/NM] TeX) ok 30608 - "\\"Another /* comment" ([RE/F/NM] TeX) ok 30609 - "\\"Another /* comment" ([SB/F/NM] TeX) ok 30610 - "\n" ([RE/F/NM] TeX) ok 30611 - "\n" ([SB/F/NM] TeX) ok 30612 - "This is a comment\n" ([RE/F/NM] TeX) ok 30613 - "This is a comment\n" ([SB/F/NM] TeX) ok 30614 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30615 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30616 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30617 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30618 - """ ([RE/F/NM] TeX) ok 30619 - """ ([SB/F/NM] TeX) ok 30620 - ""This is a comment" ([RE/F/NM] TeX) ok 30621 - ""This is a comment" ([SB/F/NM] TeX) ok 30622 - ""A\tcomment" ([RE/F/NM] TeX) ok 30623 - ""A\tcomment" ([SB/F/NM] TeX) ok 30624 - ""Another /* comment" ([RE/F/NM] TeX) ok 30625 - ""Another /* comment" ([SB/F/NM] TeX) ok 30626 - "\n" ([RE/F/NM] TeX) ok 30627 - "\n" ([SB/F/NM] TeX) ok 30628 - "This is a comment\n" ([RE/F/NM] TeX) ok 30629 - "This is a comment\n" ([SB/F/NM] TeX) ok 30630 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30631 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30632 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30633 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30634 - "'" ([RE/F/NM] TeX) ok 30635 - "'" ([SB/F/NM] TeX) ok 30636 - "'This is a comment" ([RE/F/NM] TeX) ok 30637 - "'This is a comment" ([SB/F/NM] TeX) ok 30638 - "'A\tcomment" ([RE/F/NM] TeX) ok 30639 - "'A\tcomment" ([SB/F/NM] TeX) ok 30640 - "'Another /* comment" ([RE/F/NM] TeX) ok 30641 - "'Another /* comment" ([SB/F/NM] TeX) ok 30642 - "\n" ([RE/F/NM] TeX) ok 30643 - "\n" ([SB/F/NM] TeX) ok 30644 - "This is a comment\n" ([RE/F/NM] TeX) ok 30645 - "This is a comment\n" ([SB/F/NM] TeX) ok 30646 - "A\tcomment\n" ([RE/F/NM] TeX) ok 30647 - "A\tcomment\n" ([SB/F/NM] TeX) ok 30648 - "Another /* comment\n" ([RE/F/NM] TeX) ok 30649 - "Another /* comment\n" ([SB/F/NM] TeX) ok 30650 - "/* This is a C comment */" ([RE/F/NM] TeX) ok 30651 - "/* This is a C comment */" ([SB/F/NM] TeX) ok 30652 - "(* This is a Pascal comment *)" ([RE/F/NM] TeX) ok 30653 - "(* This is a Pascal comment *)" ([SB/F/NM] TeX) ok 30654 - "" ([RE/F/NM] TeX) ok 30655 - "" ([SB/F/NM] TeX) ok 30656 - "%\n\n" ([RE/F/NM] TeX) ok 30657 - "%\n\n" ([SB/F/NM] TeX) ok 30658 - "%This is a comment\n\n" ([RE/F/NM] TeX) ok 30659 - "%This is a comment\n\n" ([SB/F/NM] TeX) ok 30660 - "%A\tcomment\n\n" ([RE/F/NM] TeX) ok 30661 - "%A\tcomment\n\n" ([SB/F/NM] TeX) ok 30662 - "%Another /* comment\n\n" ([RE/F/NM] TeX) ok 30663 - "%Another /* comment\n\n" ([SB/F/NM] TeX) ok 30664 - "%\n%\n" ([RE/F/NM] TeX) ok 30665 - "%\n%\n" ([SB/F/NM] TeX) ok 30666 - "%This is a comment\n%This is a comment\n" ([RE/F/NM] TeX) ok 30667 - "%This is a comment\n%This is a comment\n" ([SB/F/NM] TeX) ok 30668 - "%A\tcomment\n%A\tcomment\n" ([RE/F/NM] TeX) ok 30669 - "%A\tcomment\n%A\tcomment\n" ([SB/F/NM] TeX) ok 30670 - "%Another /* comment\n%Another /* comment\n" ([RE/F/NM] TeX) ok 30671 - "%Another /* comment\n%Another /* comment\n" ([SB/F/NM] TeX) ok 30672 - "%\nktw8" ([RE/F/NM] TeX) ok 30673 - "%\nktw8" ([SB/F/NM] TeX) ok 30674 - "%This is a comment\nvkp" ([RE/F/NM] TeX) ok 30675 - "%This is a comment\nvkp" ([SB/F/NM] TeX) ok 30676 - "%A\tcomment\nda3" ([RE/F/NM] TeX) ok 30677 - "%A\tcomment\nda3" ([SB/F/NM] TeX) ok 30678 - "%Another /* comment\nt4wt" ([RE/F/NM] TeX) ok 30679 - "%Another /* comment\nt4wt" ([SB/F/NM] TeX) ok 30680 - "a%\n" ([RE/F/NM] TeX) ok 30681 - "a%\n" ([SB/F/NM] TeX) ok 30682 - "ke%This is a comment\n" ([RE/F/NM] TeX) ok 30683 - "ke%This is a comment\n" ([SB/F/NM] TeX) ok 30684 - "ou%A\tcomment\n" ([RE/F/NM] TeX) ok 30685 - "ou%A\tcomment\n" ([SB/F/NM] TeX) ok 30686 - "whr%Another /* comment\n" ([RE/F/NM] TeX) ok 30687 - "whr%Another /* comment\n" ([SB/F/NM] TeX) ok 30688 - "\\\n" ([RE/F/NM] TeX) ok 30689 - "\\\n" ([SB/F/NM] TeX) ok 30690 - "\\This is a comment\n" ([RE/F/NM] TeX) ok 30691 - "\\This is a comment\n" ([SB/F/NM] TeX) ok 30692 - "\\A\tcomment\n" ([RE/F/NM] TeX) ok 30693 - "\\A\tcomment\n" ([SB/F/NM] TeX) ok 30694 - "\\Another /* comment\n" ([RE/F/NM] TeX) ok 30695 - "\\Another /* comment\n" ([SB/F/NM] TeX) ok 30696 - "#\n" ([RE/F/NM] TeX) ok 30697 - "#\n" ([SB/F/NM] TeX) ok 30698 - "#This is a comment\n" ([RE/F/NM] TeX) ok 30699 - "#This is a comment\n" ([SB/F/NM] TeX) ok 30700 - "#A\tcomment\n" ([RE/F/NM] TeX) ok 30701 - "#A\tcomment\n" ([SB/F/NM] TeX) ok 30702 - "#Another /* comment\n" ([RE/F/NM] TeX) ok 30703 - "#Another /* comment\n" ([SB/F/NM] TeX) ok 30704 - "//\n" ([RE/F/NM] TeX) ok 30705 - "//\n" ([SB/F/NM] TeX) ok 30706 - "//This is a comment\n" ([RE/F/NM] TeX) ok 30707 - "//This is a comment\n" ([SB/F/NM] TeX) ok 30708 - "//A\tcomment\n" ([RE/F/NM] TeX) ok 30709 - "//A\tcomment\n" ([SB/F/NM] TeX) ok 30710 - "//Another /* comment\n" ([RE/F/NM] TeX) ok 30711 - "//Another /* comment\n" ([SB/F/NM] TeX) ok 30712 - "--\n" ([RE/F/NM] TeX) ok 30713 - "--\n" ([SB/F/NM] TeX) ok 30714 - "--This is a comment\n" ([RE/F/NM] TeX) ok 30715 - "--This is a comment\n" ([SB/F/NM] TeX) ok 30716 - "--A\tcomment\n" ([RE/F/NM] TeX) ok 30717 - "--A\tcomment\n" ([SB/F/NM] TeX) ok 30718 - "--Another /* comment\n" ([RE/F/NM] TeX) ok 30719 - "--Another /* comment\n" ([SB/F/NM] TeX) ok 30720 - ";\n" ([RE/F/NM] TeX) ok 30721 - ";\n" ([SB/F/NM] TeX) ok 30722 - ";This is a comment\n" ([RE/F/NM] TeX) ok 30723 - ";This is a comment\n" ([SB/F/NM] TeX) ok 30724 - ";A\tcomment\n" ([RE/F/NM] TeX) ok 30725 - ";A\tcomment\n" ([SB/F/NM] TeX) ok 30726 - ";Another /* comment\n" ([RE/F/NM] TeX) ok 30727 - ";Another /* comment\n" ([SB/F/NM] TeX) ok 30728 - "#\n" ([RE/F/NM] TeX) ok 30729 - "#\n" ([SB/F/NM] TeX) ok 30730 - "#This is a comment\n" ([RE/F/NM] TeX) ok 30731 - "#This is a comment\n" ([SB/F/NM] TeX) ok 30732 - "#A\tcomment\n" ([RE/F/NM] TeX) ok 30733 - "#A\tcomment\n" ([SB/F/NM] TeX) ok 30734 - "#Another /* comment\n" ([RE/F/NM] TeX) ok 30735 - "#Another /* comment\n" ([SB/F/NM] TeX) ok 30736 - "*\n" ([RE/F/NM] TeX) ok 30737 - "*\n" ([SB/F/NM] TeX) ok 30738 - "*This is a comment\n" ([RE/F/NM] TeX) ok 30739 - "*This is a comment\n" ([SB/F/NM] TeX) ok 30740 - "*A\tcomment\n" ([RE/F/NM] TeX) ok 30741 - "*A\tcomment\n" ([SB/F/NM] TeX) ok 30742 - "*Another /* comment\n" ([RE/F/NM] TeX) ok 30743 - "*Another /* comment\n" ([SB/F/NM] TeX) ok 30744 - "!\n" ([RE/F/NM] TeX) ok 30745 - "!\n" ([SB/F/NM] TeX) ok 30746 - "!This is a comment\n" ([RE/F/NM] TeX) ok 30747 - "!This is a comment\n" ([SB/F/NM] TeX) ok 30748 - "!A\tcomment\n" ([RE/F/NM] TeX) ok 30749 - "!A\tcomment\n" ([SB/F/NM] TeX) ok 30750 - "!Another /* comment\n" ([RE/F/NM] TeX) ok 30751 - "!Another /* comment\n" ([SB/F/NM] TeX) ok 30752 - "REM\n" ([RE/F/NM] TeX) ok 30753 - "REM\n" ([SB/F/NM] TeX) ok 30754 - "REMThis is a comment\n" ([RE/F/NM] TeX) ok 30755 - "REMThis is a comment\n" ([SB/F/NM] TeX) ok 30756 - "REMA\tcomment\n" ([RE/F/NM] TeX) ok 30757 - "REMA\tcomment\n" ([SB/F/NM] TeX) ok 30758 - "REMAnother /* comment\n" ([RE/F/NM] TeX) ok 30759 - "REMAnother /* comment\n" ([SB/F/NM] TeX) ok 30760 - "//\n" ([RE/F/NM] TeX) ok 30761 - "//\n" ([SB/F/NM] TeX) ok 30762 - "//This is a comment\n" ([RE/F/NM] TeX) ok 30763 - "//This is a comment\n" ([SB/F/NM] TeX) ok 30764 - "//A\tcomment\n" ([RE/F/NM] TeX) ok 30765 - "//A\tcomment\n" ([SB/F/NM] TeX) ok 30766 - "//Another /* comment\n" ([RE/F/NM] TeX) ok 30767 - "//Another /* comment\n" ([SB/F/NM] TeX) ok 30768 - "!\n" ([RE/F/NM] TeX) ok 30769 - "!\n" ([SB/F/NM] TeX) ok 30770 - "!This is a comment\n" ([RE/F/NM] TeX) ok 30771 - "!This is a comment\n" ([SB/F/NM] TeX) ok 30772 - "!A\tcomment\n" ([RE/F/NM] TeX) ok 30773 - "!A\tcomment\n" ([SB/F/NM] TeX) ok 30774 - "!Another /* comment\n" ([RE/F/NM] TeX) ok 30775 - "!Another /* comment\n" ([SB/F/NM] TeX) ok 30776 - "NB\n" ([RE/F/NM] TeX) ok 30777 - "NB\n" ([SB/F/NM] TeX) ok 30778 - "NBThis is a comment\n" ([RE/F/NM] TeX) ok 30779 - "NBThis is a comment\n" ([SB/F/NM] TeX) ok 30780 - "NBA\tcomment\n" ([RE/F/NM] TeX) ok 30781 - "NBA\tcomment\n" ([SB/F/NM] TeX) ok 30782 - "NBAnother /* comment\n" ([RE/F/NM] TeX) ok 30783 - "NBAnother /* comment\n" ([SB/F/NM] TeX) ok 30784 - "PLEASE NOT\n" ([RE/F/NM] TeX) ok 30785 - "PLEASE NOT\n" ([SB/F/NM] TeX) ok 30786 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] TeX) ok 30787 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] TeX) ok 30788 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] TeX) ok 30789 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] TeX) ok 30790 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] TeX) ok 30791 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] TeX) ok 30792 - "PLEASE NOT\n" ([RE/F/NM] TeX) ok 30793 - "PLEASE NOT\n" ([SB/F/NM] TeX) ok 30794 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] TeX) ok 30795 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] TeX) ok 30796 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] TeX) ok 30797 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] TeX) ok 30798 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] TeX) ok 30799 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] TeX) ok 30800 - "PLEASE N'T\n" ([RE/F/NM] TeX) ok 30801 - "PLEASE N'T\n" ([SB/F/NM] TeX) ok 30802 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] TeX) ok 30803 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] TeX) ok 30804 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] TeX) ok 30805 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] TeX) ok 30806 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] TeX) ok 30807 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] TeX) ok 30808 - "DO NOT\n" ([RE/F/NM] TeX) ok 30809 - "DO NOT\n" ([SB/F/NM] TeX) ok 30810 - "DO NOTThis is a comment\n" ([RE/F/NM] TeX) ok 30811 - "DO NOTThis is a comment\n" ([SB/F/NM] TeX) ok 30812 - "DO NOTA\tcomment\n" ([RE/F/NM] TeX) ok 30813 - "DO NOTA\tcomment\n" ([SB/F/NM] TeX) ok 30814 - "DO NOTAnother /* comment\n" ([RE/F/NM] TeX) ok 30815 - "DO NOTAnother /* comment\n" ([SB/F/NM] TeX) ok 30816 - "DO N'T\n" ([RE/F/NM] TeX) ok 30817 - "DO N'T\n" ([SB/F/NM] TeX) ok 30818 - "DO N'TThis is a comment\n" ([RE/F/NM] TeX) ok 30819 - "DO N'TThis is a comment\n" ([SB/F/NM] TeX) ok 30820 - "DO N'TA\tcomment\n" ([RE/F/NM] TeX) ok 30821 - "DO N'TA\tcomment\n" ([SB/F/NM] TeX) ok 30822 - "DO N'TAnother /* comment\n" ([RE/F/NM] TeX) ok 30823 - "DO N'TAnother /* comment\n" ([SB/F/NM] TeX) ok 30824 - "DO NOT\n" ([RE/F/NM] TeX) ok 30825 - "DO NOT\n" ([SB/F/NM] TeX) ok 30826 - "DO NOTThis is a comment\n" ([RE/F/NM] TeX) ok 30827 - "DO NOTThis is a comment\n" ([SB/F/NM] TeX) ok 30828 - "DO NOTA\tcomment\n" ([RE/F/NM] TeX) ok 30829 - "DO NOTA\tcomment\n" ([SB/F/NM] TeX) ok 30830 - "DO NOTAnother /* comment\n" ([RE/F/NM] TeX) ok 30831 - "DO NOTAnother /* comment\n" ([SB/F/NM] TeX) ok 30832 - "PLEASE DO NOT\n" ([RE/F/NM] TeX) ok 30833 - "PLEASE DO NOT\n" ([SB/F/NM] TeX) ok 30834 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] TeX) ok 30835 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] TeX) ok 30836 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] TeX) ok 30837 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] TeX) ok 30838 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] TeX) ok 30839 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] TeX) ok 30840 - "PLEASE DO NOT\n" ([RE/F/NM] TeX) ok 30841 - "PLEASE DO NOT\n" ([SB/F/NM] TeX) ok 30842 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] TeX) ok 30843 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] TeX) ok 30844 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] TeX) ok 30845 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] TeX) ok 30846 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] TeX) ok 30847 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] TeX) ok 30848 - "PLEASE DO N'T\n" ([RE/F/NM] TeX) ok 30849 - "PLEASE DO N'T\n" ([SB/F/NM] TeX) ok 30850 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] TeX) ok 30851 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] TeX) ok 30852 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] TeX) ok 30853 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] TeX) ok 30854 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] TeX) ok 30855 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] TeX) ok 30856 - "NB.\n" ([RE/F/NM] TeX) ok 30857 - "NB.\n" ([SB/F/NM] TeX) ok 30858 - "NB.This is a comment\n" ([RE/F/NM] TeX) ok 30859 - "NB.This is a comment\n" ([SB/F/NM] TeX) ok 30860 - "NB.A\tcomment\n" ([RE/F/NM] TeX) ok 30861 - "NB.A\tcomment\n" ([SB/F/NM] TeX) ok 30862 - "NB.Another /* comment\n" ([RE/F/NM] TeX) ok 30863 - "NB.Another /* comment\n" ([SB/F/NM] TeX) ok 30864 - "{}" ([RE/F/NM] TeX) ok 30865 - "{}" ([SB/F/NM] TeX) ok 30866 - "{This is a comment}" ([RE/F/NM] TeX) ok 30867 - "{This is a comment}" ([SB/F/NM] TeX) ok 30868 - "{A\tcomment}" ([RE/F/NM] TeX) ok 30869 - "{A\tcomment}" ([SB/F/NM] TeX) ok 30870 - "{Another /* comment}" ([RE/F/NM] TeX) ok 30871 - "{Another /* comment}" ([SB/F/NM] TeX) ok 30872 - ".\n" ([RE/F/NM] TeX) ok 30873 - ".\n" ([SB/F/NM] TeX) ok 30874 - ".This is a comment\n" ([RE/F/NM] TeX) ok 30875 - ".This is a comment\n" ([SB/F/NM] TeX) ok 30876 - ".A\tcomment\n" ([RE/F/NM] TeX) ok 30877 - ".A\tcomment\n" ([SB/F/NM] TeX) ok 30878 - ".Another /* comment\n" ([RE/F/NM] TeX) ok 30879 - ".Another /* comment\n" ([SB/F/NM] TeX) ok 30880 - ";\n" ([RE/F/NM] TeX) ok 30881 - ";\n" ([SB/F/NM] TeX) ok 30882 - ";This is a comment\n" ([RE/F/NM] TeX) ok 30883 - ";This is a comment\n" ([SB/F/NM] TeX) ok 30884 - ";A\tcomment\n" ([RE/F/NM] TeX) ok 30885 - ";A\tcomment\n" ([SB/F/NM] TeX) ok 30886 - ";Another /* comment\n" ([RE/F/NM] TeX) ok 30887 - ";Another /* comment\n" ([SB/F/NM] TeX) ok 30888 - "`\n" ([RE/F/NM] TeX) ok 30889 - "`\n" ([SB/F/NM] TeX) ok 30890 - "`This is a comment\n" ([RE/F/NM] TeX) ok 30891 - "`This is a comment\n" ([SB/F/NM] TeX) ok 30892 - "`A\tcomment\n" ([RE/F/NM] TeX) ok 30893 - "`A\tcomment\n" ([SB/F/NM] TeX) ok 30894 - "`Another /* comment\n" ([RE/F/NM] TeX) ok 30895 - "`Another /* comment\n" ([SB/F/NM] TeX) ok 30896 - "--\n" ([RE/F/NM] TeX) ok 30897 - "--\n" ([SB/F/NM] TeX) ok 30898 - "--This is a comment\n" ([RE/F/NM] TeX) ok 30899 - "--This is a comment\n" ([SB/F/NM] TeX) ok 30900 - "--A\tcomment\n" ([RE/F/NM] TeX) ok 30901 - "--A\tcomment\n" ([SB/F/NM] TeX) ok 30902 - "--Another /* comment\n" ([RE/F/NM] TeX) ok 30903 - "--Another /* comment\n" ([SB/F/NM] TeX) ok 30904 - "---\n" ([RE/F/NM] TeX) ok 30905 - "---\n" ([SB/F/NM] TeX) ok 30906 - "---This is a comment\n" ([RE/F/NM] TeX) ok 30907 - "---This is a comment\n" ([SB/F/NM] TeX) ok 30908 - "---A\tcomment\n" ([RE/F/NM] TeX) ok 30909 - "---A\tcomment\n" ([SB/F/NM] TeX) ok 30910 - "---Another /* comment\n" ([RE/F/NM] TeX) ok 30911 - "---Another /* comment\n" ([SB/F/NM] TeX) ok 30912 - "-----\n" ([RE/F/NM] TeX) ok 30913 - "-----\n" ([SB/F/NM] TeX) ok 30914 - "-----This is a comment\n" ([RE/F/NM] TeX) ok 30915 - "-----This is a comment\n" ([SB/F/NM] TeX) ok 30916 - "-----A\tcomment\n" ([RE/F/NM] TeX) ok 30917 - "-----A\tcomment\n" ([SB/F/NM] TeX) ok 30918 - "-----Another /* comment\n" ([RE/F/NM] TeX) ok 30919 - "-----Another /* comment\n" ([SB/F/NM] TeX) ok 30920 - "\\"\n" ([RE/F/NM] TeX) ok 30921 - "\\"\n" ([SB/F/NM] TeX) ok 30922 - "\\"This is a comment\n" ([RE/F/NM] TeX) ok 30923 - "\\"This is a comment\n" ([SB/F/NM] TeX) ok 30924 - "\\"A\tcomment\n" ([RE/F/NM] TeX) ok 30925 - "\\"A\tcomment\n" ([SB/F/NM] TeX) ok 30926 - "\\"Another /* comment\n" ([RE/F/NM] TeX) ok 30927 - "\\"Another /* comment\n" ([SB/F/NM] TeX) ok 30928 - ""\n" ([RE/F/NM] TeX) ok 30929 - ""\n" ([SB/F/NM] TeX) ok 30930 - ""This is a comment\n" ([RE/F/NM] TeX) ok 30931 - ""This is a comment\n" ([SB/F/NM] TeX) ok 30932 - ""A\tcomment\n" ([RE/F/NM] TeX) ok 30933 - ""A\tcomment\n" ([SB/F/NM] TeX) ok 30934 - ""Another /* comment\n" ([RE/F/NM] TeX) ok 30935 - ""Another /* comment\n" ([SB/F/NM] TeX) ok 30936 - "'\n" ([RE/F/NM] TeX) ok 30937 - "'\n" ([SB/F/NM] TeX) ok 30938 - "'This is a comment\n" ([RE/F/NM] TeX) ok 30939 - "'This is a comment\n" ([SB/F/NM] TeX) ok 30940 - "'A\tcomment\n" ([RE/F/NM] TeX) ok 30941 - "'A\tcomment\n" ([SB/F/NM] TeX) ok 30942 - "'Another /* comment\n" ([RE/F/NM] TeX) ok 30943 - "'Another /* comment\n" ([SB/F/NM] TeX) ok 30944 - "%\n" ([RE/P/MT] slrn) ok 30945 - "%\n" ([OM/P/MT] slrn) ok 30946 - "%\n" ([OS/P/MT] slrn) ok 30947 - "%\n" ([SB/P/MT] slrn) ok 30948 - "%\n" ([KP/P/MT] slrn) ok 30949 - "%This is a comment\n" ([RE/P/MT] slrn) ok 30950 - "%This is a comment\n" ([OM/P/MT] slrn) ok 30951 - "%This is a comment\n" ([OS/P/MT] slrn) ok 30952 - "%This is a comment\n" ([SB/P/MT] slrn) ok 30953 - "%This is a comment\n" ([KP/P/MT] slrn) ok 30954 - "%A\tcomment\n" ([RE/P/MT] slrn) ok 30955 - "%A\tcomment\n" ([OM/P/MT] slrn) ok 30956 - "%A\tcomment\n" ([OS/P/MT] slrn) ok 30957 - "%A\tcomment\n" ([SB/P/MT] slrn) ok 30958 - "%A\tcomment\n" ([KP/P/MT] slrn) ok 30959 - "%Another /* comment\n" ([RE/P/MT] slrn) ok 30960 - "%Another /* comment\n" ([OM/P/MT] slrn) ok 30961 - "%Another /* comment\n" ([OS/P/MT] slrn) ok 30962 - "%Another /* comment\n" ([SB/P/MT] slrn) ok 30963 - "%Another /* comment\n" ([KP/P/MT] slrn) ok 30964 - "\\" ([RE/F/NM] slrn) ok 30965 - "\\" ([SB/F/NM] slrn) ok 30966 - "\\This is a comment" ([RE/F/NM] slrn) ok 30967 - "\\This is a comment" ([SB/F/NM] slrn) ok 30968 - "\\A\tcomment" ([RE/F/NM] slrn) ok 30969 - "\\A\tcomment" ([SB/F/NM] slrn) ok 30970 - "\\Another /* comment" ([RE/F/NM] slrn) ok 30971 - "\\Another /* comment" ([SB/F/NM] slrn) ok 30972 - "\n" ([RE/F/NM] slrn) ok 30973 - "\n" ([SB/F/NM] slrn) ok 30974 - "This is a comment\n" ([RE/F/NM] slrn) ok 30975 - "This is a comment\n" ([SB/F/NM] slrn) ok 30976 - "A\tcomment\n" ([RE/F/NM] slrn) ok 30977 - "A\tcomment\n" ([SB/F/NM] slrn) ok 30978 - "Another /* comment\n" ([RE/F/NM] slrn) ok 30979 - "Another /* comment\n" ([SB/F/NM] slrn) ok 30980 - "#" ([RE/F/NM] slrn) ok 30981 - "#" ([SB/F/NM] slrn) ok 30982 - "#This is a comment" ([RE/F/NM] slrn) ok 30983 - "#This is a comment" ([SB/F/NM] slrn) ok 30984 - "#A\tcomment" ([RE/F/NM] slrn) ok 30985 - "#A\tcomment" ([SB/F/NM] slrn) ok 30986 - "#Another /* comment" ([RE/F/NM] slrn) ok 30987 - "#Another /* comment" ([SB/F/NM] slrn) ok 30988 - "\n" ([RE/F/NM] slrn) ok 30989 - "\n" ([SB/F/NM] slrn) ok 30990 - "This is a comment\n" ([RE/F/NM] slrn) ok 30991 - "This is a comment\n" ([SB/F/NM] slrn) ok 30992 - "A\tcomment\n" ([RE/F/NM] slrn) ok 30993 - "A\tcomment\n" ([SB/F/NM] slrn) ok 30994 - "Another /* comment\n" ([RE/F/NM] slrn) ok 30995 - "Another /* comment\n" ([SB/F/NM] slrn) ok 30996 - "//" ([RE/F/NM] slrn) ok 30997 - "//" ([SB/F/NM] slrn) ok 30998 - "//This is a comment" ([RE/F/NM] slrn) ok 30999 - "//This is a comment" ([SB/F/NM] slrn) ok 31000 - "//A\tcomment" ([RE/F/NM] slrn) ok 31001 - "//A\tcomment" ([SB/F/NM] slrn) ok 31002 - "//Another /* comment" ([RE/F/NM] slrn) ok 31003 - "//Another /* comment" ([SB/F/NM] slrn) ok 31004 - "\n" ([RE/F/NM] slrn) ok 31005 - "\n" ([SB/F/NM] slrn) ok 31006 - "This is a comment\n" ([RE/F/NM] slrn) ok 31007 - "This is a comment\n" ([SB/F/NM] slrn) ok 31008 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31009 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31010 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31011 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31012 - "--" ([RE/F/NM] slrn) ok 31013 - "--" ([SB/F/NM] slrn) ok 31014 - "--This is a comment" ([RE/F/NM] slrn) ok 31015 - "--This is a comment" ([SB/F/NM] slrn) ok 31016 - "--A\tcomment" ([RE/F/NM] slrn) ok 31017 - "--A\tcomment" ([SB/F/NM] slrn) ok 31018 - "--Another /* comment" ([RE/F/NM] slrn) ok 31019 - "--Another /* comment" ([SB/F/NM] slrn) ok 31020 - "\n" ([RE/F/NM] slrn) ok 31021 - "\n" ([SB/F/NM] slrn) ok 31022 - "This is a comment\n" ([RE/F/NM] slrn) ok 31023 - "This is a comment\n" ([SB/F/NM] slrn) ok 31024 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31025 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31026 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31027 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31028 - ";" ([RE/F/NM] slrn) ok 31029 - ";" ([SB/F/NM] slrn) ok 31030 - ";This is a comment" ([RE/F/NM] slrn) ok 31031 - ";This is a comment" ([SB/F/NM] slrn) ok 31032 - ";A\tcomment" ([RE/F/NM] slrn) ok 31033 - ";A\tcomment" ([SB/F/NM] slrn) ok 31034 - ";Another /* comment" ([RE/F/NM] slrn) ok 31035 - ";Another /* comment" ([SB/F/NM] slrn) ok 31036 - "\n" ([RE/F/NM] slrn) ok 31037 - "\n" ([SB/F/NM] slrn) ok 31038 - "This is a comment\n" ([RE/F/NM] slrn) ok 31039 - "This is a comment\n" ([SB/F/NM] slrn) ok 31040 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31041 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31042 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31043 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31044 - "#" ([RE/F/NM] slrn) ok 31045 - "#" ([SB/F/NM] slrn) ok 31046 - "#This is a comment" ([RE/F/NM] slrn) ok 31047 - "#This is a comment" ([SB/F/NM] slrn) ok 31048 - "#A\tcomment" ([RE/F/NM] slrn) ok 31049 - "#A\tcomment" ([SB/F/NM] slrn) ok 31050 - "#Another /* comment" ([RE/F/NM] slrn) ok 31051 - "#Another /* comment" ([SB/F/NM] slrn) ok 31052 - "\n" ([RE/F/NM] slrn) ok 31053 - "\n" ([SB/F/NM] slrn) ok 31054 - "This is a comment\n" ([RE/F/NM] slrn) ok 31055 - "This is a comment\n" ([SB/F/NM] slrn) ok 31056 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31057 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31058 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31059 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31060 - "*" ([RE/F/NM] slrn) ok 31061 - "*" ([SB/F/NM] slrn) ok 31062 - "*This is a comment" ([RE/F/NM] slrn) ok 31063 - "*This is a comment" ([SB/F/NM] slrn) ok 31064 - "*A\tcomment" ([RE/F/NM] slrn) ok 31065 - "*A\tcomment" ([SB/F/NM] slrn) ok 31066 - "*Another /* comment" ([RE/F/NM] slrn) ok 31067 - "*Another /* comment" ([SB/F/NM] slrn) ok 31068 - "\n" ([RE/F/NM] slrn) ok 31069 - "\n" ([SB/F/NM] slrn) ok 31070 - "This is a comment\n" ([RE/F/NM] slrn) ok 31071 - "This is a comment\n" ([SB/F/NM] slrn) ok 31072 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31073 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31074 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31075 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31076 - "!" ([RE/F/NM] slrn) ok 31077 - "!" ([SB/F/NM] slrn) ok 31078 - "!This is a comment" ([RE/F/NM] slrn) ok 31079 - "!This is a comment" ([SB/F/NM] slrn) ok 31080 - "!A\tcomment" ([RE/F/NM] slrn) ok 31081 - "!A\tcomment" ([SB/F/NM] slrn) ok 31082 - "!Another /* comment" ([RE/F/NM] slrn) ok 31083 - "!Another /* comment" ([SB/F/NM] slrn) ok 31084 - "\n" ([RE/F/NM] slrn) ok 31085 - "\n" ([SB/F/NM] slrn) ok 31086 - "This is a comment\n" ([RE/F/NM] slrn) ok 31087 - "This is a comment\n" ([SB/F/NM] slrn) ok 31088 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31089 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31090 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31091 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31092 - "REM" ([RE/F/NM] slrn) ok 31093 - "REM" ([SB/F/NM] slrn) ok 31094 - "REMThis is a comment" ([RE/F/NM] slrn) ok 31095 - "REMThis is a comment" ([SB/F/NM] slrn) ok 31096 - "REMA\tcomment" ([RE/F/NM] slrn) ok 31097 - "REMA\tcomment" ([SB/F/NM] slrn) ok 31098 - "REMAnother /* comment" ([RE/F/NM] slrn) ok 31099 - "REMAnother /* comment" ([SB/F/NM] slrn) ok 31100 - "\n" ([RE/F/NM] slrn) ok 31101 - "\n" ([SB/F/NM] slrn) ok 31102 - "This is a comment\n" ([RE/F/NM] slrn) ok 31103 - "This is a comment\n" ([SB/F/NM] slrn) ok 31104 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31105 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31106 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31107 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31108 - "//" ([RE/F/NM] slrn) ok 31109 - "//" ([SB/F/NM] slrn) ok 31110 - "//This is a comment" ([RE/F/NM] slrn) ok 31111 - "//This is a comment" ([SB/F/NM] slrn) ok 31112 - "//A\tcomment" ([RE/F/NM] slrn) ok 31113 - "//A\tcomment" ([SB/F/NM] slrn) ok 31114 - "//Another /* comment" ([RE/F/NM] slrn) ok 31115 - "//Another /* comment" ([SB/F/NM] slrn) ok 31116 - "\n" ([RE/F/NM] slrn) ok 31117 - "\n" ([SB/F/NM] slrn) ok 31118 - "This is a comment\n" ([RE/F/NM] slrn) ok 31119 - "This is a comment\n" ([SB/F/NM] slrn) ok 31120 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31121 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31122 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31123 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31124 - "%" ([RE/F/NM] slrn) ok 31125 - "%" ([SB/F/NM] slrn) ok 31126 - "%This is a comment" ([RE/F/NM] slrn) ok 31127 - "%This is a comment" ([SB/F/NM] slrn) ok 31128 - "%A\tcomment" ([RE/F/NM] slrn) ok 31129 - "%A\tcomment" ([SB/F/NM] slrn) ok 31130 - "%Another /* comment" ([RE/F/NM] slrn) ok 31131 - "%Another /* comment" ([SB/F/NM] slrn) ok 31132 - "\n" ([RE/F/NM] slrn) ok 31133 - "\n" ([SB/F/NM] slrn) ok 31134 - "This is a comment\n" ([RE/F/NM] slrn) ok 31135 - "This is a comment\n" ([SB/F/NM] slrn) ok 31136 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31137 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31138 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31139 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31140 - "!" ([RE/F/NM] slrn) ok 31141 - "!" ([SB/F/NM] slrn) ok 31142 - "!This is a comment" ([RE/F/NM] slrn) ok 31143 - "!This is a comment" ([SB/F/NM] slrn) ok 31144 - "!A\tcomment" ([RE/F/NM] slrn) ok 31145 - "!A\tcomment" ([SB/F/NM] slrn) ok 31146 - "!Another /* comment" ([RE/F/NM] slrn) ok 31147 - "!Another /* comment" ([SB/F/NM] slrn) ok 31148 - "\n" ([RE/F/NM] slrn) ok 31149 - "\n" ([SB/F/NM] slrn) ok 31150 - "This is a comment\n" ([RE/F/NM] slrn) ok 31151 - "This is a comment\n" ([SB/F/NM] slrn) ok 31152 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31153 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31154 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31155 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31156 - "NB" ([RE/F/NM] slrn) ok 31157 - "NB" ([SB/F/NM] slrn) ok 31158 - "NBThis is a comment" ([RE/F/NM] slrn) ok 31159 - "NBThis is a comment" ([SB/F/NM] slrn) ok 31160 - "NBA\tcomment" ([RE/F/NM] slrn) ok 31161 - "NBA\tcomment" ([SB/F/NM] slrn) ok 31162 - "NBAnother /* comment" ([RE/F/NM] slrn) ok 31163 - "NBAnother /* comment" ([SB/F/NM] slrn) ok 31164 - "\n" ([RE/F/NM] slrn) ok 31165 - "\n" ([SB/F/NM] slrn) ok 31166 - "This is a comment\n" ([RE/F/NM] slrn) ok 31167 - "This is a comment\n" ([SB/F/NM] slrn) ok 31168 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31169 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31170 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31171 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31172 - "PLEASE NOT" ([RE/F/NM] slrn) ok 31173 - "PLEASE NOT" ([SB/F/NM] slrn) ok 31174 - "PLEASE NOTThis is a comment" ([RE/F/NM] slrn) ok 31175 - "PLEASE NOTThis is a comment" ([SB/F/NM] slrn) ok 31176 - "PLEASE NOTA\tcomment" ([RE/F/NM] slrn) ok 31177 - "PLEASE NOTA\tcomment" ([SB/F/NM] slrn) ok 31178 - "PLEASE NOTAnother /* comment" ([RE/F/NM] slrn) ok 31179 - "PLEASE NOTAnother /* comment" ([SB/F/NM] slrn) ok 31180 - "\n" ([RE/F/NM] slrn) ok 31181 - "\n" ([SB/F/NM] slrn) ok 31182 - "This is a comment\n" ([RE/F/NM] slrn) ok 31183 - "This is a comment\n" ([SB/F/NM] slrn) ok 31184 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31185 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31186 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31187 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31188 - "PLEASE NOT" ([RE/F/NM] slrn) ok 31189 - "PLEASE NOT" ([SB/F/NM] slrn) ok 31190 - "PLEASE NOTThis is a comment" ([RE/F/NM] slrn) ok 31191 - "PLEASE NOTThis is a comment" ([SB/F/NM] slrn) ok 31192 - "PLEASE NOTA\tcomment" ([RE/F/NM] slrn) ok 31193 - "PLEASE NOTA\tcomment" ([SB/F/NM] slrn) ok 31194 - "PLEASE NOTAnother /* comment" ([RE/F/NM] slrn) ok 31195 - "PLEASE NOTAnother /* comment" ([SB/F/NM] slrn) ok 31196 - "\n" ([RE/F/NM] slrn) ok 31197 - "\n" ([SB/F/NM] slrn) ok 31198 - "This is a comment\n" ([RE/F/NM] slrn) ok 31199 - "This is a comment\n" ([SB/F/NM] slrn) ok 31200 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31201 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31202 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31203 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31204 - "PLEASE N'T" ([RE/F/NM] slrn) ok 31205 - "PLEASE N'T" ([SB/F/NM] slrn) ok 31206 - "PLEASE N'TThis is a comment" ([RE/F/NM] slrn) ok 31207 - "PLEASE N'TThis is a comment" ([SB/F/NM] slrn) ok 31208 - "PLEASE N'TA\tcomment" ([RE/F/NM] slrn) ok 31209 - "PLEASE N'TA\tcomment" ([SB/F/NM] slrn) ok 31210 - "PLEASE N'TAnother /* comment" ([RE/F/NM] slrn) ok 31211 - "PLEASE N'TAnother /* comment" ([SB/F/NM] slrn) ok 31212 - "\n" ([RE/F/NM] slrn) ok 31213 - "\n" ([SB/F/NM] slrn) ok 31214 - "This is a comment\n" ([RE/F/NM] slrn) ok 31215 - "This is a comment\n" ([SB/F/NM] slrn) ok 31216 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31217 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31218 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31219 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31220 - "DO NOT" ([RE/F/NM] slrn) ok 31221 - "DO NOT" ([SB/F/NM] slrn) ok 31222 - "DO NOTThis is a comment" ([RE/F/NM] slrn) ok 31223 - "DO NOTThis is a comment" ([SB/F/NM] slrn) ok 31224 - "DO NOTA\tcomment" ([RE/F/NM] slrn) ok 31225 - "DO NOTA\tcomment" ([SB/F/NM] slrn) ok 31226 - "DO NOTAnother /* comment" ([RE/F/NM] slrn) ok 31227 - "DO NOTAnother /* comment" ([SB/F/NM] slrn) ok 31228 - "\n" ([RE/F/NM] slrn) ok 31229 - "\n" ([SB/F/NM] slrn) ok 31230 - "This is a comment\n" ([RE/F/NM] slrn) ok 31231 - "This is a comment\n" ([SB/F/NM] slrn) ok 31232 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31233 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31234 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31235 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31236 - "DO N'T" ([RE/F/NM] slrn) ok 31237 - "DO N'T" ([SB/F/NM] slrn) ok 31238 - "DO N'TThis is a comment" ([RE/F/NM] slrn) ok 31239 - "DO N'TThis is a comment" ([SB/F/NM] slrn) ok 31240 - "DO N'TA\tcomment" ([RE/F/NM] slrn) ok 31241 - "DO N'TA\tcomment" ([SB/F/NM] slrn) ok 31242 - "DO N'TAnother /* comment" ([RE/F/NM] slrn) ok 31243 - "DO N'TAnother /* comment" ([SB/F/NM] slrn) ok 31244 - "\n" ([RE/F/NM] slrn) ok 31245 - "\n" ([SB/F/NM] slrn) ok 31246 - "This is a comment\n" ([RE/F/NM] slrn) ok 31247 - "This is a comment\n" ([SB/F/NM] slrn) ok 31248 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31249 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31250 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31251 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31252 - "DO NOT" ([RE/F/NM] slrn) ok 31253 - "DO NOT" ([SB/F/NM] slrn) ok 31254 - "DO NOTThis is a comment" ([RE/F/NM] slrn) ok 31255 - "DO NOTThis is a comment" ([SB/F/NM] slrn) ok 31256 - "DO NOTA\tcomment" ([RE/F/NM] slrn) ok 31257 - "DO NOTA\tcomment" ([SB/F/NM] slrn) ok 31258 - "DO NOTAnother /* comment" ([RE/F/NM] slrn) ok 31259 - "DO NOTAnother /* comment" ([SB/F/NM] slrn) ok 31260 - "\n" ([RE/F/NM] slrn) ok 31261 - "\n" ([SB/F/NM] slrn) ok 31262 - "This is a comment\n" ([RE/F/NM] slrn) ok 31263 - "This is a comment\n" ([SB/F/NM] slrn) ok 31264 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31265 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31266 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31267 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31268 - "PLEASE DO NOT" ([RE/F/NM] slrn) ok 31269 - "PLEASE DO NOT" ([SB/F/NM] slrn) ok 31270 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] slrn) ok 31271 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] slrn) ok 31272 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] slrn) ok 31273 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] slrn) ok 31274 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] slrn) ok 31275 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] slrn) ok 31276 - "\n" ([RE/F/NM] slrn) ok 31277 - "\n" ([SB/F/NM] slrn) ok 31278 - "This is a comment\n" ([RE/F/NM] slrn) ok 31279 - "This is a comment\n" ([SB/F/NM] slrn) ok 31280 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31281 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31282 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31283 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31284 - "PLEASE DO NOT" ([RE/F/NM] slrn) ok 31285 - "PLEASE DO NOT" ([SB/F/NM] slrn) ok 31286 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] slrn) ok 31287 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] slrn) ok 31288 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] slrn) ok 31289 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] slrn) ok 31290 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] slrn) ok 31291 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] slrn) ok 31292 - "\n" ([RE/F/NM] slrn) ok 31293 - "\n" ([SB/F/NM] slrn) ok 31294 - "This is a comment\n" ([RE/F/NM] slrn) ok 31295 - "This is a comment\n" ([SB/F/NM] slrn) ok 31296 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31297 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31298 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31299 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31300 - "PLEASE DO N'T" ([RE/F/NM] slrn) ok 31301 - "PLEASE DO N'T" ([SB/F/NM] slrn) ok 31302 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] slrn) ok 31303 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] slrn) ok 31304 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] slrn) ok 31305 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] slrn) ok 31306 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] slrn) ok 31307 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] slrn) ok 31308 - "\n" ([RE/F/NM] slrn) ok 31309 - "\n" ([SB/F/NM] slrn) ok 31310 - "This is a comment\n" ([RE/F/NM] slrn) ok 31311 - "This is a comment\n" ([SB/F/NM] slrn) ok 31312 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31313 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31314 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31315 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31316 - "NB." ([RE/F/NM] slrn) ok 31317 - "NB." ([SB/F/NM] slrn) ok 31318 - "NB.This is a comment" ([RE/F/NM] slrn) ok 31319 - "NB.This is a comment" ([SB/F/NM] slrn) ok 31320 - "NB.A\tcomment" ([RE/F/NM] slrn) ok 31321 - "NB.A\tcomment" ([SB/F/NM] slrn) ok 31322 - "NB.Another /* comment" ([RE/F/NM] slrn) ok 31323 - "NB.Another /* comment" ([SB/F/NM] slrn) ok 31324 - "\n" ([RE/F/NM] slrn) ok 31325 - "\n" ([SB/F/NM] slrn) ok 31326 - "This is a comment\n" ([RE/F/NM] slrn) ok 31327 - "This is a comment\n" ([SB/F/NM] slrn) ok 31328 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31329 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31330 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31331 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31332 - "{" ([RE/F/NM] slrn) ok 31333 - "{" ([SB/F/NM] slrn) ok 31334 - "{This is a comment" ([RE/F/NM] slrn) ok 31335 - "{This is a comment" ([SB/F/NM] slrn) ok 31336 - "{A\tcomment" ([RE/F/NM] slrn) ok 31337 - "{A\tcomment" ([SB/F/NM] slrn) ok 31338 - "{Another /* comment" ([RE/F/NM] slrn) ok 31339 - "{Another /* comment" ([SB/F/NM] slrn) ok 31340 - "}" ([RE/F/NM] slrn) ok 31341 - "}" ([SB/F/NM] slrn) ok 31342 - "This is a comment}" ([RE/F/NM] slrn) ok 31343 - "This is a comment}" ([SB/F/NM] slrn) ok 31344 - "A\tcomment}" ([RE/F/NM] slrn) ok 31345 - "A\tcomment}" ([SB/F/NM] slrn) ok 31346 - "Another /* comment}" ([RE/F/NM] slrn) ok 31347 - "Another /* comment}" ([SB/F/NM] slrn) ok 31348 - "." ([RE/F/NM] slrn) ok 31349 - "." ([SB/F/NM] slrn) ok 31350 - ".This is a comment" ([RE/F/NM] slrn) ok 31351 - ".This is a comment" ([SB/F/NM] slrn) ok 31352 - ".A\tcomment" ([RE/F/NM] slrn) ok 31353 - ".A\tcomment" ([SB/F/NM] slrn) ok 31354 - ".Another /* comment" ([RE/F/NM] slrn) ok 31355 - ".Another /* comment" ([SB/F/NM] slrn) ok 31356 - "\n" ([RE/F/NM] slrn) ok 31357 - "\n" ([SB/F/NM] slrn) ok 31358 - "This is a comment\n" ([RE/F/NM] slrn) ok 31359 - "This is a comment\n" ([SB/F/NM] slrn) ok 31360 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31361 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31362 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31363 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31364 - ";" ([RE/F/NM] slrn) ok 31365 - ";" ([SB/F/NM] slrn) ok 31366 - ";This is a comment" ([RE/F/NM] slrn) ok 31367 - ";This is a comment" ([SB/F/NM] slrn) ok 31368 - ";A\tcomment" ([RE/F/NM] slrn) ok 31369 - ";A\tcomment" ([SB/F/NM] slrn) ok 31370 - ";Another /* comment" ([RE/F/NM] slrn) ok 31371 - ";Another /* comment" ([SB/F/NM] slrn) ok 31372 - "\n" ([RE/F/NM] slrn) ok 31373 - "\n" ([SB/F/NM] slrn) ok 31374 - "This is a comment\n" ([RE/F/NM] slrn) ok 31375 - "This is a comment\n" ([SB/F/NM] slrn) ok 31376 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31377 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31378 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31379 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31380 - "`" ([RE/F/NM] slrn) ok 31381 - "`" ([SB/F/NM] slrn) ok 31382 - "`This is a comment" ([RE/F/NM] slrn) ok 31383 - "`This is a comment" ([SB/F/NM] slrn) ok 31384 - "`A\tcomment" ([RE/F/NM] slrn) ok 31385 - "`A\tcomment" ([SB/F/NM] slrn) ok 31386 - "`Another /* comment" ([RE/F/NM] slrn) ok 31387 - "`Another /* comment" ([SB/F/NM] slrn) ok 31388 - "\n" ([RE/F/NM] slrn) ok 31389 - "\n" ([SB/F/NM] slrn) ok 31390 - "This is a comment\n" ([RE/F/NM] slrn) ok 31391 - "This is a comment\n" ([SB/F/NM] slrn) ok 31392 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31393 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31394 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31395 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31396 - "--" ([RE/F/NM] slrn) ok 31397 - "--" ([SB/F/NM] slrn) ok 31398 - "--This is a comment" ([RE/F/NM] slrn) ok 31399 - "--This is a comment" ([SB/F/NM] slrn) ok 31400 - "--A\tcomment" ([RE/F/NM] slrn) ok 31401 - "--A\tcomment" ([SB/F/NM] slrn) ok 31402 - "--Another /* comment" ([RE/F/NM] slrn) ok 31403 - "--Another /* comment" ([SB/F/NM] slrn) ok 31404 - "\n" ([RE/F/NM] slrn) ok 31405 - "\n" ([SB/F/NM] slrn) ok 31406 - "This is a comment\n" ([RE/F/NM] slrn) ok 31407 - "This is a comment\n" ([SB/F/NM] slrn) ok 31408 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31409 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31410 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31411 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31412 - "---" ([RE/F/NM] slrn) ok 31413 - "---" ([SB/F/NM] slrn) ok 31414 - "---This is a comment" ([RE/F/NM] slrn) ok 31415 - "---This is a comment" ([SB/F/NM] slrn) ok 31416 - "---A\tcomment" ([RE/F/NM] slrn) ok 31417 - "---A\tcomment" ([SB/F/NM] slrn) ok 31418 - "---Another /* comment" ([RE/F/NM] slrn) ok 31419 - "---Another /* comment" ([SB/F/NM] slrn) ok 31420 - "\n" ([RE/F/NM] slrn) ok 31421 - "\n" ([SB/F/NM] slrn) ok 31422 - "This is a comment\n" ([RE/F/NM] slrn) ok 31423 - "This is a comment\n" ([SB/F/NM] slrn) ok 31424 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31425 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31426 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31427 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31428 - "-----" ([RE/F/NM] slrn) ok 31429 - "-----" ([SB/F/NM] slrn) ok 31430 - "-----This is a comment" ([RE/F/NM] slrn) ok 31431 - "-----This is a comment" ([SB/F/NM] slrn) ok 31432 - "-----A\tcomment" ([RE/F/NM] slrn) ok 31433 - "-----A\tcomment" ([SB/F/NM] slrn) ok 31434 - "-----Another /* comment" ([RE/F/NM] slrn) ok 31435 - "-----Another /* comment" ([SB/F/NM] slrn) ok 31436 - "\n" ([RE/F/NM] slrn) ok 31437 - "\n" ([SB/F/NM] slrn) ok 31438 - "This is a comment\n" ([RE/F/NM] slrn) ok 31439 - "This is a comment\n" ([SB/F/NM] slrn) ok 31440 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31441 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31442 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31443 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31444 - "\\"" ([RE/F/NM] slrn) ok 31445 - "\\"" ([SB/F/NM] slrn) ok 31446 - "\\"This is a comment" ([RE/F/NM] slrn) ok 31447 - "\\"This is a comment" ([SB/F/NM] slrn) ok 31448 - "\\"A\tcomment" ([RE/F/NM] slrn) ok 31449 - "\\"A\tcomment" ([SB/F/NM] slrn) ok 31450 - "\\"Another /* comment" ([RE/F/NM] slrn) ok 31451 - "\\"Another /* comment" ([SB/F/NM] slrn) ok 31452 - "\n" ([RE/F/NM] slrn) ok 31453 - "\n" ([SB/F/NM] slrn) ok 31454 - "This is a comment\n" ([RE/F/NM] slrn) ok 31455 - "This is a comment\n" ([SB/F/NM] slrn) ok 31456 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31457 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31458 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31459 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31460 - """ ([RE/F/NM] slrn) ok 31461 - """ ([SB/F/NM] slrn) ok 31462 - ""This is a comment" ([RE/F/NM] slrn) ok 31463 - ""This is a comment" ([SB/F/NM] slrn) ok 31464 - ""A\tcomment" ([RE/F/NM] slrn) ok 31465 - ""A\tcomment" ([SB/F/NM] slrn) ok 31466 - ""Another /* comment" ([RE/F/NM] slrn) ok 31467 - ""Another /* comment" ([SB/F/NM] slrn) ok 31468 - "\n" ([RE/F/NM] slrn) ok 31469 - "\n" ([SB/F/NM] slrn) ok 31470 - "This is a comment\n" ([RE/F/NM] slrn) ok 31471 - "This is a comment\n" ([SB/F/NM] slrn) ok 31472 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31473 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31474 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31475 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31476 - "'" ([RE/F/NM] slrn) ok 31477 - "'" ([SB/F/NM] slrn) ok 31478 - "'This is a comment" ([RE/F/NM] slrn) ok 31479 - "'This is a comment" ([SB/F/NM] slrn) ok 31480 - "'A\tcomment" ([RE/F/NM] slrn) ok 31481 - "'A\tcomment" ([SB/F/NM] slrn) ok 31482 - "'Another /* comment" ([RE/F/NM] slrn) ok 31483 - "'Another /* comment" ([SB/F/NM] slrn) ok 31484 - "\n" ([RE/F/NM] slrn) ok 31485 - "\n" ([SB/F/NM] slrn) ok 31486 - "This is a comment\n" ([RE/F/NM] slrn) ok 31487 - "This is a comment\n" ([SB/F/NM] slrn) ok 31488 - "A\tcomment\n" ([RE/F/NM] slrn) ok 31489 - "A\tcomment\n" ([SB/F/NM] slrn) ok 31490 - "Another /* comment\n" ([RE/F/NM] slrn) ok 31491 - "Another /* comment\n" ([SB/F/NM] slrn) ok 31492 - "/* This is a C comment */" ([RE/F/NM] slrn) ok 31493 - "/* This is a C comment */" ([SB/F/NM] slrn) ok 31494 - "(* This is a Pascal comment *)" ([RE/F/NM] slrn) ok 31495 - "(* This is a Pascal comment *)" ([SB/F/NM] slrn) ok 31496 - "" ([RE/F/NM] slrn) ok 31497 - "" ([SB/F/NM] slrn) ok 31498 - "%\n\n" ([RE/F/NM] slrn) ok 31499 - "%\n\n" ([SB/F/NM] slrn) ok 31500 - "%This is a comment\n\n" ([RE/F/NM] slrn) ok 31501 - "%This is a comment\n\n" ([SB/F/NM] slrn) ok 31502 - "%A\tcomment\n\n" ([RE/F/NM] slrn) ok 31503 - "%A\tcomment\n\n" ([SB/F/NM] slrn) ok 31504 - "%Another /* comment\n\n" ([RE/F/NM] slrn) ok 31505 - "%Another /* comment\n\n" ([SB/F/NM] slrn) ok 31506 - "%\n%\n" ([RE/F/NM] slrn) ok 31507 - "%\n%\n" ([SB/F/NM] slrn) ok 31508 - "%This is a comment\n%This is a comment\n" ([RE/F/NM] slrn) ok 31509 - "%This is a comment\n%This is a comment\n" ([SB/F/NM] slrn) ok 31510 - "%A\tcomment\n%A\tcomment\n" ([RE/F/NM] slrn) ok 31511 - "%A\tcomment\n%A\tcomment\n" ([SB/F/NM] slrn) ok 31512 - "%Another /* comment\n%Another /* comment\n" ([RE/F/NM] slrn) ok 31513 - "%Another /* comment\n%Another /* comment\n" ([SB/F/NM] slrn) ok 31514 - "%\nktw8" ([RE/F/NM] slrn) ok 31515 - "%\nktw8" ([SB/F/NM] slrn) ok 31516 - "%This is a comment\nvkp" ([RE/F/NM] slrn) ok 31517 - "%This is a comment\nvkp" ([SB/F/NM] slrn) ok 31518 - "%A\tcomment\nda3" ([RE/F/NM] slrn) ok 31519 - "%A\tcomment\nda3" ([SB/F/NM] slrn) ok 31520 - "%Another /* comment\nt4wt" ([RE/F/NM] slrn) ok 31521 - "%Another /* comment\nt4wt" ([SB/F/NM] slrn) ok 31522 - "a%\n" ([RE/F/NM] slrn) ok 31523 - "a%\n" ([SB/F/NM] slrn) ok 31524 - "ke%This is a comment\n" ([RE/F/NM] slrn) ok 31525 - "ke%This is a comment\n" ([SB/F/NM] slrn) ok 31526 - "ou%A\tcomment\n" ([RE/F/NM] slrn) ok 31527 - "ou%A\tcomment\n" ([SB/F/NM] slrn) ok 31528 - "whr%Another /* comment\n" ([RE/F/NM] slrn) ok 31529 - "whr%Another /* comment\n" ([SB/F/NM] slrn) ok 31530 - "\\\n" ([RE/F/NM] slrn) ok 31531 - "\\\n" ([SB/F/NM] slrn) ok 31532 - "\\This is a comment\n" ([RE/F/NM] slrn) ok 31533 - "\\This is a comment\n" ([SB/F/NM] slrn) ok 31534 - "\\A\tcomment\n" ([RE/F/NM] slrn) ok 31535 - "\\A\tcomment\n" ([SB/F/NM] slrn) ok 31536 - "\\Another /* comment\n" ([RE/F/NM] slrn) ok 31537 - "\\Another /* comment\n" ([SB/F/NM] slrn) ok 31538 - "#\n" ([RE/F/NM] slrn) ok 31539 - "#\n" ([SB/F/NM] slrn) ok 31540 - "#This is a comment\n" ([RE/F/NM] slrn) ok 31541 - "#This is a comment\n" ([SB/F/NM] slrn) ok 31542 - "#A\tcomment\n" ([RE/F/NM] slrn) ok 31543 - "#A\tcomment\n" ([SB/F/NM] slrn) ok 31544 - "#Another /* comment\n" ([RE/F/NM] slrn) ok 31545 - "#Another /* comment\n" ([SB/F/NM] slrn) ok 31546 - "//\n" ([RE/F/NM] slrn) ok 31547 - "//\n" ([SB/F/NM] slrn) ok 31548 - "//This is a comment\n" ([RE/F/NM] slrn) ok 31549 - "//This is a comment\n" ([SB/F/NM] slrn) ok 31550 - "//A\tcomment\n" ([RE/F/NM] slrn) ok 31551 - "//A\tcomment\n" ([SB/F/NM] slrn) ok 31552 - "//Another /* comment\n" ([RE/F/NM] slrn) ok 31553 - "//Another /* comment\n" ([SB/F/NM] slrn) ok 31554 - "--\n" ([RE/F/NM] slrn) ok 31555 - "--\n" ([SB/F/NM] slrn) ok 31556 - "--This is a comment\n" ([RE/F/NM] slrn) ok 31557 - "--This is a comment\n" ([SB/F/NM] slrn) ok 31558 - "--A\tcomment\n" ([RE/F/NM] slrn) ok 31559 - "--A\tcomment\n" ([SB/F/NM] slrn) ok 31560 - "--Another /* comment\n" ([RE/F/NM] slrn) ok 31561 - "--Another /* comment\n" ([SB/F/NM] slrn) ok 31562 - ";\n" ([RE/F/NM] slrn) ok 31563 - ";\n" ([SB/F/NM] slrn) ok 31564 - ";This is a comment\n" ([RE/F/NM] slrn) ok 31565 - ";This is a comment\n" ([SB/F/NM] slrn) ok 31566 - ";A\tcomment\n" ([RE/F/NM] slrn) ok 31567 - ";A\tcomment\n" ([SB/F/NM] slrn) ok 31568 - ";Another /* comment\n" ([RE/F/NM] slrn) ok 31569 - ";Another /* comment\n" ([SB/F/NM] slrn) ok 31570 - "#\n" ([RE/F/NM] slrn) ok 31571 - "#\n" ([SB/F/NM] slrn) ok 31572 - "#This is a comment\n" ([RE/F/NM] slrn) ok 31573 - "#This is a comment\n" ([SB/F/NM] slrn) ok 31574 - "#A\tcomment\n" ([RE/F/NM] slrn) ok 31575 - "#A\tcomment\n" ([SB/F/NM] slrn) ok 31576 - "#Another /* comment\n" ([RE/F/NM] slrn) ok 31577 - "#Another /* comment\n" ([SB/F/NM] slrn) ok 31578 - "*\n" ([RE/F/NM] slrn) ok 31579 - "*\n" ([SB/F/NM] slrn) ok 31580 - "*This is a comment\n" ([RE/F/NM] slrn) ok 31581 - "*This is a comment\n" ([SB/F/NM] slrn) ok 31582 - "*A\tcomment\n" ([RE/F/NM] slrn) ok 31583 - "*A\tcomment\n" ([SB/F/NM] slrn) ok 31584 - "*Another /* comment\n" ([RE/F/NM] slrn) ok 31585 - "*Another /* comment\n" ([SB/F/NM] slrn) ok 31586 - "!\n" ([RE/F/NM] slrn) ok 31587 - "!\n" ([SB/F/NM] slrn) ok 31588 - "!This is a comment\n" ([RE/F/NM] slrn) ok 31589 - "!This is a comment\n" ([SB/F/NM] slrn) ok 31590 - "!A\tcomment\n" ([RE/F/NM] slrn) ok 31591 - "!A\tcomment\n" ([SB/F/NM] slrn) ok 31592 - "!Another /* comment\n" ([RE/F/NM] slrn) ok 31593 - "!Another /* comment\n" ([SB/F/NM] slrn) ok 31594 - "REM\n" ([RE/F/NM] slrn) ok 31595 - "REM\n" ([SB/F/NM] slrn) ok 31596 - "REMThis is a comment\n" ([RE/F/NM] slrn) ok 31597 - "REMThis is a comment\n" ([SB/F/NM] slrn) ok 31598 - "REMA\tcomment\n" ([RE/F/NM] slrn) ok 31599 - "REMA\tcomment\n" ([SB/F/NM] slrn) ok 31600 - "REMAnother /* comment\n" ([RE/F/NM] slrn) ok 31601 - "REMAnother /* comment\n" ([SB/F/NM] slrn) ok 31602 - "//\n" ([RE/F/NM] slrn) ok 31603 - "//\n" ([SB/F/NM] slrn) ok 31604 - "//This is a comment\n" ([RE/F/NM] slrn) ok 31605 - "//This is a comment\n" ([SB/F/NM] slrn) ok 31606 - "//A\tcomment\n" ([RE/F/NM] slrn) ok 31607 - "//A\tcomment\n" ([SB/F/NM] slrn) ok 31608 - "//Another /* comment\n" ([RE/F/NM] slrn) ok 31609 - "//Another /* comment\n" ([SB/F/NM] slrn) ok 31610 - "!\n" ([RE/F/NM] slrn) ok 31611 - "!\n" ([SB/F/NM] slrn) ok 31612 - "!This is a comment\n" ([RE/F/NM] slrn) ok 31613 - "!This is a comment\n" ([SB/F/NM] slrn) ok 31614 - "!A\tcomment\n" ([RE/F/NM] slrn) ok 31615 - "!A\tcomment\n" ([SB/F/NM] slrn) ok 31616 - "!Another /* comment\n" ([RE/F/NM] slrn) ok 31617 - "!Another /* comment\n" ([SB/F/NM] slrn) ok 31618 - "NB\n" ([RE/F/NM] slrn) ok 31619 - "NB\n" ([SB/F/NM] slrn) ok 31620 - "NBThis is a comment\n" ([RE/F/NM] slrn) ok 31621 - "NBThis is a comment\n" ([SB/F/NM] slrn) ok 31622 - "NBA\tcomment\n" ([RE/F/NM] slrn) ok 31623 - "NBA\tcomment\n" ([SB/F/NM] slrn) ok 31624 - "NBAnother /* comment\n" ([RE/F/NM] slrn) ok 31625 - "NBAnother /* comment\n" ([SB/F/NM] slrn) ok 31626 - "PLEASE NOT\n" ([RE/F/NM] slrn) ok 31627 - "PLEASE NOT\n" ([SB/F/NM] slrn) ok 31628 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] slrn) ok 31629 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] slrn) ok 31630 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] slrn) ok 31631 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] slrn) ok 31632 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] slrn) ok 31633 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] slrn) ok 31634 - "PLEASE NOT\n" ([RE/F/NM] slrn) ok 31635 - "PLEASE NOT\n" ([SB/F/NM] slrn) ok 31636 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] slrn) ok 31637 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] slrn) ok 31638 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] slrn) ok 31639 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] slrn) ok 31640 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] slrn) ok 31641 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] slrn) ok 31642 - "PLEASE N'T\n" ([RE/F/NM] slrn) ok 31643 - "PLEASE N'T\n" ([SB/F/NM] slrn) ok 31644 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] slrn) ok 31645 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] slrn) ok 31646 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] slrn) ok 31647 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] slrn) ok 31648 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] slrn) ok 31649 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] slrn) ok 31650 - "DO NOT\n" ([RE/F/NM] slrn) ok 31651 - "DO NOT\n" ([SB/F/NM] slrn) ok 31652 - "DO NOTThis is a comment\n" ([RE/F/NM] slrn) ok 31653 - "DO NOTThis is a comment\n" ([SB/F/NM] slrn) ok 31654 - "DO NOTA\tcomment\n" ([RE/F/NM] slrn) ok 31655 - "DO NOTA\tcomment\n" ([SB/F/NM] slrn) ok 31656 - "DO NOTAnother /* comment\n" ([RE/F/NM] slrn) ok 31657 - "DO NOTAnother /* comment\n" ([SB/F/NM] slrn) ok 31658 - "DO N'T\n" ([RE/F/NM] slrn) ok 31659 - "DO N'T\n" ([SB/F/NM] slrn) ok 31660 - "DO N'TThis is a comment\n" ([RE/F/NM] slrn) ok 31661 - "DO N'TThis is a comment\n" ([SB/F/NM] slrn) ok 31662 - "DO N'TA\tcomment\n" ([RE/F/NM] slrn) ok 31663 - "DO N'TA\tcomment\n" ([SB/F/NM] slrn) ok 31664 - "DO N'TAnother /* comment\n" ([RE/F/NM] slrn) ok 31665 - "DO N'TAnother /* comment\n" ([SB/F/NM] slrn) ok 31666 - "DO NOT\n" ([RE/F/NM] slrn) ok 31667 - "DO NOT\n" ([SB/F/NM] slrn) ok 31668 - "DO NOTThis is a comment\n" ([RE/F/NM] slrn) ok 31669 - "DO NOTThis is a comment\n" ([SB/F/NM] slrn) ok 31670 - "DO NOTA\tcomment\n" ([RE/F/NM] slrn) ok 31671 - "DO NOTA\tcomment\n" ([SB/F/NM] slrn) ok 31672 - "DO NOTAnother /* comment\n" ([RE/F/NM] slrn) ok 31673 - "DO NOTAnother /* comment\n" ([SB/F/NM] slrn) ok 31674 - "PLEASE DO NOT\n" ([RE/F/NM] slrn) ok 31675 - "PLEASE DO NOT\n" ([SB/F/NM] slrn) ok 31676 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] slrn) ok 31677 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] slrn) ok 31678 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] slrn) ok 31679 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] slrn) ok 31680 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] slrn) ok 31681 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] slrn) ok 31682 - "PLEASE DO NOT\n" ([RE/F/NM] slrn) ok 31683 - "PLEASE DO NOT\n" ([SB/F/NM] slrn) ok 31684 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] slrn) ok 31685 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] slrn) ok 31686 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] slrn) ok 31687 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] slrn) ok 31688 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] slrn) ok 31689 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] slrn) ok 31690 - "PLEASE DO N'T\n" ([RE/F/NM] slrn) ok 31691 - "PLEASE DO N'T\n" ([SB/F/NM] slrn) ok 31692 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] slrn) ok 31693 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] slrn) ok 31694 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] slrn) ok 31695 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] slrn) ok 31696 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] slrn) ok 31697 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] slrn) ok 31698 - "NB.\n" ([RE/F/NM] slrn) ok 31699 - "NB.\n" ([SB/F/NM] slrn) ok 31700 - "NB.This is a comment\n" ([RE/F/NM] slrn) ok 31701 - "NB.This is a comment\n" ([SB/F/NM] slrn) ok 31702 - "NB.A\tcomment\n" ([RE/F/NM] slrn) ok 31703 - "NB.A\tcomment\n" ([SB/F/NM] slrn) ok 31704 - "NB.Another /* comment\n" ([RE/F/NM] slrn) ok 31705 - "NB.Another /* comment\n" ([SB/F/NM] slrn) ok 31706 - "{}" ([RE/F/NM] slrn) ok 31707 - "{}" ([SB/F/NM] slrn) ok 31708 - "{This is a comment}" ([RE/F/NM] slrn) ok 31709 - "{This is a comment}" ([SB/F/NM] slrn) ok 31710 - "{A\tcomment}" ([RE/F/NM] slrn) ok 31711 - "{A\tcomment}" ([SB/F/NM] slrn) ok 31712 - "{Another /* comment}" ([RE/F/NM] slrn) ok 31713 - "{Another /* comment}" ([SB/F/NM] slrn) ok 31714 - ".\n" ([RE/F/NM] slrn) ok 31715 - ".\n" ([SB/F/NM] slrn) ok 31716 - ".This is a comment\n" ([RE/F/NM] slrn) ok 31717 - ".This is a comment\n" ([SB/F/NM] slrn) ok 31718 - ".A\tcomment\n" ([RE/F/NM] slrn) ok 31719 - ".A\tcomment\n" ([SB/F/NM] slrn) ok 31720 - ".Another /* comment\n" ([RE/F/NM] slrn) ok 31721 - ".Another /* comment\n" ([SB/F/NM] slrn) ok 31722 - ";\n" ([RE/F/NM] slrn) ok 31723 - ";\n" ([SB/F/NM] slrn) ok 31724 - ";This is a comment\n" ([RE/F/NM] slrn) ok 31725 - ";This is a comment\n" ([SB/F/NM] slrn) ok 31726 - ";A\tcomment\n" ([RE/F/NM] slrn) ok 31727 - ";A\tcomment\n" ([SB/F/NM] slrn) ok 31728 - ";Another /* comment\n" ([RE/F/NM] slrn) ok 31729 - ";Another /* comment\n" ([SB/F/NM] slrn) ok 31730 - "`\n" ([RE/F/NM] slrn) ok 31731 - "`\n" ([SB/F/NM] slrn) ok 31732 - "`This is a comment\n" ([RE/F/NM] slrn) ok 31733 - "`This is a comment\n" ([SB/F/NM] slrn) ok 31734 - "`A\tcomment\n" ([RE/F/NM] slrn) ok 31735 - "`A\tcomment\n" ([SB/F/NM] slrn) ok 31736 - "`Another /* comment\n" ([RE/F/NM] slrn) ok 31737 - "`Another /* comment\n" ([SB/F/NM] slrn) ok 31738 - "--\n" ([RE/F/NM] slrn) ok 31739 - "--\n" ([SB/F/NM] slrn) ok 31740 - "--This is a comment\n" ([RE/F/NM] slrn) ok 31741 - "--This is a comment\n" ([SB/F/NM] slrn) ok 31742 - "--A\tcomment\n" ([RE/F/NM] slrn) ok 31743 - "--A\tcomment\n" ([SB/F/NM] slrn) ok 31744 - "--Another /* comment\n" ([RE/F/NM] slrn) ok 31745 - "--Another /* comment\n" ([SB/F/NM] slrn) ok 31746 - "---\n" ([RE/F/NM] slrn) ok 31747 - "---\n" ([SB/F/NM] slrn) ok 31748 - "---This is a comment\n" ([RE/F/NM] slrn) ok 31749 - "---This is a comment\n" ([SB/F/NM] slrn) ok 31750 - "---A\tcomment\n" ([RE/F/NM] slrn) ok 31751 - "---A\tcomment\n" ([SB/F/NM] slrn) ok 31752 - "---Another /* comment\n" ([RE/F/NM] slrn) ok 31753 - "---Another /* comment\n" ([SB/F/NM] slrn) ok 31754 - "-----\n" ([RE/F/NM] slrn) ok 31755 - "-----\n" ([SB/F/NM] slrn) ok 31756 - "-----This is a comment\n" ([RE/F/NM] slrn) ok 31757 - "-----This is a comment\n" ([SB/F/NM] slrn) ok 31758 - "-----A\tcomment\n" ([RE/F/NM] slrn) ok 31759 - "-----A\tcomment\n" ([SB/F/NM] slrn) ok 31760 - "-----Another /* comment\n" ([RE/F/NM] slrn) ok 31761 - "-----Another /* comment\n" ([SB/F/NM] slrn) ok 31762 - "\\"\n" ([RE/F/NM] slrn) ok 31763 - "\\"\n" ([SB/F/NM] slrn) ok 31764 - "\\"This is a comment\n" ([RE/F/NM] slrn) ok 31765 - "\\"This is a comment\n" ([SB/F/NM] slrn) ok 31766 - "\\"A\tcomment\n" ([RE/F/NM] slrn) ok 31767 - "\\"A\tcomment\n" ([SB/F/NM] slrn) ok 31768 - "\\"Another /* comment\n" ([RE/F/NM] slrn) ok 31769 - "\\"Another /* comment\n" ([SB/F/NM] slrn) ok 31770 - ""\n" ([RE/F/NM] slrn) ok 31771 - ""\n" ([SB/F/NM] slrn) ok 31772 - ""This is a comment\n" ([RE/F/NM] slrn) ok 31773 - ""This is a comment\n" ([SB/F/NM] slrn) ok 31774 - ""A\tcomment\n" ([RE/F/NM] slrn) ok 31775 - ""A\tcomment\n" ([SB/F/NM] slrn) ok 31776 - ""Another /* comment\n" ([RE/F/NM] slrn) ok 31777 - ""Another /* comment\n" ([SB/F/NM] slrn) ok 31778 - "'\n" ([RE/F/NM] slrn) ok 31779 - "'\n" ([SB/F/NM] slrn) ok 31780 - "'This is a comment\n" ([RE/F/NM] slrn) ok 31781 - "'This is a comment\n" ([SB/F/NM] slrn) ok 31782 - "'A\tcomment\n" ([RE/F/NM] slrn) ok 31783 - "'A\tcomment\n" ([SB/F/NM] slrn) ok 31784 - "'Another /* comment\n" ([RE/F/NM] slrn) ok 31785 - "'Another /* comment\n" ([SB/F/NM] slrn) ok 31786 - "!\n" ([RE/P/MT] Fortran) ok 31787 - "!\n" ([OM/P/MT] Fortran) ok 31788 - "!\n" ([OS/P/MT] Fortran) ok 31789 - "!\n" ([SB/P/MT] Fortran) ok 31790 - "!\n" ([KP/P/MT] Fortran) ok 31791 - "!This is a comment\n" ([RE/P/MT] Fortran) ok 31792 - "!This is a comment\n" ([OM/P/MT] Fortran) ok 31793 - "!This is a comment\n" ([OS/P/MT] Fortran) ok 31794 - "!This is a comment\n" ([SB/P/MT] Fortran) ok 31795 - "!This is a comment\n" ([KP/P/MT] Fortran) ok 31796 - "!A\tcomment\n" ([RE/P/MT] Fortran) ok 31797 - "!A\tcomment\n" ([OM/P/MT] Fortran) ok 31798 - "!A\tcomment\n" ([OS/P/MT] Fortran) ok 31799 - "!A\tcomment\n" ([SB/P/MT] Fortran) ok 31800 - "!A\tcomment\n" ([KP/P/MT] Fortran) ok 31801 - "!Another /* comment\n" ([RE/P/MT] Fortran) ok 31802 - "!Another /* comment\n" ([OM/P/MT] Fortran) ok 31803 - "!Another /* comment\n" ([OS/P/MT] Fortran) ok 31804 - "!Another /* comment\n" ([SB/P/MT] Fortran) ok 31805 - "!Another /* comment\n" ([KP/P/MT] Fortran) ok 31806 - "\\" ([RE/F/NM] Fortran) ok 31807 - "\\" ([SB/F/NM] Fortran) ok 31808 - "\\This is a comment" ([RE/F/NM] Fortran) ok 31809 - "\\This is a comment" ([SB/F/NM] Fortran) ok 31810 - "\\A\tcomment" ([RE/F/NM] Fortran) ok 31811 - "\\A\tcomment" ([SB/F/NM] Fortran) ok 31812 - "\\Another /* comment" ([RE/F/NM] Fortran) ok 31813 - "\\Another /* comment" ([SB/F/NM] Fortran) ok 31814 - "\n" ([RE/F/NM] Fortran) ok 31815 - "\n" ([SB/F/NM] Fortran) ok 31816 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31817 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31818 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31819 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31820 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31821 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31822 - "#" ([RE/F/NM] Fortran) ok 31823 - "#" ([SB/F/NM] Fortran) ok 31824 - "#This is a comment" ([RE/F/NM] Fortran) ok 31825 - "#This is a comment" ([SB/F/NM] Fortran) ok 31826 - "#A\tcomment" ([RE/F/NM] Fortran) ok 31827 - "#A\tcomment" ([SB/F/NM] Fortran) ok 31828 - "#Another /* comment" ([RE/F/NM] Fortran) ok 31829 - "#Another /* comment" ([SB/F/NM] Fortran) ok 31830 - "\n" ([RE/F/NM] Fortran) ok 31831 - "\n" ([SB/F/NM] Fortran) ok 31832 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31833 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31834 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31835 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31836 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31837 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31838 - "//" ([RE/F/NM] Fortran) ok 31839 - "//" ([SB/F/NM] Fortran) ok 31840 - "//This is a comment" ([RE/F/NM] Fortran) ok 31841 - "//This is a comment" ([SB/F/NM] Fortran) ok 31842 - "//A\tcomment" ([RE/F/NM] Fortran) ok 31843 - "//A\tcomment" ([SB/F/NM] Fortran) ok 31844 - "//Another /* comment" ([RE/F/NM] Fortran) ok 31845 - "//Another /* comment" ([SB/F/NM] Fortran) ok 31846 - "\n" ([RE/F/NM] Fortran) ok 31847 - "\n" ([SB/F/NM] Fortran) ok 31848 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31849 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31850 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31851 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31852 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31853 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31854 - "--" ([RE/F/NM] Fortran) ok 31855 - "--" ([SB/F/NM] Fortran) ok 31856 - "--This is a comment" ([RE/F/NM] Fortran) ok 31857 - "--This is a comment" ([SB/F/NM] Fortran) ok 31858 - "--A\tcomment" ([RE/F/NM] Fortran) ok 31859 - "--A\tcomment" ([SB/F/NM] Fortran) ok 31860 - "--Another /* comment" ([RE/F/NM] Fortran) ok 31861 - "--Another /* comment" ([SB/F/NM] Fortran) ok 31862 - "\n" ([RE/F/NM] Fortran) ok 31863 - "\n" ([SB/F/NM] Fortran) ok 31864 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31865 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31866 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31867 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31868 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31869 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31870 - ";" ([RE/F/NM] Fortran) ok 31871 - ";" ([SB/F/NM] Fortran) ok 31872 - ";This is a comment" ([RE/F/NM] Fortran) ok 31873 - ";This is a comment" ([SB/F/NM] Fortran) ok 31874 - ";A\tcomment" ([RE/F/NM] Fortran) ok 31875 - ";A\tcomment" ([SB/F/NM] Fortran) ok 31876 - ";Another /* comment" ([RE/F/NM] Fortran) ok 31877 - ";Another /* comment" ([SB/F/NM] Fortran) ok 31878 - "\n" ([RE/F/NM] Fortran) ok 31879 - "\n" ([SB/F/NM] Fortran) ok 31880 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31881 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31882 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31883 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31884 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31885 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31886 - "#" ([RE/F/NM] Fortran) ok 31887 - "#" ([SB/F/NM] Fortran) ok 31888 - "#This is a comment" ([RE/F/NM] Fortran) ok 31889 - "#This is a comment" ([SB/F/NM] Fortran) ok 31890 - "#A\tcomment" ([RE/F/NM] Fortran) ok 31891 - "#A\tcomment" ([SB/F/NM] Fortran) ok 31892 - "#Another /* comment" ([RE/F/NM] Fortran) ok 31893 - "#Another /* comment" ([SB/F/NM] Fortran) ok 31894 - "\n" ([RE/F/NM] Fortran) ok 31895 - "\n" ([SB/F/NM] Fortran) ok 31896 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31897 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31898 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31899 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31900 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31901 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31902 - "*" ([RE/F/NM] Fortran) ok 31903 - "*" ([SB/F/NM] Fortran) ok 31904 - "*This is a comment" ([RE/F/NM] Fortran) ok 31905 - "*This is a comment" ([SB/F/NM] Fortran) ok 31906 - "*A\tcomment" ([RE/F/NM] Fortran) ok 31907 - "*A\tcomment" ([SB/F/NM] Fortran) ok 31908 - "*Another /* comment" ([RE/F/NM] Fortran) ok 31909 - "*Another /* comment" ([SB/F/NM] Fortran) ok 31910 - "\n" ([RE/F/NM] Fortran) ok 31911 - "\n" ([SB/F/NM] Fortran) ok 31912 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31913 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31914 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31915 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31916 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31917 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31918 - "!" ([RE/F/NM] Fortran) ok 31919 - "!" ([SB/F/NM] Fortran) ok 31920 - "!This is a comment" ([RE/F/NM] Fortran) ok 31921 - "!This is a comment" ([SB/F/NM] Fortran) ok 31922 - "!A\tcomment" ([RE/F/NM] Fortran) ok 31923 - "!A\tcomment" ([SB/F/NM] Fortran) ok 31924 - "!Another /* comment" ([RE/F/NM] Fortran) ok 31925 - "!Another /* comment" ([SB/F/NM] Fortran) ok 31926 - "\n" ([RE/F/NM] Fortran) ok 31927 - "\n" ([SB/F/NM] Fortran) ok 31928 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31929 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31930 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31931 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31932 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31933 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31934 - "REM" ([RE/F/NM] Fortran) ok 31935 - "REM" ([SB/F/NM] Fortran) ok 31936 - "REMThis is a comment" ([RE/F/NM] Fortran) ok 31937 - "REMThis is a comment" ([SB/F/NM] Fortran) ok 31938 - "REMA\tcomment" ([RE/F/NM] Fortran) ok 31939 - "REMA\tcomment" ([SB/F/NM] Fortran) ok 31940 - "REMAnother /* comment" ([RE/F/NM] Fortran) ok 31941 - "REMAnother /* comment" ([SB/F/NM] Fortran) ok 31942 - "\n" ([RE/F/NM] Fortran) ok 31943 - "\n" ([SB/F/NM] Fortran) ok 31944 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31945 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31946 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31947 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31948 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31949 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31950 - "//" ([RE/F/NM] Fortran) ok 31951 - "//" ([SB/F/NM] Fortran) ok 31952 - "//This is a comment" ([RE/F/NM] Fortran) ok 31953 - "//This is a comment" ([SB/F/NM] Fortran) ok 31954 - "//A\tcomment" ([RE/F/NM] Fortran) ok 31955 - "//A\tcomment" ([SB/F/NM] Fortran) ok 31956 - "//Another /* comment" ([RE/F/NM] Fortran) ok 31957 - "//Another /* comment" ([SB/F/NM] Fortran) ok 31958 - "\n" ([RE/F/NM] Fortran) ok 31959 - "\n" ([SB/F/NM] Fortran) ok 31960 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31961 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31962 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31963 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31964 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31965 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31966 - "%" ([RE/F/NM] Fortran) ok 31967 - "%" ([SB/F/NM] Fortran) ok 31968 - "%This is a comment" ([RE/F/NM] Fortran) ok 31969 - "%This is a comment" ([SB/F/NM] Fortran) ok 31970 - "%A\tcomment" ([RE/F/NM] Fortran) ok 31971 - "%A\tcomment" ([SB/F/NM] Fortran) ok 31972 - "%Another /* comment" ([RE/F/NM] Fortran) ok 31973 - "%Another /* comment" ([SB/F/NM] Fortran) ok 31974 - "\n" ([RE/F/NM] Fortran) ok 31975 - "\n" ([SB/F/NM] Fortran) ok 31976 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31977 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31978 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31979 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31980 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31981 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31982 - "!" ([RE/F/NM] Fortran) ok 31983 - "!" ([SB/F/NM] Fortran) ok 31984 - "!This is a comment" ([RE/F/NM] Fortran) ok 31985 - "!This is a comment" ([SB/F/NM] Fortran) ok 31986 - "!A\tcomment" ([RE/F/NM] Fortran) ok 31987 - "!A\tcomment" ([SB/F/NM] Fortran) ok 31988 - "!Another /* comment" ([RE/F/NM] Fortran) ok 31989 - "!Another /* comment" ([SB/F/NM] Fortran) ok 31990 - "\n" ([RE/F/NM] Fortran) ok 31991 - "\n" ([SB/F/NM] Fortran) ok 31992 - "This is a comment\n" ([RE/F/NM] Fortran) ok 31993 - "This is a comment\n" ([SB/F/NM] Fortran) ok 31994 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 31995 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 31996 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 31997 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 31998 - "NB" ([RE/F/NM] Fortran) ok 31999 - "NB" ([SB/F/NM] Fortran) ok 32000 - "NBThis is a comment" ([RE/F/NM] Fortran) ok 32001 - "NBThis is a comment" ([SB/F/NM] Fortran) ok 32002 - "NBA\tcomment" ([RE/F/NM] Fortran) ok 32003 - "NBA\tcomment" ([SB/F/NM] Fortran) ok 32004 - "NBAnother /* comment" ([RE/F/NM] Fortran) ok 32005 - "NBAnother /* comment" ([SB/F/NM] Fortran) ok 32006 - "\n" ([RE/F/NM] Fortran) ok 32007 - "\n" ([SB/F/NM] Fortran) ok 32008 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32009 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32010 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32011 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32012 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32013 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32014 - "PLEASE NOT" ([RE/F/NM] Fortran) ok 32015 - "PLEASE NOT" ([SB/F/NM] Fortran) ok 32016 - "PLEASE NOTThis is a comment" ([RE/F/NM] Fortran) ok 32017 - "PLEASE NOTThis is a comment" ([SB/F/NM] Fortran) ok 32018 - "PLEASE NOTA\tcomment" ([RE/F/NM] Fortran) ok 32019 - "PLEASE NOTA\tcomment" ([SB/F/NM] Fortran) ok 32020 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Fortran) ok 32021 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Fortran) ok 32022 - "\n" ([RE/F/NM] Fortran) ok 32023 - "\n" ([SB/F/NM] Fortran) ok 32024 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32025 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32026 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32027 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32028 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32029 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32030 - "PLEASE NOT" ([RE/F/NM] Fortran) ok 32031 - "PLEASE NOT" ([SB/F/NM] Fortran) ok 32032 - "PLEASE NOTThis is a comment" ([RE/F/NM] Fortran) ok 32033 - "PLEASE NOTThis is a comment" ([SB/F/NM] Fortran) ok 32034 - "PLEASE NOTA\tcomment" ([RE/F/NM] Fortran) ok 32035 - "PLEASE NOTA\tcomment" ([SB/F/NM] Fortran) ok 32036 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Fortran) ok 32037 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Fortran) ok 32038 - "\n" ([RE/F/NM] Fortran) ok 32039 - "\n" ([SB/F/NM] Fortran) ok 32040 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32041 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32042 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32043 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32044 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32045 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32046 - "PLEASE N'T" ([RE/F/NM] Fortran) ok 32047 - "PLEASE N'T" ([SB/F/NM] Fortran) ok 32048 - "PLEASE N'TThis is a comment" ([RE/F/NM] Fortran) ok 32049 - "PLEASE N'TThis is a comment" ([SB/F/NM] Fortran) ok 32050 - "PLEASE N'TA\tcomment" ([RE/F/NM] Fortran) ok 32051 - "PLEASE N'TA\tcomment" ([SB/F/NM] Fortran) ok 32052 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Fortran) ok 32053 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Fortran) ok 32054 - "\n" ([RE/F/NM] Fortran) ok 32055 - "\n" ([SB/F/NM] Fortran) ok 32056 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32057 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32058 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32059 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32060 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32061 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32062 - "DO NOT" ([RE/F/NM] Fortran) ok 32063 - "DO NOT" ([SB/F/NM] Fortran) ok 32064 - "DO NOTThis is a comment" ([RE/F/NM] Fortran) ok 32065 - "DO NOTThis is a comment" ([SB/F/NM] Fortran) ok 32066 - "DO NOTA\tcomment" ([RE/F/NM] Fortran) ok 32067 - "DO NOTA\tcomment" ([SB/F/NM] Fortran) ok 32068 - "DO NOTAnother /* comment" ([RE/F/NM] Fortran) ok 32069 - "DO NOTAnother /* comment" ([SB/F/NM] Fortran) ok 32070 - "\n" ([RE/F/NM] Fortran) ok 32071 - "\n" ([SB/F/NM] Fortran) ok 32072 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32073 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32074 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32075 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32076 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32077 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32078 - "DO N'T" ([RE/F/NM] Fortran) ok 32079 - "DO N'T" ([SB/F/NM] Fortran) ok 32080 - "DO N'TThis is a comment" ([RE/F/NM] Fortran) ok 32081 - "DO N'TThis is a comment" ([SB/F/NM] Fortran) ok 32082 - "DO N'TA\tcomment" ([RE/F/NM] Fortran) ok 32083 - "DO N'TA\tcomment" ([SB/F/NM] Fortran) ok 32084 - "DO N'TAnother /* comment" ([RE/F/NM] Fortran) ok 32085 - "DO N'TAnother /* comment" ([SB/F/NM] Fortran) ok 32086 - "\n" ([RE/F/NM] Fortran) ok 32087 - "\n" ([SB/F/NM] Fortran) ok 32088 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32089 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32090 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32091 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32092 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32093 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32094 - "DO NOT" ([RE/F/NM] Fortran) ok 32095 - "DO NOT" ([SB/F/NM] Fortran) ok 32096 - "DO NOTThis is a comment" ([RE/F/NM] Fortran) ok 32097 - "DO NOTThis is a comment" ([SB/F/NM] Fortran) ok 32098 - "DO NOTA\tcomment" ([RE/F/NM] Fortran) ok 32099 - "DO NOTA\tcomment" ([SB/F/NM] Fortran) ok 32100 - "DO NOTAnother /* comment" ([RE/F/NM] Fortran) ok 32101 - "DO NOTAnother /* comment" ([SB/F/NM] Fortran) ok 32102 - "\n" ([RE/F/NM] Fortran) ok 32103 - "\n" ([SB/F/NM] Fortran) ok 32104 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32105 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32106 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32107 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32108 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32109 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32110 - "PLEASE DO NOT" ([RE/F/NM] Fortran) ok 32111 - "PLEASE DO NOT" ([SB/F/NM] Fortran) ok 32112 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Fortran) ok 32113 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Fortran) ok 32114 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Fortran) ok 32115 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Fortran) ok 32116 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Fortran) ok 32117 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Fortran) ok 32118 - "\n" ([RE/F/NM] Fortran) ok 32119 - "\n" ([SB/F/NM] Fortran) ok 32120 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32121 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32122 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32123 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32124 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32125 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32126 - "PLEASE DO NOT" ([RE/F/NM] Fortran) ok 32127 - "PLEASE DO NOT" ([SB/F/NM] Fortran) ok 32128 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Fortran) ok 32129 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Fortran) ok 32130 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Fortran) ok 32131 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Fortran) ok 32132 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Fortran) ok 32133 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Fortran) ok 32134 - "\n" ([RE/F/NM] Fortran) ok 32135 - "\n" ([SB/F/NM] Fortran) ok 32136 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32137 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32138 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32139 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32140 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32141 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32142 - "PLEASE DO N'T" ([RE/F/NM] Fortran) ok 32143 - "PLEASE DO N'T" ([SB/F/NM] Fortran) ok 32144 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Fortran) ok 32145 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Fortran) ok 32146 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Fortran) ok 32147 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Fortran) ok 32148 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Fortran) ok 32149 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Fortran) ok 32150 - "\n" ([RE/F/NM] Fortran) ok 32151 - "\n" ([SB/F/NM] Fortran) ok 32152 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32153 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32154 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32155 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32156 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32157 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32158 - "NB." ([RE/F/NM] Fortran) ok 32159 - "NB." ([SB/F/NM] Fortran) ok 32160 - "NB.This is a comment" ([RE/F/NM] Fortran) ok 32161 - "NB.This is a comment" ([SB/F/NM] Fortran) ok 32162 - "NB.A\tcomment" ([RE/F/NM] Fortran) ok 32163 - "NB.A\tcomment" ([SB/F/NM] Fortran) ok 32164 - "NB.Another /* comment" ([RE/F/NM] Fortran) ok 32165 - "NB.Another /* comment" ([SB/F/NM] Fortran) ok 32166 - "\n" ([RE/F/NM] Fortran) ok 32167 - "\n" ([SB/F/NM] Fortran) ok 32168 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32169 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32170 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32171 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32172 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32173 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32174 - "{" ([RE/F/NM] Fortran) ok 32175 - "{" ([SB/F/NM] Fortran) ok 32176 - "{This is a comment" ([RE/F/NM] Fortran) ok 32177 - "{This is a comment" ([SB/F/NM] Fortran) ok 32178 - "{A\tcomment" ([RE/F/NM] Fortran) ok 32179 - "{A\tcomment" ([SB/F/NM] Fortran) ok 32180 - "{Another /* comment" ([RE/F/NM] Fortran) ok 32181 - "{Another /* comment" ([SB/F/NM] Fortran) ok 32182 - "}" ([RE/F/NM] Fortran) ok 32183 - "}" ([SB/F/NM] Fortran) ok 32184 - "This is a comment}" ([RE/F/NM] Fortran) ok 32185 - "This is a comment}" ([SB/F/NM] Fortran) ok 32186 - "A\tcomment}" ([RE/F/NM] Fortran) ok 32187 - "A\tcomment}" ([SB/F/NM] Fortran) ok 32188 - "Another /* comment}" ([RE/F/NM] Fortran) ok 32189 - "Another /* comment}" ([SB/F/NM] Fortran) ok 32190 - "." ([RE/F/NM] Fortran) ok 32191 - "." ([SB/F/NM] Fortran) ok 32192 - ".This is a comment" ([RE/F/NM] Fortran) ok 32193 - ".This is a comment" ([SB/F/NM] Fortran) ok 32194 - ".A\tcomment" ([RE/F/NM] Fortran) ok 32195 - ".A\tcomment" ([SB/F/NM] Fortran) ok 32196 - ".Another /* comment" ([RE/F/NM] Fortran) ok 32197 - ".Another /* comment" ([SB/F/NM] Fortran) ok 32198 - "\n" ([RE/F/NM] Fortran) ok 32199 - "\n" ([SB/F/NM] Fortran) ok 32200 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32201 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32202 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32203 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32204 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32205 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32206 - ";" ([RE/F/NM] Fortran) ok 32207 - ";" ([SB/F/NM] Fortran) ok 32208 - ";This is a comment" ([RE/F/NM] Fortran) ok 32209 - ";This is a comment" ([SB/F/NM] Fortran) ok 32210 - ";A\tcomment" ([RE/F/NM] Fortran) ok 32211 - ";A\tcomment" ([SB/F/NM] Fortran) ok 32212 - ";Another /* comment" ([RE/F/NM] Fortran) ok 32213 - ";Another /* comment" ([SB/F/NM] Fortran) ok 32214 - "\n" ([RE/F/NM] Fortran) ok 32215 - "\n" ([SB/F/NM] Fortran) ok 32216 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32217 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32218 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32219 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32220 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32221 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32222 - "`" ([RE/F/NM] Fortran) ok 32223 - "`" ([SB/F/NM] Fortran) ok 32224 - "`This is a comment" ([RE/F/NM] Fortran) ok 32225 - "`This is a comment" ([SB/F/NM] Fortran) ok 32226 - "`A\tcomment" ([RE/F/NM] Fortran) ok 32227 - "`A\tcomment" ([SB/F/NM] Fortran) ok 32228 - "`Another /* comment" ([RE/F/NM] Fortran) ok 32229 - "`Another /* comment" ([SB/F/NM] Fortran) ok 32230 - "\n" ([RE/F/NM] Fortran) ok 32231 - "\n" ([SB/F/NM] Fortran) ok 32232 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32233 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32234 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32235 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32236 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32237 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32238 - "--" ([RE/F/NM] Fortran) ok 32239 - "--" ([SB/F/NM] Fortran) ok 32240 - "--This is a comment" ([RE/F/NM] Fortran) ok 32241 - "--This is a comment" ([SB/F/NM] Fortran) ok 32242 - "--A\tcomment" ([RE/F/NM] Fortran) ok 32243 - "--A\tcomment" ([SB/F/NM] Fortran) ok 32244 - "--Another /* comment" ([RE/F/NM] Fortran) ok 32245 - "--Another /* comment" ([SB/F/NM] Fortran) ok 32246 - "\n" ([RE/F/NM] Fortran) ok 32247 - "\n" ([SB/F/NM] Fortran) ok 32248 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32249 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32250 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32251 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32252 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32253 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32254 - "---" ([RE/F/NM] Fortran) ok 32255 - "---" ([SB/F/NM] Fortran) ok 32256 - "---This is a comment" ([RE/F/NM] Fortran) ok 32257 - "---This is a comment" ([SB/F/NM] Fortran) ok 32258 - "---A\tcomment" ([RE/F/NM] Fortran) ok 32259 - "---A\tcomment" ([SB/F/NM] Fortran) ok 32260 - "---Another /* comment" ([RE/F/NM] Fortran) ok 32261 - "---Another /* comment" ([SB/F/NM] Fortran) ok 32262 - "\n" ([RE/F/NM] Fortran) ok 32263 - "\n" ([SB/F/NM] Fortran) ok 32264 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32265 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32266 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32267 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32268 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32269 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32270 - "-----" ([RE/F/NM] Fortran) ok 32271 - "-----" ([SB/F/NM] Fortran) ok 32272 - "-----This is a comment" ([RE/F/NM] Fortran) ok 32273 - "-----This is a comment" ([SB/F/NM] Fortran) ok 32274 - "-----A\tcomment" ([RE/F/NM] Fortran) ok 32275 - "-----A\tcomment" ([SB/F/NM] Fortran) ok 32276 - "-----Another /* comment" ([RE/F/NM] Fortran) ok 32277 - "-----Another /* comment" ([SB/F/NM] Fortran) ok 32278 - "\n" ([RE/F/NM] Fortran) ok 32279 - "\n" ([SB/F/NM] Fortran) ok 32280 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32281 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32282 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32283 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32284 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32285 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32286 - "\\"" ([RE/F/NM] Fortran) ok 32287 - "\\"" ([SB/F/NM] Fortran) ok 32288 - "\\"This is a comment" ([RE/F/NM] Fortran) ok 32289 - "\\"This is a comment" ([SB/F/NM] Fortran) ok 32290 - "\\"A\tcomment" ([RE/F/NM] Fortran) ok 32291 - "\\"A\tcomment" ([SB/F/NM] Fortran) ok 32292 - "\\"Another /* comment" ([RE/F/NM] Fortran) ok 32293 - "\\"Another /* comment" ([SB/F/NM] Fortran) ok 32294 - "\n" ([RE/F/NM] Fortran) ok 32295 - "\n" ([SB/F/NM] Fortran) ok 32296 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32297 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32298 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32299 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32300 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32301 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32302 - """ ([RE/F/NM] Fortran) ok 32303 - """ ([SB/F/NM] Fortran) ok 32304 - ""This is a comment" ([RE/F/NM] Fortran) ok 32305 - ""This is a comment" ([SB/F/NM] Fortran) ok 32306 - ""A\tcomment" ([RE/F/NM] Fortran) ok 32307 - ""A\tcomment" ([SB/F/NM] Fortran) ok 32308 - ""Another /* comment" ([RE/F/NM] Fortran) ok 32309 - ""Another /* comment" ([SB/F/NM] Fortran) ok 32310 - "\n" ([RE/F/NM] Fortran) ok 32311 - "\n" ([SB/F/NM] Fortran) ok 32312 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32313 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32314 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32315 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32316 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32317 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32318 - "'" ([RE/F/NM] Fortran) ok 32319 - "'" ([SB/F/NM] Fortran) ok 32320 - "'This is a comment" ([RE/F/NM] Fortran) ok 32321 - "'This is a comment" ([SB/F/NM] Fortran) ok 32322 - "'A\tcomment" ([RE/F/NM] Fortran) ok 32323 - "'A\tcomment" ([SB/F/NM] Fortran) ok 32324 - "'Another /* comment" ([RE/F/NM] Fortran) ok 32325 - "'Another /* comment" ([SB/F/NM] Fortran) ok 32326 - "\n" ([RE/F/NM] Fortran) ok 32327 - "\n" ([SB/F/NM] Fortran) ok 32328 - "This is a comment\n" ([RE/F/NM] Fortran) ok 32329 - "This is a comment\n" ([SB/F/NM] Fortran) ok 32330 - "A\tcomment\n" ([RE/F/NM] Fortran) ok 32331 - "A\tcomment\n" ([SB/F/NM] Fortran) ok 32332 - "Another /* comment\n" ([RE/F/NM] Fortran) ok 32333 - "Another /* comment\n" ([SB/F/NM] Fortran) ok 32334 - "/* This is a C comment */" ([RE/F/NM] Fortran) ok 32335 - "/* This is a C comment */" ([SB/F/NM] Fortran) ok 32336 - "(* This is a Pascal comment *)" ([RE/F/NM] Fortran) ok 32337 - "(* This is a Pascal comment *)" ([SB/F/NM] Fortran) ok 32338 - "" ([RE/F/NM] Fortran) ok 32339 - "" ([SB/F/NM] Fortran) ok 32340 - "!\n\n" ([RE/F/NM] Fortran) ok 32341 - "!\n\n" ([SB/F/NM] Fortran) ok 32342 - "!This is a comment\n\n" ([RE/F/NM] Fortran) ok 32343 - "!This is a comment\n\n" ([SB/F/NM] Fortran) ok 32344 - "!A\tcomment\n\n" ([RE/F/NM] Fortran) ok 32345 - "!A\tcomment\n\n" ([SB/F/NM] Fortran) ok 32346 - "!Another /* comment\n\n" ([RE/F/NM] Fortran) ok 32347 - "!Another /* comment\n\n" ([SB/F/NM] Fortran) ok 32348 - "!\n!\n" ([RE/F/NM] Fortran) ok 32349 - "!\n!\n" ([SB/F/NM] Fortran) ok 32350 - "!This is a comment\n!This is a comment\n" ([RE/F/NM] Fortran) ok 32351 - "!This is a comment\n!This is a comment\n" ([SB/F/NM] Fortran) ok 32352 - "!A\tcomment\n!A\tcomment\n" ([RE/F/NM] Fortran) ok 32353 - "!A\tcomment\n!A\tcomment\n" ([SB/F/NM] Fortran) ok 32354 - "!Another /* comment\n!Another /* comment\n" ([RE/F/NM] Fortran) ok 32355 - "!Another /* comment\n!Another /* comment\n" ([SB/F/NM] Fortran) ok 32356 - "!\n9sd" ([RE/F/NM] Fortran) ok 32357 - "!\n9sd" ([SB/F/NM] Fortran) ok 32358 - "!This is a comment\nd" ([RE/F/NM] Fortran) ok 32359 - "!This is a comment\nd" ([SB/F/NM] Fortran) ok 32360 - "!A\tcomment\njk" ([RE/F/NM] Fortran) ok 32361 - "!A\tcomment\njk" ([SB/F/NM] Fortran) ok 32362 - "!Another /* comment\n7" ([RE/F/NM] Fortran) ok 32363 - "!Another /* comment\n7" ([SB/F/NM] Fortran) ok 32364 - "u!\n" ([RE/F/NM] Fortran) ok 32365 - "u!\n" ([SB/F/NM] Fortran) ok 32366 - "m!This is a comment\n" ([RE/F/NM] Fortran) ok 32367 - "m!This is a comment\n" ([SB/F/NM] Fortran) ok 32368 - "16s8!A\tcomment\n" ([RE/F/NM] Fortran) ok 32369 - "16s8!A\tcomment\n" ([SB/F/NM] Fortran) ok 32370 - "pi!Another /* comment\n" ([RE/F/NM] Fortran) ok 32371 - "pi!Another /* comment\n" ([SB/F/NM] Fortran) ok 32372 - "\\\n" ([RE/F/NM] Fortran) ok 32373 - "\\\n" ([SB/F/NM] Fortran) ok 32374 - "\\This is a comment\n" ([RE/F/NM] Fortran) ok 32375 - "\\This is a comment\n" ([SB/F/NM] Fortran) ok 32376 - "\\A\tcomment\n" ([RE/F/NM] Fortran) ok 32377 - "\\A\tcomment\n" ([SB/F/NM] Fortran) ok 32378 - "\\Another /* comment\n" ([RE/F/NM] Fortran) ok 32379 - "\\Another /* comment\n" ([SB/F/NM] Fortran) ok 32380 - "#\n" ([RE/F/NM] Fortran) ok 32381 - "#\n" ([SB/F/NM] Fortran) ok 32382 - "#This is a comment\n" ([RE/F/NM] Fortran) ok 32383 - "#This is a comment\n" ([SB/F/NM] Fortran) ok 32384 - "#A\tcomment\n" ([RE/F/NM] Fortran) ok 32385 - "#A\tcomment\n" ([SB/F/NM] Fortran) ok 32386 - "#Another /* comment\n" ([RE/F/NM] Fortran) ok 32387 - "#Another /* comment\n" ([SB/F/NM] Fortran) ok 32388 - "//\n" ([RE/F/NM] Fortran) ok 32389 - "//\n" ([SB/F/NM] Fortran) ok 32390 - "//This is a comment\n" ([RE/F/NM] Fortran) ok 32391 - "//This is a comment\n" ([SB/F/NM] Fortran) ok 32392 - "//A\tcomment\n" ([RE/F/NM] Fortran) ok 32393 - "//A\tcomment\n" ([SB/F/NM] Fortran) ok 32394 - "//Another /* comment\n" ([RE/F/NM] Fortran) ok 32395 - "//Another /* comment\n" ([SB/F/NM] Fortran) ok 32396 - "--\n" ([RE/F/NM] Fortran) ok 32397 - "--\n" ([SB/F/NM] Fortran) ok 32398 - "--This is a comment\n" ([RE/F/NM] Fortran) ok 32399 - "--This is a comment\n" ([SB/F/NM] Fortran) ok 32400 - "--A\tcomment\n" ([RE/F/NM] Fortran) ok 32401 - "--A\tcomment\n" ([SB/F/NM] Fortran) ok 32402 - "--Another /* comment\n" ([RE/F/NM] Fortran) ok 32403 - "--Another /* comment\n" ([SB/F/NM] Fortran) ok 32404 - ";\n" ([RE/F/NM] Fortran) ok 32405 - ";\n" ([SB/F/NM] Fortran) ok 32406 - ";This is a comment\n" ([RE/F/NM] Fortran) ok 32407 - ";This is a comment\n" ([SB/F/NM] Fortran) ok 32408 - ";A\tcomment\n" ([RE/F/NM] Fortran) ok 32409 - ";A\tcomment\n" ([SB/F/NM] Fortran) ok 32410 - ";Another /* comment\n" ([RE/F/NM] Fortran) ok 32411 - ";Another /* comment\n" ([SB/F/NM] Fortran) ok 32412 - "#\n" ([RE/F/NM] Fortran) ok 32413 - "#\n" ([SB/F/NM] Fortran) ok 32414 - "#This is a comment\n" ([RE/F/NM] Fortran) ok 32415 - "#This is a comment\n" ([SB/F/NM] Fortran) ok 32416 - "#A\tcomment\n" ([RE/F/NM] Fortran) ok 32417 - "#A\tcomment\n" ([SB/F/NM] Fortran) ok 32418 - "#Another /* comment\n" ([RE/F/NM] Fortran) ok 32419 - "#Another /* comment\n" ([SB/F/NM] Fortran) ok 32420 - "*\n" ([RE/F/NM] Fortran) ok 32421 - "*\n" ([SB/F/NM] Fortran) ok 32422 - "*This is a comment\n" ([RE/F/NM] Fortran) ok 32423 - "*This is a comment\n" ([SB/F/NM] Fortran) ok 32424 - "*A\tcomment\n" ([RE/F/NM] Fortran) ok 32425 - "*A\tcomment\n" ([SB/F/NM] Fortran) ok 32426 - "*Another /* comment\n" ([RE/F/NM] Fortran) ok 32427 - "*Another /* comment\n" ([SB/F/NM] Fortran) ok 32428 - "REM\n" ([RE/F/NM] Fortran) ok 32429 - "REM\n" ([SB/F/NM] Fortran) ok 32430 - "REMThis is a comment\n" ([RE/F/NM] Fortran) ok 32431 - "REMThis is a comment\n" ([SB/F/NM] Fortran) ok 32432 - "REMA\tcomment\n" ([RE/F/NM] Fortran) ok 32433 - "REMA\tcomment\n" ([SB/F/NM] Fortran) ok 32434 - "REMAnother /* comment\n" ([RE/F/NM] Fortran) ok 32435 - "REMAnother /* comment\n" ([SB/F/NM] Fortran) ok 32436 - "//\n" ([RE/F/NM] Fortran) ok 32437 - "//\n" ([SB/F/NM] Fortran) ok 32438 - "//This is a comment\n" ([RE/F/NM] Fortran) ok 32439 - "//This is a comment\n" ([SB/F/NM] Fortran) ok 32440 - "//A\tcomment\n" ([RE/F/NM] Fortran) ok 32441 - "//A\tcomment\n" ([SB/F/NM] Fortran) ok 32442 - "//Another /* comment\n" ([RE/F/NM] Fortran) ok 32443 - "//Another /* comment\n" ([SB/F/NM] Fortran) ok 32444 - "%\n" ([RE/F/NM] Fortran) ok 32445 - "%\n" ([SB/F/NM] Fortran) ok 32446 - "%This is a comment\n" ([RE/F/NM] Fortran) ok 32447 - "%This is a comment\n" ([SB/F/NM] Fortran) ok 32448 - "%A\tcomment\n" ([RE/F/NM] Fortran) ok 32449 - "%A\tcomment\n" ([SB/F/NM] Fortran) ok 32450 - "%Another /* comment\n" ([RE/F/NM] Fortran) ok 32451 - "%Another /* comment\n" ([SB/F/NM] Fortran) ok 32452 - "NB\n" ([RE/F/NM] Fortran) ok 32453 - "NB\n" ([SB/F/NM] Fortran) ok 32454 - "NBThis is a comment\n" ([RE/F/NM] Fortran) ok 32455 - "NBThis is a comment\n" ([SB/F/NM] Fortran) ok 32456 - "NBA\tcomment\n" ([RE/F/NM] Fortran) ok 32457 - "NBA\tcomment\n" ([SB/F/NM] Fortran) ok 32458 - "NBAnother /* comment\n" ([RE/F/NM] Fortran) ok 32459 - "NBAnother /* comment\n" ([SB/F/NM] Fortran) ok 32460 - "PLEASE NOT\n" ([RE/F/NM] Fortran) ok 32461 - "PLEASE NOT\n" ([SB/F/NM] Fortran) ok 32462 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Fortran) ok 32463 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Fortran) ok 32464 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Fortran) ok 32465 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Fortran) ok 32466 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Fortran) ok 32467 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Fortran) ok 32468 - "PLEASE NOT\n" ([RE/F/NM] Fortran) ok 32469 - "PLEASE NOT\n" ([SB/F/NM] Fortran) ok 32470 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Fortran) ok 32471 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Fortran) ok 32472 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Fortran) ok 32473 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Fortran) ok 32474 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Fortran) ok 32475 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Fortran) ok 32476 - "PLEASE N'T\n" ([RE/F/NM] Fortran) ok 32477 - "PLEASE N'T\n" ([SB/F/NM] Fortran) ok 32478 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Fortran) ok 32479 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Fortran) ok 32480 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Fortran) ok 32481 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Fortran) ok 32482 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Fortran) ok 32483 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Fortran) ok 32484 - "DO NOT\n" ([RE/F/NM] Fortran) ok 32485 - "DO NOT\n" ([SB/F/NM] Fortran) ok 32486 - "DO NOTThis is a comment\n" ([RE/F/NM] Fortran) ok 32487 - "DO NOTThis is a comment\n" ([SB/F/NM] Fortran) ok 32488 - "DO NOTA\tcomment\n" ([RE/F/NM] Fortran) ok 32489 - "DO NOTA\tcomment\n" ([SB/F/NM] Fortran) ok 32490 - "DO NOTAnother /* comment\n" ([RE/F/NM] Fortran) ok 32491 - "DO NOTAnother /* comment\n" ([SB/F/NM] Fortran) ok 32492 - "DO N'T\n" ([RE/F/NM] Fortran) ok 32493 - "DO N'T\n" ([SB/F/NM] Fortran) ok 32494 - "DO N'TThis is a comment\n" ([RE/F/NM] Fortran) ok 32495 - "DO N'TThis is a comment\n" ([SB/F/NM] Fortran) ok 32496 - "DO N'TA\tcomment\n" ([RE/F/NM] Fortran) ok 32497 - "DO N'TA\tcomment\n" ([SB/F/NM] Fortran) ok 32498 - "DO N'TAnother /* comment\n" ([RE/F/NM] Fortran) ok 32499 - "DO N'TAnother /* comment\n" ([SB/F/NM] Fortran) ok 32500 - "DO NOT\n" ([RE/F/NM] Fortran) ok 32501 - "DO NOT\n" ([SB/F/NM] Fortran) ok 32502 - "DO NOTThis is a comment\n" ([RE/F/NM] Fortran) ok 32503 - "DO NOTThis is a comment\n" ([SB/F/NM] Fortran) ok 32504 - "DO NOTA\tcomment\n" ([RE/F/NM] Fortran) ok 32505 - "DO NOTA\tcomment\n" ([SB/F/NM] Fortran) ok 32506 - "DO NOTAnother /* comment\n" ([RE/F/NM] Fortran) ok 32507 - "DO NOTAnother /* comment\n" ([SB/F/NM] Fortran) ok 32508 - "PLEASE DO NOT\n" ([RE/F/NM] Fortran) ok 32509 - "PLEASE DO NOT\n" ([SB/F/NM] Fortran) ok 32510 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Fortran) ok 32511 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Fortran) ok 32512 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Fortran) ok 32513 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Fortran) ok 32514 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Fortran) ok 32515 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Fortran) ok 32516 - "PLEASE DO NOT\n" ([RE/F/NM] Fortran) ok 32517 - "PLEASE DO NOT\n" ([SB/F/NM] Fortran) ok 32518 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Fortran) ok 32519 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Fortran) ok 32520 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Fortran) ok 32521 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Fortran) ok 32522 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Fortran) ok 32523 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Fortran) ok 32524 - "PLEASE DO N'T\n" ([RE/F/NM] Fortran) ok 32525 - "PLEASE DO N'T\n" ([SB/F/NM] Fortran) ok 32526 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Fortran) ok 32527 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Fortran) ok 32528 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Fortran) ok 32529 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Fortran) ok 32530 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Fortran) ok 32531 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Fortran) ok 32532 - "NB.\n" ([RE/F/NM] Fortran) ok 32533 - "NB.\n" ([SB/F/NM] Fortran) ok 32534 - "NB.This is a comment\n" ([RE/F/NM] Fortran) ok 32535 - "NB.This is a comment\n" ([SB/F/NM] Fortran) ok 32536 - "NB.A\tcomment\n" ([RE/F/NM] Fortran) ok 32537 - "NB.A\tcomment\n" ([SB/F/NM] Fortran) ok 32538 - "NB.Another /* comment\n" ([RE/F/NM] Fortran) ok 32539 - "NB.Another /* comment\n" ([SB/F/NM] Fortran) ok 32540 - "{}" ([RE/F/NM] Fortran) ok 32541 - "{}" ([SB/F/NM] Fortran) ok 32542 - "{This is a comment}" ([RE/F/NM] Fortran) ok 32543 - "{This is a comment}" ([SB/F/NM] Fortran) ok 32544 - "{A\tcomment}" ([RE/F/NM] Fortran) ok 32545 - "{A\tcomment}" ([SB/F/NM] Fortran) ok 32546 - "{Another /* comment}" ([RE/F/NM] Fortran) ok 32547 - "{Another /* comment}" ([SB/F/NM] Fortran) ok 32548 - ".\n" ([RE/F/NM] Fortran) ok 32549 - ".\n" ([SB/F/NM] Fortran) ok 32550 - ".This is a comment\n" ([RE/F/NM] Fortran) ok 32551 - ".This is a comment\n" ([SB/F/NM] Fortran) ok 32552 - ".A\tcomment\n" ([RE/F/NM] Fortran) ok 32553 - ".A\tcomment\n" ([SB/F/NM] Fortran) ok 32554 - ".Another /* comment\n" ([RE/F/NM] Fortran) ok 32555 - ".Another /* comment\n" ([SB/F/NM] Fortran) ok 32556 - ";\n" ([RE/F/NM] Fortran) ok 32557 - ";\n" ([SB/F/NM] Fortran) ok 32558 - ";This is a comment\n" ([RE/F/NM] Fortran) ok 32559 - ";This is a comment\n" ([SB/F/NM] Fortran) ok 32560 - ";A\tcomment\n" ([RE/F/NM] Fortran) ok 32561 - ";A\tcomment\n" ([SB/F/NM] Fortran) ok 32562 - ";Another /* comment\n" ([RE/F/NM] Fortran) ok 32563 - ";Another /* comment\n" ([SB/F/NM] Fortran) ok 32564 - "`\n" ([RE/F/NM] Fortran) ok 32565 - "`\n" ([SB/F/NM] Fortran) ok 32566 - "`This is a comment\n" ([RE/F/NM] Fortran) ok 32567 - "`This is a comment\n" ([SB/F/NM] Fortran) ok 32568 - "`A\tcomment\n" ([RE/F/NM] Fortran) ok 32569 - "`A\tcomment\n" ([SB/F/NM] Fortran) ok 32570 - "`Another /* comment\n" ([RE/F/NM] Fortran) ok 32571 - "`Another /* comment\n" ([SB/F/NM] Fortran) ok 32572 - "--\n" ([RE/F/NM] Fortran) ok 32573 - "--\n" ([SB/F/NM] Fortran) ok 32574 - "--This is a comment\n" ([RE/F/NM] Fortran) ok 32575 - "--This is a comment\n" ([SB/F/NM] Fortran) ok 32576 - "--A\tcomment\n" ([RE/F/NM] Fortran) ok 32577 - "--A\tcomment\n" ([SB/F/NM] Fortran) ok 32578 - "--Another /* comment\n" ([RE/F/NM] Fortran) ok 32579 - "--Another /* comment\n" ([SB/F/NM] Fortran) ok 32580 - "---\n" ([RE/F/NM] Fortran) ok 32581 - "---\n" ([SB/F/NM] Fortran) ok 32582 - "---This is a comment\n" ([RE/F/NM] Fortran) ok 32583 - "---This is a comment\n" ([SB/F/NM] Fortran) ok 32584 - "---A\tcomment\n" ([RE/F/NM] Fortran) ok 32585 - "---A\tcomment\n" ([SB/F/NM] Fortran) ok 32586 - "---Another /* comment\n" ([RE/F/NM] Fortran) ok 32587 - "---Another /* comment\n" ([SB/F/NM] Fortran) ok 32588 - "-----\n" ([RE/F/NM] Fortran) ok 32589 - "-----\n" ([SB/F/NM] Fortran) ok 32590 - "-----This is a comment\n" ([RE/F/NM] Fortran) ok 32591 - "-----This is a comment\n" ([SB/F/NM] Fortran) ok 32592 - "-----A\tcomment\n" ([RE/F/NM] Fortran) ok 32593 - "-----A\tcomment\n" ([SB/F/NM] Fortran) ok 32594 - "-----Another /* comment\n" ([RE/F/NM] Fortran) ok 32595 - "-----Another /* comment\n" ([SB/F/NM] Fortran) ok 32596 - "\\"\n" ([RE/F/NM] Fortran) ok 32597 - "\\"\n" ([SB/F/NM] Fortran) ok 32598 - "\\"This is a comment\n" ([RE/F/NM] Fortran) ok 32599 - "\\"This is a comment\n" ([SB/F/NM] Fortran) ok 32600 - "\\"A\tcomment\n" ([RE/F/NM] Fortran) ok 32601 - "\\"A\tcomment\n" ([SB/F/NM] Fortran) ok 32602 - "\\"Another /* comment\n" ([RE/F/NM] Fortran) ok 32603 - "\\"Another /* comment\n" ([SB/F/NM] Fortran) ok 32604 - ""\n" ([RE/F/NM] Fortran) ok 32605 - ""\n" ([SB/F/NM] Fortran) ok 32606 - ""This is a comment\n" ([RE/F/NM] Fortran) ok 32607 - ""This is a comment\n" ([SB/F/NM] Fortran) ok 32608 - ""A\tcomment\n" ([RE/F/NM] Fortran) ok 32609 - ""A\tcomment\n" ([SB/F/NM] Fortran) ok 32610 - ""Another /* comment\n" ([RE/F/NM] Fortran) ok 32611 - ""Another /* comment\n" ([SB/F/NM] Fortran) ok 32612 - "'\n" ([RE/F/NM] Fortran) ok 32613 - "'\n" ([SB/F/NM] Fortran) ok 32614 - "'This is a comment\n" ([RE/F/NM] Fortran) ok 32615 - "'This is a comment\n" ([SB/F/NM] Fortran) ok 32616 - "'A\tcomment\n" ([RE/F/NM] Fortran) ok 32617 - "'A\tcomment\n" ([SB/F/NM] Fortran) ok 32618 - "'Another /* comment\n" ([RE/F/NM] Fortran) ok 32619 - "'Another /* comment\n" ([SB/F/NM] Fortran) ok 32620 - "NB\n" ([RE/P/MT] ILLGOL) ok 32621 - "NB\n" ([OM/P/MT] ILLGOL) ok 32622 - "NB\n" ([OS/P/MT] ILLGOL) ok 32623 - "NB\n" ([SB/P/MT] ILLGOL) ok 32624 - "NB\n" ([KP/P/MT] ILLGOL) ok 32625 - "NBThis is a comment\n" ([RE/P/MT] ILLGOL) ok 32626 - "NBThis is a comment\n" ([OM/P/MT] ILLGOL) ok 32627 - "NBThis is a comment\n" ([OS/P/MT] ILLGOL) ok 32628 - "NBThis is a comment\n" ([SB/P/MT] ILLGOL) ok 32629 - "NBThis is a comment\n" ([KP/P/MT] ILLGOL) ok 32630 - "NBA\tcomment\n" ([RE/P/MT] ILLGOL) ok 32631 - "NBA\tcomment\n" ([OM/P/MT] ILLGOL) ok 32632 - "NBA\tcomment\n" ([OS/P/MT] ILLGOL) ok 32633 - "NBA\tcomment\n" ([SB/P/MT] ILLGOL) ok 32634 - "NBA\tcomment\n" ([KP/P/MT] ILLGOL) ok 32635 - "NBAnother /* comment\n" ([RE/P/MT] ILLGOL) ok 32636 - "NBAnother /* comment\n" ([OM/P/MT] ILLGOL) ok 32637 - "NBAnother /* comment\n" ([OS/P/MT] ILLGOL) ok 32638 - "NBAnother /* comment\n" ([SB/P/MT] ILLGOL) ok 32639 - "NBAnother /* comment\n" ([KP/P/MT] ILLGOL) ok 32640 - "\\" ([RE/F/NM] ILLGOL) ok 32641 - "\\" ([SB/F/NM] ILLGOL) ok 32642 - "\\This is a comment" ([RE/F/NM] ILLGOL) ok 32643 - "\\This is a comment" ([SB/F/NM] ILLGOL) ok 32644 - "\\A\tcomment" ([RE/F/NM] ILLGOL) ok 32645 - "\\A\tcomment" ([SB/F/NM] ILLGOL) ok 32646 - "\\Another /* comment" ([RE/F/NM] ILLGOL) ok 32647 - "\\Another /* comment" ([SB/F/NM] ILLGOL) ok 32648 - "\n" ([RE/F/NM] ILLGOL) ok 32649 - "\n" ([SB/F/NM] ILLGOL) ok 32650 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32651 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32652 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32653 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32654 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32655 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32656 - "#" ([RE/F/NM] ILLGOL) ok 32657 - "#" ([SB/F/NM] ILLGOL) ok 32658 - "#This is a comment" ([RE/F/NM] ILLGOL) ok 32659 - "#This is a comment" ([SB/F/NM] ILLGOL) ok 32660 - "#A\tcomment" ([RE/F/NM] ILLGOL) ok 32661 - "#A\tcomment" ([SB/F/NM] ILLGOL) ok 32662 - "#Another /* comment" ([RE/F/NM] ILLGOL) ok 32663 - "#Another /* comment" ([SB/F/NM] ILLGOL) ok 32664 - "\n" ([RE/F/NM] ILLGOL) ok 32665 - "\n" ([SB/F/NM] ILLGOL) ok 32666 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32667 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32668 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32669 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32670 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32671 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32672 - "//" ([RE/F/NM] ILLGOL) ok 32673 - "//" ([SB/F/NM] ILLGOL) ok 32674 - "//This is a comment" ([RE/F/NM] ILLGOL) ok 32675 - "//This is a comment" ([SB/F/NM] ILLGOL) ok 32676 - "//A\tcomment" ([RE/F/NM] ILLGOL) ok 32677 - "//A\tcomment" ([SB/F/NM] ILLGOL) ok 32678 - "//Another /* comment" ([RE/F/NM] ILLGOL) ok 32679 - "//Another /* comment" ([SB/F/NM] ILLGOL) ok 32680 - "\n" ([RE/F/NM] ILLGOL) ok 32681 - "\n" ([SB/F/NM] ILLGOL) ok 32682 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32683 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32684 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32685 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32686 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32687 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32688 - "--" ([RE/F/NM] ILLGOL) ok 32689 - "--" ([SB/F/NM] ILLGOL) ok 32690 - "--This is a comment" ([RE/F/NM] ILLGOL) ok 32691 - "--This is a comment" ([SB/F/NM] ILLGOL) ok 32692 - "--A\tcomment" ([RE/F/NM] ILLGOL) ok 32693 - "--A\tcomment" ([SB/F/NM] ILLGOL) ok 32694 - "--Another /* comment" ([RE/F/NM] ILLGOL) ok 32695 - "--Another /* comment" ([SB/F/NM] ILLGOL) ok 32696 - "\n" ([RE/F/NM] ILLGOL) ok 32697 - "\n" ([SB/F/NM] ILLGOL) ok 32698 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32699 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32700 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32701 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32702 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32703 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32704 - ";" ([RE/F/NM] ILLGOL) ok 32705 - ";" ([SB/F/NM] ILLGOL) ok 32706 - ";This is a comment" ([RE/F/NM] ILLGOL) ok 32707 - ";This is a comment" ([SB/F/NM] ILLGOL) ok 32708 - ";A\tcomment" ([RE/F/NM] ILLGOL) ok 32709 - ";A\tcomment" ([SB/F/NM] ILLGOL) ok 32710 - ";Another /* comment" ([RE/F/NM] ILLGOL) ok 32711 - ";Another /* comment" ([SB/F/NM] ILLGOL) ok 32712 - "\n" ([RE/F/NM] ILLGOL) ok 32713 - "\n" ([SB/F/NM] ILLGOL) ok 32714 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32715 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32716 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32717 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32718 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32719 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32720 - "#" ([RE/F/NM] ILLGOL) ok 32721 - "#" ([SB/F/NM] ILLGOL) ok 32722 - "#This is a comment" ([RE/F/NM] ILLGOL) ok 32723 - "#This is a comment" ([SB/F/NM] ILLGOL) ok 32724 - "#A\tcomment" ([RE/F/NM] ILLGOL) ok 32725 - "#A\tcomment" ([SB/F/NM] ILLGOL) ok 32726 - "#Another /* comment" ([RE/F/NM] ILLGOL) ok 32727 - "#Another /* comment" ([SB/F/NM] ILLGOL) ok 32728 - "\n" ([RE/F/NM] ILLGOL) ok 32729 - "\n" ([SB/F/NM] ILLGOL) ok 32730 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32731 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32732 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32733 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32734 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32735 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32736 - "*" ([RE/F/NM] ILLGOL) ok 32737 - "*" ([SB/F/NM] ILLGOL) ok 32738 - "*This is a comment" ([RE/F/NM] ILLGOL) ok 32739 - "*This is a comment" ([SB/F/NM] ILLGOL) ok 32740 - "*A\tcomment" ([RE/F/NM] ILLGOL) ok 32741 - "*A\tcomment" ([SB/F/NM] ILLGOL) ok 32742 - "*Another /* comment" ([RE/F/NM] ILLGOL) ok 32743 - "*Another /* comment" ([SB/F/NM] ILLGOL) ok 32744 - "\n" ([RE/F/NM] ILLGOL) ok 32745 - "\n" ([SB/F/NM] ILLGOL) ok 32746 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32747 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32748 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32749 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32750 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32751 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32752 - "!" ([RE/F/NM] ILLGOL) ok 32753 - "!" ([SB/F/NM] ILLGOL) ok 32754 - "!This is a comment" ([RE/F/NM] ILLGOL) ok 32755 - "!This is a comment" ([SB/F/NM] ILLGOL) ok 32756 - "!A\tcomment" ([RE/F/NM] ILLGOL) ok 32757 - "!A\tcomment" ([SB/F/NM] ILLGOL) ok 32758 - "!Another /* comment" ([RE/F/NM] ILLGOL) ok 32759 - "!Another /* comment" ([SB/F/NM] ILLGOL) ok 32760 - "\n" ([RE/F/NM] ILLGOL) ok 32761 - "\n" ([SB/F/NM] ILLGOL) ok 32762 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32763 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32764 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32765 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32766 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32767 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32768 - "REM" ([RE/F/NM] ILLGOL) ok 32769 - "REM" ([SB/F/NM] ILLGOL) ok 32770 - "REMThis is a comment" ([RE/F/NM] ILLGOL) ok 32771 - "REMThis is a comment" ([SB/F/NM] ILLGOL) ok 32772 - "REMA\tcomment" ([RE/F/NM] ILLGOL) ok 32773 - "REMA\tcomment" ([SB/F/NM] ILLGOL) ok 32774 - "REMAnother /* comment" ([RE/F/NM] ILLGOL) ok 32775 - "REMAnother /* comment" ([SB/F/NM] ILLGOL) ok 32776 - "\n" ([RE/F/NM] ILLGOL) ok 32777 - "\n" ([SB/F/NM] ILLGOL) ok 32778 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32779 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32780 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32781 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32782 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32783 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32784 - "//" ([RE/F/NM] ILLGOL) ok 32785 - "//" ([SB/F/NM] ILLGOL) ok 32786 - "//This is a comment" ([RE/F/NM] ILLGOL) ok 32787 - "//This is a comment" ([SB/F/NM] ILLGOL) ok 32788 - "//A\tcomment" ([RE/F/NM] ILLGOL) ok 32789 - "//A\tcomment" ([SB/F/NM] ILLGOL) ok 32790 - "//Another /* comment" ([RE/F/NM] ILLGOL) ok 32791 - "//Another /* comment" ([SB/F/NM] ILLGOL) ok 32792 - "\n" ([RE/F/NM] ILLGOL) ok 32793 - "\n" ([SB/F/NM] ILLGOL) ok 32794 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32795 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32796 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32797 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32798 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32799 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32800 - "%" ([RE/F/NM] ILLGOL) ok 32801 - "%" ([SB/F/NM] ILLGOL) ok 32802 - "%This is a comment" ([RE/F/NM] ILLGOL) ok 32803 - "%This is a comment" ([SB/F/NM] ILLGOL) ok 32804 - "%A\tcomment" ([RE/F/NM] ILLGOL) ok 32805 - "%A\tcomment" ([SB/F/NM] ILLGOL) ok 32806 - "%Another /* comment" ([RE/F/NM] ILLGOL) ok 32807 - "%Another /* comment" ([SB/F/NM] ILLGOL) ok 32808 - "\n" ([RE/F/NM] ILLGOL) ok 32809 - "\n" ([SB/F/NM] ILLGOL) ok 32810 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32811 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32812 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32813 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32814 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32815 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32816 - "!" ([RE/F/NM] ILLGOL) ok 32817 - "!" ([SB/F/NM] ILLGOL) ok 32818 - "!This is a comment" ([RE/F/NM] ILLGOL) ok 32819 - "!This is a comment" ([SB/F/NM] ILLGOL) ok 32820 - "!A\tcomment" ([RE/F/NM] ILLGOL) ok 32821 - "!A\tcomment" ([SB/F/NM] ILLGOL) ok 32822 - "!Another /* comment" ([RE/F/NM] ILLGOL) ok 32823 - "!Another /* comment" ([SB/F/NM] ILLGOL) ok 32824 - "\n" ([RE/F/NM] ILLGOL) ok 32825 - "\n" ([SB/F/NM] ILLGOL) ok 32826 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32827 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32828 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32829 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32830 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32831 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32832 - "NB" ([RE/F/NM] ILLGOL) ok 32833 - "NB" ([SB/F/NM] ILLGOL) ok 32834 - "NBThis is a comment" ([RE/F/NM] ILLGOL) ok 32835 - "NBThis is a comment" ([SB/F/NM] ILLGOL) ok 32836 - "NBA\tcomment" ([RE/F/NM] ILLGOL) ok 32837 - "NBA\tcomment" ([SB/F/NM] ILLGOL) ok 32838 - "NBAnother /* comment" ([RE/F/NM] ILLGOL) ok 32839 - "NBAnother /* comment" ([SB/F/NM] ILLGOL) ok 32840 - "\n" ([RE/F/NM] ILLGOL) ok 32841 - "\n" ([SB/F/NM] ILLGOL) ok 32842 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32843 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32844 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32845 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32846 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32847 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32848 - "PLEASE NOT" ([RE/F/NM] ILLGOL) ok 32849 - "PLEASE NOT" ([SB/F/NM] ILLGOL) ok 32850 - "PLEASE NOTThis is a comment" ([RE/F/NM] ILLGOL) ok 32851 - "PLEASE NOTThis is a comment" ([SB/F/NM] ILLGOL) ok 32852 - "PLEASE NOTA\tcomment" ([RE/F/NM] ILLGOL) ok 32853 - "PLEASE NOTA\tcomment" ([SB/F/NM] ILLGOL) ok 32854 - "PLEASE NOTAnother /* comment" ([RE/F/NM] ILLGOL) ok 32855 - "PLEASE NOTAnother /* comment" ([SB/F/NM] ILLGOL) ok 32856 - "\n" ([RE/F/NM] ILLGOL) ok 32857 - "\n" ([SB/F/NM] ILLGOL) ok 32858 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32859 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32860 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32861 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32862 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32863 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32864 - "PLEASE NOT" ([RE/F/NM] ILLGOL) ok 32865 - "PLEASE NOT" ([SB/F/NM] ILLGOL) ok 32866 - "PLEASE NOTThis is a comment" ([RE/F/NM] ILLGOL) ok 32867 - "PLEASE NOTThis is a comment" ([SB/F/NM] ILLGOL) ok 32868 - "PLEASE NOTA\tcomment" ([RE/F/NM] ILLGOL) ok 32869 - "PLEASE NOTA\tcomment" ([SB/F/NM] ILLGOL) ok 32870 - "PLEASE NOTAnother /* comment" ([RE/F/NM] ILLGOL) ok 32871 - "PLEASE NOTAnother /* comment" ([SB/F/NM] ILLGOL) ok 32872 - "\n" ([RE/F/NM] ILLGOL) ok 32873 - "\n" ([SB/F/NM] ILLGOL) ok 32874 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32875 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32876 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32877 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32878 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32879 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32880 - "PLEASE N'T" ([RE/F/NM] ILLGOL) ok 32881 - "PLEASE N'T" ([SB/F/NM] ILLGOL) ok 32882 - "PLEASE N'TThis is a comment" ([RE/F/NM] ILLGOL) ok 32883 - "PLEASE N'TThis is a comment" ([SB/F/NM] ILLGOL) ok 32884 - "PLEASE N'TA\tcomment" ([RE/F/NM] ILLGOL) ok 32885 - "PLEASE N'TA\tcomment" ([SB/F/NM] ILLGOL) ok 32886 - "PLEASE N'TAnother /* comment" ([RE/F/NM] ILLGOL) ok 32887 - "PLEASE N'TAnother /* comment" ([SB/F/NM] ILLGOL) ok 32888 - "\n" ([RE/F/NM] ILLGOL) ok 32889 - "\n" ([SB/F/NM] ILLGOL) ok 32890 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32891 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32892 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32893 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32894 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32895 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32896 - "DO NOT" ([RE/F/NM] ILLGOL) ok 32897 - "DO NOT" ([SB/F/NM] ILLGOL) ok 32898 - "DO NOTThis is a comment" ([RE/F/NM] ILLGOL) ok 32899 - "DO NOTThis is a comment" ([SB/F/NM] ILLGOL) ok 32900 - "DO NOTA\tcomment" ([RE/F/NM] ILLGOL) ok 32901 - "DO NOTA\tcomment" ([SB/F/NM] ILLGOL) ok 32902 - "DO NOTAnother /* comment" ([RE/F/NM] ILLGOL) ok 32903 - "DO NOTAnother /* comment" ([SB/F/NM] ILLGOL) ok 32904 - "\n" ([RE/F/NM] ILLGOL) ok 32905 - "\n" ([SB/F/NM] ILLGOL) ok 32906 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32907 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32908 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32909 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32910 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32911 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32912 - "DO N'T" ([RE/F/NM] ILLGOL) ok 32913 - "DO N'T" ([SB/F/NM] ILLGOL) ok 32914 - "DO N'TThis is a comment" ([RE/F/NM] ILLGOL) ok 32915 - "DO N'TThis is a comment" ([SB/F/NM] ILLGOL) ok 32916 - "DO N'TA\tcomment" ([RE/F/NM] ILLGOL) ok 32917 - "DO N'TA\tcomment" ([SB/F/NM] ILLGOL) ok 32918 - "DO N'TAnother /* comment" ([RE/F/NM] ILLGOL) ok 32919 - "DO N'TAnother /* comment" ([SB/F/NM] ILLGOL) ok 32920 - "\n" ([RE/F/NM] ILLGOL) ok 32921 - "\n" ([SB/F/NM] ILLGOL) ok 32922 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32923 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32924 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32925 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32926 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32927 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32928 - "DO NOT" ([RE/F/NM] ILLGOL) ok 32929 - "DO NOT" ([SB/F/NM] ILLGOL) ok 32930 - "DO NOTThis is a comment" ([RE/F/NM] ILLGOL) ok 32931 - "DO NOTThis is a comment" ([SB/F/NM] ILLGOL) ok 32932 - "DO NOTA\tcomment" ([RE/F/NM] ILLGOL) ok 32933 - "DO NOTA\tcomment" ([SB/F/NM] ILLGOL) ok 32934 - "DO NOTAnother /* comment" ([RE/F/NM] ILLGOL) ok 32935 - "DO NOTAnother /* comment" ([SB/F/NM] ILLGOL) ok 32936 - "\n" ([RE/F/NM] ILLGOL) ok 32937 - "\n" ([SB/F/NM] ILLGOL) ok 32938 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32939 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32940 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32941 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32942 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32943 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32944 - "PLEASE DO NOT" ([RE/F/NM] ILLGOL) ok 32945 - "PLEASE DO NOT" ([SB/F/NM] ILLGOL) ok 32946 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] ILLGOL) ok 32947 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] ILLGOL) ok 32948 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] ILLGOL) ok 32949 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] ILLGOL) ok 32950 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] ILLGOL) ok 32951 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] ILLGOL) ok 32952 - "\n" ([RE/F/NM] ILLGOL) ok 32953 - "\n" ([SB/F/NM] ILLGOL) ok 32954 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32955 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32956 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32957 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32958 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32959 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32960 - "PLEASE DO NOT" ([RE/F/NM] ILLGOL) ok 32961 - "PLEASE DO NOT" ([SB/F/NM] ILLGOL) ok 32962 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] ILLGOL) ok 32963 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] ILLGOL) ok 32964 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] ILLGOL) ok 32965 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] ILLGOL) ok 32966 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] ILLGOL) ok 32967 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] ILLGOL) ok 32968 - "\n" ([RE/F/NM] ILLGOL) ok 32969 - "\n" ([SB/F/NM] ILLGOL) ok 32970 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32971 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32972 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32973 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32974 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32975 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32976 - "PLEASE DO N'T" ([RE/F/NM] ILLGOL) ok 32977 - "PLEASE DO N'T" ([SB/F/NM] ILLGOL) ok 32978 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] ILLGOL) ok 32979 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] ILLGOL) ok 32980 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] ILLGOL) ok 32981 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] ILLGOL) ok 32982 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] ILLGOL) ok 32983 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] ILLGOL) ok 32984 - "\n" ([RE/F/NM] ILLGOL) ok 32985 - "\n" ([SB/F/NM] ILLGOL) ok 32986 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 32987 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 32988 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 32989 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 32990 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 32991 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 32992 - "NB." ([RE/F/NM] ILLGOL) ok 32993 - "NB." ([SB/F/NM] ILLGOL) ok 32994 - "NB.This is a comment" ([RE/F/NM] ILLGOL) ok 32995 - "NB.This is a comment" ([SB/F/NM] ILLGOL) ok 32996 - "NB.A\tcomment" ([RE/F/NM] ILLGOL) ok 32997 - "NB.A\tcomment" ([SB/F/NM] ILLGOL) ok 32998 - "NB.Another /* comment" ([RE/F/NM] ILLGOL) ok 32999 - "NB.Another /* comment" ([SB/F/NM] ILLGOL) ok 33000 - "\n" ([RE/F/NM] ILLGOL) ok 33001 - "\n" ([SB/F/NM] ILLGOL) ok 33002 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33003 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33004 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33005 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33006 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33007 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33008 - "{" ([RE/F/NM] ILLGOL) ok 33009 - "{" ([SB/F/NM] ILLGOL) ok 33010 - "{This is a comment" ([RE/F/NM] ILLGOL) ok 33011 - "{This is a comment" ([SB/F/NM] ILLGOL) ok 33012 - "{A\tcomment" ([RE/F/NM] ILLGOL) ok 33013 - "{A\tcomment" ([SB/F/NM] ILLGOL) ok 33014 - "{Another /* comment" ([RE/F/NM] ILLGOL) ok 33015 - "{Another /* comment" ([SB/F/NM] ILLGOL) ok 33016 - "}" ([RE/F/NM] ILLGOL) ok 33017 - "}" ([SB/F/NM] ILLGOL) ok 33018 - "This is a comment}" ([RE/F/NM] ILLGOL) ok 33019 - "This is a comment}" ([SB/F/NM] ILLGOL) ok 33020 - "A\tcomment}" ([RE/F/NM] ILLGOL) ok 33021 - "A\tcomment}" ([SB/F/NM] ILLGOL) ok 33022 - "Another /* comment}" ([RE/F/NM] ILLGOL) ok 33023 - "Another /* comment}" ([SB/F/NM] ILLGOL) ok 33024 - "." ([RE/F/NM] ILLGOL) ok 33025 - "." ([SB/F/NM] ILLGOL) ok 33026 - ".This is a comment" ([RE/F/NM] ILLGOL) ok 33027 - ".This is a comment" ([SB/F/NM] ILLGOL) ok 33028 - ".A\tcomment" ([RE/F/NM] ILLGOL) ok 33029 - ".A\tcomment" ([SB/F/NM] ILLGOL) ok 33030 - ".Another /* comment" ([RE/F/NM] ILLGOL) ok 33031 - ".Another /* comment" ([SB/F/NM] ILLGOL) ok 33032 - "\n" ([RE/F/NM] ILLGOL) ok 33033 - "\n" ([SB/F/NM] ILLGOL) ok 33034 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33035 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33036 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33037 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33038 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33039 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33040 - ";" ([RE/F/NM] ILLGOL) ok 33041 - ";" ([SB/F/NM] ILLGOL) ok 33042 - ";This is a comment" ([RE/F/NM] ILLGOL) ok 33043 - ";This is a comment" ([SB/F/NM] ILLGOL) ok 33044 - ";A\tcomment" ([RE/F/NM] ILLGOL) ok 33045 - ";A\tcomment" ([SB/F/NM] ILLGOL) ok 33046 - ";Another /* comment" ([RE/F/NM] ILLGOL) ok 33047 - ";Another /* comment" ([SB/F/NM] ILLGOL) ok 33048 - "\n" ([RE/F/NM] ILLGOL) ok 33049 - "\n" ([SB/F/NM] ILLGOL) ok 33050 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33051 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33052 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33053 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33054 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33055 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33056 - "`" ([RE/F/NM] ILLGOL) ok 33057 - "`" ([SB/F/NM] ILLGOL) ok 33058 - "`This is a comment" ([RE/F/NM] ILLGOL) ok 33059 - "`This is a comment" ([SB/F/NM] ILLGOL) ok 33060 - "`A\tcomment" ([RE/F/NM] ILLGOL) ok 33061 - "`A\tcomment" ([SB/F/NM] ILLGOL) ok 33062 - "`Another /* comment" ([RE/F/NM] ILLGOL) ok 33063 - "`Another /* comment" ([SB/F/NM] ILLGOL) ok 33064 - "\n" ([RE/F/NM] ILLGOL) ok 33065 - "\n" ([SB/F/NM] ILLGOL) ok 33066 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33067 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33068 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33069 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33070 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33071 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33072 - "--" ([RE/F/NM] ILLGOL) ok 33073 - "--" ([SB/F/NM] ILLGOL) ok 33074 - "--This is a comment" ([RE/F/NM] ILLGOL) ok 33075 - "--This is a comment" ([SB/F/NM] ILLGOL) ok 33076 - "--A\tcomment" ([RE/F/NM] ILLGOL) ok 33077 - "--A\tcomment" ([SB/F/NM] ILLGOL) ok 33078 - "--Another /* comment" ([RE/F/NM] ILLGOL) ok 33079 - "--Another /* comment" ([SB/F/NM] ILLGOL) ok 33080 - "\n" ([RE/F/NM] ILLGOL) ok 33081 - "\n" ([SB/F/NM] ILLGOL) ok 33082 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33083 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33084 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33085 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33086 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33087 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33088 - "---" ([RE/F/NM] ILLGOL) ok 33089 - "---" ([SB/F/NM] ILLGOL) ok 33090 - "---This is a comment" ([RE/F/NM] ILLGOL) ok 33091 - "---This is a comment" ([SB/F/NM] ILLGOL) ok 33092 - "---A\tcomment" ([RE/F/NM] ILLGOL) ok 33093 - "---A\tcomment" ([SB/F/NM] ILLGOL) ok 33094 - "---Another /* comment" ([RE/F/NM] ILLGOL) ok 33095 - "---Another /* comment" ([SB/F/NM] ILLGOL) ok 33096 - "\n" ([RE/F/NM] ILLGOL) ok 33097 - "\n" ([SB/F/NM] ILLGOL) ok 33098 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33099 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33100 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33101 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33102 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33103 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33104 - "-----" ([RE/F/NM] ILLGOL) ok 33105 - "-----" ([SB/F/NM] ILLGOL) ok 33106 - "-----This is a comment" ([RE/F/NM] ILLGOL) ok 33107 - "-----This is a comment" ([SB/F/NM] ILLGOL) ok 33108 - "-----A\tcomment" ([RE/F/NM] ILLGOL) ok 33109 - "-----A\tcomment" ([SB/F/NM] ILLGOL) ok 33110 - "-----Another /* comment" ([RE/F/NM] ILLGOL) ok 33111 - "-----Another /* comment" ([SB/F/NM] ILLGOL) ok 33112 - "\n" ([RE/F/NM] ILLGOL) ok 33113 - "\n" ([SB/F/NM] ILLGOL) ok 33114 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33115 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33116 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33117 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33118 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33119 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33120 - "\\"" ([RE/F/NM] ILLGOL) ok 33121 - "\\"" ([SB/F/NM] ILLGOL) ok 33122 - "\\"This is a comment" ([RE/F/NM] ILLGOL) ok 33123 - "\\"This is a comment" ([SB/F/NM] ILLGOL) ok 33124 - "\\"A\tcomment" ([RE/F/NM] ILLGOL) ok 33125 - "\\"A\tcomment" ([SB/F/NM] ILLGOL) ok 33126 - "\\"Another /* comment" ([RE/F/NM] ILLGOL) ok 33127 - "\\"Another /* comment" ([SB/F/NM] ILLGOL) ok 33128 - "\n" ([RE/F/NM] ILLGOL) ok 33129 - "\n" ([SB/F/NM] ILLGOL) ok 33130 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33131 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33132 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33133 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33134 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33135 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33136 - """ ([RE/F/NM] ILLGOL) ok 33137 - """ ([SB/F/NM] ILLGOL) ok 33138 - ""This is a comment" ([RE/F/NM] ILLGOL) ok 33139 - ""This is a comment" ([SB/F/NM] ILLGOL) ok 33140 - ""A\tcomment" ([RE/F/NM] ILLGOL) ok 33141 - ""A\tcomment" ([SB/F/NM] ILLGOL) ok 33142 - ""Another /* comment" ([RE/F/NM] ILLGOL) ok 33143 - ""Another /* comment" ([SB/F/NM] ILLGOL) ok 33144 - "\n" ([RE/F/NM] ILLGOL) ok 33145 - "\n" ([SB/F/NM] ILLGOL) ok 33146 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33147 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33148 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33149 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33150 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33151 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33152 - "'" ([RE/F/NM] ILLGOL) ok 33153 - "'" ([SB/F/NM] ILLGOL) ok 33154 - "'This is a comment" ([RE/F/NM] ILLGOL) ok 33155 - "'This is a comment" ([SB/F/NM] ILLGOL) ok 33156 - "'A\tcomment" ([RE/F/NM] ILLGOL) ok 33157 - "'A\tcomment" ([SB/F/NM] ILLGOL) ok 33158 - "'Another /* comment" ([RE/F/NM] ILLGOL) ok 33159 - "'Another /* comment" ([SB/F/NM] ILLGOL) ok 33160 - "\n" ([RE/F/NM] ILLGOL) ok 33161 - "\n" ([SB/F/NM] ILLGOL) ok 33162 - "This is a comment\n" ([RE/F/NM] ILLGOL) ok 33163 - "This is a comment\n" ([SB/F/NM] ILLGOL) ok 33164 - "A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33165 - "A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33166 - "Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33167 - "Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33168 - "/* This is a C comment */" ([RE/F/NM] ILLGOL) ok 33169 - "/* This is a C comment */" ([SB/F/NM] ILLGOL) ok 33170 - "(* This is a Pascal comment *)" ([RE/F/NM] ILLGOL) ok 33171 - "(* This is a Pascal comment *)" ([SB/F/NM] ILLGOL) ok 33172 - "" ([RE/F/NM] ILLGOL) ok 33173 - "" ([SB/F/NM] ILLGOL) ok 33174 - "NB\n\n" ([RE/F/NM] ILLGOL) ok 33175 - "NB\n\n" ([SB/F/NM] ILLGOL) ok 33176 - "NBThis is a comment\n\n" ([RE/F/NM] ILLGOL) ok 33177 - "NBThis is a comment\n\n" ([SB/F/NM] ILLGOL) ok 33178 - "NBA\tcomment\n\n" ([RE/F/NM] ILLGOL) ok 33179 - "NBA\tcomment\n\n" ([SB/F/NM] ILLGOL) ok 33180 - "NBAnother /* comment\n\n" ([RE/F/NM] ILLGOL) ok 33181 - "NBAnother /* comment\n\n" ([SB/F/NM] ILLGOL) ok 33182 - "NB\nNB\n" ([RE/F/NM] ILLGOL) ok 33183 - "NB\nNB\n" ([SB/F/NM] ILLGOL) ok 33184 - "NBThis is a comment\nNBThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33185 - "NBThis is a comment\nNBThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33186 - "NBA\tcomment\nNBA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33187 - "NBA\tcomment\nNBA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33188 - "NBAnother /* comment\nNBAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33189 - "NBAnother /* comment\nNBAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33190 - "NB\nhz" ([RE/F/NM] ILLGOL) ok 33191 - "NB\nhz" ([SB/F/NM] ILLGOL) ok 33192 - "NBThis is a comment\niov" ([RE/F/NM] ILLGOL) ok 33193 - "NBThis is a comment\niov" ([SB/F/NM] ILLGOL) ok 33194 - "NBA\tcomment\nte" ([RE/F/NM] ILLGOL) ok 33195 - "NBA\tcomment\nte" ([SB/F/NM] ILLGOL) ok 33196 - "NBAnother /* comment\ni" ([RE/F/NM] ILLGOL) ok 33197 - "NBAnother /* comment\ni" ([SB/F/NM] ILLGOL) ok 33198 - "1rkxNB\n" ([RE/F/NM] ILLGOL) ok 33199 - "1rkxNB\n" ([SB/F/NM] ILLGOL) ok 33200 - "io3NBThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33201 - "io3NBThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33202 - "8iNBA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33203 - "8iNBA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33204 - "pNBAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33205 - "pNBAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33206 - "\\\n" ([RE/F/NM] ILLGOL) ok 33207 - "\\\n" ([SB/F/NM] ILLGOL) ok 33208 - "\\This is a comment\n" ([RE/F/NM] ILLGOL) ok 33209 - "\\This is a comment\n" ([SB/F/NM] ILLGOL) ok 33210 - "\\A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33211 - "\\A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33212 - "\\Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33213 - "\\Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33214 - "#\n" ([RE/F/NM] ILLGOL) ok 33215 - "#\n" ([SB/F/NM] ILLGOL) ok 33216 - "#This is a comment\n" ([RE/F/NM] ILLGOL) ok 33217 - "#This is a comment\n" ([SB/F/NM] ILLGOL) ok 33218 - "#A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33219 - "#A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33220 - "#Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33221 - "#Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33222 - "//\n" ([RE/F/NM] ILLGOL) ok 33223 - "//\n" ([SB/F/NM] ILLGOL) ok 33224 - "//This is a comment\n" ([RE/F/NM] ILLGOL) ok 33225 - "//This is a comment\n" ([SB/F/NM] ILLGOL) ok 33226 - "//A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33227 - "//A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33228 - "//Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33229 - "//Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33230 - "--\n" ([RE/F/NM] ILLGOL) ok 33231 - "--\n" ([SB/F/NM] ILLGOL) ok 33232 - "--This is a comment\n" ([RE/F/NM] ILLGOL) ok 33233 - "--This is a comment\n" ([SB/F/NM] ILLGOL) ok 33234 - "--A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33235 - "--A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33236 - "--Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33237 - "--Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33238 - ";\n" ([RE/F/NM] ILLGOL) ok 33239 - ";\n" ([SB/F/NM] ILLGOL) ok 33240 - ";This is a comment\n" ([RE/F/NM] ILLGOL) ok 33241 - ";This is a comment\n" ([SB/F/NM] ILLGOL) ok 33242 - ";A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33243 - ";A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33244 - ";Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33245 - ";Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33246 - "#\n" ([RE/F/NM] ILLGOL) ok 33247 - "#\n" ([SB/F/NM] ILLGOL) ok 33248 - "#This is a comment\n" ([RE/F/NM] ILLGOL) ok 33249 - "#This is a comment\n" ([SB/F/NM] ILLGOL) ok 33250 - "#A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33251 - "#A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33252 - "#Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33253 - "#Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33254 - "*\n" ([RE/F/NM] ILLGOL) ok 33255 - "*\n" ([SB/F/NM] ILLGOL) ok 33256 - "*This is a comment\n" ([RE/F/NM] ILLGOL) ok 33257 - "*This is a comment\n" ([SB/F/NM] ILLGOL) ok 33258 - "*A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33259 - "*A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33260 - "*Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33261 - "*Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33262 - "!\n" ([RE/F/NM] ILLGOL) ok 33263 - "!\n" ([SB/F/NM] ILLGOL) ok 33264 - "!This is a comment\n" ([RE/F/NM] ILLGOL) ok 33265 - "!This is a comment\n" ([SB/F/NM] ILLGOL) ok 33266 - "!A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33267 - "!A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33268 - "!Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33269 - "!Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33270 - "REM\n" ([RE/F/NM] ILLGOL) ok 33271 - "REM\n" ([SB/F/NM] ILLGOL) ok 33272 - "REMThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33273 - "REMThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33274 - "REMA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33275 - "REMA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33276 - "REMAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33277 - "REMAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33278 - "//\n" ([RE/F/NM] ILLGOL) ok 33279 - "//\n" ([SB/F/NM] ILLGOL) ok 33280 - "//This is a comment\n" ([RE/F/NM] ILLGOL) ok 33281 - "//This is a comment\n" ([SB/F/NM] ILLGOL) ok 33282 - "//A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33283 - "//A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33284 - "//Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33285 - "//Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33286 - "%\n" ([RE/F/NM] ILLGOL) ok 33287 - "%\n" ([SB/F/NM] ILLGOL) ok 33288 - "%This is a comment\n" ([RE/F/NM] ILLGOL) ok 33289 - "%This is a comment\n" ([SB/F/NM] ILLGOL) ok 33290 - "%A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33291 - "%A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33292 - "%Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33293 - "%Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33294 - "!\n" ([RE/F/NM] ILLGOL) ok 33295 - "!\n" ([SB/F/NM] ILLGOL) ok 33296 - "!This is a comment\n" ([RE/F/NM] ILLGOL) ok 33297 - "!This is a comment\n" ([SB/F/NM] ILLGOL) ok 33298 - "!A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33299 - "!A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33300 - "!Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33301 - "!Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33302 - "PLEASE NOT\n" ([RE/F/NM] ILLGOL) ok 33303 - "PLEASE NOT\n" ([SB/F/NM] ILLGOL) ok 33304 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33305 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33306 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33307 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33308 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33309 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33310 - "PLEASE NOT\n" ([RE/F/NM] ILLGOL) ok 33311 - "PLEASE NOT\n" ([SB/F/NM] ILLGOL) ok 33312 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33313 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33314 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33315 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33316 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33317 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33318 - "PLEASE N'T\n" ([RE/F/NM] ILLGOL) ok 33319 - "PLEASE N'T\n" ([SB/F/NM] ILLGOL) ok 33320 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33321 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33322 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33323 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33324 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33325 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33326 - "DO NOT\n" ([RE/F/NM] ILLGOL) ok 33327 - "DO NOT\n" ([SB/F/NM] ILLGOL) ok 33328 - "DO NOTThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33329 - "DO NOTThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33330 - "DO NOTA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33331 - "DO NOTA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33332 - "DO NOTAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33333 - "DO NOTAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33334 - "DO N'T\n" ([RE/F/NM] ILLGOL) ok 33335 - "DO N'T\n" ([SB/F/NM] ILLGOL) ok 33336 - "DO N'TThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33337 - "DO N'TThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33338 - "DO N'TA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33339 - "DO N'TA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33340 - "DO N'TAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33341 - "DO N'TAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33342 - "DO NOT\n" ([RE/F/NM] ILLGOL) ok 33343 - "DO NOT\n" ([SB/F/NM] ILLGOL) ok 33344 - "DO NOTThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33345 - "DO NOTThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33346 - "DO NOTA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33347 - "DO NOTA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33348 - "DO NOTAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33349 - "DO NOTAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33350 - "PLEASE DO NOT\n" ([RE/F/NM] ILLGOL) ok 33351 - "PLEASE DO NOT\n" ([SB/F/NM] ILLGOL) ok 33352 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33353 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33354 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33355 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33356 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33357 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33358 - "PLEASE DO NOT\n" ([RE/F/NM] ILLGOL) ok 33359 - "PLEASE DO NOT\n" ([SB/F/NM] ILLGOL) ok 33360 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33361 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33362 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33363 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33364 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33365 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33366 - "PLEASE DO N'T\n" ([RE/F/NM] ILLGOL) ok 33367 - "PLEASE DO N'T\n" ([SB/F/NM] ILLGOL) ok 33368 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] ILLGOL) ok 33369 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] ILLGOL) ok 33370 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] ILLGOL) ok 33371 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] ILLGOL) ok 33372 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] ILLGOL) ok 33373 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] ILLGOL) ok 33374 - "{}" ([RE/F/NM] ILLGOL) ok 33375 - "{}" ([SB/F/NM] ILLGOL) ok 33376 - "{This is a comment}" ([RE/F/NM] ILLGOL) ok 33377 - "{This is a comment}" ([SB/F/NM] ILLGOL) ok 33378 - "{A\tcomment}" ([RE/F/NM] ILLGOL) ok 33379 - "{A\tcomment}" ([SB/F/NM] ILLGOL) ok 33380 - "{Another /* comment}" ([RE/F/NM] ILLGOL) ok 33381 - "{Another /* comment}" ([SB/F/NM] ILLGOL) ok 33382 - ".\n" ([RE/F/NM] ILLGOL) ok 33383 - ".\n" ([SB/F/NM] ILLGOL) ok 33384 - ".This is a comment\n" ([RE/F/NM] ILLGOL) ok 33385 - ".This is a comment\n" ([SB/F/NM] ILLGOL) ok 33386 - ".A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33387 - ".A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33388 - ".Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33389 - ".Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33390 - ";\n" ([RE/F/NM] ILLGOL) ok 33391 - ";\n" ([SB/F/NM] ILLGOL) ok 33392 - ";This is a comment\n" ([RE/F/NM] ILLGOL) ok 33393 - ";This is a comment\n" ([SB/F/NM] ILLGOL) ok 33394 - ";A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33395 - ";A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33396 - ";Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33397 - ";Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33398 - "`\n" ([RE/F/NM] ILLGOL) ok 33399 - "`\n" ([SB/F/NM] ILLGOL) ok 33400 - "`This is a comment\n" ([RE/F/NM] ILLGOL) ok 33401 - "`This is a comment\n" ([SB/F/NM] ILLGOL) ok 33402 - "`A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33403 - "`A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33404 - "`Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33405 - "`Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33406 - "--\n" ([RE/F/NM] ILLGOL) ok 33407 - "--\n" ([SB/F/NM] ILLGOL) ok 33408 - "--This is a comment\n" ([RE/F/NM] ILLGOL) ok 33409 - "--This is a comment\n" ([SB/F/NM] ILLGOL) ok 33410 - "--A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33411 - "--A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33412 - "--Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33413 - "--Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33414 - "---\n" ([RE/F/NM] ILLGOL) ok 33415 - "---\n" ([SB/F/NM] ILLGOL) ok 33416 - "---This is a comment\n" ([RE/F/NM] ILLGOL) ok 33417 - "---This is a comment\n" ([SB/F/NM] ILLGOL) ok 33418 - "---A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33419 - "---A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33420 - "---Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33421 - "---Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33422 - "-----\n" ([RE/F/NM] ILLGOL) ok 33423 - "-----\n" ([SB/F/NM] ILLGOL) ok 33424 - "-----This is a comment\n" ([RE/F/NM] ILLGOL) ok 33425 - "-----This is a comment\n" ([SB/F/NM] ILLGOL) ok 33426 - "-----A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33427 - "-----A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33428 - "-----Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33429 - "-----Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33430 - "\\"\n" ([RE/F/NM] ILLGOL) ok 33431 - "\\"\n" ([SB/F/NM] ILLGOL) ok 33432 - "\\"This is a comment\n" ([RE/F/NM] ILLGOL) ok 33433 - "\\"This is a comment\n" ([SB/F/NM] ILLGOL) ok 33434 - "\\"A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33435 - "\\"A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33436 - "\\"Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33437 - "\\"Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33438 - ""\n" ([RE/F/NM] ILLGOL) ok 33439 - ""\n" ([SB/F/NM] ILLGOL) ok 33440 - ""This is a comment\n" ([RE/F/NM] ILLGOL) ok 33441 - ""This is a comment\n" ([SB/F/NM] ILLGOL) ok 33442 - ""A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33443 - ""A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33444 - ""Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33445 - ""Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33446 - "'\n" ([RE/F/NM] ILLGOL) ok 33447 - "'\n" ([SB/F/NM] ILLGOL) ok 33448 - "'This is a comment\n" ([RE/F/NM] ILLGOL) ok 33449 - "'This is a comment\n" ([SB/F/NM] ILLGOL) ok 33450 - "'A\tcomment\n" ([RE/F/NM] ILLGOL) ok 33451 - "'A\tcomment\n" ([SB/F/NM] ILLGOL) ok 33452 - "'Another /* comment\n" ([RE/F/NM] ILLGOL) ok 33453 - "'Another /* comment\n" ([SB/F/NM] ILLGOL) ok 33454 - "PLEASE NOT\n" ([RE/P/MT] INTERCAL) ok 33455 - "PLEASE NOT\n" ([OM/P/MT] INTERCAL) ok 33456 - "PLEASE NOT\n" ([OS/P/MT] INTERCAL) ok 33457 - "PLEASE NOT\n" ([SB/P/MT] INTERCAL) ok 33458 - "PLEASE NOT\n" ([KP/P/MT] INTERCAL) ok 33459 - "PLEASE NOTThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33460 - "PLEASE NOTThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33461 - "PLEASE NOTThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33462 - "PLEASE NOTThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33463 - "PLEASE NOTThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33464 - "PLEASE NOTA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33465 - "PLEASE NOTA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33466 - "PLEASE NOTA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33467 - "PLEASE NOTA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33468 - "PLEASE NOTA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33469 - "PLEASE NOTAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33470 - "PLEASE NOTAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33471 - "PLEASE NOTAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33472 - "PLEASE NOTAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33473 - "PLEASE NOTAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33474 - "PLEASE NOT\n" ([RE/P/MT] INTERCAL) ok 33475 - "PLEASE NOT\n" ([OM/P/MT] INTERCAL) ok 33476 - "PLEASE NOT\n" ([OS/P/MT] INTERCAL) ok 33477 - "PLEASE NOT\n" ([SB/P/MT] INTERCAL) ok 33478 - "PLEASE NOT\n" ([KP/P/MT] INTERCAL) ok 33479 - "PLEASE NOTThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33480 - "PLEASE NOTThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33481 - "PLEASE NOTThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33482 - "PLEASE NOTThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33483 - "PLEASE NOTThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33484 - "PLEASE NOTA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33485 - "PLEASE NOTA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33486 - "PLEASE NOTA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33487 - "PLEASE NOTA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33488 - "PLEASE NOTA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33489 - "PLEASE NOTAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33490 - "PLEASE NOTAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33491 - "PLEASE NOTAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33492 - "PLEASE NOTAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33493 - "PLEASE NOTAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33494 - "PLEASE N'T\n" ([RE/P/MT] INTERCAL) ok 33495 - "PLEASE N'T\n" ([OM/P/MT] INTERCAL) ok 33496 - "PLEASE N'T\n" ([OS/P/MT] INTERCAL) ok 33497 - "PLEASE N'T\n" ([SB/P/MT] INTERCAL) ok 33498 - "PLEASE N'T\n" ([KP/P/MT] INTERCAL) ok 33499 - "PLEASE N'TThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33500 - "PLEASE N'TThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33501 - "PLEASE N'TThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33502 - "PLEASE N'TThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33503 - "PLEASE N'TThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33504 - "PLEASE N'TA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33505 - "PLEASE N'TA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33506 - "PLEASE N'TA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33507 - "PLEASE N'TA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33508 - "PLEASE N'TA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33509 - "PLEASE N'TAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33510 - "PLEASE N'TAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33511 - "PLEASE N'TAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33512 - "PLEASE N'TAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33513 - "PLEASE N'TAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33514 - "DO NOT\n" ([RE/P/MT] INTERCAL) ok 33515 - "DO NOT\n" ([OM/P/MT] INTERCAL) ok 33516 - "DO NOT\n" ([OS/P/MT] INTERCAL) ok 33517 - "DO NOT\n" ([SB/P/MT] INTERCAL) ok 33518 - "DO NOT\n" ([KP/P/MT] INTERCAL) ok 33519 - "DO NOTThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33520 - "DO NOTThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33521 - "DO NOTThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33522 - "DO NOTThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33523 - "DO NOTThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33524 - "DO NOTA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33525 - "DO NOTA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33526 - "DO NOTA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33527 - "DO NOTA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33528 - "DO NOTA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33529 - "DO NOTAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33530 - "DO NOTAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33531 - "DO NOTAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33532 - "DO NOTAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33533 - "DO NOTAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33534 - "DO N'T\n" ([RE/P/MT] INTERCAL) ok 33535 - "DO N'T\n" ([OM/P/MT] INTERCAL) ok 33536 - "DO N'T\n" ([OS/P/MT] INTERCAL) ok 33537 - "DO N'T\n" ([SB/P/MT] INTERCAL) ok 33538 - "DO N'T\n" ([KP/P/MT] INTERCAL) ok 33539 - "DO N'TThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33540 - "DO N'TThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33541 - "DO N'TThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33542 - "DO N'TThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33543 - "DO N'TThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33544 - "DO N'TA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33545 - "DO N'TA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33546 - "DO N'TA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33547 - "DO N'TA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33548 - "DO N'TA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33549 - "DO N'TAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33550 - "DO N'TAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33551 - "DO N'TAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33552 - "DO N'TAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33553 - "DO N'TAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33554 - "DO NOT\n" ([RE/P/MT] INTERCAL) ok 33555 - "DO NOT\n" ([OM/P/MT] INTERCAL) ok 33556 - "DO NOT\n" ([OS/P/MT] INTERCAL) ok 33557 - "DO NOT\n" ([SB/P/MT] INTERCAL) ok 33558 - "DO NOT\n" ([KP/P/MT] INTERCAL) ok 33559 - "DO NOTThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33560 - "DO NOTThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33561 - "DO NOTThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33562 - "DO NOTThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33563 - "DO NOTThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33564 - "DO NOTA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33565 - "DO NOTA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33566 - "DO NOTA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33567 - "DO NOTA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33568 - "DO NOTA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33569 - "DO NOTAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33570 - "DO NOTAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33571 - "DO NOTAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33572 - "DO NOTAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33573 - "DO NOTAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33574 - "PLEASE DO NOT\n" ([RE/P/MT] INTERCAL) ok 33575 - "PLEASE DO NOT\n" ([OM/P/MT] INTERCAL) ok 33576 - "PLEASE DO NOT\n" ([OS/P/MT] INTERCAL) ok 33577 - "PLEASE DO NOT\n" ([SB/P/MT] INTERCAL) ok 33578 - "PLEASE DO NOT\n" ([KP/P/MT] INTERCAL) ok 33579 - "PLEASE DO NOTThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33580 - "PLEASE DO NOTThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33581 - "PLEASE DO NOTThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33582 - "PLEASE DO NOTThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33583 - "PLEASE DO NOTThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33584 - "PLEASE DO NOTA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33585 - "PLEASE DO NOTA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33586 - "PLEASE DO NOTA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33587 - "PLEASE DO NOTA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33588 - "PLEASE DO NOTA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33589 - "PLEASE DO NOTAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33590 - "PLEASE DO NOTAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33591 - "PLEASE DO NOTAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33592 - "PLEASE DO NOTAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33593 - "PLEASE DO NOTAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33594 - "PLEASE DO NOT\n" ([RE/P/MT] INTERCAL) ok 33595 - "PLEASE DO NOT\n" ([OM/P/MT] INTERCAL) ok 33596 - "PLEASE DO NOT\n" ([OS/P/MT] INTERCAL) ok 33597 - "PLEASE DO NOT\n" ([SB/P/MT] INTERCAL) ok 33598 - "PLEASE DO NOT\n" ([KP/P/MT] INTERCAL) ok 33599 - "PLEASE DO NOTThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33600 - "PLEASE DO NOTThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33601 - "PLEASE DO NOTThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33602 - "PLEASE DO NOTThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33603 - "PLEASE DO NOTThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33604 - "PLEASE DO NOTA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33605 - "PLEASE DO NOTA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33606 - "PLEASE DO NOTA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33607 - "PLEASE DO NOTA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33608 - "PLEASE DO NOTA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33609 - "PLEASE DO NOTAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33610 - "PLEASE DO NOTAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33611 - "PLEASE DO NOTAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33612 - "PLEASE DO NOTAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33613 - "PLEASE DO NOTAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33614 - "PLEASE DO N'T\n" ([RE/P/MT] INTERCAL) ok 33615 - "PLEASE DO N'T\n" ([OM/P/MT] INTERCAL) ok 33616 - "PLEASE DO N'T\n" ([OS/P/MT] INTERCAL) ok 33617 - "PLEASE DO N'T\n" ([SB/P/MT] INTERCAL) ok 33618 - "PLEASE DO N'T\n" ([KP/P/MT] INTERCAL) ok 33619 - "PLEASE DO N'TThis is a comment\n" ([RE/P/MT] INTERCAL) ok 33620 - "PLEASE DO N'TThis is a comment\n" ([OM/P/MT] INTERCAL) ok 33621 - "PLEASE DO N'TThis is a comment\n" ([OS/P/MT] INTERCAL) ok 33622 - "PLEASE DO N'TThis is a comment\n" ([SB/P/MT] INTERCAL) ok 33623 - "PLEASE DO N'TThis is a comment\n" ([KP/P/MT] INTERCAL) ok 33624 - "PLEASE DO N'TA\tcomment\n" ([RE/P/MT] INTERCAL) ok 33625 - "PLEASE DO N'TA\tcomment\n" ([OM/P/MT] INTERCAL) ok 33626 - "PLEASE DO N'TA\tcomment\n" ([OS/P/MT] INTERCAL) ok 33627 - "PLEASE DO N'TA\tcomment\n" ([SB/P/MT] INTERCAL) ok 33628 - "PLEASE DO N'TA\tcomment\n" ([KP/P/MT] INTERCAL) ok 33629 - "PLEASE DO N'TAnother /* comment\n" ([RE/P/MT] INTERCAL) ok 33630 - "PLEASE DO N'TAnother /* comment\n" ([OM/P/MT] INTERCAL) ok 33631 - "PLEASE DO N'TAnother /* comment\n" ([OS/P/MT] INTERCAL) ok 33632 - "PLEASE DO N'TAnother /* comment\n" ([SB/P/MT] INTERCAL) ok 33633 - "PLEASE DO N'TAnother /* comment\n" ([KP/P/MT] INTERCAL) ok 33634 - "\\" ([RE/F/NM] INTERCAL) ok 33635 - "\\" ([SB/F/NM] INTERCAL) ok 33636 - "\\This is a comment" ([RE/F/NM] INTERCAL) ok 33637 - "\\This is a comment" ([SB/F/NM] INTERCAL) ok 33638 - "\\A\tcomment" ([RE/F/NM] INTERCAL) ok 33639 - "\\A\tcomment" ([SB/F/NM] INTERCAL) ok 33640 - "\\Another /* comment" ([RE/F/NM] INTERCAL) ok 33641 - "\\Another /* comment" ([SB/F/NM] INTERCAL) ok 33642 - "\n" ([RE/F/NM] INTERCAL) ok 33643 - "\n" ([SB/F/NM] INTERCAL) ok 33644 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33645 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33646 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33647 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33648 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33649 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33650 - "#" ([RE/F/NM] INTERCAL) ok 33651 - "#" ([SB/F/NM] INTERCAL) ok 33652 - "#This is a comment" ([RE/F/NM] INTERCAL) ok 33653 - "#This is a comment" ([SB/F/NM] INTERCAL) ok 33654 - "#A\tcomment" ([RE/F/NM] INTERCAL) ok 33655 - "#A\tcomment" ([SB/F/NM] INTERCAL) ok 33656 - "#Another /* comment" ([RE/F/NM] INTERCAL) ok 33657 - "#Another /* comment" ([SB/F/NM] INTERCAL) ok 33658 - "\n" ([RE/F/NM] INTERCAL) ok 33659 - "\n" ([SB/F/NM] INTERCAL) ok 33660 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33661 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33662 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33663 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33664 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33665 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33666 - "//" ([RE/F/NM] INTERCAL) ok 33667 - "//" ([SB/F/NM] INTERCAL) ok 33668 - "//This is a comment" ([RE/F/NM] INTERCAL) ok 33669 - "//This is a comment" ([SB/F/NM] INTERCAL) ok 33670 - "//A\tcomment" ([RE/F/NM] INTERCAL) ok 33671 - "//A\tcomment" ([SB/F/NM] INTERCAL) ok 33672 - "//Another /* comment" ([RE/F/NM] INTERCAL) ok 33673 - "//Another /* comment" ([SB/F/NM] INTERCAL) ok 33674 - "\n" ([RE/F/NM] INTERCAL) ok 33675 - "\n" ([SB/F/NM] INTERCAL) ok 33676 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33677 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33678 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33679 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33680 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33681 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33682 - "--" ([RE/F/NM] INTERCAL) ok 33683 - "--" ([SB/F/NM] INTERCAL) ok 33684 - "--This is a comment" ([RE/F/NM] INTERCAL) ok 33685 - "--This is a comment" ([SB/F/NM] INTERCAL) ok 33686 - "--A\tcomment" ([RE/F/NM] INTERCAL) ok 33687 - "--A\tcomment" ([SB/F/NM] INTERCAL) ok 33688 - "--Another /* comment" ([RE/F/NM] INTERCAL) ok 33689 - "--Another /* comment" ([SB/F/NM] INTERCAL) ok 33690 - "\n" ([RE/F/NM] INTERCAL) ok 33691 - "\n" ([SB/F/NM] INTERCAL) ok 33692 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33693 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33694 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33695 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33696 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33697 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33698 - ";" ([RE/F/NM] INTERCAL) ok 33699 - ";" ([SB/F/NM] INTERCAL) ok 33700 - ";This is a comment" ([RE/F/NM] INTERCAL) ok 33701 - ";This is a comment" ([SB/F/NM] INTERCAL) ok 33702 - ";A\tcomment" ([RE/F/NM] INTERCAL) ok 33703 - ";A\tcomment" ([SB/F/NM] INTERCAL) ok 33704 - ";Another /* comment" ([RE/F/NM] INTERCAL) ok 33705 - ";Another /* comment" ([SB/F/NM] INTERCAL) ok 33706 - "\n" ([RE/F/NM] INTERCAL) ok 33707 - "\n" ([SB/F/NM] INTERCAL) ok 33708 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33709 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33710 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33711 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33712 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33713 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33714 - "#" ([RE/F/NM] INTERCAL) ok 33715 - "#" ([SB/F/NM] INTERCAL) ok 33716 - "#This is a comment" ([RE/F/NM] INTERCAL) ok 33717 - "#This is a comment" ([SB/F/NM] INTERCAL) ok 33718 - "#A\tcomment" ([RE/F/NM] INTERCAL) ok 33719 - "#A\tcomment" ([SB/F/NM] INTERCAL) ok 33720 - "#Another /* comment" ([RE/F/NM] INTERCAL) ok 33721 - "#Another /* comment" ([SB/F/NM] INTERCAL) ok 33722 - "\n" ([RE/F/NM] INTERCAL) ok 33723 - "\n" ([SB/F/NM] INTERCAL) ok 33724 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33725 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33726 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33727 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33728 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33729 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33730 - "*" ([RE/F/NM] INTERCAL) ok 33731 - "*" ([SB/F/NM] INTERCAL) ok 33732 - "*This is a comment" ([RE/F/NM] INTERCAL) ok 33733 - "*This is a comment" ([SB/F/NM] INTERCAL) ok 33734 - "*A\tcomment" ([RE/F/NM] INTERCAL) ok 33735 - "*A\tcomment" ([SB/F/NM] INTERCAL) ok 33736 - "*Another /* comment" ([RE/F/NM] INTERCAL) ok 33737 - "*Another /* comment" ([SB/F/NM] INTERCAL) ok 33738 - "\n" ([RE/F/NM] INTERCAL) ok 33739 - "\n" ([SB/F/NM] INTERCAL) ok 33740 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33741 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33742 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33743 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33744 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33745 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33746 - "!" ([RE/F/NM] INTERCAL) ok 33747 - "!" ([SB/F/NM] INTERCAL) ok 33748 - "!This is a comment" ([RE/F/NM] INTERCAL) ok 33749 - "!This is a comment" ([SB/F/NM] INTERCAL) ok 33750 - "!A\tcomment" ([RE/F/NM] INTERCAL) ok 33751 - "!A\tcomment" ([SB/F/NM] INTERCAL) ok 33752 - "!Another /* comment" ([RE/F/NM] INTERCAL) ok 33753 - "!Another /* comment" ([SB/F/NM] INTERCAL) ok 33754 - "\n" ([RE/F/NM] INTERCAL) ok 33755 - "\n" ([SB/F/NM] INTERCAL) ok 33756 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33757 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33758 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33759 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33760 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33761 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33762 - "REM" ([RE/F/NM] INTERCAL) ok 33763 - "REM" ([SB/F/NM] INTERCAL) ok 33764 - "REMThis is a comment" ([RE/F/NM] INTERCAL) ok 33765 - "REMThis is a comment" ([SB/F/NM] INTERCAL) ok 33766 - "REMA\tcomment" ([RE/F/NM] INTERCAL) ok 33767 - "REMA\tcomment" ([SB/F/NM] INTERCAL) ok 33768 - "REMAnother /* comment" ([RE/F/NM] INTERCAL) ok 33769 - "REMAnother /* comment" ([SB/F/NM] INTERCAL) ok 33770 - "\n" ([RE/F/NM] INTERCAL) ok 33771 - "\n" ([SB/F/NM] INTERCAL) ok 33772 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33773 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33774 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33775 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33776 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33777 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33778 - "//" ([RE/F/NM] INTERCAL) ok 33779 - "//" ([SB/F/NM] INTERCAL) ok 33780 - "//This is a comment" ([RE/F/NM] INTERCAL) ok 33781 - "//This is a comment" ([SB/F/NM] INTERCAL) ok 33782 - "//A\tcomment" ([RE/F/NM] INTERCAL) ok 33783 - "//A\tcomment" ([SB/F/NM] INTERCAL) ok 33784 - "//Another /* comment" ([RE/F/NM] INTERCAL) ok 33785 - "//Another /* comment" ([SB/F/NM] INTERCAL) ok 33786 - "\n" ([RE/F/NM] INTERCAL) ok 33787 - "\n" ([SB/F/NM] INTERCAL) ok 33788 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33789 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33790 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33791 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33792 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33793 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33794 - "%" ([RE/F/NM] INTERCAL) ok 33795 - "%" ([SB/F/NM] INTERCAL) ok 33796 - "%This is a comment" ([RE/F/NM] INTERCAL) ok 33797 - "%This is a comment" ([SB/F/NM] INTERCAL) ok 33798 - "%A\tcomment" ([RE/F/NM] INTERCAL) ok 33799 - "%A\tcomment" ([SB/F/NM] INTERCAL) ok 33800 - "%Another /* comment" ([RE/F/NM] INTERCAL) ok 33801 - "%Another /* comment" ([SB/F/NM] INTERCAL) ok 33802 - "\n" ([RE/F/NM] INTERCAL) ok 33803 - "\n" ([SB/F/NM] INTERCAL) ok 33804 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33805 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33806 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33807 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33808 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33809 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33810 - "!" ([RE/F/NM] INTERCAL) ok 33811 - "!" ([SB/F/NM] INTERCAL) ok 33812 - "!This is a comment" ([RE/F/NM] INTERCAL) ok 33813 - "!This is a comment" ([SB/F/NM] INTERCAL) ok 33814 - "!A\tcomment" ([RE/F/NM] INTERCAL) ok 33815 - "!A\tcomment" ([SB/F/NM] INTERCAL) ok 33816 - "!Another /* comment" ([RE/F/NM] INTERCAL) ok 33817 - "!Another /* comment" ([SB/F/NM] INTERCAL) ok 33818 - "\n" ([RE/F/NM] INTERCAL) ok 33819 - "\n" ([SB/F/NM] INTERCAL) ok 33820 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33821 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33822 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33823 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33824 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33825 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33826 - "NB" ([RE/F/NM] INTERCAL) ok 33827 - "NB" ([SB/F/NM] INTERCAL) ok 33828 - "NBThis is a comment" ([RE/F/NM] INTERCAL) ok 33829 - "NBThis is a comment" ([SB/F/NM] INTERCAL) ok 33830 - "NBA\tcomment" ([RE/F/NM] INTERCAL) ok 33831 - "NBA\tcomment" ([SB/F/NM] INTERCAL) ok 33832 - "NBAnother /* comment" ([RE/F/NM] INTERCAL) ok 33833 - "NBAnother /* comment" ([SB/F/NM] INTERCAL) ok 33834 - "\n" ([RE/F/NM] INTERCAL) ok 33835 - "\n" ([SB/F/NM] INTERCAL) ok 33836 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33837 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33838 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33839 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33840 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33841 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33842 - "PLEASE NOT" ([RE/F/NM] INTERCAL) ok 33843 - "PLEASE NOT" ([SB/F/NM] INTERCAL) ok 33844 - "PLEASE NOTThis is a comment" ([RE/F/NM] INTERCAL) ok 33845 - "PLEASE NOTThis is a comment" ([SB/F/NM] INTERCAL) ok 33846 - "PLEASE NOTA\tcomment" ([RE/F/NM] INTERCAL) ok 33847 - "PLEASE NOTA\tcomment" ([SB/F/NM] INTERCAL) ok 33848 - "PLEASE NOTAnother /* comment" ([RE/F/NM] INTERCAL) ok 33849 - "PLEASE NOTAnother /* comment" ([SB/F/NM] INTERCAL) ok 33850 - "\n" ([RE/F/NM] INTERCAL) ok 33851 - "\n" ([SB/F/NM] INTERCAL) ok 33852 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33853 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33854 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33855 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33856 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33857 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33858 - "PLEASE NOT" ([RE/F/NM] INTERCAL) ok 33859 - "PLEASE NOT" ([SB/F/NM] INTERCAL) ok 33860 - "PLEASE NOTThis is a comment" ([RE/F/NM] INTERCAL) ok 33861 - "PLEASE NOTThis is a comment" ([SB/F/NM] INTERCAL) ok 33862 - "PLEASE NOTA\tcomment" ([RE/F/NM] INTERCAL) ok 33863 - "PLEASE NOTA\tcomment" ([SB/F/NM] INTERCAL) ok 33864 - "PLEASE NOTAnother /* comment" ([RE/F/NM] INTERCAL) ok 33865 - "PLEASE NOTAnother /* comment" ([SB/F/NM] INTERCAL) ok 33866 - "\n" ([RE/F/NM] INTERCAL) ok 33867 - "\n" ([SB/F/NM] INTERCAL) ok 33868 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33869 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33870 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33871 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33872 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33873 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33874 - "PLEASE N'T" ([RE/F/NM] INTERCAL) ok 33875 - "PLEASE N'T" ([SB/F/NM] INTERCAL) ok 33876 - "PLEASE N'TThis is a comment" ([RE/F/NM] INTERCAL) ok 33877 - "PLEASE N'TThis is a comment" ([SB/F/NM] INTERCAL) ok 33878 - "PLEASE N'TA\tcomment" ([RE/F/NM] INTERCAL) ok 33879 - "PLEASE N'TA\tcomment" ([SB/F/NM] INTERCAL) ok 33880 - "PLEASE N'TAnother /* comment" ([RE/F/NM] INTERCAL) ok 33881 - "PLEASE N'TAnother /* comment" ([SB/F/NM] INTERCAL) ok 33882 - "\n" ([RE/F/NM] INTERCAL) ok 33883 - "\n" ([SB/F/NM] INTERCAL) ok 33884 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33885 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33886 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33887 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33888 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33889 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33890 - "DO NOT" ([RE/F/NM] INTERCAL) ok 33891 - "DO NOT" ([SB/F/NM] INTERCAL) ok 33892 - "DO NOTThis is a comment" ([RE/F/NM] INTERCAL) ok 33893 - "DO NOTThis is a comment" ([SB/F/NM] INTERCAL) ok 33894 - "DO NOTA\tcomment" ([RE/F/NM] INTERCAL) ok 33895 - "DO NOTA\tcomment" ([SB/F/NM] INTERCAL) ok 33896 - "DO NOTAnother /* comment" ([RE/F/NM] INTERCAL) ok 33897 - "DO NOTAnother /* comment" ([SB/F/NM] INTERCAL) ok 33898 - "\n" ([RE/F/NM] INTERCAL) ok 33899 - "\n" ([SB/F/NM] INTERCAL) ok 33900 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33901 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33902 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33903 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33904 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33905 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33906 - "DO N'T" ([RE/F/NM] INTERCAL) ok 33907 - "DO N'T" ([SB/F/NM] INTERCAL) ok 33908 - "DO N'TThis is a comment" ([RE/F/NM] INTERCAL) ok 33909 - "DO N'TThis is a comment" ([SB/F/NM] INTERCAL) ok 33910 - "DO N'TA\tcomment" ([RE/F/NM] INTERCAL) ok 33911 - "DO N'TA\tcomment" ([SB/F/NM] INTERCAL) ok 33912 - "DO N'TAnother /* comment" ([RE/F/NM] INTERCAL) ok 33913 - "DO N'TAnother /* comment" ([SB/F/NM] INTERCAL) ok 33914 - "\n" ([RE/F/NM] INTERCAL) ok 33915 - "\n" ([SB/F/NM] INTERCAL) ok 33916 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33917 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33918 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33919 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33920 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33921 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33922 - "DO NOT" ([RE/F/NM] INTERCAL) ok 33923 - "DO NOT" ([SB/F/NM] INTERCAL) ok 33924 - "DO NOTThis is a comment" ([RE/F/NM] INTERCAL) ok 33925 - "DO NOTThis is a comment" ([SB/F/NM] INTERCAL) ok 33926 - "DO NOTA\tcomment" ([RE/F/NM] INTERCAL) ok 33927 - "DO NOTA\tcomment" ([SB/F/NM] INTERCAL) ok 33928 - "DO NOTAnother /* comment" ([RE/F/NM] INTERCAL) ok 33929 - "DO NOTAnother /* comment" ([SB/F/NM] INTERCAL) ok 33930 - "\n" ([RE/F/NM] INTERCAL) ok 33931 - "\n" ([SB/F/NM] INTERCAL) ok 33932 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33933 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33934 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33935 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33936 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33937 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33938 - "PLEASE DO NOT" ([RE/F/NM] INTERCAL) ok 33939 - "PLEASE DO NOT" ([SB/F/NM] INTERCAL) ok 33940 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] INTERCAL) ok 33941 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] INTERCAL) ok 33942 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] INTERCAL) ok 33943 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] INTERCAL) ok 33944 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] INTERCAL) ok 33945 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] INTERCAL) ok 33946 - "\n" ([RE/F/NM] INTERCAL) ok 33947 - "\n" ([SB/F/NM] INTERCAL) ok 33948 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33949 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33950 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33951 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33952 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33953 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33954 - "PLEASE DO NOT" ([RE/F/NM] INTERCAL) ok 33955 - "PLEASE DO NOT" ([SB/F/NM] INTERCAL) ok 33956 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] INTERCAL) ok 33957 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] INTERCAL) ok 33958 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] INTERCAL) ok 33959 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] INTERCAL) ok 33960 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] INTERCAL) ok 33961 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] INTERCAL) ok 33962 - "\n" ([RE/F/NM] INTERCAL) ok 33963 - "\n" ([SB/F/NM] INTERCAL) ok 33964 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33965 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33966 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33967 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33968 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33969 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33970 - "PLEASE DO N'T" ([RE/F/NM] INTERCAL) ok 33971 - "PLEASE DO N'T" ([SB/F/NM] INTERCAL) ok 33972 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] INTERCAL) ok 33973 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] INTERCAL) ok 33974 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] INTERCAL) ok 33975 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] INTERCAL) ok 33976 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] INTERCAL) ok 33977 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] INTERCAL) ok 33978 - "\n" ([RE/F/NM] INTERCAL) ok 33979 - "\n" ([SB/F/NM] INTERCAL) ok 33980 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33981 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33982 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33983 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 33984 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 33985 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 33986 - "NB." ([RE/F/NM] INTERCAL) ok 33987 - "NB." ([SB/F/NM] INTERCAL) ok 33988 - "NB.This is a comment" ([RE/F/NM] INTERCAL) ok 33989 - "NB.This is a comment" ([SB/F/NM] INTERCAL) ok 33990 - "NB.A\tcomment" ([RE/F/NM] INTERCAL) ok 33991 - "NB.A\tcomment" ([SB/F/NM] INTERCAL) ok 33992 - "NB.Another /* comment" ([RE/F/NM] INTERCAL) ok 33993 - "NB.Another /* comment" ([SB/F/NM] INTERCAL) ok 33994 - "\n" ([RE/F/NM] INTERCAL) ok 33995 - "\n" ([SB/F/NM] INTERCAL) ok 33996 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 33997 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 33998 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 33999 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34000 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34001 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34002 - "{" ([RE/F/NM] INTERCAL) ok 34003 - "{" ([SB/F/NM] INTERCAL) ok 34004 - "{This is a comment" ([RE/F/NM] INTERCAL) ok 34005 - "{This is a comment" ([SB/F/NM] INTERCAL) ok 34006 - "{A\tcomment" ([RE/F/NM] INTERCAL) ok 34007 - "{A\tcomment" ([SB/F/NM] INTERCAL) ok 34008 - "{Another /* comment" ([RE/F/NM] INTERCAL) ok 34009 - "{Another /* comment" ([SB/F/NM] INTERCAL) ok 34010 - "}" ([RE/F/NM] INTERCAL) ok 34011 - "}" ([SB/F/NM] INTERCAL) ok 34012 - "This is a comment}" ([RE/F/NM] INTERCAL) ok 34013 - "This is a comment}" ([SB/F/NM] INTERCAL) ok 34014 - "A\tcomment}" ([RE/F/NM] INTERCAL) ok 34015 - "A\tcomment}" ([SB/F/NM] INTERCAL) ok 34016 - "Another /* comment}" ([RE/F/NM] INTERCAL) ok 34017 - "Another /* comment}" ([SB/F/NM] INTERCAL) ok 34018 - "." ([RE/F/NM] INTERCAL) ok 34019 - "." ([SB/F/NM] INTERCAL) ok 34020 - ".This is a comment" ([RE/F/NM] INTERCAL) ok 34021 - ".This is a comment" ([SB/F/NM] INTERCAL) ok 34022 - ".A\tcomment" ([RE/F/NM] INTERCAL) ok 34023 - ".A\tcomment" ([SB/F/NM] INTERCAL) ok 34024 - ".Another /* comment" ([RE/F/NM] INTERCAL) ok 34025 - ".Another /* comment" ([SB/F/NM] INTERCAL) ok 34026 - "\n" ([RE/F/NM] INTERCAL) ok 34027 - "\n" ([SB/F/NM] INTERCAL) ok 34028 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34029 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34030 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34031 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34032 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34033 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34034 - ";" ([RE/F/NM] INTERCAL) ok 34035 - ";" ([SB/F/NM] INTERCAL) ok 34036 - ";This is a comment" ([RE/F/NM] INTERCAL) ok 34037 - ";This is a comment" ([SB/F/NM] INTERCAL) ok 34038 - ";A\tcomment" ([RE/F/NM] INTERCAL) ok 34039 - ";A\tcomment" ([SB/F/NM] INTERCAL) ok 34040 - ";Another /* comment" ([RE/F/NM] INTERCAL) ok 34041 - ";Another /* comment" ([SB/F/NM] INTERCAL) ok 34042 - "\n" ([RE/F/NM] INTERCAL) ok 34043 - "\n" ([SB/F/NM] INTERCAL) ok 34044 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34045 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34046 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34047 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34048 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34049 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34050 - "`" ([RE/F/NM] INTERCAL) ok 34051 - "`" ([SB/F/NM] INTERCAL) ok 34052 - "`This is a comment" ([RE/F/NM] INTERCAL) ok 34053 - "`This is a comment" ([SB/F/NM] INTERCAL) ok 34054 - "`A\tcomment" ([RE/F/NM] INTERCAL) ok 34055 - "`A\tcomment" ([SB/F/NM] INTERCAL) ok 34056 - "`Another /* comment" ([RE/F/NM] INTERCAL) ok 34057 - "`Another /* comment" ([SB/F/NM] INTERCAL) ok 34058 - "\n" ([RE/F/NM] INTERCAL) ok 34059 - "\n" ([SB/F/NM] INTERCAL) ok 34060 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34061 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34062 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34063 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34064 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34065 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34066 - "--" ([RE/F/NM] INTERCAL) ok 34067 - "--" ([SB/F/NM] INTERCAL) ok 34068 - "--This is a comment" ([RE/F/NM] INTERCAL) ok 34069 - "--This is a comment" ([SB/F/NM] INTERCAL) ok 34070 - "--A\tcomment" ([RE/F/NM] INTERCAL) ok 34071 - "--A\tcomment" ([SB/F/NM] INTERCAL) ok 34072 - "--Another /* comment" ([RE/F/NM] INTERCAL) ok 34073 - "--Another /* comment" ([SB/F/NM] INTERCAL) ok 34074 - "\n" ([RE/F/NM] INTERCAL) ok 34075 - "\n" ([SB/F/NM] INTERCAL) ok 34076 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34077 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34078 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34079 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34080 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34081 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34082 - "---" ([RE/F/NM] INTERCAL) ok 34083 - "---" ([SB/F/NM] INTERCAL) ok 34084 - "---This is a comment" ([RE/F/NM] INTERCAL) ok 34085 - "---This is a comment" ([SB/F/NM] INTERCAL) ok 34086 - "---A\tcomment" ([RE/F/NM] INTERCAL) ok 34087 - "---A\tcomment" ([SB/F/NM] INTERCAL) ok 34088 - "---Another /* comment" ([RE/F/NM] INTERCAL) ok 34089 - "---Another /* comment" ([SB/F/NM] INTERCAL) ok 34090 - "\n" ([RE/F/NM] INTERCAL) ok 34091 - "\n" ([SB/F/NM] INTERCAL) ok 34092 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34093 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34094 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34095 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34096 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34097 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34098 - "-----" ([RE/F/NM] INTERCAL) ok 34099 - "-----" ([SB/F/NM] INTERCAL) ok 34100 - "-----This is a comment" ([RE/F/NM] INTERCAL) ok 34101 - "-----This is a comment" ([SB/F/NM] INTERCAL) ok 34102 - "-----A\tcomment" ([RE/F/NM] INTERCAL) ok 34103 - "-----A\tcomment" ([SB/F/NM] INTERCAL) ok 34104 - "-----Another /* comment" ([RE/F/NM] INTERCAL) ok 34105 - "-----Another /* comment" ([SB/F/NM] INTERCAL) ok 34106 - "\n" ([RE/F/NM] INTERCAL) ok 34107 - "\n" ([SB/F/NM] INTERCAL) ok 34108 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34109 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34110 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34111 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34112 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34113 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34114 - "\\"" ([RE/F/NM] INTERCAL) ok 34115 - "\\"" ([SB/F/NM] INTERCAL) ok 34116 - "\\"This is a comment" ([RE/F/NM] INTERCAL) ok 34117 - "\\"This is a comment" ([SB/F/NM] INTERCAL) ok 34118 - "\\"A\tcomment" ([RE/F/NM] INTERCAL) ok 34119 - "\\"A\tcomment" ([SB/F/NM] INTERCAL) ok 34120 - "\\"Another /* comment" ([RE/F/NM] INTERCAL) ok 34121 - "\\"Another /* comment" ([SB/F/NM] INTERCAL) ok 34122 - "\n" ([RE/F/NM] INTERCAL) ok 34123 - "\n" ([SB/F/NM] INTERCAL) ok 34124 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34125 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34126 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34127 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34128 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34129 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34130 - """ ([RE/F/NM] INTERCAL) ok 34131 - """ ([SB/F/NM] INTERCAL) ok 34132 - ""This is a comment" ([RE/F/NM] INTERCAL) ok 34133 - ""This is a comment" ([SB/F/NM] INTERCAL) ok 34134 - ""A\tcomment" ([RE/F/NM] INTERCAL) ok 34135 - ""A\tcomment" ([SB/F/NM] INTERCAL) ok 34136 - ""Another /* comment" ([RE/F/NM] INTERCAL) ok 34137 - ""Another /* comment" ([SB/F/NM] INTERCAL) ok 34138 - "\n" ([RE/F/NM] INTERCAL) ok 34139 - "\n" ([SB/F/NM] INTERCAL) ok 34140 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34141 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34142 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34143 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34144 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34145 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34146 - "'" ([RE/F/NM] INTERCAL) ok 34147 - "'" ([SB/F/NM] INTERCAL) ok 34148 - "'This is a comment" ([RE/F/NM] INTERCAL) ok 34149 - "'This is a comment" ([SB/F/NM] INTERCAL) ok 34150 - "'A\tcomment" ([RE/F/NM] INTERCAL) ok 34151 - "'A\tcomment" ([SB/F/NM] INTERCAL) ok 34152 - "'Another /* comment" ([RE/F/NM] INTERCAL) ok 34153 - "'Another /* comment" ([SB/F/NM] INTERCAL) ok 34154 - "\n" ([RE/F/NM] INTERCAL) ok 34155 - "\n" ([SB/F/NM] INTERCAL) ok 34156 - "This is a comment\n" ([RE/F/NM] INTERCAL) ok 34157 - "This is a comment\n" ([SB/F/NM] INTERCAL) ok 34158 - "A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34159 - "A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34160 - "Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34161 - "Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34162 - "/* This is a C comment */" ([RE/F/NM] INTERCAL) ok 34163 - "/* This is a C comment */" ([SB/F/NM] INTERCAL) ok 34164 - "(* This is a Pascal comment *)" ([RE/F/NM] INTERCAL) ok 34165 - "(* This is a Pascal comment *)" ([SB/F/NM] INTERCAL) ok 34166 - "" ([RE/F/NM] INTERCAL) ok 34167 - "" ([SB/F/NM] INTERCAL) ok 34168 - "PLEASE NOT\n\n" ([RE/F/NM] INTERCAL) ok 34169 - "PLEASE NOT\n\n" ([SB/F/NM] INTERCAL) ok 34170 - "PLEASE NOTThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34171 - "PLEASE NOTThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34172 - "PLEASE NOTA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34173 - "PLEASE NOTA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34174 - "PLEASE NOTAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34175 - "PLEASE NOTAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34176 - "PLEASE NOT\nPLEASE NOT\n" ([RE/F/NM] INTERCAL) ok 34177 - "PLEASE NOT\nPLEASE NOT\n" ([SB/F/NM] INTERCAL) ok 34178 - "PLEASE NOTThis is a comment\nPLEASE NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34179 - "PLEASE NOTThis is a comment\nPLEASE NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34180 - "PLEASE NOTA\tcomment\nPLEASE NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34181 - "PLEASE NOTA\tcomment\nPLEASE NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34182 - "PLEASE NOTAnother /* comment\nPLEASE NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34183 - "PLEASE NOTAnother /* comment\nPLEASE NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34184 - "PLEASE NOT\nko" ([RE/F/NM] INTERCAL) ok 34185 - "PLEASE NOT\nko" ([SB/F/NM] INTERCAL) ok 34186 - "PLEASE NOTThis is a comment\nba5e" ([RE/F/NM] INTERCAL) ok 34187 - "PLEASE NOTThis is a comment\nba5e" ([SB/F/NM] INTERCAL) ok 34188 - "PLEASE NOTA\tcomment\nur4s" ([RE/F/NM] INTERCAL) ok 34189 - "PLEASE NOTA\tcomment\nur4s" ([SB/F/NM] INTERCAL) ok 34190 - "PLEASE NOTAnother /* comment\na" ([RE/F/NM] INTERCAL) ok 34191 - "PLEASE NOTAnother /* comment\na" ([SB/F/NM] INTERCAL) ok 34192 - "qkPLEASE NOT\n" ([RE/F/NM] INTERCAL) ok 34193 - "qkPLEASE NOT\n" ([SB/F/NM] INTERCAL) ok 34194 - "wPLEASE NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34195 - "wPLEASE NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34196 - "qtPLEASE NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34197 - "qtPLEASE NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34198 - "7ihPLEASE NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34199 - "7ihPLEASE NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34200 - "PLEASE NOT\n\n" ([RE/F/NM] INTERCAL) ok 34201 - "PLEASE NOT\n\n" ([SB/F/NM] INTERCAL) ok 34202 - "PLEASE NOTThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34203 - "PLEASE NOTThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34204 - "PLEASE NOTA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34205 - "PLEASE NOTA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34206 - "PLEASE NOTAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34207 - "PLEASE NOTAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34208 - "PLEASE NOT\nPLEASE NOT\n" ([RE/F/NM] INTERCAL) ok 34209 - "PLEASE NOT\nPLEASE NOT\n" ([SB/F/NM] INTERCAL) ok 34210 - "PLEASE NOTThis is a comment\nPLEASE NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34211 - "PLEASE NOTThis is a comment\nPLEASE NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34212 - "PLEASE NOTA\tcomment\nPLEASE NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34213 - "PLEASE NOTA\tcomment\nPLEASE NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34214 - "PLEASE NOTAnother /* comment\nPLEASE NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34215 - "PLEASE NOTAnother /* comment\nPLEASE NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34216 - "PLEASE NOT\ndhm" ([RE/F/NM] INTERCAL) ok 34217 - "PLEASE NOT\ndhm" ([SB/F/NM] INTERCAL) ok 34218 - "PLEASE NOTThis is a comment\nut2" ([RE/F/NM] INTERCAL) ok 34219 - "PLEASE NOTThis is a comment\nut2" ([SB/F/NM] INTERCAL) ok 34220 - "PLEASE NOTA\tcomment\nd9d" ([RE/F/NM] INTERCAL) ok 34221 - "PLEASE NOTA\tcomment\nd9d" ([SB/F/NM] INTERCAL) ok 34222 - "PLEASE NOTAnother /* comment\ne" ([RE/F/NM] INTERCAL) ok 34223 - "PLEASE NOTAnother /* comment\ne" ([SB/F/NM] INTERCAL) ok 34224 - "nqPLEASE NOT\n" ([RE/F/NM] INTERCAL) ok 34225 - "nqPLEASE NOT\n" ([SB/F/NM] INTERCAL) ok 34226 - "m0PLEASE NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34227 - "m0PLEASE NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34228 - "otPLEASE NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34229 - "otPLEASE NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34230 - "owPLEASE NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34231 - "owPLEASE NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34232 - "PLEASE N'T\n\n" ([RE/F/NM] INTERCAL) ok 34233 - "PLEASE N'T\n\n" ([SB/F/NM] INTERCAL) ok 34234 - "PLEASE N'TThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34235 - "PLEASE N'TThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34236 - "PLEASE N'TA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34237 - "PLEASE N'TA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34238 - "PLEASE N'TAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34239 - "PLEASE N'TAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34240 - "PLEASE N'T\nPLEASE N'T\n" ([RE/F/NM] INTERCAL) ok 34241 - "PLEASE N'T\nPLEASE N'T\n" ([SB/F/NM] INTERCAL) ok 34242 - "PLEASE N'TThis is a comment\nPLEASE N'TThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34243 - "PLEASE N'TThis is a comment\nPLEASE N'TThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34244 - "PLEASE N'TA\tcomment\nPLEASE N'TA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34245 - "PLEASE N'TA\tcomment\nPLEASE N'TA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34246 - "PLEASE N'TAnother /* comment\nPLEASE N'TAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34247 - "PLEASE N'TAnother /* comment\nPLEASE N'TAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34248 - "PLEASE N'T\ni" ([RE/F/NM] INTERCAL) ok 34249 - "PLEASE N'T\ni" ([SB/F/NM] INTERCAL) ok 34250 - "PLEASE N'TThis is a comment\nit" ([RE/F/NM] INTERCAL) ok 34251 - "PLEASE N'TThis is a comment\nit" ([SB/F/NM] INTERCAL) ok 34252 - "PLEASE N'TA\tcomment\nh" ([RE/F/NM] INTERCAL) ok 34253 - "PLEASE N'TA\tcomment\nh" ([SB/F/NM] INTERCAL) ok 34254 - "PLEASE N'TAnother /* comment\ngc3r" ([RE/F/NM] INTERCAL) ok 34255 - "PLEASE N'TAnother /* comment\ngc3r" ([SB/F/NM] INTERCAL) ok 34256 - "3bpuPLEASE N'T\n" ([RE/F/NM] INTERCAL) ok 34257 - "3bpuPLEASE N'T\n" ([SB/F/NM] INTERCAL) ok 34258 - "ka4PLEASE N'TThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34259 - "ka4PLEASE N'TThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34260 - "9uPLEASE N'TA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34261 - "9uPLEASE N'TA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34262 - "rnkPLEASE N'TAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34263 - "rnkPLEASE N'TAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34264 - "DO NOT\n\n" ([RE/F/NM] INTERCAL) ok 34265 - "DO NOT\n\n" ([SB/F/NM] INTERCAL) ok 34266 - "DO NOTThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34267 - "DO NOTThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34268 - "DO NOTA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34269 - "DO NOTA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34270 - "DO NOTAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34271 - "DO NOTAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34272 - "DO NOT\nDO NOT\n" ([RE/F/NM] INTERCAL) ok 34273 - "DO NOT\nDO NOT\n" ([SB/F/NM] INTERCAL) ok 34274 - "DO NOTThis is a comment\nDO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34275 - "DO NOTThis is a comment\nDO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34276 - "DO NOTA\tcomment\nDO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34277 - "DO NOTA\tcomment\nDO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34278 - "DO NOTAnother /* comment\nDO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34279 - "DO NOTAnother /* comment\nDO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34280 - "DO NOT\no0t" ([RE/F/NM] INTERCAL) ok 34281 - "DO NOT\no0t" ([SB/F/NM] INTERCAL) ok 34282 - "DO NOTThis is a comment\nvu" ([RE/F/NM] INTERCAL) ok 34283 - "DO NOTThis is a comment\nvu" ([SB/F/NM] INTERCAL) ok 34284 - "DO NOTA\tcomment\ndfa" ([RE/F/NM] INTERCAL) ok 34285 - "DO NOTA\tcomment\ndfa" ([SB/F/NM] INTERCAL) ok 34286 - "DO NOTAnother /* comment\na" ([RE/F/NM] INTERCAL) ok 34287 - "DO NOTAnother /* comment\na" ([SB/F/NM] INTERCAL) ok 34288 - "7DO NOT\n" ([RE/F/NM] INTERCAL) ok 34289 - "7DO NOT\n" ([SB/F/NM] INTERCAL) ok 34290 - "yjegDO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34291 - "yjegDO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34292 - "qnDO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34293 - "qnDO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34294 - "v6kfDO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34295 - "v6kfDO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34296 - "DO N'T\n\n" ([RE/F/NM] INTERCAL) ok 34297 - "DO N'T\n\n" ([SB/F/NM] INTERCAL) ok 34298 - "DO N'TThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34299 - "DO N'TThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34300 - "DO N'TA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34301 - "DO N'TA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34302 - "DO N'TAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34303 - "DO N'TAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34304 - "DO N'T\nDO N'T\n" ([RE/F/NM] INTERCAL) ok 34305 - "DO N'T\nDO N'T\n" ([SB/F/NM] INTERCAL) ok 34306 - "DO N'TThis is a comment\nDO N'TThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34307 - "DO N'TThis is a comment\nDO N'TThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34308 - "DO N'TA\tcomment\nDO N'TA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34309 - "DO N'TA\tcomment\nDO N'TA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34310 - "DO N'TAnother /* comment\nDO N'TAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34311 - "DO N'TAnother /* comment\nDO N'TAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34312 - "DO N'T\ny" ([RE/F/NM] INTERCAL) ok 34313 - "DO N'T\ny" ([SB/F/NM] INTERCAL) ok 34314 - "DO N'TThis is a comment\nb" ([RE/F/NM] INTERCAL) ok 34315 - "DO N'TThis is a comment\nb" ([SB/F/NM] INTERCAL) ok 34316 - "DO N'TA\tcomment\nqu" ([RE/F/NM] INTERCAL) ok 34317 - "DO N'TA\tcomment\nqu" ([SB/F/NM] INTERCAL) ok 34318 - "DO N'TAnother /* comment\nc2z" ([RE/F/NM] INTERCAL) ok 34319 - "DO N'TAnother /* comment\nc2z" ([SB/F/NM] INTERCAL) ok 34320 - "iDO N'T\n" ([RE/F/NM] INTERCAL) ok 34321 - "iDO N'T\n" ([SB/F/NM] INTERCAL) ok 34322 - "6DO N'TThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34323 - "6DO N'TThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34324 - "h6w2DO N'TA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34325 - "h6w2DO N'TA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34326 - "93bDO N'TAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34327 - "93bDO N'TAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34328 - "DO NOT\n\n" ([RE/F/NM] INTERCAL) ok 34329 - "DO NOT\n\n" ([SB/F/NM] INTERCAL) ok 34330 - "DO NOTThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34331 - "DO NOTThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34332 - "DO NOTA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34333 - "DO NOTA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34334 - "DO NOTAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34335 - "DO NOTAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34336 - "DO NOT\nDO NOT\n" ([RE/F/NM] INTERCAL) ok 34337 - "DO NOT\nDO NOT\n" ([SB/F/NM] INTERCAL) ok 34338 - "DO NOTThis is a comment\nDO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34339 - "DO NOTThis is a comment\nDO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34340 - "DO NOTA\tcomment\nDO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34341 - "DO NOTA\tcomment\nDO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34342 - "DO NOTAnother /* comment\nDO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34343 - "DO NOTAnother /* comment\nDO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34344 - "DO NOT\n4x6" ([RE/F/NM] INTERCAL) ok 34345 - "DO NOT\n4x6" ([SB/F/NM] INTERCAL) ok 34346 - "DO NOTThis is a comment\nut4f" ([RE/F/NM] INTERCAL) ok 34347 - "DO NOTThis is a comment\nut4f" ([SB/F/NM] INTERCAL) ok 34348 - "DO NOTA\tcomment\nin" ([RE/F/NM] INTERCAL) ok 34349 - "DO NOTA\tcomment\nin" ([SB/F/NM] INTERCAL) ok 34350 - "DO NOTAnother /* comment\nnb" ([RE/F/NM] INTERCAL) ok 34351 - "DO NOTAnother /* comment\nnb" ([SB/F/NM] INTERCAL) ok 34352 - "dyzDO NOT\n" ([RE/F/NM] INTERCAL) ok 34353 - "dyzDO NOT\n" ([SB/F/NM] INTERCAL) ok 34354 - "pDO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34355 - "pDO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34356 - "3awDO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34357 - "3awDO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34358 - "xDO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34359 - "xDO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34360 - "PLEASE DO NOT\n\n" ([RE/F/NM] INTERCAL) ok 34361 - "PLEASE DO NOT\n\n" ([SB/F/NM] INTERCAL) ok 34362 - "PLEASE DO NOTThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34363 - "PLEASE DO NOTThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34364 - "PLEASE DO NOTA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34365 - "PLEASE DO NOTA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34366 - "PLEASE DO NOTAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34367 - "PLEASE DO NOTAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34368 - "PLEASE DO NOT\nPLEASE DO NOT\n" ([RE/F/NM] INTERCAL) ok 34369 - "PLEASE DO NOT\nPLEASE DO NOT\n" ([SB/F/NM] INTERCAL) ok 34370 - "PLEASE DO NOTThis is a comment\nPLEASE DO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34371 - "PLEASE DO NOTThis is a comment\nPLEASE DO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34372 - "PLEASE DO NOTA\tcomment\nPLEASE DO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34373 - "PLEASE DO NOTA\tcomment\nPLEASE DO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34374 - "PLEASE DO NOTAnother /* comment\nPLEASE DO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34375 - "PLEASE DO NOTAnother /* comment\nPLEASE DO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34376 - "PLEASE DO NOT\nfa" ([RE/F/NM] INTERCAL) ok 34377 - "PLEASE DO NOT\nfa" ([SB/F/NM] INTERCAL) ok 34378 - "PLEASE DO NOTThis is a comment\ne0" ([RE/F/NM] INTERCAL) ok 34379 - "PLEASE DO NOTThis is a comment\ne0" ([SB/F/NM] INTERCAL) ok 34380 - "PLEASE DO NOTA\tcomment\nznwq" ([RE/F/NM] INTERCAL) ok 34381 - "PLEASE DO NOTA\tcomment\nznwq" ([SB/F/NM] INTERCAL) ok 34382 - "PLEASE DO NOTAnother /* comment\ndh" ([RE/F/NM] INTERCAL) ok 34383 - "PLEASE DO NOTAnother /* comment\ndh" ([SB/F/NM] INTERCAL) ok 34384 - "fyhPLEASE DO NOT\n" ([RE/F/NM] INTERCAL) ok 34385 - "fyhPLEASE DO NOT\n" ([SB/F/NM] INTERCAL) ok 34386 - "amcPLEASE DO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34387 - "amcPLEASE DO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34388 - "kuPLEASE DO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34389 - "kuPLEASE DO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34390 - "jpmPLEASE DO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34391 - "jpmPLEASE DO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34392 - "PLEASE DO NOT\n\n" ([RE/F/NM] INTERCAL) ok 34393 - "PLEASE DO NOT\n\n" ([SB/F/NM] INTERCAL) ok 34394 - "PLEASE DO NOTThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34395 - "PLEASE DO NOTThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34396 - "PLEASE DO NOTA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34397 - "PLEASE DO NOTA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34398 - "PLEASE DO NOTAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34399 - "PLEASE DO NOTAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34400 - "PLEASE DO NOT\nPLEASE DO NOT\n" ([RE/F/NM] INTERCAL) ok 34401 - "PLEASE DO NOT\nPLEASE DO NOT\n" ([SB/F/NM] INTERCAL) ok 34402 - "PLEASE DO NOTThis is a comment\nPLEASE DO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34403 - "PLEASE DO NOTThis is a comment\nPLEASE DO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34404 - "PLEASE DO NOTA\tcomment\nPLEASE DO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34405 - "PLEASE DO NOTA\tcomment\nPLEASE DO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34406 - "PLEASE DO NOTAnother /* comment\nPLEASE DO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34407 - "PLEASE DO NOTAnother /* comment\nPLEASE DO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34408 - "PLEASE DO NOT\nl" ([RE/F/NM] INTERCAL) ok 34409 - "PLEASE DO NOT\nl" ([SB/F/NM] INTERCAL) ok 34410 - "PLEASE DO NOTThis is a comment\n4jl" ([RE/F/NM] INTERCAL) ok 34411 - "PLEASE DO NOTThis is a comment\n4jl" ([SB/F/NM] INTERCAL) ok 34412 - "PLEASE DO NOTA\tcomment\nrb" ([RE/F/NM] INTERCAL) ok 34413 - "PLEASE DO NOTA\tcomment\nrb" ([SB/F/NM] INTERCAL) ok 34414 - "PLEASE DO NOTAnother /* comment\nscx" ([RE/F/NM] INTERCAL) ok 34415 - "PLEASE DO NOTAnother /* comment\nscx" ([SB/F/NM] INTERCAL) ok 34416 - "g4fbPLEASE DO NOT\n" ([RE/F/NM] INTERCAL) ok 34417 - "g4fbPLEASE DO NOT\n" ([SB/F/NM] INTERCAL) ok 34418 - "qsoPLEASE DO NOTThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34419 - "qsoPLEASE DO NOTThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34420 - "4sykPLEASE DO NOTA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34421 - "4sykPLEASE DO NOTA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34422 - "y9iuPLEASE DO NOTAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34423 - "y9iuPLEASE DO NOTAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34424 - "PLEASE DO N'T\n\n" ([RE/F/NM] INTERCAL) ok 34425 - "PLEASE DO N'T\n\n" ([SB/F/NM] INTERCAL) ok 34426 - "PLEASE DO N'TThis is a comment\n\n" ([RE/F/NM] INTERCAL) ok 34427 - "PLEASE DO N'TThis is a comment\n\n" ([SB/F/NM] INTERCAL) ok 34428 - "PLEASE DO N'TA\tcomment\n\n" ([RE/F/NM] INTERCAL) ok 34429 - "PLEASE DO N'TA\tcomment\n\n" ([SB/F/NM] INTERCAL) ok 34430 - "PLEASE DO N'TAnother /* comment\n\n" ([RE/F/NM] INTERCAL) ok 34431 - "PLEASE DO N'TAnother /* comment\n\n" ([SB/F/NM] INTERCAL) ok 34432 - "PLEASE DO N'T\nPLEASE DO N'T\n" ([RE/F/NM] INTERCAL) ok 34433 - "PLEASE DO N'T\nPLEASE DO N'T\n" ([SB/F/NM] INTERCAL) ok 34434 - "PLEASE DO N'TThis is a comment\nPLEASE DO N'TThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34435 - "PLEASE DO N'TThis is a comment\nPLEASE DO N'TThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34436 - "PLEASE DO N'TA\tcomment\nPLEASE DO N'TA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34437 - "PLEASE DO N'TA\tcomment\nPLEASE DO N'TA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34438 - "PLEASE DO N'TAnother /* comment\nPLEASE DO N'TAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34439 - "PLEASE DO N'TAnother /* comment\nPLEASE DO N'TAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34440 - "PLEASE DO N'T\no9" ([RE/F/NM] INTERCAL) ok 34441 - "PLEASE DO N'T\no9" ([SB/F/NM] INTERCAL) ok 34442 - "PLEASE DO N'TThis is a comment\nff2" ([RE/F/NM] INTERCAL) ok 34443 - "PLEASE DO N'TThis is a comment\nff2" ([SB/F/NM] INTERCAL) ok 34444 - "PLEASE DO N'TA\tcomment\nsre" ([RE/F/NM] INTERCAL) ok 34445 - "PLEASE DO N'TA\tcomment\nsre" ([SB/F/NM] INTERCAL) ok 34446 - "PLEASE DO N'TAnother /* comment\nmw" ([RE/F/NM] INTERCAL) ok 34447 - "PLEASE DO N'TAnother /* comment\nmw" ([SB/F/NM] INTERCAL) ok 34448 - "mmPLEASE DO N'T\n" ([RE/F/NM] INTERCAL) ok 34449 - "mmPLEASE DO N'T\n" ([SB/F/NM] INTERCAL) ok 34450 - "9nwnPLEASE DO N'TThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34451 - "9nwnPLEASE DO N'TThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34452 - "2vPLEASE DO N'TA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34453 - "2vPLEASE DO N'TA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34454 - "aapzPLEASE DO N'TAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34455 - "aapzPLEASE DO N'TAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34456 - "\\\n" ([RE/F/NM] INTERCAL) ok 34457 - "\\\n" ([SB/F/NM] INTERCAL) ok 34458 - "\\This is a comment\n" ([RE/F/NM] INTERCAL) ok 34459 - "\\This is a comment\n" ([SB/F/NM] INTERCAL) ok 34460 - "\\A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34461 - "\\A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34462 - "\\Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34463 - "\\Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34464 - "#\n" ([RE/F/NM] INTERCAL) ok 34465 - "#\n" ([SB/F/NM] INTERCAL) ok 34466 - "#This is a comment\n" ([RE/F/NM] INTERCAL) ok 34467 - "#This is a comment\n" ([SB/F/NM] INTERCAL) ok 34468 - "#A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34469 - "#A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34470 - "#Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34471 - "#Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34472 - "//\n" ([RE/F/NM] INTERCAL) ok 34473 - "//\n" ([SB/F/NM] INTERCAL) ok 34474 - "//This is a comment\n" ([RE/F/NM] INTERCAL) ok 34475 - "//This is a comment\n" ([SB/F/NM] INTERCAL) ok 34476 - "//A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34477 - "//A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34478 - "//Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34479 - "//Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34480 - "--\n" ([RE/F/NM] INTERCAL) ok 34481 - "--\n" ([SB/F/NM] INTERCAL) ok 34482 - "--This is a comment\n" ([RE/F/NM] INTERCAL) ok 34483 - "--This is a comment\n" ([SB/F/NM] INTERCAL) ok 34484 - "--A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34485 - "--A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34486 - "--Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34487 - "--Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34488 - ";\n" ([RE/F/NM] INTERCAL) ok 34489 - ";\n" ([SB/F/NM] INTERCAL) ok 34490 - ";This is a comment\n" ([RE/F/NM] INTERCAL) ok 34491 - ";This is a comment\n" ([SB/F/NM] INTERCAL) ok 34492 - ";A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34493 - ";A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34494 - ";Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34495 - ";Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34496 - "#\n" ([RE/F/NM] INTERCAL) ok 34497 - "#\n" ([SB/F/NM] INTERCAL) ok 34498 - "#This is a comment\n" ([RE/F/NM] INTERCAL) ok 34499 - "#This is a comment\n" ([SB/F/NM] INTERCAL) ok 34500 - "#A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34501 - "#A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34502 - "#Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34503 - "#Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34504 - "*\n" ([RE/F/NM] INTERCAL) ok 34505 - "*\n" ([SB/F/NM] INTERCAL) ok 34506 - "*This is a comment\n" ([RE/F/NM] INTERCAL) ok 34507 - "*This is a comment\n" ([SB/F/NM] INTERCAL) ok 34508 - "*A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34509 - "*A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34510 - "*Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34511 - "*Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34512 - "!\n" ([RE/F/NM] INTERCAL) ok 34513 - "!\n" ([SB/F/NM] INTERCAL) ok 34514 - "!This is a comment\n" ([RE/F/NM] INTERCAL) ok 34515 - "!This is a comment\n" ([SB/F/NM] INTERCAL) ok 34516 - "!A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34517 - "!A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34518 - "!Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34519 - "!Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34520 - "REM\n" ([RE/F/NM] INTERCAL) ok 34521 - "REM\n" ([SB/F/NM] INTERCAL) ok 34522 - "REMThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34523 - "REMThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34524 - "REMA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34525 - "REMA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34526 - "REMAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34527 - "REMAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34528 - "//\n" ([RE/F/NM] INTERCAL) ok 34529 - "//\n" ([SB/F/NM] INTERCAL) ok 34530 - "//This is a comment\n" ([RE/F/NM] INTERCAL) ok 34531 - "//This is a comment\n" ([SB/F/NM] INTERCAL) ok 34532 - "//A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34533 - "//A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34534 - "//Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34535 - "//Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34536 - "%\n" ([RE/F/NM] INTERCAL) ok 34537 - "%\n" ([SB/F/NM] INTERCAL) ok 34538 - "%This is a comment\n" ([RE/F/NM] INTERCAL) ok 34539 - "%This is a comment\n" ([SB/F/NM] INTERCAL) ok 34540 - "%A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34541 - "%A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34542 - "%Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34543 - "%Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34544 - "!\n" ([RE/F/NM] INTERCAL) ok 34545 - "!\n" ([SB/F/NM] INTERCAL) ok 34546 - "!This is a comment\n" ([RE/F/NM] INTERCAL) ok 34547 - "!This is a comment\n" ([SB/F/NM] INTERCAL) ok 34548 - "!A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34549 - "!A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34550 - "!Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34551 - "!Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34552 - "NB\n" ([RE/F/NM] INTERCAL) ok 34553 - "NB\n" ([SB/F/NM] INTERCAL) ok 34554 - "NBThis is a comment\n" ([RE/F/NM] INTERCAL) ok 34555 - "NBThis is a comment\n" ([SB/F/NM] INTERCAL) ok 34556 - "NBA\tcomment\n" ([RE/F/NM] INTERCAL) ok 34557 - "NBA\tcomment\n" ([SB/F/NM] INTERCAL) ok 34558 - "NBAnother /* comment\n" ([RE/F/NM] INTERCAL) ok 34559 - "NBAnother /* comment\n" ([SB/F/NM] INTERCAL) ok 34560 - "NB.\n" ([RE/F/NM] INTERCAL) ok 34561 - "NB.\n" ([SB/F/NM] INTERCAL) ok 34562 - "NB.This is a comment\n" ([RE/F/NM] INTERCAL) ok 34563 - "NB.This is a comment\n" ([SB/F/NM] INTERCAL) ok 34564 - "NB.A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34565 - "NB.A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34566 - "NB.Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34567 - "NB.Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34568 - "{}" ([RE/F/NM] INTERCAL) ok 34569 - "{}" ([SB/F/NM] INTERCAL) ok 34570 - "{This is a comment}" ([RE/F/NM] INTERCAL) ok 34571 - "{This is a comment}" ([SB/F/NM] INTERCAL) ok 34572 - "{A\tcomment}" ([RE/F/NM] INTERCAL) ok 34573 - "{A\tcomment}" ([SB/F/NM] INTERCAL) ok 34574 - "{Another /* comment}" ([RE/F/NM] INTERCAL) ok 34575 - "{Another /* comment}" ([SB/F/NM] INTERCAL) ok 34576 - ".\n" ([RE/F/NM] INTERCAL) ok 34577 - ".\n" ([SB/F/NM] INTERCAL) ok 34578 - ".This is a comment\n" ([RE/F/NM] INTERCAL) ok 34579 - ".This is a comment\n" ([SB/F/NM] INTERCAL) ok 34580 - ".A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34581 - ".A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34582 - ".Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34583 - ".Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34584 - ";\n" ([RE/F/NM] INTERCAL) ok 34585 - ";\n" ([SB/F/NM] INTERCAL) ok 34586 - ";This is a comment\n" ([RE/F/NM] INTERCAL) ok 34587 - ";This is a comment\n" ([SB/F/NM] INTERCAL) ok 34588 - ";A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34589 - ";A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34590 - ";Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34591 - ";Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34592 - "`\n" ([RE/F/NM] INTERCAL) ok 34593 - "`\n" ([SB/F/NM] INTERCAL) ok 34594 - "`This is a comment\n" ([RE/F/NM] INTERCAL) ok 34595 - "`This is a comment\n" ([SB/F/NM] INTERCAL) ok 34596 - "`A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34597 - "`A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34598 - "`Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34599 - "`Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34600 - "--\n" ([RE/F/NM] INTERCAL) ok 34601 - "--\n" ([SB/F/NM] INTERCAL) ok 34602 - "--This is a comment\n" ([RE/F/NM] INTERCAL) ok 34603 - "--This is a comment\n" ([SB/F/NM] INTERCAL) ok 34604 - "--A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34605 - "--A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34606 - "--Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34607 - "--Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34608 - "---\n" ([RE/F/NM] INTERCAL) ok 34609 - "---\n" ([SB/F/NM] INTERCAL) ok 34610 - "---This is a comment\n" ([RE/F/NM] INTERCAL) ok 34611 - "---This is a comment\n" ([SB/F/NM] INTERCAL) ok 34612 - "---A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34613 - "---A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34614 - "---Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34615 - "---Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34616 - "-----\n" ([RE/F/NM] INTERCAL) ok 34617 - "-----\n" ([SB/F/NM] INTERCAL) ok 34618 - "-----This is a comment\n" ([RE/F/NM] INTERCAL) ok 34619 - "-----This is a comment\n" ([SB/F/NM] INTERCAL) ok 34620 - "-----A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34621 - "-----A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34622 - "-----Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34623 - "-----Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34624 - "\\"\n" ([RE/F/NM] INTERCAL) ok 34625 - "\\"\n" ([SB/F/NM] INTERCAL) ok 34626 - "\\"This is a comment\n" ([RE/F/NM] INTERCAL) ok 34627 - "\\"This is a comment\n" ([SB/F/NM] INTERCAL) ok 34628 - "\\"A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34629 - "\\"A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34630 - "\\"Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34631 - "\\"Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34632 - ""\n" ([RE/F/NM] INTERCAL) ok 34633 - ""\n" ([SB/F/NM] INTERCAL) ok 34634 - ""This is a comment\n" ([RE/F/NM] INTERCAL) ok 34635 - ""This is a comment\n" ([SB/F/NM] INTERCAL) ok 34636 - ""A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34637 - ""A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34638 - ""Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34639 - ""Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34640 - "'\n" ([RE/F/NM] INTERCAL) ok 34641 - "'\n" ([SB/F/NM] INTERCAL) ok 34642 - "'This is a comment\n" ([RE/F/NM] INTERCAL) ok 34643 - "'This is a comment\n" ([SB/F/NM] INTERCAL) ok 34644 - "'A\tcomment\n" ([RE/F/NM] INTERCAL) ok 34645 - "'A\tcomment\n" ([SB/F/NM] INTERCAL) ok 34646 - "'Another /* comment\n" ([RE/F/NM] INTERCAL) ok 34647 - "'Another /* comment\n" ([SB/F/NM] INTERCAL) ok 34648 - "NB.\n" ([RE/P/MT] J) ok 34649 - "NB.\n" ([OM/P/MT] J) ok 34650 - "NB.\n" ([OS/P/MT] J) ok 34651 - "NB.\n" ([SB/P/MT] J) ok 34652 - "NB.\n" ([KP/P/MT] J) ok 34653 - "NB.This is a comment\n" ([RE/P/MT] J) ok 34654 - "NB.This is a comment\n" ([OM/P/MT] J) ok 34655 - "NB.This is a comment\n" ([OS/P/MT] J) ok 34656 - "NB.This is a comment\n" ([SB/P/MT] J) ok 34657 - "NB.This is a comment\n" ([KP/P/MT] J) ok 34658 - "NB.A\tcomment\n" ([RE/P/MT] J) ok 34659 - "NB.A\tcomment\n" ([OM/P/MT] J) ok 34660 - "NB.A\tcomment\n" ([OS/P/MT] J) ok 34661 - "NB.A\tcomment\n" ([SB/P/MT] J) ok 34662 - "NB.A\tcomment\n" ([KP/P/MT] J) ok 34663 - "NB.Another /* comment\n" ([RE/P/MT] J) ok 34664 - "NB.Another /* comment\n" ([OM/P/MT] J) ok 34665 - "NB.Another /* comment\n" ([OS/P/MT] J) ok 34666 - "NB.Another /* comment\n" ([SB/P/MT] J) ok 34667 - "NB.Another /* comment\n" ([KP/P/MT] J) ok 34668 - "\\" ([RE/F/NM] J) ok 34669 - "\\" ([SB/F/NM] J) ok 34670 - "\\This is a comment" ([RE/F/NM] J) ok 34671 - "\\This is a comment" ([SB/F/NM] J) ok 34672 - "\\A\tcomment" ([RE/F/NM] J) ok 34673 - "\\A\tcomment" ([SB/F/NM] J) ok 34674 - "\\Another /* comment" ([RE/F/NM] J) ok 34675 - "\\Another /* comment" ([SB/F/NM] J) ok 34676 - "\n" ([RE/F/NM] J) ok 34677 - "\n" ([SB/F/NM] J) ok 34678 - "This is a comment\n" ([RE/F/NM] J) ok 34679 - "This is a comment\n" ([SB/F/NM] J) ok 34680 - "A\tcomment\n" ([RE/F/NM] J) ok 34681 - "A\tcomment\n" ([SB/F/NM] J) ok 34682 - "Another /* comment\n" ([RE/F/NM] J) ok 34683 - "Another /* comment\n" ([SB/F/NM] J) ok 34684 - "#" ([RE/F/NM] J) ok 34685 - "#" ([SB/F/NM] J) ok 34686 - "#This is a comment" ([RE/F/NM] J) ok 34687 - "#This is a comment" ([SB/F/NM] J) ok 34688 - "#A\tcomment" ([RE/F/NM] J) ok 34689 - "#A\tcomment" ([SB/F/NM] J) ok 34690 - "#Another /* comment" ([RE/F/NM] J) ok 34691 - "#Another /* comment" ([SB/F/NM] J) ok 34692 - "\n" ([RE/F/NM] J) ok 34693 - "\n" ([SB/F/NM] J) ok 34694 - "This is a comment\n" ([RE/F/NM] J) ok 34695 - "This is a comment\n" ([SB/F/NM] J) ok 34696 - "A\tcomment\n" ([RE/F/NM] J) ok 34697 - "A\tcomment\n" ([SB/F/NM] J) ok 34698 - "Another /* comment\n" ([RE/F/NM] J) ok 34699 - "Another /* comment\n" ([SB/F/NM] J) ok 34700 - "//" ([RE/F/NM] J) ok 34701 - "//" ([SB/F/NM] J) ok 34702 - "//This is a comment" ([RE/F/NM] J) ok 34703 - "//This is a comment" ([SB/F/NM] J) ok 34704 - "//A\tcomment" ([RE/F/NM] J) ok 34705 - "//A\tcomment" ([SB/F/NM] J) ok 34706 - "//Another /* comment" ([RE/F/NM] J) ok 34707 - "//Another /* comment" ([SB/F/NM] J) ok 34708 - "\n" ([RE/F/NM] J) ok 34709 - "\n" ([SB/F/NM] J) ok 34710 - "This is a comment\n" ([RE/F/NM] J) ok 34711 - "This is a comment\n" ([SB/F/NM] J) ok 34712 - "A\tcomment\n" ([RE/F/NM] J) ok 34713 - "A\tcomment\n" ([SB/F/NM] J) ok 34714 - "Another /* comment\n" ([RE/F/NM] J) ok 34715 - "Another /* comment\n" ([SB/F/NM] J) ok 34716 - "--" ([RE/F/NM] J) ok 34717 - "--" ([SB/F/NM] J) ok 34718 - "--This is a comment" ([RE/F/NM] J) ok 34719 - "--This is a comment" ([SB/F/NM] J) ok 34720 - "--A\tcomment" ([RE/F/NM] J) ok 34721 - "--A\tcomment" ([SB/F/NM] J) ok 34722 - "--Another /* comment" ([RE/F/NM] J) ok 34723 - "--Another /* comment" ([SB/F/NM] J) ok 34724 - "\n" ([RE/F/NM] J) ok 34725 - "\n" ([SB/F/NM] J) ok 34726 - "This is a comment\n" ([RE/F/NM] J) ok 34727 - "This is a comment\n" ([SB/F/NM] J) ok 34728 - "A\tcomment\n" ([RE/F/NM] J) ok 34729 - "A\tcomment\n" ([SB/F/NM] J) ok 34730 - "Another /* comment\n" ([RE/F/NM] J) ok 34731 - "Another /* comment\n" ([SB/F/NM] J) ok 34732 - ";" ([RE/F/NM] J) ok 34733 - ";" ([SB/F/NM] J) ok 34734 - ";This is a comment" ([RE/F/NM] J) ok 34735 - ";This is a comment" ([SB/F/NM] J) ok 34736 - ";A\tcomment" ([RE/F/NM] J) ok 34737 - ";A\tcomment" ([SB/F/NM] J) ok 34738 - ";Another /* comment" ([RE/F/NM] J) ok 34739 - ";Another /* comment" ([SB/F/NM] J) ok 34740 - "\n" ([RE/F/NM] J) ok 34741 - "\n" ([SB/F/NM] J) ok 34742 - "This is a comment\n" ([RE/F/NM] J) ok 34743 - "This is a comment\n" ([SB/F/NM] J) ok 34744 - "A\tcomment\n" ([RE/F/NM] J) ok 34745 - "A\tcomment\n" ([SB/F/NM] J) ok 34746 - "Another /* comment\n" ([RE/F/NM] J) ok 34747 - "Another /* comment\n" ([SB/F/NM] J) ok 34748 - "#" ([RE/F/NM] J) ok 34749 - "#" ([SB/F/NM] J) ok 34750 - "#This is a comment" ([RE/F/NM] J) ok 34751 - "#This is a comment" ([SB/F/NM] J) ok 34752 - "#A\tcomment" ([RE/F/NM] J) ok 34753 - "#A\tcomment" ([SB/F/NM] J) ok 34754 - "#Another /* comment" ([RE/F/NM] J) ok 34755 - "#Another /* comment" ([SB/F/NM] J) ok 34756 - "\n" ([RE/F/NM] J) ok 34757 - "\n" ([SB/F/NM] J) ok 34758 - "This is a comment\n" ([RE/F/NM] J) ok 34759 - "This is a comment\n" ([SB/F/NM] J) ok 34760 - "A\tcomment\n" ([RE/F/NM] J) ok 34761 - "A\tcomment\n" ([SB/F/NM] J) ok 34762 - "Another /* comment\n" ([RE/F/NM] J) ok 34763 - "Another /* comment\n" ([SB/F/NM] J) ok 34764 - "*" ([RE/F/NM] J) ok 34765 - "*" ([SB/F/NM] J) ok 34766 - "*This is a comment" ([RE/F/NM] J) ok 34767 - "*This is a comment" ([SB/F/NM] J) ok 34768 - "*A\tcomment" ([RE/F/NM] J) ok 34769 - "*A\tcomment" ([SB/F/NM] J) ok 34770 - "*Another /* comment" ([RE/F/NM] J) ok 34771 - "*Another /* comment" ([SB/F/NM] J) ok 34772 - "\n" ([RE/F/NM] J) ok 34773 - "\n" ([SB/F/NM] J) ok 34774 - "This is a comment\n" ([RE/F/NM] J) ok 34775 - "This is a comment\n" ([SB/F/NM] J) ok 34776 - "A\tcomment\n" ([RE/F/NM] J) ok 34777 - "A\tcomment\n" ([SB/F/NM] J) ok 34778 - "Another /* comment\n" ([RE/F/NM] J) ok 34779 - "Another /* comment\n" ([SB/F/NM] J) ok 34780 - "!" ([RE/F/NM] J) ok 34781 - "!" ([SB/F/NM] J) ok 34782 - "!This is a comment" ([RE/F/NM] J) ok 34783 - "!This is a comment" ([SB/F/NM] J) ok 34784 - "!A\tcomment" ([RE/F/NM] J) ok 34785 - "!A\tcomment" ([SB/F/NM] J) ok 34786 - "!Another /* comment" ([RE/F/NM] J) ok 34787 - "!Another /* comment" ([SB/F/NM] J) ok 34788 - "\n" ([RE/F/NM] J) ok 34789 - "\n" ([SB/F/NM] J) ok 34790 - "This is a comment\n" ([RE/F/NM] J) ok 34791 - "This is a comment\n" ([SB/F/NM] J) ok 34792 - "A\tcomment\n" ([RE/F/NM] J) ok 34793 - "A\tcomment\n" ([SB/F/NM] J) ok 34794 - "Another /* comment\n" ([RE/F/NM] J) ok 34795 - "Another /* comment\n" ([SB/F/NM] J) ok 34796 - "REM" ([RE/F/NM] J) ok 34797 - "REM" ([SB/F/NM] J) ok 34798 - "REMThis is a comment" ([RE/F/NM] J) ok 34799 - "REMThis is a comment" ([SB/F/NM] J) ok 34800 - "REMA\tcomment" ([RE/F/NM] J) ok 34801 - "REMA\tcomment" ([SB/F/NM] J) ok 34802 - "REMAnother /* comment" ([RE/F/NM] J) ok 34803 - "REMAnother /* comment" ([SB/F/NM] J) ok 34804 - "\n" ([RE/F/NM] J) ok 34805 - "\n" ([SB/F/NM] J) ok 34806 - "This is a comment\n" ([RE/F/NM] J) ok 34807 - "This is a comment\n" ([SB/F/NM] J) ok 34808 - "A\tcomment\n" ([RE/F/NM] J) ok 34809 - "A\tcomment\n" ([SB/F/NM] J) ok 34810 - "Another /* comment\n" ([RE/F/NM] J) ok 34811 - "Another /* comment\n" ([SB/F/NM] J) ok 34812 - "//" ([RE/F/NM] J) ok 34813 - "//" ([SB/F/NM] J) ok 34814 - "//This is a comment" ([RE/F/NM] J) ok 34815 - "//This is a comment" ([SB/F/NM] J) ok 34816 - "//A\tcomment" ([RE/F/NM] J) ok 34817 - "//A\tcomment" ([SB/F/NM] J) ok 34818 - "//Another /* comment" ([RE/F/NM] J) ok 34819 - "//Another /* comment" ([SB/F/NM] J) ok 34820 - "\n" ([RE/F/NM] J) ok 34821 - "\n" ([SB/F/NM] J) ok 34822 - "This is a comment\n" ([RE/F/NM] J) ok 34823 - "This is a comment\n" ([SB/F/NM] J) ok 34824 - "A\tcomment\n" ([RE/F/NM] J) ok 34825 - "A\tcomment\n" ([SB/F/NM] J) ok 34826 - "Another /* comment\n" ([RE/F/NM] J) ok 34827 - "Another /* comment\n" ([SB/F/NM] J) ok 34828 - "%" ([RE/F/NM] J) ok 34829 - "%" ([SB/F/NM] J) ok 34830 - "%This is a comment" ([RE/F/NM] J) ok 34831 - "%This is a comment" ([SB/F/NM] J) ok 34832 - "%A\tcomment" ([RE/F/NM] J) ok 34833 - "%A\tcomment" ([SB/F/NM] J) ok 34834 - "%Another /* comment" ([RE/F/NM] J) ok 34835 - "%Another /* comment" ([SB/F/NM] J) ok 34836 - "\n" ([RE/F/NM] J) ok 34837 - "\n" ([SB/F/NM] J) ok 34838 - "This is a comment\n" ([RE/F/NM] J) ok 34839 - "This is a comment\n" ([SB/F/NM] J) ok 34840 - "A\tcomment\n" ([RE/F/NM] J) ok 34841 - "A\tcomment\n" ([SB/F/NM] J) ok 34842 - "Another /* comment\n" ([RE/F/NM] J) ok 34843 - "Another /* comment\n" ([SB/F/NM] J) ok 34844 - "!" ([RE/F/NM] J) ok 34845 - "!" ([SB/F/NM] J) ok 34846 - "!This is a comment" ([RE/F/NM] J) ok 34847 - "!This is a comment" ([SB/F/NM] J) ok 34848 - "!A\tcomment" ([RE/F/NM] J) ok 34849 - "!A\tcomment" ([SB/F/NM] J) ok 34850 - "!Another /* comment" ([RE/F/NM] J) ok 34851 - "!Another /* comment" ([SB/F/NM] J) ok 34852 - "\n" ([RE/F/NM] J) ok 34853 - "\n" ([SB/F/NM] J) ok 34854 - "This is a comment\n" ([RE/F/NM] J) ok 34855 - "This is a comment\n" ([SB/F/NM] J) ok 34856 - "A\tcomment\n" ([RE/F/NM] J) ok 34857 - "A\tcomment\n" ([SB/F/NM] J) ok 34858 - "Another /* comment\n" ([RE/F/NM] J) ok 34859 - "Another /* comment\n" ([SB/F/NM] J) ok 34860 - "NB" ([RE/F/NM] J) ok 34861 - "NB" ([SB/F/NM] J) ok 34862 - "NBThis is a comment" ([RE/F/NM] J) ok 34863 - "NBThis is a comment" ([SB/F/NM] J) ok 34864 - "NBA\tcomment" ([RE/F/NM] J) ok 34865 - "NBA\tcomment" ([SB/F/NM] J) ok 34866 - "NBAnother /* comment" ([RE/F/NM] J) ok 34867 - "NBAnother /* comment" ([SB/F/NM] J) ok 34868 - "\n" ([RE/F/NM] J) ok 34869 - "\n" ([SB/F/NM] J) ok 34870 - "This is a comment\n" ([RE/F/NM] J) ok 34871 - "This is a comment\n" ([SB/F/NM] J) ok 34872 - "A\tcomment\n" ([RE/F/NM] J) ok 34873 - "A\tcomment\n" ([SB/F/NM] J) ok 34874 - "Another /* comment\n" ([RE/F/NM] J) ok 34875 - "Another /* comment\n" ([SB/F/NM] J) ok 34876 - "PLEASE NOT" ([RE/F/NM] J) ok 34877 - "PLEASE NOT" ([SB/F/NM] J) ok 34878 - "PLEASE NOTThis is a comment" ([RE/F/NM] J) ok 34879 - "PLEASE NOTThis is a comment" ([SB/F/NM] J) ok 34880 - "PLEASE NOTA\tcomment" ([RE/F/NM] J) ok 34881 - "PLEASE NOTA\tcomment" ([SB/F/NM] J) ok 34882 - "PLEASE NOTAnother /* comment" ([RE/F/NM] J) ok 34883 - "PLEASE NOTAnother /* comment" ([SB/F/NM] J) ok 34884 - "\n" ([RE/F/NM] J) ok 34885 - "\n" ([SB/F/NM] J) ok 34886 - "This is a comment\n" ([RE/F/NM] J) ok 34887 - "This is a comment\n" ([SB/F/NM] J) ok 34888 - "A\tcomment\n" ([RE/F/NM] J) ok 34889 - "A\tcomment\n" ([SB/F/NM] J) ok 34890 - "Another /* comment\n" ([RE/F/NM] J) ok 34891 - "Another /* comment\n" ([SB/F/NM] J) ok 34892 - "PLEASE NOT" ([RE/F/NM] J) ok 34893 - "PLEASE NOT" ([SB/F/NM] J) ok 34894 - "PLEASE NOTThis is a comment" ([RE/F/NM] J) ok 34895 - "PLEASE NOTThis is a comment" ([SB/F/NM] J) ok 34896 - "PLEASE NOTA\tcomment" ([RE/F/NM] J) ok 34897 - "PLEASE NOTA\tcomment" ([SB/F/NM] J) ok 34898 - "PLEASE NOTAnother /* comment" ([RE/F/NM] J) ok 34899 - "PLEASE NOTAnother /* comment" ([SB/F/NM] J) ok 34900 - "\n" ([RE/F/NM] J) ok 34901 - "\n" ([SB/F/NM] J) ok 34902 - "This is a comment\n" ([RE/F/NM] J) ok 34903 - "This is a comment\n" ([SB/F/NM] J) ok 34904 - "A\tcomment\n" ([RE/F/NM] J) ok 34905 - "A\tcomment\n" ([SB/F/NM] J) ok 34906 - "Another /* comment\n" ([RE/F/NM] J) ok 34907 - "Another /* comment\n" ([SB/F/NM] J) ok 34908 - "PLEASE N'T" ([RE/F/NM] J) ok 34909 - "PLEASE N'T" ([SB/F/NM] J) ok 34910 - "PLEASE N'TThis is a comment" ([RE/F/NM] J) ok 34911 - "PLEASE N'TThis is a comment" ([SB/F/NM] J) ok 34912 - "PLEASE N'TA\tcomment" ([RE/F/NM] J) ok 34913 - "PLEASE N'TA\tcomment" ([SB/F/NM] J) ok 34914 - "PLEASE N'TAnother /* comment" ([RE/F/NM] J) ok 34915 - "PLEASE N'TAnother /* comment" ([SB/F/NM] J) ok 34916 - "\n" ([RE/F/NM] J) ok 34917 - "\n" ([SB/F/NM] J) ok 34918 - "This is a comment\n" ([RE/F/NM] J) ok 34919 - "This is a comment\n" ([SB/F/NM] J) ok 34920 - "A\tcomment\n" ([RE/F/NM] J) ok 34921 - "A\tcomment\n" ([SB/F/NM] J) ok 34922 - "Another /* comment\n" ([RE/F/NM] J) ok 34923 - "Another /* comment\n" ([SB/F/NM] J) ok 34924 - "DO NOT" ([RE/F/NM] J) ok 34925 - "DO NOT" ([SB/F/NM] J) ok 34926 - "DO NOTThis is a comment" ([RE/F/NM] J) ok 34927 - "DO NOTThis is a comment" ([SB/F/NM] J) ok 34928 - "DO NOTA\tcomment" ([RE/F/NM] J) ok 34929 - "DO NOTA\tcomment" ([SB/F/NM] J) ok 34930 - "DO NOTAnother /* comment" ([RE/F/NM] J) ok 34931 - "DO NOTAnother /* comment" ([SB/F/NM] J) ok 34932 - "\n" ([RE/F/NM] J) ok 34933 - "\n" ([SB/F/NM] J) ok 34934 - "This is a comment\n" ([RE/F/NM] J) ok 34935 - "This is a comment\n" ([SB/F/NM] J) ok 34936 - "A\tcomment\n" ([RE/F/NM] J) ok 34937 - "A\tcomment\n" ([SB/F/NM] J) ok 34938 - "Another /* comment\n" ([RE/F/NM] J) ok 34939 - "Another /* comment\n" ([SB/F/NM] J) ok 34940 - "DO N'T" ([RE/F/NM] J) ok 34941 - "DO N'T" ([SB/F/NM] J) ok 34942 - "DO N'TThis is a comment" ([RE/F/NM] J) ok 34943 - "DO N'TThis is a comment" ([SB/F/NM] J) ok 34944 - "DO N'TA\tcomment" ([RE/F/NM] J) ok 34945 - "DO N'TA\tcomment" ([SB/F/NM] J) ok 34946 - "DO N'TAnother /* comment" ([RE/F/NM] J) ok 34947 - "DO N'TAnother /* comment" ([SB/F/NM] J) ok 34948 - "\n" ([RE/F/NM] J) ok 34949 - "\n" ([SB/F/NM] J) ok 34950 - "This is a comment\n" ([RE/F/NM] J) ok 34951 - "This is a comment\n" ([SB/F/NM] J) ok 34952 - "A\tcomment\n" ([RE/F/NM] J) ok 34953 - "A\tcomment\n" ([SB/F/NM] J) ok 34954 - "Another /* comment\n" ([RE/F/NM] J) ok 34955 - "Another /* comment\n" ([SB/F/NM] J) ok 34956 - "DO NOT" ([RE/F/NM] J) ok 34957 - "DO NOT" ([SB/F/NM] J) ok 34958 - "DO NOTThis is a comment" ([RE/F/NM] J) ok 34959 - "DO NOTThis is a comment" ([SB/F/NM] J) ok 34960 - "DO NOTA\tcomment" ([RE/F/NM] J) ok 34961 - "DO NOTA\tcomment" ([SB/F/NM] J) ok 34962 - "DO NOTAnother /* comment" ([RE/F/NM] J) ok 34963 - "DO NOTAnother /* comment" ([SB/F/NM] J) ok 34964 - "\n" ([RE/F/NM] J) ok 34965 - "\n" ([SB/F/NM] J) ok 34966 - "This is a comment\n" ([RE/F/NM] J) ok 34967 - "This is a comment\n" ([SB/F/NM] J) ok 34968 - "A\tcomment\n" ([RE/F/NM] J) ok 34969 - "A\tcomment\n" ([SB/F/NM] J) ok 34970 - "Another /* comment\n" ([RE/F/NM] J) ok 34971 - "Another /* comment\n" ([SB/F/NM] J) ok 34972 - "PLEASE DO NOT" ([RE/F/NM] J) ok 34973 - "PLEASE DO NOT" ([SB/F/NM] J) ok 34974 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] J) ok 34975 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] J) ok 34976 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] J) ok 34977 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] J) ok 34978 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] J) ok 34979 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] J) ok 34980 - "\n" ([RE/F/NM] J) ok 34981 - "\n" ([SB/F/NM] J) ok 34982 - "This is a comment\n" ([RE/F/NM] J) ok 34983 - "This is a comment\n" ([SB/F/NM] J) ok 34984 - "A\tcomment\n" ([RE/F/NM] J) ok 34985 - "A\tcomment\n" ([SB/F/NM] J) ok 34986 - "Another /* comment\n" ([RE/F/NM] J) ok 34987 - "Another /* comment\n" ([SB/F/NM] J) ok 34988 - "PLEASE DO NOT" ([RE/F/NM] J) ok 34989 - "PLEASE DO NOT" ([SB/F/NM] J) ok 34990 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] J) ok 34991 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] J) ok 34992 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] J) ok 34993 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] J) ok 34994 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] J) ok 34995 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] J) ok 34996 - "\n" ([RE/F/NM] J) ok 34997 - "\n" ([SB/F/NM] J) ok 34998 - "This is a comment\n" ([RE/F/NM] J) ok 34999 - "This is a comment\n" ([SB/F/NM] J) ok 35000 - "A\tcomment\n" ([RE/F/NM] J) ok 35001 - "A\tcomment\n" ([SB/F/NM] J) ok 35002 - "Another /* comment\n" ([RE/F/NM] J) ok 35003 - "Another /* comment\n" ([SB/F/NM] J) ok 35004 - "PLEASE DO N'T" ([RE/F/NM] J) ok 35005 - "PLEASE DO N'T" ([SB/F/NM] J) ok 35006 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] J) ok 35007 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] J) ok 35008 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] J) ok 35009 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] J) ok 35010 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] J) ok 35011 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] J) ok 35012 - "\n" ([RE/F/NM] J) ok 35013 - "\n" ([SB/F/NM] J) ok 35014 - "This is a comment\n" ([RE/F/NM] J) ok 35015 - "This is a comment\n" ([SB/F/NM] J) ok 35016 - "A\tcomment\n" ([RE/F/NM] J) ok 35017 - "A\tcomment\n" ([SB/F/NM] J) ok 35018 - "Another /* comment\n" ([RE/F/NM] J) ok 35019 - "Another /* comment\n" ([SB/F/NM] J) ok 35020 - "NB." ([RE/F/NM] J) ok 35021 - "NB." ([SB/F/NM] J) ok 35022 - "NB.This is a comment" ([RE/F/NM] J) ok 35023 - "NB.This is a comment" ([SB/F/NM] J) ok 35024 - "NB.A\tcomment" ([RE/F/NM] J) ok 35025 - "NB.A\tcomment" ([SB/F/NM] J) ok 35026 - "NB.Another /* comment" ([RE/F/NM] J) ok 35027 - "NB.Another /* comment" ([SB/F/NM] J) ok 35028 - "\n" ([RE/F/NM] J) ok 35029 - "\n" ([SB/F/NM] J) ok 35030 - "This is a comment\n" ([RE/F/NM] J) ok 35031 - "This is a comment\n" ([SB/F/NM] J) ok 35032 - "A\tcomment\n" ([RE/F/NM] J) ok 35033 - "A\tcomment\n" ([SB/F/NM] J) ok 35034 - "Another /* comment\n" ([RE/F/NM] J) ok 35035 - "Another /* comment\n" ([SB/F/NM] J) ok 35036 - "{" ([RE/F/NM] J) ok 35037 - "{" ([SB/F/NM] J) ok 35038 - "{This is a comment" ([RE/F/NM] J) ok 35039 - "{This is a comment" ([SB/F/NM] J) ok 35040 - "{A\tcomment" ([RE/F/NM] J) ok 35041 - "{A\tcomment" ([SB/F/NM] J) ok 35042 - "{Another /* comment" ([RE/F/NM] J) ok 35043 - "{Another /* comment" ([SB/F/NM] J) ok 35044 - "}" ([RE/F/NM] J) ok 35045 - "}" ([SB/F/NM] J) ok 35046 - "This is a comment}" ([RE/F/NM] J) ok 35047 - "This is a comment}" ([SB/F/NM] J) ok 35048 - "A\tcomment}" ([RE/F/NM] J) ok 35049 - "A\tcomment}" ([SB/F/NM] J) ok 35050 - "Another /* comment}" ([RE/F/NM] J) ok 35051 - "Another /* comment}" ([SB/F/NM] J) ok 35052 - "." ([RE/F/NM] J) ok 35053 - "." ([SB/F/NM] J) ok 35054 - ".This is a comment" ([RE/F/NM] J) ok 35055 - ".This is a comment" ([SB/F/NM] J) ok 35056 - ".A\tcomment" ([RE/F/NM] J) ok 35057 - ".A\tcomment" ([SB/F/NM] J) ok 35058 - ".Another /* comment" ([RE/F/NM] J) ok 35059 - ".Another /* comment" ([SB/F/NM] J) ok 35060 - "\n" ([RE/F/NM] J) ok 35061 - "\n" ([SB/F/NM] J) ok 35062 - "This is a comment\n" ([RE/F/NM] J) ok 35063 - "This is a comment\n" ([SB/F/NM] J) ok 35064 - "A\tcomment\n" ([RE/F/NM] J) ok 35065 - "A\tcomment\n" ([SB/F/NM] J) ok 35066 - "Another /* comment\n" ([RE/F/NM] J) ok 35067 - "Another /* comment\n" ([SB/F/NM] J) ok 35068 - ";" ([RE/F/NM] J) ok 35069 - ";" ([SB/F/NM] J) ok 35070 - ";This is a comment" ([RE/F/NM] J) ok 35071 - ";This is a comment" ([SB/F/NM] J) ok 35072 - ";A\tcomment" ([RE/F/NM] J) ok 35073 - ";A\tcomment" ([SB/F/NM] J) ok 35074 - ";Another /* comment" ([RE/F/NM] J) ok 35075 - ";Another /* comment" ([SB/F/NM] J) ok 35076 - "\n" ([RE/F/NM] J) ok 35077 - "\n" ([SB/F/NM] J) ok 35078 - "This is a comment\n" ([RE/F/NM] J) ok 35079 - "This is a comment\n" ([SB/F/NM] J) ok 35080 - "A\tcomment\n" ([RE/F/NM] J) ok 35081 - "A\tcomment\n" ([SB/F/NM] J) ok 35082 - "Another /* comment\n" ([RE/F/NM] J) ok 35083 - "Another /* comment\n" ([SB/F/NM] J) ok 35084 - "`" ([RE/F/NM] J) ok 35085 - "`" ([SB/F/NM] J) ok 35086 - "`This is a comment" ([RE/F/NM] J) ok 35087 - "`This is a comment" ([SB/F/NM] J) ok 35088 - "`A\tcomment" ([RE/F/NM] J) ok 35089 - "`A\tcomment" ([SB/F/NM] J) ok 35090 - "`Another /* comment" ([RE/F/NM] J) ok 35091 - "`Another /* comment" ([SB/F/NM] J) ok 35092 - "\n" ([RE/F/NM] J) ok 35093 - "\n" ([SB/F/NM] J) ok 35094 - "This is a comment\n" ([RE/F/NM] J) ok 35095 - "This is a comment\n" ([SB/F/NM] J) ok 35096 - "A\tcomment\n" ([RE/F/NM] J) ok 35097 - "A\tcomment\n" ([SB/F/NM] J) ok 35098 - "Another /* comment\n" ([RE/F/NM] J) ok 35099 - "Another /* comment\n" ([SB/F/NM] J) ok 35100 - "--" ([RE/F/NM] J) ok 35101 - "--" ([SB/F/NM] J) ok 35102 - "--This is a comment" ([RE/F/NM] J) ok 35103 - "--This is a comment" ([SB/F/NM] J) ok 35104 - "--A\tcomment" ([RE/F/NM] J) ok 35105 - "--A\tcomment" ([SB/F/NM] J) ok 35106 - "--Another /* comment" ([RE/F/NM] J) ok 35107 - "--Another /* comment" ([SB/F/NM] J) ok 35108 - "\n" ([RE/F/NM] J) ok 35109 - "\n" ([SB/F/NM] J) ok 35110 - "This is a comment\n" ([RE/F/NM] J) ok 35111 - "This is a comment\n" ([SB/F/NM] J) ok 35112 - "A\tcomment\n" ([RE/F/NM] J) ok 35113 - "A\tcomment\n" ([SB/F/NM] J) ok 35114 - "Another /* comment\n" ([RE/F/NM] J) ok 35115 - "Another /* comment\n" ([SB/F/NM] J) ok 35116 - "---" ([RE/F/NM] J) ok 35117 - "---" ([SB/F/NM] J) ok 35118 - "---This is a comment" ([RE/F/NM] J) ok 35119 - "---This is a comment" ([SB/F/NM] J) ok 35120 - "---A\tcomment" ([RE/F/NM] J) ok 35121 - "---A\tcomment" ([SB/F/NM] J) ok 35122 - "---Another /* comment" ([RE/F/NM] J) ok 35123 - "---Another /* comment" ([SB/F/NM] J) ok 35124 - "\n" ([RE/F/NM] J) ok 35125 - "\n" ([SB/F/NM] J) ok 35126 - "This is a comment\n" ([RE/F/NM] J) ok 35127 - "This is a comment\n" ([SB/F/NM] J) ok 35128 - "A\tcomment\n" ([RE/F/NM] J) ok 35129 - "A\tcomment\n" ([SB/F/NM] J) ok 35130 - "Another /* comment\n" ([RE/F/NM] J) ok 35131 - "Another /* comment\n" ([SB/F/NM] J) ok 35132 - "-----" ([RE/F/NM] J) ok 35133 - "-----" ([SB/F/NM] J) ok 35134 - "-----This is a comment" ([RE/F/NM] J) ok 35135 - "-----This is a comment" ([SB/F/NM] J) ok 35136 - "-----A\tcomment" ([RE/F/NM] J) ok 35137 - "-----A\tcomment" ([SB/F/NM] J) ok 35138 - "-----Another /* comment" ([RE/F/NM] J) ok 35139 - "-----Another /* comment" ([SB/F/NM] J) ok 35140 - "\n" ([RE/F/NM] J) ok 35141 - "\n" ([SB/F/NM] J) ok 35142 - "This is a comment\n" ([RE/F/NM] J) ok 35143 - "This is a comment\n" ([SB/F/NM] J) ok 35144 - "A\tcomment\n" ([RE/F/NM] J) ok 35145 - "A\tcomment\n" ([SB/F/NM] J) ok 35146 - "Another /* comment\n" ([RE/F/NM] J) ok 35147 - "Another /* comment\n" ([SB/F/NM] J) ok 35148 - "\\"" ([RE/F/NM] J) ok 35149 - "\\"" ([SB/F/NM] J) ok 35150 - "\\"This is a comment" ([RE/F/NM] J) ok 35151 - "\\"This is a comment" ([SB/F/NM] J) ok 35152 - "\\"A\tcomment" ([RE/F/NM] J) ok 35153 - "\\"A\tcomment" ([SB/F/NM] J) ok 35154 - "\\"Another /* comment" ([RE/F/NM] J) ok 35155 - "\\"Another /* comment" ([SB/F/NM] J) ok 35156 - "\n" ([RE/F/NM] J) ok 35157 - "\n" ([SB/F/NM] J) ok 35158 - "This is a comment\n" ([RE/F/NM] J) ok 35159 - "This is a comment\n" ([SB/F/NM] J) ok 35160 - "A\tcomment\n" ([RE/F/NM] J) ok 35161 - "A\tcomment\n" ([SB/F/NM] J) ok 35162 - "Another /* comment\n" ([RE/F/NM] J) ok 35163 - "Another /* comment\n" ([SB/F/NM] J) ok 35164 - """ ([RE/F/NM] J) ok 35165 - """ ([SB/F/NM] J) ok 35166 - ""This is a comment" ([RE/F/NM] J) ok 35167 - ""This is a comment" ([SB/F/NM] J) ok 35168 - ""A\tcomment" ([RE/F/NM] J) ok 35169 - ""A\tcomment" ([SB/F/NM] J) ok 35170 - ""Another /* comment" ([RE/F/NM] J) ok 35171 - ""Another /* comment" ([SB/F/NM] J) ok 35172 - "\n" ([RE/F/NM] J) ok 35173 - "\n" ([SB/F/NM] J) ok 35174 - "This is a comment\n" ([RE/F/NM] J) ok 35175 - "This is a comment\n" ([SB/F/NM] J) ok 35176 - "A\tcomment\n" ([RE/F/NM] J) ok 35177 - "A\tcomment\n" ([SB/F/NM] J) ok 35178 - "Another /* comment\n" ([RE/F/NM] J) ok 35179 - "Another /* comment\n" ([SB/F/NM] J) ok 35180 - "'" ([RE/F/NM] J) ok 35181 - "'" ([SB/F/NM] J) ok 35182 - "'This is a comment" ([RE/F/NM] J) ok 35183 - "'This is a comment" ([SB/F/NM] J) ok 35184 - "'A\tcomment" ([RE/F/NM] J) ok 35185 - "'A\tcomment" ([SB/F/NM] J) ok 35186 - "'Another /* comment" ([RE/F/NM] J) ok 35187 - "'Another /* comment" ([SB/F/NM] J) ok 35188 - "\n" ([RE/F/NM] J) ok 35189 - "\n" ([SB/F/NM] J) ok 35190 - "This is a comment\n" ([RE/F/NM] J) ok 35191 - "This is a comment\n" ([SB/F/NM] J) ok 35192 - "A\tcomment\n" ([RE/F/NM] J) ok 35193 - "A\tcomment\n" ([SB/F/NM] J) ok 35194 - "Another /* comment\n" ([RE/F/NM] J) ok 35195 - "Another /* comment\n" ([SB/F/NM] J) ok 35196 - "/* This is a C comment */" ([RE/F/NM] J) ok 35197 - "/* This is a C comment */" ([SB/F/NM] J) ok 35198 - "(* This is a Pascal comment *)" ([RE/F/NM] J) ok 35199 - "(* This is a Pascal comment *)" ([SB/F/NM] J) ok 35200 - "" ([RE/F/NM] J) ok 35201 - "" ([SB/F/NM] J) ok 35202 - "NB.\n\n" ([RE/F/NM] J) ok 35203 - "NB.\n\n" ([SB/F/NM] J) ok 35204 - "NB.This is a comment\n\n" ([RE/F/NM] J) ok 35205 - "NB.This is a comment\n\n" ([SB/F/NM] J) ok 35206 - "NB.A\tcomment\n\n" ([RE/F/NM] J) ok 35207 - "NB.A\tcomment\n\n" ([SB/F/NM] J) ok 35208 - "NB.Another /* comment\n\n" ([RE/F/NM] J) ok 35209 - "NB.Another /* comment\n\n" ([SB/F/NM] J) ok 35210 - "NB.\nNB.\n" ([RE/F/NM] J) ok 35211 - "NB.\nNB.\n" ([SB/F/NM] J) ok 35212 - "NB.This is a comment\nNB.This is a comment\n" ([RE/F/NM] J) ok 35213 - "NB.This is a comment\nNB.This is a comment\n" ([SB/F/NM] J) ok 35214 - "NB.A\tcomment\nNB.A\tcomment\n" ([RE/F/NM] J) ok 35215 - "NB.A\tcomment\nNB.A\tcomment\n" ([SB/F/NM] J) ok 35216 - "NB.Another /* comment\nNB.Another /* comment\n" ([RE/F/NM] J) ok 35217 - "NB.Another /* comment\nNB.Another /* comment\n" ([SB/F/NM] J) ok 35218 - "NB.\n6e" ([RE/F/NM] J) ok 35219 - "NB.\n6e" ([SB/F/NM] J) ok 35220 - "NB.This is a comment\nw7" ([RE/F/NM] J) ok 35221 - "NB.This is a comment\nw7" ([SB/F/NM] J) ok 35222 - "NB.A\tcomment\ngrfo" ([RE/F/NM] J) ok 35223 - "NB.A\tcomment\ngrfo" ([SB/F/NM] J) ok 35224 - "NB.Another /* comment\n9" ([RE/F/NM] J) ok 35225 - "NB.Another /* comment\n9" ([SB/F/NM] J) ok 35226 - "ky6NB.\n" ([RE/F/NM] J) ok 35227 - "ky6NB.\n" ([SB/F/NM] J) ok 35228 - "bwirNB.This is a comment\n" ([RE/F/NM] J) ok 35229 - "bwirNB.This is a comment\n" ([SB/F/NM] J) ok 35230 - "gy7xNB.A\tcomment\n" ([RE/F/NM] J) ok 35231 - "gy7xNB.A\tcomment\n" ([SB/F/NM] J) ok 35232 - "adsNB.Another /* comment\n" ([RE/F/NM] J) ok 35233 - "adsNB.Another /* comment\n" ([SB/F/NM] J) ok 35234 - "\\\n" ([RE/F/NM] J) ok 35235 - "\\\n" ([SB/F/NM] J) ok 35236 - "\\This is a comment\n" ([RE/F/NM] J) ok 35237 - "\\This is a comment\n" ([SB/F/NM] J) ok 35238 - "\\A\tcomment\n" ([RE/F/NM] J) ok 35239 - "\\A\tcomment\n" ([SB/F/NM] J) ok 35240 - "\\Another /* comment\n" ([RE/F/NM] J) ok 35241 - "\\Another /* comment\n" ([SB/F/NM] J) ok 35242 - "#\n" ([RE/F/NM] J) ok 35243 - "#\n" ([SB/F/NM] J) ok 35244 - "#This is a comment\n" ([RE/F/NM] J) ok 35245 - "#This is a comment\n" ([SB/F/NM] J) ok 35246 - "#A\tcomment\n" ([RE/F/NM] J) ok 35247 - "#A\tcomment\n" ([SB/F/NM] J) ok 35248 - "#Another /* comment\n" ([RE/F/NM] J) ok 35249 - "#Another /* comment\n" ([SB/F/NM] J) ok 35250 - "//\n" ([RE/F/NM] J) ok 35251 - "//\n" ([SB/F/NM] J) ok 35252 - "//This is a comment\n" ([RE/F/NM] J) ok 35253 - "//This is a comment\n" ([SB/F/NM] J) ok 35254 - "//A\tcomment\n" ([RE/F/NM] J) ok 35255 - "//A\tcomment\n" ([SB/F/NM] J) ok 35256 - "//Another /* comment\n" ([RE/F/NM] J) ok 35257 - "//Another /* comment\n" ([SB/F/NM] J) ok 35258 - "--\n" ([RE/F/NM] J) ok 35259 - "--\n" ([SB/F/NM] J) ok 35260 - "--This is a comment\n" ([RE/F/NM] J) ok 35261 - "--This is a comment\n" ([SB/F/NM] J) ok 35262 - "--A\tcomment\n" ([RE/F/NM] J) ok 35263 - "--A\tcomment\n" ([SB/F/NM] J) ok 35264 - "--Another /* comment\n" ([RE/F/NM] J) ok 35265 - "--Another /* comment\n" ([SB/F/NM] J) ok 35266 - ";\n" ([RE/F/NM] J) ok 35267 - ";\n" ([SB/F/NM] J) ok 35268 - ";This is a comment\n" ([RE/F/NM] J) ok 35269 - ";This is a comment\n" ([SB/F/NM] J) ok 35270 - ";A\tcomment\n" ([RE/F/NM] J) ok 35271 - ";A\tcomment\n" ([SB/F/NM] J) ok 35272 - ";Another /* comment\n" ([RE/F/NM] J) ok 35273 - ";Another /* comment\n" ([SB/F/NM] J) ok 35274 - "#\n" ([RE/F/NM] J) ok 35275 - "#\n" ([SB/F/NM] J) ok 35276 - "#This is a comment\n" ([RE/F/NM] J) ok 35277 - "#This is a comment\n" ([SB/F/NM] J) ok 35278 - "#A\tcomment\n" ([RE/F/NM] J) ok 35279 - "#A\tcomment\n" ([SB/F/NM] J) ok 35280 - "#Another /* comment\n" ([RE/F/NM] J) ok 35281 - "#Another /* comment\n" ([SB/F/NM] J) ok 35282 - "*\n" ([RE/F/NM] J) ok 35283 - "*\n" ([SB/F/NM] J) ok 35284 - "*This is a comment\n" ([RE/F/NM] J) ok 35285 - "*This is a comment\n" ([SB/F/NM] J) ok 35286 - "*A\tcomment\n" ([RE/F/NM] J) ok 35287 - "*A\tcomment\n" ([SB/F/NM] J) ok 35288 - "*Another /* comment\n" ([RE/F/NM] J) ok 35289 - "*Another /* comment\n" ([SB/F/NM] J) ok 35290 - "!\n" ([RE/F/NM] J) ok 35291 - "!\n" ([SB/F/NM] J) ok 35292 - "!This is a comment\n" ([RE/F/NM] J) ok 35293 - "!This is a comment\n" ([SB/F/NM] J) ok 35294 - "!A\tcomment\n" ([RE/F/NM] J) ok 35295 - "!A\tcomment\n" ([SB/F/NM] J) ok 35296 - "!Another /* comment\n" ([RE/F/NM] J) ok 35297 - "!Another /* comment\n" ([SB/F/NM] J) ok 35298 - "REM\n" ([RE/F/NM] J) ok 35299 - "REM\n" ([SB/F/NM] J) ok 35300 - "REMThis is a comment\n" ([RE/F/NM] J) ok 35301 - "REMThis is a comment\n" ([SB/F/NM] J) ok 35302 - "REMA\tcomment\n" ([RE/F/NM] J) ok 35303 - "REMA\tcomment\n" ([SB/F/NM] J) ok 35304 - "REMAnother /* comment\n" ([RE/F/NM] J) ok 35305 - "REMAnother /* comment\n" ([SB/F/NM] J) ok 35306 - "//\n" ([RE/F/NM] J) ok 35307 - "//\n" ([SB/F/NM] J) ok 35308 - "//This is a comment\n" ([RE/F/NM] J) ok 35309 - "//This is a comment\n" ([SB/F/NM] J) ok 35310 - "//A\tcomment\n" ([RE/F/NM] J) ok 35311 - "//A\tcomment\n" ([SB/F/NM] J) ok 35312 - "//Another /* comment\n" ([RE/F/NM] J) ok 35313 - "//Another /* comment\n" ([SB/F/NM] J) ok 35314 - "%\n" ([RE/F/NM] J) ok 35315 - "%\n" ([SB/F/NM] J) ok 35316 - "%This is a comment\n" ([RE/F/NM] J) ok 35317 - "%This is a comment\n" ([SB/F/NM] J) ok 35318 - "%A\tcomment\n" ([RE/F/NM] J) ok 35319 - "%A\tcomment\n" ([SB/F/NM] J) ok 35320 - "%Another /* comment\n" ([RE/F/NM] J) ok 35321 - "%Another /* comment\n" ([SB/F/NM] J) ok 35322 - "!\n" ([RE/F/NM] J) ok 35323 - "!\n" ([SB/F/NM] J) ok 35324 - "!This is a comment\n" ([RE/F/NM] J) ok 35325 - "!This is a comment\n" ([SB/F/NM] J) ok 35326 - "!A\tcomment\n" ([RE/F/NM] J) ok 35327 - "!A\tcomment\n" ([SB/F/NM] J) ok 35328 - "!Another /* comment\n" ([RE/F/NM] J) ok 35329 - "!Another /* comment\n" ([SB/F/NM] J) ok 35330 - "NB\n" ([RE/F/NM] J) ok 35331 - "NB\n" ([SB/F/NM] J) ok 35332 - "NBThis is a comment\n" ([RE/F/NM] J) ok 35333 - "NBThis is a comment\n" ([SB/F/NM] J) ok 35334 - "NBA\tcomment\n" ([RE/F/NM] J) ok 35335 - "NBA\tcomment\n" ([SB/F/NM] J) ok 35336 - "NBAnother /* comment\n" ([RE/F/NM] J) ok 35337 - "NBAnother /* comment\n" ([SB/F/NM] J) ok 35338 - "PLEASE NOT\n" ([RE/F/NM] J) ok 35339 - "PLEASE NOT\n" ([SB/F/NM] J) ok 35340 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] J) ok 35341 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] J) ok 35342 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] J) ok 35343 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] J) ok 35344 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] J) ok 35345 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] J) ok 35346 - "PLEASE NOT\n" ([RE/F/NM] J) ok 35347 - "PLEASE NOT\n" ([SB/F/NM] J) ok 35348 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] J) ok 35349 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] J) ok 35350 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] J) ok 35351 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] J) ok 35352 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] J) ok 35353 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] J) ok 35354 - "PLEASE N'T\n" ([RE/F/NM] J) ok 35355 - "PLEASE N'T\n" ([SB/F/NM] J) ok 35356 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] J) ok 35357 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] J) ok 35358 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] J) ok 35359 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] J) ok 35360 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] J) ok 35361 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] J) ok 35362 - "DO NOT\n" ([RE/F/NM] J) ok 35363 - "DO NOT\n" ([SB/F/NM] J) ok 35364 - "DO NOTThis is a comment\n" ([RE/F/NM] J) ok 35365 - "DO NOTThis is a comment\n" ([SB/F/NM] J) ok 35366 - "DO NOTA\tcomment\n" ([RE/F/NM] J) ok 35367 - "DO NOTA\tcomment\n" ([SB/F/NM] J) ok 35368 - "DO NOTAnother /* comment\n" ([RE/F/NM] J) ok 35369 - "DO NOTAnother /* comment\n" ([SB/F/NM] J) ok 35370 - "DO N'T\n" ([RE/F/NM] J) ok 35371 - "DO N'T\n" ([SB/F/NM] J) ok 35372 - "DO N'TThis is a comment\n" ([RE/F/NM] J) ok 35373 - "DO N'TThis is a comment\n" ([SB/F/NM] J) ok 35374 - "DO N'TA\tcomment\n" ([RE/F/NM] J) ok 35375 - "DO N'TA\tcomment\n" ([SB/F/NM] J) ok 35376 - "DO N'TAnother /* comment\n" ([RE/F/NM] J) ok 35377 - "DO N'TAnother /* comment\n" ([SB/F/NM] J) ok 35378 - "DO NOT\n" ([RE/F/NM] J) ok 35379 - "DO NOT\n" ([SB/F/NM] J) ok 35380 - "DO NOTThis is a comment\n" ([RE/F/NM] J) ok 35381 - "DO NOTThis is a comment\n" ([SB/F/NM] J) ok 35382 - "DO NOTA\tcomment\n" ([RE/F/NM] J) ok 35383 - "DO NOTA\tcomment\n" ([SB/F/NM] J) ok 35384 - "DO NOTAnother /* comment\n" ([RE/F/NM] J) ok 35385 - "DO NOTAnother /* comment\n" ([SB/F/NM] J) ok 35386 - "PLEASE DO NOT\n" ([RE/F/NM] J) ok 35387 - "PLEASE DO NOT\n" ([SB/F/NM] J) ok 35388 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] J) ok 35389 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] J) ok 35390 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] J) ok 35391 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] J) ok 35392 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] J) ok 35393 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] J) ok 35394 - "PLEASE DO NOT\n" ([RE/F/NM] J) ok 35395 - "PLEASE DO NOT\n" ([SB/F/NM] J) ok 35396 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] J) ok 35397 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] J) ok 35398 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] J) ok 35399 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] J) ok 35400 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] J) ok 35401 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] J) ok 35402 - "PLEASE DO N'T\n" ([RE/F/NM] J) ok 35403 - "PLEASE DO N'T\n" ([SB/F/NM] J) ok 35404 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] J) ok 35405 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] J) ok 35406 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] J) ok 35407 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] J) ok 35408 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] J) ok 35409 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] J) ok 35410 - "{}" ([RE/F/NM] J) ok 35411 - "{}" ([SB/F/NM] J) ok 35412 - "{This is a comment}" ([RE/F/NM] J) ok 35413 - "{This is a comment}" ([SB/F/NM] J) ok 35414 - "{A\tcomment}" ([RE/F/NM] J) ok 35415 - "{A\tcomment}" ([SB/F/NM] J) ok 35416 - "{Another /* comment}" ([RE/F/NM] J) ok 35417 - "{Another /* comment}" ([SB/F/NM] J) ok 35418 - ".\n" ([RE/F/NM] J) ok 35419 - ".\n" ([SB/F/NM] J) ok 35420 - ".This is a comment\n" ([RE/F/NM] J) ok 35421 - ".This is a comment\n" ([SB/F/NM] J) ok 35422 - ".A\tcomment\n" ([RE/F/NM] J) ok 35423 - ".A\tcomment\n" ([SB/F/NM] J) ok 35424 - ".Another /* comment\n" ([RE/F/NM] J) ok 35425 - ".Another /* comment\n" ([SB/F/NM] J) ok 35426 - ";\n" ([RE/F/NM] J) ok 35427 - ";\n" ([SB/F/NM] J) ok 35428 - ";This is a comment\n" ([RE/F/NM] J) ok 35429 - ";This is a comment\n" ([SB/F/NM] J) ok 35430 - ";A\tcomment\n" ([RE/F/NM] J) ok 35431 - ";A\tcomment\n" ([SB/F/NM] J) ok 35432 - ";Another /* comment\n" ([RE/F/NM] J) ok 35433 - ";Another /* comment\n" ([SB/F/NM] J) ok 35434 - "`\n" ([RE/F/NM] J) ok 35435 - "`\n" ([SB/F/NM] J) ok 35436 - "`This is a comment\n" ([RE/F/NM] J) ok 35437 - "`This is a comment\n" ([SB/F/NM] J) ok 35438 - "`A\tcomment\n" ([RE/F/NM] J) ok 35439 - "`A\tcomment\n" ([SB/F/NM] J) ok 35440 - "`Another /* comment\n" ([RE/F/NM] J) ok 35441 - "`Another /* comment\n" ([SB/F/NM] J) ok 35442 - "--\n" ([RE/F/NM] J) ok 35443 - "--\n" ([SB/F/NM] J) ok 35444 - "--This is a comment\n" ([RE/F/NM] J) ok 35445 - "--This is a comment\n" ([SB/F/NM] J) ok 35446 - "--A\tcomment\n" ([RE/F/NM] J) ok 35447 - "--A\tcomment\n" ([SB/F/NM] J) ok 35448 - "--Another /* comment\n" ([RE/F/NM] J) ok 35449 - "--Another /* comment\n" ([SB/F/NM] J) ok 35450 - "---\n" ([RE/F/NM] J) ok 35451 - "---\n" ([SB/F/NM] J) ok 35452 - "---This is a comment\n" ([RE/F/NM] J) ok 35453 - "---This is a comment\n" ([SB/F/NM] J) ok 35454 - "---A\tcomment\n" ([RE/F/NM] J) ok 35455 - "---A\tcomment\n" ([SB/F/NM] J) ok 35456 - "---Another /* comment\n" ([RE/F/NM] J) ok 35457 - "---Another /* comment\n" ([SB/F/NM] J) ok 35458 - "-----\n" ([RE/F/NM] J) ok 35459 - "-----\n" ([SB/F/NM] J) ok 35460 - "-----This is a comment\n" ([RE/F/NM] J) ok 35461 - "-----This is a comment\n" ([SB/F/NM] J) ok 35462 - "-----A\tcomment\n" ([RE/F/NM] J) ok 35463 - "-----A\tcomment\n" ([SB/F/NM] J) ok 35464 - "-----Another /* comment\n" ([RE/F/NM] J) ok 35465 - "-----Another /* comment\n" ([SB/F/NM] J) ok 35466 - "\\"\n" ([RE/F/NM] J) ok 35467 - "\\"\n" ([SB/F/NM] J) ok 35468 - "\\"This is a comment\n" ([RE/F/NM] J) ok 35469 - "\\"This is a comment\n" ([SB/F/NM] J) ok 35470 - "\\"A\tcomment\n" ([RE/F/NM] J) ok 35471 - "\\"A\tcomment\n" ([SB/F/NM] J) ok 35472 - "\\"Another /* comment\n" ([RE/F/NM] J) ok 35473 - "\\"Another /* comment\n" ([SB/F/NM] J) ok 35474 - ""\n" ([RE/F/NM] J) ok 35475 - ""\n" ([SB/F/NM] J) ok 35476 - ""This is a comment\n" ([RE/F/NM] J) ok 35477 - ""This is a comment\n" ([SB/F/NM] J) ok 35478 - ""A\tcomment\n" ([RE/F/NM] J) ok 35479 - ""A\tcomment\n" ([SB/F/NM] J) ok 35480 - ""Another /* comment\n" ([RE/F/NM] J) ok 35481 - ""Another /* comment\n" ([SB/F/NM] J) ok 35482 - "'\n" ([RE/F/NM] J) ok 35483 - "'\n" ([SB/F/NM] J) ok 35484 - "'This is a comment\n" ([RE/F/NM] J) ok 35485 - "'This is a comment\n" ([SB/F/NM] J) ok 35486 - "'A\tcomment\n" ([RE/F/NM] J) ok 35487 - "'A\tcomment\n" ([SB/F/NM] J) ok 35488 - "'Another /* comment\n" ([RE/F/NM] J) ok 35489 - "'Another /* comment\n" ([SB/F/NM] J) ok 35490 - "{}" ([RE/P/MT] Pascal/Alice) ok 35491 - "{}" ([OM/P/MT] Pascal/Alice) ok 35492 - "{}" ([OS/P/MT] Pascal/Alice) ok 35493 - "{}" ([SB/P/MT] Pascal/Alice) ok 35494 - "{}" ([KP/P/MT] Pascal/Alice) ok 35495 - "{This is a comment}" ([RE/P/MT] Pascal/Alice) ok 35496 - "{This is a comment}" ([OM/P/MT] Pascal/Alice) ok 35497 - "{This is a comment}" ([OS/P/MT] Pascal/Alice) ok 35498 - "{This is a comment}" ([SB/P/MT] Pascal/Alice) ok 35499 - "{This is a comment}" ([KP/P/MT] Pascal/Alice) ok 35500 - "{A\tcomment}" ([RE/P/MT] Pascal/Alice) ok 35501 - "{A\tcomment}" ([OM/P/MT] Pascal/Alice) ok 35502 - "{A\tcomment}" ([OS/P/MT] Pascal/Alice) ok 35503 - "{A\tcomment}" ([SB/P/MT] Pascal/Alice) ok 35504 - "{A\tcomment}" ([KP/P/MT] Pascal/Alice) ok 35505 - "{Another /* comment}" ([RE/P/MT] Pascal/Alice) ok 35506 - "{Another /* comment}" ([OM/P/MT] Pascal/Alice) ok 35507 - "{Another /* comment}" ([OS/P/MT] Pascal/Alice) ok 35508 - "{Another /* comment}" ([SB/P/MT] Pascal/Alice) ok 35509 - "{Another /* comment}" ([KP/P/MT] Pascal/Alice) ok 35510 - "\\" ([RE/F/NM] Pascal/Alice) ok 35511 - "\\" ([SB/F/NM] Pascal/Alice) ok 35512 - "\\This is a comment" ([RE/F/NM] Pascal/Alice) ok 35513 - "\\This is a comment" ([SB/F/NM] Pascal/Alice) ok 35514 - "\\A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35515 - "\\A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35516 - "\\Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35517 - "\\Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35518 - "\n" ([RE/F/NM] Pascal/Alice) ok 35519 - "\n" ([SB/F/NM] Pascal/Alice) ok 35520 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35521 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35522 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35523 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35524 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35525 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35526 - "#" ([RE/F/NM] Pascal/Alice) ok 35527 - "#" ([SB/F/NM] Pascal/Alice) ok 35528 - "#This is a comment" ([RE/F/NM] Pascal/Alice) ok 35529 - "#This is a comment" ([SB/F/NM] Pascal/Alice) ok 35530 - "#A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35531 - "#A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35532 - "#Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35533 - "#Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35534 - "\n" ([RE/F/NM] Pascal/Alice) ok 35535 - "\n" ([SB/F/NM] Pascal/Alice) ok 35536 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35537 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35538 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35539 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35540 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35541 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35542 - "//" ([RE/F/NM] Pascal/Alice) ok 35543 - "//" ([SB/F/NM] Pascal/Alice) ok 35544 - "//This is a comment" ([RE/F/NM] Pascal/Alice) ok 35545 - "//This is a comment" ([SB/F/NM] Pascal/Alice) ok 35546 - "//A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35547 - "//A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35548 - "//Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35549 - "//Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35550 - "\n" ([RE/F/NM] Pascal/Alice) ok 35551 - "\n" ([SB/F/NM] Pascal/Alice) ok 35552 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35553 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35554 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35555 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35556 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35557 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35558 - "--" ([RE/F/NM] Pascal/Alice) ok 35559 - "--" ([SB/F/NM] Pascal/Alice) ok 35560 - "--This is a comment" ([RE/F/NM] Pascal/Alice) ok 35561 - "--This is a comment" ([SB/F/NM] Pascal/Alice) ok 35562 - "--A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35563 - "--A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35564 - "--Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35565 - "--Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35566 - "\n" ([RE/F/NM] Pascal/Alice) ok 35567 - "\n" ([SB/F/NM] Pascal/Alice) ok 35568 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35569 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35570 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35571 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35572 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35573 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35574 - ";" ([RE/F/NM] Pascal/Alice) ok 35575 - ";" ([SB/F/NM] Pascal/Alice) ok 35576 - ";This is a comment" ([RE/F/NM] Pascal/Alice) ok 35577 - ";This is a comment" ([SB/F/NM] Pascal/Alice) ok 35578 - ";A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35579 - ";A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35580 - ";Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35581 - ";Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35582 - "\n" ([RE/F/NM] Pascal/Alice) ok 35583 - "\n" ([SB/F/NM] Pascal/Alice) ok 35584 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35585 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35586 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35587 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35588 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35589 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35590 - "#" ([RE/F/NM] Pascal/Alice) ok 35591 - "#" ([SB/F/NM] Pascal/Alice) ok 35592 - "#This is a comment" ([RE/F/NM] Pascal/Alice) ok 35593 - "#This is a comment" ([SB/F/NM] Pascal/Alice) ok 35594 - "#A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35595 - "#A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35596 - "#Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35597 - "#Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35598 - "\n" ([RE/F/NM] Pascal/Alice) ok 35599 - "\n" ([SB/F/NM] Pascal/Alice) ok 35600 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35601 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35602 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35603 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35604 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35605 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35606 - "*" ([RE/F/NM] Pascal/Alice) ok 35607 - "*" ([SB/F/NM] Pascal/Alice) ok 35608 - "*This is a comment" ([RE/F/NM] Pascal/Alice) ok 35609 - "*This is a comment" ([SB/F/NM] Pascal/Alice) ok 35610 - "*A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35611 - "*A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35612 - "*Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35613 - "*Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35614 - "\n" ([RE/F/NM] Pascal/Alice) ok 35615 - "\n" ([SB/F/NM] Pascal/Alice) ok 35616 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35617 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35618 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35619 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35620 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35621 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35622 - "!" ([RE/F/NM] Pascal/Alice) ok 35623 - "!" ([SB/F/NM] Pascal/Alice) ok 35624 - "!This is a comment" ([RE/F/NM] Pascal/Alice) ok 35625 - "!This is a comment" ([SB/F/NM] Pascal/Alice) ok 35626 - "!A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35627 - "!A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35628 - "!Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35629 - "!Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35630 - "\n" ([RE/F/NM] Pascal/Alice) ok 35631 - "\n" ([SB/F/NM] Pascal/Alice) ok 35632 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35633 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35634 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35635 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35636 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35637 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35638 - "REM" ([RE/F/NM] Pascal/Alice) ok 35639 - "REM" ([SB/F/NM] Pascal/Alice) ok 35640 - "REMThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35641 - "REMThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35642 - "REMA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35643 - "REMA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35644 - "REMAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35645 - "REMAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35646 - "\n" ([RE/F/NM] Pascal/Alice) ok 35647 - "\n" ([SB/F/NM] Pascal/Alice) ok 35648 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35649 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35650 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35651 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35652 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35653 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35654 - "//" ([RE/F/NM] Pascal/Alice) ok 35655 - "//" ([SB/F/NM] Pascal/Alice) ok 35656 - "//This is a comment" ([RE/F/NM] Pascal/Alice) ok 35657 - "//This is a comment" ([SB/F/NM] Pascal/Alice) ok 35658 - "//A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35659 - "//A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35660 - "//Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35661 - "//Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35662 - "\n" ([RE/F/NM] Pascal/Alice) ok 35663 - "\n" ([SB/F/NM] Pascal/Alice) ok 35664 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35665 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35666 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35667 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35668 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35669 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35670 - "%" ([RE/F/NM] Pascal/Alice) ok 35671 - "%" ([SB/F/NM] Pascal/Alice) ok 35672 - "%This is a comment" ([RE/F/NM] Pascal/Alice) ok 35673 - "%This is a comment" ([SB/F/NM] Pascal/Alice) ok 35674 - "%A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35675 - "%A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35676 - "%Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35677 - "%Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35678 - "\n" ([RE/F/NM] Pascal/Alice) ok 35679 - "\n" ([SB/F/NM] Pascal/Alice) ok 35680 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35681 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35682 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35683 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35684 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35685 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35686 - "!" ([RE/F/NM] Pascal/Alice) ok 35687 - "!" ([SB/F/NM] Pascal/Alice) ok 35688 - "!This is a comment" ([RE/F/NM] Pascal/Alice) ok 35689 - "!This is a comment" ([SB/F/NM] Pascal/Alice) ok 35690 - "!A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35691 - "!A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35692 - "!Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35693 - "!Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35694 - "\n" ([RE/F/NM] Pascal/Alice) ok 35695 - "\n" ([SB/F/NM] Pascal/Alice) ok 35696 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35697 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35698 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35699 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35700 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35701 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35702 - "NB" ([RE/F/NM] Pascal/Alice) ok 35703 - "NB" ([SB/F/NM] Pascal/Alice) ok 35704 - "NBThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35705 - "NBThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35706 - "NBA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35707 - "NBA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35708 - "NBAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35709 - "NBAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35710 - "\n" ([RE/F/NM] Pascal/Alice) ok 35711 - "\n" ([SB/F/NM] Pascal/Alice) ok 35712 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35713 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35714 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35715 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35716 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35717 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35718 - "PLEASE NOT" ([RE/F/NM] Pascal/Alice) ok 35719 - "PLEASE NOT" ([SB/F/NM] Pascal/Alice) ok 35720 - "PLEASE NOTThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35721 - "PLEASE NOTThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35722 - "PLEASE NOTA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35723 - "PLEASE NOTA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35724 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35725 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35726 - "\n" ([RE/F/NM] Pascal/Alice) ok 35727 - "\n" ([SB/F/NM] Pascal/Alice) ok 35728 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35729 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35730 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35731 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35732 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35733 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35734 - "PLEASE NOT" ([RE/F/NM] Pascal/Alice) ok 35735 - "PLEASE NOT" ([SB/F/NM] Pascal/Alice) ok 35736 - "PLEASE NOTThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35737 - "PLEASE NOTThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35738 - "PLEASE NOTA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35739 - "PLEASE NOTA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35740 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35741 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35742 - "\n" ([RE/F/NM] Pascal/Alice) ok 35743 - "\n" ([SB/F/NM] Pascal/Alice) ok 35744 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35745 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35746 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35747 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35748 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35749 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35750 - "PLEASE N'T" ([RE/F/NM] Pascal/Alice) ok 35751 - "PLEASE N'T" ([SB/F/NM] Pascal/Alice) ok 35752 - "PLEASE N'TThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35753 - "PLEASE N'TThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35754 - "PLEASE N'TA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35755 - "PLEASE N'TA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35756 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35757 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35758 - "\n" ([RE/F/NM] Pascal/Alice) ok 35759 - "\n" ([SB/F/NM] Pascal/Alice) ok 35760 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35761 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35762 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35763 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35764 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35765 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35766 - "DO NOT" ([RE/F/NM] Pascal/Alice) ok 35767 - "DO NOT" ([SB/F/NM] Pascal/Alice) ok 35768 - "DO NOTThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35769 - "DO NOTThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35770 - "DO NOTA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35771 - "DO NOTA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35772 - "DO NOTAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35773 - "DO NOTAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35774 - "\n" ([RE/F/NM] Pascal/Alice) ok 35775 - "\n" ([SB/F/NM] Pascal/Alice) ok 35776 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35777 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35778 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35779 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35780 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35781 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35782 - "DO N'T" ([RE/F/NM] Pascal/Alice) ok 35783 - "DO N'T" ([SB/F/NM] Pascal/Alice) ok 35784 - "DO N'TThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35785 - "DO N'TThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35786 - "DO N'TA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35787 - "DO N'TA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35788 - "DO N'TAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35789 - "DO N'TAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35790 - "\n" ([RE/F/NM] Pascal/Alice) ok 35791 - "\n" ([SB/F/NM] Pascal/Alice) ok 35792 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35793 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35794 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35795 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35796 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35797 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35798 - "DO NOT" ([RE/F/NM] Pascal/Alice) ok 35799 - "DO NOT" ([SB/F/NM] Pascal/Alice) ok 35800 - "DO NOTThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35801 - "DO NOTThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35802 - "DO NOTA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35803 - "DO NOTA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35804 - "DO NOTAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35805 - "DO NOTAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35806 - "\n" ([RE/F/NM] Pascal/Alice) ok 35807 - "\n" ([SB/F/NM] Pascal/Alice) ok 35808 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35809 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35810 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35811 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35812 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35813 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35814 - "PLEASE DO NOT" ([RE/F/NM] Pascal/Alice) ok 35815 - "PLEASE DO NOT" ([SB/F/NM] Pascal/Alice) ok 35816 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35817 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35818 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35819 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35820 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35821 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35822 - "\n" ([RE/F/NM] Pascal/Alice) ok 35823 - "\n" ([SB/F/NM] Pascal/Alice) ok 35824 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35825 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35826 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35827 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35828 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35829 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35830 - "PLEASE DO NOT" ([RE/F/NM] Pascal/Alice) ok 35831 - "PLEASE DO NOT" ([SB/F/NM] Pascal/Alice) ok 35832 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35833 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35834 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35835 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35836 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35837 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35838 - "\n" ([RE/F/NM] Pascal/Alice) ok 35839 - "\n" ([SB/F/NM] Pascal/Alice) ok 35840 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35841 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35842 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35843 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35844 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35845 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35846 - "PLEASE DO N'T" ([RE/F/NM] Pascal/Alice) ok 35847 - "PLEASE DO N'T" ([SB/F/NM] Pascal/Alice) ok 35848 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Pascal/Alice) ok 35849 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Pascal/Alice) ok 35850 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Pascal/Alice) ok 35851 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Pascal/Alice) ok 35852 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Pascal/Alice) ok 35853 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Pascal/Alice) ok 35854 - "\n" ([RE/F/NM] Pascal/Alice) ok 35855 - "\n" ([SB/F/NM] Pascal/Alice) ok 35856 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35857 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35858 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35859 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35860 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35861 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35862 - "NB." ([RE/F/NM] Pascal/Alice) ok 35863 - "NB." ([SB/F/NM] Pascal/Alice) ok 35864 - "NB.This is a comment" ([RE/F/NM] Pascal/Alice) ok 35865 - "NB.This is a comment" ([SB/F/NM] Pascal/Alice) ok 35866 - "NB.A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35867 - "NB.A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35868 - "NB.Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35869 - "NB.Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35870 - "\n" ([RE/F/NM] Pascal/Alice) ok 35871 - "\n" ([SB/F/NM] Pascal/Alice) ok 35872 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35873 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35874 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35875 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35876 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35877 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35878 - "{" ([RE/F/NM] Pascal/Alice) ok 35879 - "{" ([SB/F/NM] Pascal/Alice) ok 35880 - "{This is a comment" ([RE/F/NM] Pascal/Alice) ok 35881 - "{This is a comment" ([SB/F/NM] Pascal/Alice) ok 35882 - "{A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35883 - "{A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35884 - "{Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35885 - "{Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35886 - "}" ([RE/F/NM] Pascal/Alice) ok 35887 - "}" ([SB/F/NM] Pascal/Alice) ok 35888 - "This is a comment}" ([RE/F/NM] Pascal/Alice) ok 35889 - "This is a comment}" ([SB/F/NM] Pascal/Alice) ok 35890 - "A\tcomment}" ([RE/F/NM] Pascal/Alice) ok 35891 - "A\tcomment}" ([SB/F/NM] Pascal/Alice) ok 35892 - "Another /* comment}" ([RE/F/NM] Pascal/Alice) ok 35893 - "Another /* comment}" ([SB/F/NM] Pascal/Alice) ok 35894 - "." ([RE/F/NM] Pascal/Alice) ok 35895 - "." ([SB/F/NM] Pascal/Alice) ok 35896 - ".This is a comment" ([RE/F/NM] Pascal/Alice) ok 35897 - ".This is a comment" ([SB/F/NM] Pascal/Alice) ok 35898 - ".A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35899 - ".A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35900 - ".Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35901 - ".Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35902 - "\n" ([RE/F/NM] Pascal/Alice) ok 35903 - "\n" ([SB/F/NM] Pascal/Alice) ok 35904 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35905 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35906 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35907 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35908 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35909 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35910 - ";" ([RE/F/NM] Pascal/Alice) ok 35911 - ";" ([SB/F/NM] Pascal/Alice) ok 35912 - ";This is a comment" ([RE/F/NM] Pascal/Alice) ok 35913 - ";This is a comment" ([SB/F/NM] Pascal/Alice) ok 35914 - ";A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35915 - ";A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35916 - ";Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35917 - ";Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35918 - "\n" ([RE/F/NM] Pascal/Alice) ok 35919 - "\n" ([SB/F/NM] Pascal/Alice) ok 35920 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35921 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35922 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35923 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35924 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35925 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35926 - "`" ([RE/F/NM] Pascal/Alice) ok 35927 - "`" ([SB/F/NM] Pascal/Alice) ok 35928 - "`This is a comment" ([RE/F/NM] Pascal/Alice) ok 35929 - "`This is a comment" ([SB/F/NM] Pascal/Alice) ok 35930 - "`A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35931 - "`A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35932 - "`Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35933 - "`Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35934 - "\n" ([RE/F/NM] Pascal/Alice) ok 35935 - "\n" ([SB/F/NM] Pascal/Alice) ok 35936 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35937 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35938 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35939 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35940 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35941 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35942 - "--" ([RE/F/NM] Pascal/Alice) ok 35943 - "--" ([SB/F/NM] Pascal/Alice) ok 35944 - "--This is a comment" ([RE/F/NM] Pascal/Alice) ok 35945 - "--This is a comment" ([SB/F/NM] Pascal/Alice) ok 35946 - "--A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35947 - "--A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35948 - "--Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35949 - "--Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35950 - "\n" ([RE/F/NM] Pascal/Alice) ok 35951 - "\n" ([SB/F/NM] Pascal/Alice) ok 35952 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35953 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35954 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35955 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35956 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35957 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35958 - "---" ([RE/F/NM] Pascal/Alice) ok 35959 - "---" ([SB/F/NM] Pascal/Alice) ok 35960 - "---This is a comment" ([RE/F/NM] Pascal/Alice) ok 35961 - "---This is a comment" ([SB/F/NM] Pascal/Alice) ok 35962 - "---A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35963 - "---A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35964 - "---Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35965 - "---Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35966 - "\n" ([RE/F/NM] Pascal/Alice) ok 35967 - "\n" ([SB/F/NM] Pascal/Alice) ok 35968 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35969 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35970 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35971 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35972 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35973 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35974 - "-----" ([RE/F/NM] Pascal/Alice) ok 35975 - "-----" ([SB/F/NM] Pascal/Alice) ok 35976 - "-----This is a comment" ([RE/F/NM] Pascal/Alice) ok 35977 - "-----This is a comment" ([SB/F/NM] Pascal/Alice) ok 35978 - "-----A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35979 - "-----A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35980 - "-----Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35981 - "-----Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35982 - "\n" ([RE/F/NM] Pascal/Alice) ok 35983 - "\n" ([SB/F/NM] Pascal/Alice) ok 35984 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 35985 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 35986 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 35987 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 35988 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 35989 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 35990 - "\\"" ([RE/F/NM] Pascal/Alice) ok 35991 - "\\"" ([SB/F/NM] Pascal/Alice) ok 35992 - "\\"This is a comment" ([RE/F/NM] Pascal/Alice) ok 35993 - "\\"This is a comment" ([SB/F/NM] Pascal/Alice) ok 35994 - "\\"A\tcomment" ([RE/F/NM] Pascal/Alice) ok 35995 - "\\"A\tcomment" ([SB/F/NM] Pascal/Alice) ok 35996 - "\\"Another /* comment" ([RE/F/NM] Pascal/Alice) ok 35997 - "\\"Another /* comment" ([SB/F/NM] Pascal/Alice) ok 35998 - "\n" ([RE/F/NM] Pascal/Alice) ok 35999 - "\n" ([SB/F/NM] Pascal/Alice) ok 36000 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36001 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36002 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36003 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36004 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36005 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36006 - """ ([RE/F/NM] Pascal/Alice) ok 36007 - """ ([SB/F/NM] Pascal/Alice) ok 36008 - ""This is a comment" ([RE/F/NM] Pascal/Alice) ok 36009 - ""This is a comment" ([SB/F/NM] Pascal/Alice) ok 36010 - ""A\tcomment" ([RE/F/NM] Pascal/Alice) ok 36011 - ""A\tcomment" ([SB/F/NM] Pascal/Alice) ok 36012 - ""Another /* comment" ([RE/F/NM] Pascal/Alice) ok 36013 - ""Another /* comment" ([SB/F/NM] Pascal/Alice) ok 36014 - "\n" ([RE/F/NM] Pascal/Alice) ok 36015 - "\n" ([SB/F/NM] Pascal/Alice) ok 36016 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36017 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36018 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36019 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36020 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36021 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36022 - "'" ([RE/F/NM] Pascal/Alice) ok 36023 - "'" ([SB/F/NM] Pascal/Alice) ok 36024 - "'This is a comment" ([RE/F/NM] Pascal/Alice) ok 36025 - "'This is a comment" ([SB/F/NM] Pascal/Alice) ok 36026 - "'A\tcomment" ([RE/F/NM] Pascal/Alice) ok 36027 - "'A\tcomment" ([SB/F/NM] Pascal/Alice) ok 36028 - "'Another /* comment" ([RE/F/NM] Pascal/Alice) ok 36029 - "'Another /* comment" ([SB/F/NM] Pascal/Alice) ok 36030 - "\n" ([RE/F/NM] Pascal/Alice) ok 36031 - "\n" ([SB/F/NM] Pascal/Alice) ok 36032 - "This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36033 - "This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36034 - "A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36035 - "A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36036 - "Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36037 - "Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36038 - "/* This is a C comment */" ([RE/F/NM] Pascal/Alice) ok 36039 - "/* This is a C comment */" ([SB/F/NM] Pascal/Alice) ok 36040 - "(* This is a Pascal comment *)" ([RE/F/NM] Pascal/Alice) ok 36041 - "(* This is a Pascal comment *)" ([SB/F/NM] Pascal/Alice) ok 36042 - "" ([RE/F/NM] Pascal/Alice) ok 36043 - "" ([SB/F/NM] Pascal/Alice) ok 36044 - "{}}" ([RE/F/NM] Pascal/Alice) ok 36045 - "{}}" ([SB/F/NM] Pascal/Alice) ok 36046 - "{This is a comment}}" ([RE/F/NM] Pascal/Alice) ok 36047 - "{This is a comment}}" ([SB/F/NM] Pascal/Alice) ok 36048 - "{A\tcomment}}" ([RE/F/NM] Pascal/Alice) ok 36049 - "{A\tcomment}}" ([SB/F/NM] Pascal/Alice) ok 36050 - "{Another /* comment}}" ([RE/F/NM] Pascal/Alice) ok 36051 - "{Another /* comment}}" ([SB/F/NM] Pascal/Alice) ok 36052 - "{}{}" ([RE/F/NM] Pascal/Alice) ok 36053 - "{}{}" ([SB/F/NM] Pascal/Alice) ok 36054 - "{This is a comment}{This is a comment}" ([RE/F/NM] Pascal/Alice) ok 36055 - "{This is a comment}{This is a comment}" ([SB/F/NM] Pascal/Alice) ok 36056 - "{A\tcomment}{A\tcomment}" ([RE/F/NM] Pascal/Alice) ok 36057 - "{A\tcomment}{A\tcomment}" ([SB/F/NM] Pascal/Alice) ok 36058 - "{Another /* comment}{Another /* comment}" ([RE/F/NM] Pascal/Alice) ok 36059 - "{Another /* comment}{Another /* comment}" ([SB/F/NM] Pascal/Alice) ok 36060 - "{}jmwl" ([RE/F/NM] Pascal/Alice) ok 36061 - "{}jmwl" ([SB/F/NM] Pascal/Alice) ok 36062 - "{This is a comment}k" ([RE/F/NM] Pascal/Alice) ok 36063 - "{This is a comment}k" ([SB/F/NM] Pascal/Alice) ok 36064 - "{A\tcomment}km" ([RE/F/NM] Pascal/Alice) ok 36065 - "{A\tcomment}km" ([SB/F/NM] Pascal/Alice) ok 36066 - "{Another /* comment}ivw" ([RE/F/NM] Pascal/Alice) ok 36067 - "{Another /* comment}ivw" ([SB/F/NM] Pascal/Alice) ok 36068 - "df{}" ([RE/F/NM] Pascal/Alice) ok 36069 - "df{}" ([SB/F/NM] Pascal/Alice) ok 36070 - "cvi{This is a comment}" ([RE/F/NM] Pascal/Alice) ok 36071 - "cvi{This is a comment}" ([SB/F/NM] Pascal/Alice) ok 36072 - "c{A\tcomment}" ([RE/F/NM] Pascal/Alice) ok 36073 - "c{A\tcomment}" ([SB/F/NM] Pascal/Alice) ok 36074 - "pj2{Another /* comment}" ([RE/F/NM] Pascal/Alice) ok 36075 - "pj2{Another /* comment}" ([SB/F/NM] Pascal/Alice) ok 36076 - "\\\n" ([RE/F/NM] Pascal/Alice) ok 36077 - "\\\n" ([SB/F/NM] Pascal/Alice) ok 36078 - "\\This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36079 - "\\This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36080 - "\\A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36081 - "\\A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36082 - "\\Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36083 - "\\Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36084 - "#\n" ([RE/F/NM] Pascal/Alice) ok 36085 - "#\n" ([SB/F/NM] Pascal/Alice) ok 36086 - "#This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36087 - "#This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36088 - "#A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36089 - "#A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36090 - "#Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36091 - "#Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36092 - "//\n" ([RE/F/NM] Pascal/Alice) ok 36093 - "//\n" ([SB/F/NM] Pascal/Alice) ok 36094 - "//This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36095 - "//This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36096 - "//A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36097 - "//A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36098 - "//Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36099 - "//Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36100 - "--\n" ([RE/F/NM] Pascal/Alice) ok 36101 - "--\n" ([SB/F/NM] Pascal/Alice) ok 36102 - "--This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36103 - "--This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36104 - "--A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36105 - "--A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36106 - "--Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36107 - "--Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36108 - ";\n" ([RE/F/NM] Pascal/Alice) ok 36109 - ";\n" ([SB/F/NM] Pascal/Alice) ok 36110 - ";This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36111 - ";This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36112 - ";A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36113 - ";A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36114 - ";Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36115 - ";Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36116 - "#\n" ([RE/F/NM] Pascal/Alice) ok 36117 - "#\n" ([SB/F/NM] Pascal/Alice) ok 36118 - "#This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36119 - "#This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36120 - "#A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36121 - "#A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36122 - "#Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36123 - "#Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36124 - "*\n" ([RE/F/NM] Pascal/Alice) ok 36125 - "*\n" ([SB/F/NM] Pascal/Alice) ok 36126 - "*This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36127 - "*This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36128 - "*A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36129 - "*A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36130 - "*Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36131 - "*Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36132 - "!\n" ([RE/F/NM] Pascal/Alice) ok 36133 - "!\n" ([SB/F/NM] Pascal/Alice) ok 36134 - "!This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36135 - "!This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36136 - "!A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36137 - "!A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36138 - "!Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36139 - "!Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36140 - "REM\n" ([RE/F/NM] Pascal/Alice) ok 36141 - "REM\n" ([SB/F/NM] Pascal/Alice) ok 36142 - "REMThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36143 - "REMThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36144 - "REMA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36145 - "REMA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36146 - "REMAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36147 - "REMAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36148 - "//\n" ([RE/F/NM] Pascal/Alice) ok 36149 - "//\n" ([SB/F/NM] Pascal/Alice) ok 36150 - "//This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36151 - "//This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36152 - "//A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36153 - "//A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36154 - "//Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36155 - "//Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36156 - "%\n" ([RE/F/NM] Pascal/Alice) ok 36157 - "%\n" ([SB/F/NM] Pascal/Alice) ok 36158 - "%This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36159 - "%This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36160 - "%A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36161 - "%A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36162 - "%Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36163 - "%Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36164 - "!\n" ([RE/F/NM] Pascal/Alice) ok 36165 - "!\n" ([SB/F/NM] Pascal/Alice) ok 36166 - "!This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36167 - "!This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36168 - "!A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36169 - "!A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36170 - "!Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36171 - "!Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36172 - "NB\n" ([RE/F/NM] Pascal/Alice) ok 36173 - "NB\n" ([SB/F/NM] Pascal/Alice) ok 36174 - "NBThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36175 - "NBThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36176 - "NBA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36177 - "NBA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36178 - "NBAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36179 - "NBAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36180 - "PLEASE NOT\n" ([RE/F/NM] Pascal/Alice) ok 36181 - "PLEASE NOT\n" ([SB/F/NM] Pascal/Alice) ok 36182 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36183 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36184 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36185 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36186 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36187 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36188 - "PLEASE NOT\n" ([RE/F/NM] Pascal/Alice) ok 36189 - "PLEASE NOT\n" ([SB/F/NM] Pascal/Alice) ok 36190 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36191 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36192 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36193 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36194 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36195 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36196 - "PLEASE N'T\n" ([RE/F/NM] Pascal/Alice) ok 36197 - "PLEASE N'T\n" ([SB/F/NM] Pascal/Alice) ok 36198 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36199 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36200 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36201 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36202 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36203 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36204 - "DO NOT\n" ([RE/F/NM] Pascal/Alice) ok 36205 - "DO NOT\n" ([SB/F/NM] Pascal/Alice) ok 36206 - "DO NOTThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36207 - "DO NOTThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36208 - "DO NOTA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36209 - "DO NOTA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36210 - "DO NOTAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36211 - "DO NOTAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36212 - "DO N'T\n" ([RE/F/NM] Pascal/Alice) ok 36213 - "DO N'T\n" ([SB/F/NM] Pascal/Alice) ok 36214 - "DO N'TThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36215 - "DO N'TThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36216 - "DO N'TA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36217 - "DO N'TA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36218 - "DO N'TAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36219 - "DO N'TAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36220 - "DO NOT\n" ([RE/F/NM] Pascal/Alice) ok 36221 - "DO NOT\n" ([SB/F/NM] Pascal/Alice) ok 36222 - "DO NOTThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36223 - "DO NOTThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36224 - "DO NOTA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36225 - "DO NOTA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36226 - "DO NOTAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36227 - "DO NOTAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36228 - "PLEASE DO NOT\n" ([RE/F/NM] Pascal/Alice) ok 36229 - "PLEASE DO NOT\n" ([SB/F/NM] Pascal/Alice) ok 36230 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36231 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36232 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36233 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36234 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36235 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36236 - "PLEASE DO NOT\n" ([RE/F/NM] Pascal/Alice) ok 36237 - "PLEASE DO NOT\n" ([SB/F/NM] Pascal/Alice) ok 36238 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36239 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36240 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36241 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36242 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36243 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36244 - "PLEASE DO N'T\n" ([RE/F/NM] Pascal/Alice) ok 36245 - "PLEASE DO N'T\n" ([SB/F/NM] Pascal/Alice) ok 36246 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36247 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36248 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36249 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36250 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36251 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36252 - "NB.\n" ([RE/F/NM] Pascal/Alice) ok 36253 - "NB.\n" ([SB/F/NM] Pascal/Alice) ok 36254 - "NB.This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36255 - "NB.This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36256 - "NB.A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36257 - "NB.A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36258 - "NB.Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36259 - "NB.Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36260 - ".\n" ([RE/F/NM] Pascal/Alice) ok 36261 - ".\n" ([SB/F/NM] Pascal/Alice) ok 36262 - ".This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36263 - ".This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36264 - ".A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36265 - ".A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36266 - ".Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36267 - ".Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36268 - ";\n" ([RE/F/NM] Pascal/Alice) ok 36269 - ";\n" ([SB/F/NM] Pascal/Alice) ok 36270 - ";This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36271 - ";This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36272 - ";A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36273 - ";A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36274 - ";Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36275 - ";Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36276 - "`\n" ([RE/F/NM] Pascal/Alice) ok 36277 - "`\n" ([SB/F/NM] Pascal/Alice) ok 36278 - "`This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36279 - "`This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36280 - "`A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36281 - "`A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36282 - "`Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36283 - "`Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36284 - "--\n" ([RE/F/NM] Pascal/Alice) ok 36285 - "--\n" ([SB/F/NM] Pascal/Alice) ok 36286 - "--This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36287 - "--This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36288 - "--A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36289 - "--A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36290 - "--Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36291 - "--Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36292 - "---\n" ([RE/F/NM] Pascal/Alice) ok 36293 - "---\n" ([SB/F/NM] Pascal/Alice) ok 36294 - "---This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36295 - "---This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36296 - "---A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36297 - "---A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36298 - "---Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36299 - "---Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36300 - "-----\n" ([RE/F/NM] Pascal/Alice) ok 36301 - "-----\n" ([SB/F/NM] Pascal/Alice) ok 36302 - "-----This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36303 - "-----This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36304 - "-----A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36305 - "-----A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36306 - "-----Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36307 - "-----Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36308 - "\\"\n" ([RE/F/NM] Pascal/Alice) ok 36309 - "\\"\n" ([SB/F/NM] Pascal/Alice) ok 36310 - "\\"This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36311 - "\\"This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36312 - "\\"A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36313 - "\\"A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36314 - "\\"Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36315 - "\\"Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36316 - ""\n" ([RE/F/NM] Pascal/Alice) ok 36317 - ""\n" ([SB/F/NM] Pascal/Alice) ok 36318 - ""This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36319 - ""This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36320 - ""A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36321 - ""A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36322 - ""Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36323 - ""Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36324 - "'\n" ([RE/F/NM] Pascal/Alice) ok 36325 - "'\n" ([SB/F/NM] Pascal/Alice) ok 36326 - "'This is a comment\n" ([RE/F/NM] Pascal/Alice) ok 36327 - "'This is a comment\n" ([SB/F/NM] Pascal/Alice) ok 36328 - "'A\tcomment\n" ([RE/F/NM] Pascal/Alice) ok 36329 - "'A\tcomment\n" ([SB/F/NM] Pascal/Alice) ok 36330 - "'Another /* comment\n" ([RE/F/NM] Pascal/Alice) ok 36331 - "'Another /* comment\n" ([SB/F/NM] Pascal/Alice) ok 36332 - ".\n" ([RE/P/MT] PL/B) ok 36333 - ".\n" ([OM/P/MT] PL/B) ok 36334 - ".\n" ([OS/P/MT] PL/B) ok 36335 - ".\n" ([SB/P/MT] PL/B) ok 36336 - ".\n" ([KP/P/MT] PL/B) ok 36337 - ".This is a comment\n" ([RE/P/MT] PL/B) ok 36338 - ".This is a comment\n" ([OM/P/MT] PL/B) ok 36339 - ".This is a comment\n" ([OS/P/MT] PL/B) ok 36340 - ".This is a comment\n" ([SB/P/MT] PL/B) ok 36341 - ".This is a comment\n" ([KP/P/MT] PL/B) ok 36342 - ".A\tcomment\n" ([RE/P/MT] PL/B) ok 36343 - ".A\tcomment\n" ([OM/P/MT] PL/B) ok 36344 - ".A\tcomment\n" ([OS/P/MT] PL/B) ok 36345 - ".A\tcomment\n" ([SB/P/MT] PL/B) ok 36346 - ".A\tcomment\n" ([KP/P/MT] PL/B) ok 36347 - ".Another /* comment\n" ([RE/P/MT] PL/B) ok 36348 - ".Another /* comment\n" ([OM/P/MT] PL/B) ok 36349 - ".Another /* comment\n" ([OS/P/MT] PL/B) ok 36350 - ".Another /* comment\n" ([SB/P/MT] PL/B) ok 36351 - ".Another /* comment\n" ([KP/P/MT] PL/B) ok 36352 - ";\n" ([RE/P/MT] PL/B) ok 36353 - ";\n" ([OM/P/MT] PL/B) ok 36354 - ";\n" ([OS/P/MT] PL/B) ok 36355 - ";\n" ([SB/P/MT] PL/B) ok 36356 - ";\n" ([KP/P/MT] PL/B) ok 36357 - ";This is a comment\n" ([RE/P/MT] PL/B) ok 36358 - ";This is a comment\n" ([OM/P/MT] PL/B) ok 36359 - ";This is a comment\n" ([OS/P/MT] PL/B) ok 36360 - ";This is a comment\n" ([SB/P/MT] PL/B) ok 36361 - ";This is a comment\n" ([KP/P/MT] PL/B) ok 36362 - ";A\tcomment\n" ([RE/P/MT] PL/B) ok 36363 - ";A\tcomment\n" ([OM/P/MT] PL/B) ok 36364 - ";A\tcomment\n" ([OS/P/MT] PL/B) ok 36365 - ";A\tcomment\n" ([SB/P/MT] PL/B) ok 36366 - ";A\tcomment\n" ([KP/P/MT] PL/B) ok 36367 - ";Another /* comment\n" ([RE/P/MT] PL/B) ok 36368 - ";Another /* comment\n" ([OM/P/MT] PL/B) ok 36369 - ";Another /* comment\n" ([OS/P/MT] PL/B) ok 36370 - ";Another /* comment\n" ([SB/P/MT] PL/B) ok 36371 - ";Another /* comment\n" ([KP/P/MT] PL/B) ok 36372 - "\\" ([RE/F/NM] PL/B) ok 36373 - "\\" ([SB/F/NM] PL/B) ok 36374 - "\\This is a comment" ([RE/F/NM] PL/B) ok 36375 - "\\This is a comment" ([SB/F/NM] PL/B) ok 36376 - "\\A\tcomment" ([RE/F/NM] PL/B) ok 36377 - "\\A\tcomment" ([SB/F/NM] PL/B) ok 36378 - "\\Another /* comment" ([RE/F/NM] PL/B) ok 36379 - "\\Another /* comment" ([SB/F/NM] PL/B) ok 36380 - "\n" ([RE/F/NM] PL/B) ok 36381 - "\n" ([SB/F/NM] PL/B) ok 36382 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36383 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36384 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36385 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36386 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36387 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36388 - "#" ([RE/F/NM] PL/B) ok 36389 - "#" ([SB/F/NM] PL/B) ok 36390 - "#This is a comment" ([RE/F/NM] PL/B) ok 36391 - "#This is a comment" ([SB/F/NM] PL/B) ok 36392 - "#A\tcomment" ([RE/F/NM] PL/B) ok 36393 - "#A\tcomment" ([SB/F/NM] PL/B) ok 36394 - "#Another /* comment" ([RE/F/NM] PL/B) ok 36395 - "#Another /* comment" ([SB/F/NM] PL/B) ok 36396 - "\n" ([RE/F/NM] PL/B) ok 36397 - "\n" ([SB/F/NM] PL/B) ok 36398 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36399 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36400 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36401 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36402 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36403 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36404 - "//" ([RE/F/NM] PL/B) ok 36405 - "//" ([SB/F/NM] PL/B) ok 36406 - "//This is a comment" ([RE/F/NM] PL/B) ok 36407 - "//This is a comment" ([SB/F/NM] PL/B) ok 36408 - "//A\tcomment" ([RE/F/NM] PL/B) ok 36409 - "//A\tcomment" ([SB/F/NM] PL/B) ok 36410 - "//Another /* comment" ([RE/F/NM] PL/B) ok 36411 - "//Another /* comment" ([SB/F/NM] PL/B) ok 36412 - "\n" ([RE/F/NM] PL/B) ok 36413 - "\n" ([SB/F/NM] PL/B) ok 36414 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36415 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36416 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36417 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36418 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36419 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36420 - "--" ([RE/F/NM] PL/B) ok 36421 - "--" ([SB/F/NM] PL/B) ok 36422 - "--This is a comment" ([RE/F/NM] PL/B) ok 36423 - "--This is a comment" ([SB/F/NM] PL/B) ok 36424 - "--A\tcomment" ([RE/F/NM] PL/B) ok 36425 - "--A\tcomment" ([SB/F/NM] PL/B) ok 36426 - "--Another /* comment" ([RE/F/NM] PL/B) ok 36427 - "--Another /* comment" ([SB/F/NM] PL/B) ok 36428 - "\n" ([RE/F/NM] PL/B) ok 36429 - "\n" ([SB/F/NM] PL/B) ok 36430 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36431 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36432 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36433 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36434 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36435 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36436 - ";" ([RE/F/NM] PL/B) ok 36437 - ";" ([SB/F/NM] PL/B) ok 36438 - ";This is a comment" ([RE/F/NM] PL/B) ok 36439 - ";This is a comment" ([SB/F/NM] PL/B) ok 36440 - ";A\tcomment" ([RE/F/NM] PL/B) ok 36441 - ";A\tcomment" ([SB/F/NM] PL/B) ok 36442 - ";Another /* comment" ([RE/F/NM] PL/B) ok 36443 - ";Another /* comment" ([SB/F/NM] PL/B) ok 36444 - "\n" ([RE/F/NM] PL/B) ok 36445 - "\n" ([SB/F/NM] PL/B) ok 36446 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36447 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36448 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36449 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36450 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36451 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36452 - "#" ([RE/F/NM] PL/B) ok 36453 - "#" ([SB/F/NM] PL/B) ok 36454 - "#This is a comment" ([RE/F/NM] PL/B) ok 36455 - "#This is a comment" ([SB/F/NM] PL/B) ok 36456 - "#A\tcomment" ([RE/F/NM] PL/B) ok 36457 - "#A\tcomment" ([SB/F/NM] PL/B) ok 36458 - "#Another /* comment" ([RE/F/NM] PL/B) ok 36459 - "#Another /* comment" ([SB/F/NM] PL/B) ok 36460 - "\n" ([RE/F/NM] PL/B) ok 36461 - "\n" ([SB/F/NM] PL/B) ok 36462 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36463 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36464 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36465 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36466 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36467 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36468 - "*" ([RE/F/NM] PL/B) ok 36469 - "*" ([SB/F/NM] PL/B) ok 36470 - "*This is a comment" ([RE/F/NM] PL/B) ok 36471 - "*This is a comment" ([SB/F/NM] PL/B) ok 36472 - "*A\tcomment" ([RE/F/NM] PL/B) ok 36473 - "*A\tcomment" ([SB/F/NM] PL/B) ok 36474 - "*Another /* comment" ([RE/F/NM] PL/B) ok 36475 - "*Another /* comment" ([SB/F/NM] PL/B) ok 36476 - "\n" ([RE/F/NM] PL/B) ok 36477 - "\n" ([SB/F/NM] PL/B) ok 36478 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36479 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36480 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36481 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36482 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36483 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36484 - "!" ([RE/F/NM] PL/B) ok 36485 - "!" ([SB/F/NM] PL/B) ok 36486 - "!This is a comment" ([RE/F/NM] PL/B) ok 36487 - "!This is a comment" ([SB/F/NM] PL/B) ok 36488 - "!A\tcomment" ([RE/F/NM] PL/B) ok 36489 - "!A\tcomment" ([SB/F/NM] PL/B) ok 36490 - "!Another /* comment" ([RE/F/NM] PL/B) ok 36491 - "!Another /* comment" ([SB/F/NM] PL/B) ok 36492 - "\n" ([RE/F/NM] PL/B) ok 36493 - "\n" ([SB/F/NM] PL/B) ok 36494 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36495 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36496 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36497 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36498 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36499 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36500 - "REM" ([RE/F/NM] PL/B) ok 36501 - "REM" ([SB/F/NM] PL/B) ok 36502 - "REMThis is a comment" ([RE/F/NM] PL/B) ok 36503 - "REMThis is a comment" ([SB/F/NM] PL/B) ok 36504 - "REMA\tcomment" ([RE/F/NM] PL/B) ok 36505 - "REMA\tcomment" ([SB/F/NM] PL/B) ok 36506 - "REMAnother /* comment" ([RE/F/NM] PL/B) ok 36507 - "REMAnother /* comment" ([SB/F/NM] PL/B) ok 36508 - "\n" ([RE/F/NM] PL/B) ok 36509 - "\n" ([SB/F/NM] PL/B) ok 36510 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36511 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36512 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36513 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36514 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36515 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36516 - "//" ([RE/F/NM] PL/B) ok 36517 - "//" ([SB/F/NM] PL/B) ok 36518 - "//This is a comment" ([RE/F/NM] PL/B) ok 36519 - "//This is a comment" ([SB/F/NM] PL/B) ok 36520 - "//A\tcomment" ([RE/F/NM] PL/B) ok 36521 - "//A\tcomment" ([SB/F/NM] PL/B) ok 36522 - "//Another /* comment" ([RE/F/NM] PL/B) ok 36523 - "//Another /* comment" ([SB/F/NM] PL/B) ok 36524 - "\n" ([RE/F/NM] PL/B) ok 36525 - "\n" ([SB/F/NM] PL/B) ok 36526 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36527 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36528 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36529 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36530 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36531 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36532 - "%" ([RE/F/NM] PL/B) ok 36533 - "%" ([SB/F/NM] PL/B) ok 36534 - "%This is a comment" ([RE/F/NM] PL/B) ok 36535 - "%This is a comment" ([SB/F/NM] PL/B) ok 36536 - "%A\tcomment" ([RE/F/NM] PL/B) ok 36537 - "%A\tcomment" ([SB/F/NM] PL/B) ok 36538 - "%Another /* comment" ([RE/F/NM] PL/B) ok 36539 - "%Another /* comment" ([SB/F/NM] PL/B) ok 36540 - "\n" ([RE/F/NM] PL/B) ok 36541 - "\n" ([SB/F/NM] PL/B) ok 36542 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36543 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36544 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36545 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36546 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36547 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36548 - "!" ([RE/F/NM] PL/B) ok 36549 - "!" ([SB/F/NM] PL/B) ok 36550 - "!This is a comment" ([RE/F/NM] PL/B) ok 36551 - "!This is a comment" ([SB/F/NM] PL/B) ok 36552 - "!A\tcomment" ([RE/F/NM] PL/B) ok 36553 - "!A\tcomment" ([SB/F/NM] PL/B) ok 36554 - "!Another /* comment" ([RE/F/NM] PL/B) ok 36555 - "!Another /* comment" ([SB/F/NM] PL/B) ok 36556 - "\n" ([RE/F/NM] PL/B) ok 36557 - "\n" ([SB/F/NM] PL/B) ok 36558 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36559 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36560 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36561 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36562 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36563 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36564 - "NB" ([RE/F/NM] PL/B) ok 36565 - "NB" ([SB/F/NM] PL/B) ok 36566 - "NBThis is a comment" ([RE/F/NM] PL/B) ok 36567 - "NBThis is a comment" ([SB/F/NM] PL/B) ok 36568 - "NBA\tcomment" ([RE/F/NM] PL/B) ok 36569 - "NBA\tcomment" ([SB/F/NM] PL/B) ok 36570 - "NBAnother /* comment" ([RE/F/NM] PL/B) ok 36571 - "NBAnother /* comment" ([SB/F/NM] PL/B) ok 36572 - "\n" ([RE/F/NM] PL/B) ok 36573 - "\n" ([SB/F/NM] PL/B) ok 36574 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36575 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36576 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36577 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36578 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36579 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36580 - "PLEASE NOT" ([RE/F/NM] PL/B) ok 36581 - "PLEASE NOT" ([SB/F/NM] PL/B) ok 36582 - "PLEASE NOTThis is a comment" ([RE/F/NM] PL/B) ok 36583 - "PLEASE NOTThis is a comment" ([SB/F/NM] PL/B) ok 36584 - "PLEASE NOTA\tcomment" ([RE/F/NM] PL/B) ok 36585 - "PLEASE NOTA\tcomment" ([SB/F/NM] PL/B) ok 36586 - "PLEASE NOTAnother /* comment" ([RE/F/NM] PL/B) ok 36587 - "PLEASE NOTAnother /* comment" ([SB/F/NM] PL/B) ok 36588 - "\n" ([RE/F/NM] PL/B) ok 36589 - "\n" ([SB/F/NM] PL/B) ok 36590 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36591 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36592 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36593 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36594 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36595 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36596 - "PLEASE NOT" ([RE/F/NM] PL/B) ok 36597 - "PLEASE NOT" ([SB/F/NM] PL/B) ok 36598 - "PLEASE NOTThis is a comment" ([RE/F/NM] PL/B) ok 36599 - "PLEASE NOTThis is a comment" ([SB/F/NM] PL/B) ok 36600 - "PLEASE NOTA\tcomment" ([RE/F/NM] PL/B) ok 36601 - "PLEASE NOTA\tcomment" ([SB/F/NM] PL/B) ok 36602 - "PLEASE NOTAnother /* comment" ([RE/F/NM] PL/B) ok 36603 - "PLEASE NOTAnother /* comment" ([SB/F/NM] PL/B) ok 36604 - "\n" ([RE/F/NM] PL/B) ok 36605 - "\n" ([SB/F/NM] PL/B) ok 36606 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36607 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36608 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36609 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36610 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36611 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36612 - "PLEASE N'T" ([RE/F/NM] PL/B) ok 36613 - "PLEASE N'T" ([SB/F/NM] PL/B) ok 36614 - "PLEASE N'TThis is a comment" ([RE/F/NM] PL/B) ok 36615 - "PLEASE N'TThis is a comment" ([SB/F/NM] PL/B) ok 36616 - "PLEASE N'TA\tcomment" ([RE/F/NM] PL/B) ok 36617 - "PLEASE N'TA\tcomment" ([SB/F/NM] PL/B) ok 36618 - "PLEASE N'TAnother /* comment" ([RE/F/NM] PL/B) ok 36619 - "PLEASE N'TAnother /* comment" ([SB/F/NM] PL/B) ok 36620 - "\n" ([RE/F/NM] PL/B) ok 36621 - "\n" ([SB/F/NM] PL/B) ok 36622 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36623 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36624 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36625 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36626 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36627 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36628 - "DO NOT" ([RE/F/NM] PL/B) ok 36629 - "DO NOT" ([SB/F/NM] PL/B) ok 36630 - "DO NOTThis is a comment" ([RE/F/NM] PL/B) ok 36631 - "DO NOTThis is a comment" ([SB/F/NM] PL/B) ok 36632 - "DO NOTA\tcomment" ([RE/F/NM] PL/B) ok 36633 - "DO NOTA\tcomment" ([SB/F/NM] PL/B) ok 36634 - "DO NOTAnother /* comment" ([RE/F/NM] PL/B) ok 36635 - "DO NOTAnother /* comment" ([SB/F/NM] PL/B) ok 36636 - "\n" ([RE/F/NM] PL/B) ok 36637 - "\n" ([SB/F/NM] PL/B) ok 36638 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36639 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36640 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36641 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36642 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36643 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36644 - "DO N'T" ([RE/F/NM] PL/B) ok 36645 - "DO N'T" ([SB/F/NM] PL/B) ok 36646 - "DO N'TThis is a comment" ([RE/F/NM] PL/B) ok 36647 - "DO N'TThis is a comment" ([SB/F/NM] PL/B) ok 36648 - "DO N'TA\tcomment" ([RE/F/NM] PL/B) ok 36649 - "DO N'TA\tcomment" ([SB/F/NM] PL/B) ok 36650 - "DO N'TAnother /* comment" ([RE/F/NM] PL/B) ok 36651 - "DO N'TAnother /* comment" ([SB/F/NM] PL/B) ok 36652 - "\n" ([RE/F/NM] PL/B) ok 36653 - "\n" ([SB/F/NM] PL/B) ok 36654 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36655 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36656 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36657 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36658 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36659 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36660 - "DO NOT" ([RE/F/NM] PL/B) ok 36661 - "DO NOT" ([SB/F/NM] PL/B) ok 36662 - "DO NOTThis is a comment" ([RE/F/NM] PL/B) ok 36663 - "DO NOTThis is a comment" ([SB/F/NM] PL/B) ok 36664 - "DO NOTA\tcomment" ([RE/F/NM] PL/B) ok 36665 - "DO NOTA\tcomment" ([SB/F/NM] PL/B) ok 36666 - "DO NOTAnother /* comment" ([RE/F/NM] PL/B) ok 36667 - "DO NOTAnother /* comment" ([SB/F/NM] PL/B) ok 36668 - "\n" ([RE/F/NM] PL/B) ok 36669 - "\n" ([SB/F/NM] PL/B) ok 36670 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36671 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36672 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36673 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36674 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36675 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36676 - "PLEASE DO NOT" ([RE/F/NM] PL/B) ok 36677 - "PLEASE DO NOT" ([SB/F/NM] PL/B) ok 36678 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] PL/B) ok 36679 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] PL/B) ok 36680 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] PL/B) ok 36681 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] PL/B) ok 36682 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] PL/B) ok 36683 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] PL/B) ok 36684 - "\n" ([RE/F/NM] PL/B) ok 36685 - "\n" ([SB/F/NM] PL/B) ok 36686 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36687 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36688 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36689 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36690 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36691 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36692 - "PLEASE DO NOT" ([RE/F/NM] PL/B) ok 36693 - "PLEASE DO NOT" ([SB/F/NM] PL/B) ok 36694 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] PL/B) ok 36695 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] PL/B) ok 36696 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] PL/B) ok 36697 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] PL/B) ok 36698 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] PL/B) ok 36699 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] PL/B) ok 36700 - "\n" ([RE/F/NM] PL/B) ok 36701 - "\n" ([SB/F/NM] PL/B) ok 36702 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36703 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36704 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36705 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36706 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36707 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36708 - "PLEASE DO N'T" ([RE/F/NM] PL/B) ok 36709 - "PLEASE DO N'T" ([SB/F/NM] PL/B) ok 36710 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] PL/B) ok 36711 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] PL/B) ok 36712 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] PL/B) ok 36713 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] PL/B) ok 36714 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] PL/B) ok 36715 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] PL/B) ok 36716 - "\n" ([RE/F/NM] PL/B) ok 36717 - "\n" ([SB/F/NM] PL/B) ok 36718 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36719 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36720 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36721 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36722 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36723 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36724 - "NB." ([RE/F/NM] PL/B) ok 36725 - "NB." ([SB/F/NM] PL/B) ok 36726 - "NB.This is a comment" ([RE/F/NM] PL/B) ok 36727 - "NB.This is a comment" ([SB/F/NM] PL/B) ok 36728 - "NB.A\tcomment" ([RE/F/NM] PL/B) ok 36729 - "NB.A\tcomment" ([SB/F/NM] PL/B) ok 36730 - "NB.Another /* comment" ([RE/F/NM] PL/B) ok 36731 - "NB.Another /* comment" ([SB/F/NM] PL/B) ok 36732 - "\n" ([RE/F/NM] PL/B) ok 36733 - "\n" ([SB/F/NM] PL/B) ok 36734 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36735 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36736 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36737 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36738 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36739 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36740 - "{" ([RE/F/NM] PL/B) ok 36741 - "{" ([SB/F/NM] PL/B) ok 36742 - "{This is a comment" ([RE/F/NM] PL/B) ok 36743 - "{This is a comment" ([SB/F/NM] PL/B) ok 36744 - "{A\tcomment" ([RE/F/NM] PL/B) ok 36745 - "{A\tcomment" ([SB/F/NM] PL/B) ok 36746 - "{Another /* comment" ([RE/F/NM] PL/B) ok 36747 - "{Another /* comment" ([SB/F/NM] PL/B) ok 36748 - "}" ([RE/F/NM] PL/B) ok 36749 - "}" ([SB/F/NM] PL/B) ok 36750 - "This is a comment}" ([RE/F/NM] PL/B) ok 36751 - "This is a comment}" ([SB/F/NM] PL/B) ok 36752 - "A\tcomment}" ([RE/F/NM] PL/B) ok 36753 - "A\tcomment}" ([SB/F/NM] PL/B) ok 36754 - "Another /* comment}" ([RE/F/NM] PL/B) ok 36755 - "Another /* comment}" ([SB/F/NM] PL/B) ok 36756 - "." ([RE/F/NM] PL/B) ok 36757 - "." ([SB/F/NM] PL/B) ok 36758 - ".This is a comment" ([RE/F/NM] PL/B) ok 36759 - ".This is a comment" ([SB/F/NM] PL/B) ok 36760 - ".A\tcomment" ([RE/F/NM] PL/B) ok 36761 - ".A\tcomment" ([SB/F/NM] PL/B) ok 36762 - ".Another /* comment" ([RE/F/NM] PL/B) ok 36763 - ".Another /* comment" ([SB/F/NM] PL/B) ok 36764 - "\n" ([RE/F/NM] PL/B) ok 36765 - "\n" ([SB/F/NM] PL/B) ok 36766 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36767 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36768 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36769 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36770 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36771 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36772 - ";" ([RE/F/NM] PL/B) ok 36773 - ";" ([SB/F/NM] PL/B) ok 36774 - ";This is a comment" ([RE/F/NM] PL/B) ok 36775 - ";This is a comment" ([SB/F/NM] PL/B) ok 36776 - ";A\tcomment" ([RE/F/NM] PL/B) ok 36777 - ";A\tcomment" ([SB/F/NM] PL/B) ok 36778 - ";Another /* comment" ([RE/F/NM] PL/B) ok 36779 - ";Another /* comment" ([SB/F/NM] PL/B) ok 36780 - "\n" ([RE/F/NM] PL/B) ok 36781 - "\n" ([SB/F/NM] PL/B) ok 36782 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36783 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36784 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36785 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36786 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36787 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36788 - "`" ([RE/F/NM] PL/B) ok 36789 - "`" ([SB/F/NM] PL/B) ok 36790 - "`This is a comment" ([RE/F/NM] PL/B) ok 36791 - "`This is a comment" ([SB/F/NM] PL/B) ok 36792 - "`A\tcomment" ([RE/F/NM] PL/B) ok 36793 - "`A\tcomment" ([SB/F/NM] PL/B) ok 36794 - "`Another /* comment" ([RE/F/NM] PL/B) ok 36795 - "`Another /* comment" ([SB/F/NM] PL/B) ok 36796 - "\n" ([RE/F/NM] PL/B) ok 36797 - "\n" ([SB/F/NM] PL/B) ok 36798 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36799 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36800 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36801 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36802 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36803 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36804 - "--" ([RE/F/NM] PL/B) ok 36805 - "--" ([SB/F/NM] PL/B) ok 36806 - "--This is a comment" ([RE/F/NM] PL/B) ok 36807 - "--This is a comment" ([SB/F/NM] PL/B) ok 36808 - "--A\tcomment" ([RE/F/NM] PL/B) ok 36809 - "--A\tcomment" ([SB/F/NM] PL/B) ok 36810 - "--Another /* comment" ([RE/F/NM] PL/B) ok 36811 - "--Another /* comment" ([SB/F/NM] PL/B) ok 36812 - "\n" ([RE/F/NM] PL/B) ok 36813 - "\n" ([SB/F/NM] PL/B) ok 36814 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36815 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36816 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36817 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36818 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36819 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36820 - "---" ([RE/F/NM] PL/B) ok 36821 - "---" ([SB/F/NM] PL/B) ok 36822 - "---This is a comment" ([RE/F/NM] PL/B) ok 36823 - "---This is a comment" ([SB/F/NM] PL/B) ok 36824 - "---A\tcomment" ([RE/F/NM] PL/B) ok 36825 - "---A\tcomment" ([SB/F/NM] PL/B) ok 36826 - "---Another /* comment" ([RE/F/NM] PL/B) ok 36827 - "---Another /* comment" ([SB/F/NM] PL/B) ok 36828 - "\n" ([RE/F/NM] PL/B) ok 36829 - "\n" ([SB/F/NM] PL/B) ok 36830 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36831 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36832 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36833 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36834 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36835 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36836 - "-----" ([RE/F/NM] PL/B) ok 36837 - "-----" ([SB/F/NM] PL/B) ok 36838 - "-----This is a comment" ([RE/F/NM] PL/B) ok 36839 - "-----This is a comment" ([SB/F/NM] PL/B) ok 36840 - "-----A\tcomment" ([RE/F/NM] PL/B) ok 36841 - "-----A\tcomment" ([SB/F/NM] PL/B) ok 36842 - "-----Another /* comment" ([RE/F/NM] PL/B) ok 36843 - "-----Another /* comment" ([SB/F/NM] PL/B) ok 36844 - "\n" ([RE/F/NM] PL/B) ok 36845 - "\n" ([SB/F/NM] PL/B) ok 36846 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36847 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36848 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36849 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36850 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36851 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36852 - "\\"" ([RE/F/NM] PL/B) ok 36853 - "\\"" ([SB/F/NM] PL/B) ok 36854 - "\\"This is a comment" ([RE/F/NM] PL/B) ok 36855 - "\\"This is a comment" ([SB/F/NM] PL/B) ok 36856 - "\\"A\tcomment" ([RE/F/NM] PL/B) ok 36857 - "\\"A\tcomment" ([SB/F/NM] PL/B) ok 36858 - "\\"Another /* comment" ([RE/F/NM] PL/B) ok 36859 - "\\"Another /* comment" ([SB/F/NM] PL/B) ok 36860 - "\n" ([RE/F/NM] PL/B) ok 36861 - "\n" ([SB/F/NM] PL/B) ok 36862 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36863 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36864 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36865 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36866 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36867 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36868 - """ ([RE/F/NM] PL/B) ok 36869 - """ ([SB/F/NM] PL/B) ok 36870 - ""This is a comment" ([RE/F/NM] PL/B) ok 36871 - ""This is a comment" ([SB/F/NM] PL/B) ok 36872 - ""A\tcomment" ([RE/F/NM] PL/B) ok 36873 - ""A\tcomment" ([SB/F/NM] PL/B) ok 36874 - ""Another /* comment" ([RE/F/NM] PL/B) ok 36875 - ""Another /* comment" ([SB/F/NM] PL/B) ok 36876 - "\n" ([RE/F/NM] PL/B) ok 36877 - "\n" ([SB/F/NM] PL/B) ok 36878 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36879 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36880 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36881 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36882 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36883 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36884 - "'" ([RE/F/NM] PL/B) ok 36885 - "'" ([SB/F/NM] PL/B) ok 36886 - "'This is a comment" ([RE/F/NM] PL/B) ok 36887 - "'This is a comment" ([SB/F/NM] PL/B) ok 36888 - "'A\tcomment" ([RE/F/NM] PL/B) ok 36889 - "'A\tcomment" ([SB/F/NM] PL/B) ok 36890 - "'Another /* comment" ([RE/F/NM] PL/B) ok 36891 - "'Another /* comment" ([SB/F/NM] PL/B) ok 36892 - "\n" ([RE/F/NM] PL/B) ok 36893 - "\n" ([SB/F/NM] PL/B) ok 36894 - "This is a comment\n" ([RE/F/NM] PL/B) ok 36895 - "This is a comment\n" ([SB/F/NM] PL/B) ok 36896 - "A\tcomment\n" ([RE/F/NM] PL/B) ok 36897 - "A\tcomment\n" ([SB/F/NM] PL/B) ok 36898 - "Another /* comment\n" ([RE/F/NM] PL/B) ok 36899 - "Another /* comment\n" ([SB/F/NM] PL/B) ok 36900 - "/* This is a C comment */" ([RE/F/NM] PL/B) ok 36901 - "/* This is a C comment */" ([SB/F/NM] PL/B) ok 36902 - "(* This is a Pascal comment *)" ([RE/F/NM] PL/B) ok 36903 - "(* This is a Pascal comment *)" ([SB/F/NM] PL/B) ok 36904 - "" ([RE/F/NM] PL/B) ok 36905 - "" ([SB/F/NM] PL/B) ok 36906 - ".\n\n" ([RE/F/NM] PL/B) ok 36907 - ".\n\n" ([SB/F/NM] PL/B) ok 36908 - ".This is a comment\n\n" ([RE/F/NM] PL/B) ok 36909 - ".This is a comment\n\n" ([SB/F/NM] PL/B) ok 36910 - ".A\tcomment\n\n" ([RE/F/NM] PL/B) ok 36911 - ".A\tcomment\n\n" ([SB/F/NM] PL/B) ok 36912 - ".Another /* comment\n\n" ([RE/F/NM] PL/B) ok 36913 - ".Another /* comment\n\n" ([SB/F/NM] PL/B) ok 36914 - ".\n.\n" ([RE/F/NM] PL/B) ok 36915 - ".\n.\n" ([SB/F/NM] PL/B) ok 36916 - ".This is a comment\n.This is a comment\n" ([RE/F/NM] PL/B) ok 36917 - ".This is a comment\n.This is a comment\n" ([SB/F/NM] PL/B) ok 36918 - ".A\tcomment\n.A\tcomment\n" ([RE/F/NM] PL/B) ok 36919 - ".A\tcomment\n.A\tcomment\n" ([SB/F/NM] PL/B) ok 36920 - ".Another /* comment\n.Another /* comment\n" ([RE/F/NM] PL/B) ok 36921 - ".Another /* comment\n.Another /* comment\n" ([SB/F/NM] PL/B) ok 36922 - ".\np" ([RE/F/NM] PL/B) ok 36923 - ".\np" ([SB/F/NM] PL/B) ok 36924 - ".This is a comment\nfxk2" ([RE/F/NM] PL/B) ok 36925 - ".This is a comment\nfxk2" ([SB/F/NM] PL/B) ok 36926 - ".A\tcomment\ne" ([RE/F/NM] PL/B) ok 36927 - ".A\tcomment\ne" ([SB/F/NM] PL/B) ok 36928 - ".Another /* comment\nhrht" ([RE/F/NM] PL/B) ok 36929 - ".Another /* comment\nhrht" ([SB/F/NM] PL/B) ok 36930 - "s.\n" ([RE/F/NM] PL/B) ok 36931 - "s.\n" ([SB/F/NM] PL/B) ok 36932 - "8d0.This is a comment\n" ([RE/F/NM] PL/B) ok 36933 - "8d0.This is a comment\n" ([SB/F/NM] PL/B) ok 36934 - "qiwl.A\tcomment\n" ([RE/F/NM] PL/B) ok 36935 - "qiwl.A\tcomment\n" ([SB/F/NM] PL/B) ok 36936 - "vbp.Another /* comment\n" ([RE/F/NM] PL/B) ok 36937 - "vbp.Another /* comment\n" ([SB/F/NM] PL/B) ok 36938 - ";\n\n" ([RE/F/NM] PL/B) ok 36939 - ";\n\n" ([SB/F/NM] PL/B) ok 36940 - ";This is a comment\n\n" ([RE/F/NM] PL/B) ok 36941 - ";This is a comment\n\n" ([SB/F/NM] PL/B) ok 36942 - ";A\tcomment\n\n" ([RE/F/NM] PL/B) ok 36943 - ";A\tcomment\n\n" ([SB/F/NM] PL/B) ok 36944 - ";Another /* comment\n\n" ([RE/F/NM] PL/B) ok 36945 - ";Another /* comment\n\n" ([SB/F/NM] PL/B) ok 36946 - ";\n;\n" ([RE/F/NM] PL/B) ok 36947 - ";\n;\n" ([SB/F/NM] PL/B) ok 36948 - ";This is a comment\n;This is a comment\n" ([RE/F/NM] PL/B) ok 36949 - ";This is a comment\n;This is a comment\n" ([SB/F/NM] PL/B) ok 36950 - ";A\tcomment\n;A\tcomment\n" ([RE/F/NM] PL/B) ok 36951 - ";A\tcomment\n;A\tcomment\n" ([SB/F/NM] PL/B) ok 36952 - ";Another /* comment\n;Another /* comment\n" ([RE/F/NM] PL/B) ok 36953 - ";Another /* comment\n;Another /* comment\n" ([SB/F/NM] PL/B) ok 36954 - ";\nhl" ([RE/F/NM] PL/B) ok 36955 - ";\nhl" ([SB/F/NM] PL/B) ok 36956 - ";This is a comment\nn" ([RE/F/NM] PL/B) ok 36957 - ";This is a comment\nn" ([SB/F/NM] PL/B) ok 36958 - ";A\tcomment\ntpm" ([RE/F/NM] PL/B) ok 36959 - ";A\tcomment\ntpm" ([SB/F/NM] PL/B) ok 36960 - ";Another /* comment\ni0ts" ([RE/F/NM] PL/B) ok 36961 - ";Another /* comment\ni0ts" ([SB/F/NM] PL/B) ok 36962 - "h;\n" ([RE/F/NM] PL/B) ok 36963 - "h;\n" ([SB/F/NM] PL/B) ok 36964 - "ri;This is a comment\n" ([RE/F/NM] PL/B) ok 36965 - "ri;This is a comment\n" ([SB/F/NM] PL/B) ok 36966 - "bgmw;A\tcomment\n" ([RE/F/NM] PL/B) ok 36967 - "bgmw;A\tcomment\n" ([SB/F/NM] PL/B) ok 36968 - "im9;Another /* comment\n" ([RE/F/NM] PL/B) ok 36969 - "im9;Another /* comment\n" ([SB/F/NM] PL/B) ok 36970 - "\\\n" ([RE/F/NM] PL/B) ok 36971 - "\\\n" ([SB/F/NM] PL/B) ok 36972 - "\\This is a comment\n" ([RE/F/NM] PL/B) ok 36973 - "\\This is a comment\n" ([SB/F/NM] PL/B) ok 36974 - "\\A\tcomment\n" ([RE/F/NM] PL/B) ok 36975 - "\\A\tcomment\n" ([SB/F/NM] PL/B) ok 36976 - "\\Another /* comment\n" ([RE/F/NM] PL/B) ok 36977 - "\\Another /* comment\n" ([SB/F/NM] PL/B) ok 36978 - "#\n" ([RE/F/NM] PL/B) ok 36979 - "#\n" ([SB/F/NM] PL/B) ok 36980 - "#This is a comment\n" ([RE/F/NM] PL/B) ok 36981 - "#This is a comment\n" ([SB/F/NM] PL/B) ok 36982 - "#A\tcomment\n" ([RE/F/NM] PL/B) ok 36983 - "#A\tcomment\n" ([SB/F/NM] PL/B) ok 36984 - "#Another /* comment\n" ([RE/F/NM] PL/B) ok 36985 - "#Another /* comment\n" ([SB/F/NM] PL/B) ok 36986 - "//\n" ([RE/F/NM] PL/B) ok 36987 - "//\n" ([SB/F/NM] PL/B) ok 36988 - "//This is a comment\n" ([RE/F/NM] PL/B) ok 36989 - "//This is a comment\n" ([SB/F/NM] PL/B) ok 36990 - "//A\tcomment\n" ([RE/F/NM] PL/B) ok 36991 - "//A\tcomment\n" ([SB/F/NM] PL/B) ok 36992 - "//Another /* comment\n" ([RE/F/NM] PL/B) ok 36993 - "//Another /* comment\n" ([SB/F/NM] PL/B) ok 36994 - "--\n" ([RE/F/NM] PL/B) ok 36995 - "--\n" ([SB/F/NM] PL/B) ok 36996 - "--This is a comment\n" ([RE/F/NM] PL/B) ok 36997 - "--This is a comment\n" ([SB/F/NM] PL/B) ok 36998 - "--A\tcomment\n" ([RE/F/NM] PL/B) ok 36999 - "--A\tcomment\n" ([SB/F/NM] PL/B) ok 37000 - "--Another /* comment\n" ([RE/F/NM] PL/B) ok 37001 - "--Another /* comment\n" ([SB/F/NM] PL/B) ok 37002 - "#\n" ([RE/F/NM] PL/B) ok 37003 - "#\n" ([SB/F/NM] PL/B) ok 37004 - "#This is a comment\n" ([RE/F/NM] PL/B) ok 37005 - "#This is a comment\n" ([SB/F/NM] PL/B) ok 37006 - "#A\tcomment\n" ([RE/F/NM] PL/B) ok 37007 - "#A\tcomment\n" ([SB/F/NM] PL/B) ok 37008 - "#Another /* comment\n" ([RE/F/NM] PL/B) ok 37009 - "#Another /* comment\n" ([SB/F/NM] PL/B) ok 37010 - "*\n" ([RE/F/NM] PL/B) ok 37011 - "*\n" ([SB/F/NM] PL/B) ok 37012 - "*This is a comment\n" ([RE/F/NM] PL/B) ok 37013 - "*This is a comment\n" ([SB/F/NM] PL/B) ok 37014 - "*A\tcomment\n" ([RE/F/NM] PL/B) ok 37015 - "*A\tcomment\n" ([SB/F/NM] PL/B) ok 37016 - "*Another /* comment\n" ([RE/F/NM] PL/B) ok 37017 - "*Another /* comment\n" ([SB/F/NM] PL/B) ok 37018 - "!\n" ([RE/F/NM] PL/B) ok 37019 - "!\n" ([SB/F/NM] PL/B) ok 37020 - "!This is a comment\n" ([RE/F/NM] PL/B) ok 37021 - "!This is a comment\n" ([SB/F/NM] PL/B) ok 37022 - "!A\tcomment\n" ([RE/F/NM] PL/B) ok 37023 - "!A\tcomment\n" ([SB/F/NM] PL/B) ok 37024 - "!Another /* comment\n" ([RE/F/NM] PL/B) ok 37025 - "!Another /* comment\n" ([SB/F/NM] PL/B) ok 37026 - "REM\n" ([RE/F/NM] PL/B) ok 37027 - "REM\n" ([SB/F/NM] PL/B) ok 37028 - "REMThis is a comment\n" ([RE/F/NM] PL/B) ok 37029 - "REMThis is a comment\n" ([SB/F/NM] PL/B) ok 37030 - "REMA\tcomment\n" ([RE/F/NM] PL/B) ok 37031 - "REMA\tcomment\n" ([SB/F/NM] PL/B) ok 37032 - "REMAnother /* comment\n" ([RE/F/NM] PL/B) ok 37033 - "REMAnother /* comment\n" ([SB/F/NM] PL/B) ok 37034 - "//\n" ([RE/F/NM] PL/B) ok 37035 - "//\n" ([SB/F/NM] PL/B) ok 37036 - "//This is a comment\n" ([RE/F/NM] PL/B) ok 37037 - "//This is a comment\n" ([SB/F/NM] PL/B) ok 37038 - "//A\tcomment\n" ([RE/F/NM] PL/B) ok 37039 - "//A\tcomment\n" ([SB/F/NM] PL/B) ok 37040 - "//Another /* comment\n" ([RE/F/NM] PL/B) ok 37041 - "//Another /* comment\n" ([SB/F/NM] PL/B) ok 37042 - "%\n" ([RE/F/NM] PL/B) ok 37043 - "%\n" ([SB/F/NM] PL/B) ok 37044 - "%This is a comment\n" ([RE/F/NM] PL/B) ok 37045 - "%This is a comment\n" ([SB/F/NM] PL/B) ok 37046 - "%A\tcomment\n" ([RE/F/NM] PL/B) ok 37047 - "%A\tcomment\n" ([SB/F/NM] PL/B) ok 37048 - "%Another /* comment\n" ([RE/F/NM] PL/B) ok 37049 - "%Another /* comment\n" ([SB/F/NM] PL/B) ok 37050 - "!\n" ([RE/F/NM] PL/B) ok 37051 - "!\n" ([SB/F/NM] PL/B) ok 37052 - "!This is a comment\n" ([RE/F/NM] PL/B) ok 37053 - "!This is a comment\n" ([SB/F/NM] PL/B) ok 37054 - "!A\tcomment\n" ([RE/F/NM] PL/B) ok 37055 - "!A\tcomment\n" ([SB/F/NM] PL/B) ok 37056 - "!Another /* comment\n" ([RE/F/NM] PL/B) ok 37057 - "!Another /* comment\n" ([SB/F/NM] PL/B) ok 37058 - "NB\n" ([RE/F/NM] PL/B) ok 37059 - "NB\n" ([SB/F/NM] PL/B) ok 37060 - "NBThis is a comment\n" ([RE/F/NM] PL/B) ok 37061 - "NBThis is a comment\n" ([SB/F/NM] PL/B) ok 37062 - "NBA\tcomment\n" ([RE/F/NM] PL/B) ok 37063 - "NBA\tcomment\n" ([SB/F/NM] PL/B) ok 37064 - "NBAnother /* comment\n" ([RE/F/NM] PL/B) ok 37065 - "NBAnother /* comment\n" ([SB/F/NM] PL/B) ok 37066 - "PLEASE NOT\n" ([RE/F/NM] PL/B) ok 37067 - "PLEASE NOT\n" ([SB/F/NM] PL/B) ok 37068 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] PL/B) ok 37069 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] PL/B) ok 37070 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] PL/B) ok 37071 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] PL/B) ok 37072 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] PL/B) ok 37073 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] PL/B) ok 37074 - "PLEASE NOT\n" ([RE/F/NM] PL/B) ok 37075 - "PLEASE NOT\n" ([SB/F/NM] PL/B) ok 37076 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] PL/B) ok 37077 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] PL/B) ok 37078 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] PL/B) ok 37079 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] PL/B) ok 37080 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] PL/B) ok 37081 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] PL/B) ok 37082 - "PLEASE N'T\n" ([RE/F/NM] PL/B) ok 37083 - "PLEASE N'T\n" ([SB/F/NM] PL/B) ok 37084 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] PL/B) ok 37085 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] PL/B) ok 37086 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] PL/B) ok 37087 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] PL/B) ok 37088 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] PL/B) ok 37089 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] PL/B) ok 37090 - "DO NOT\n" ([RE/F/NM] PL/B) ok 37091 - "DO NOT\n" ([SB/F/NM] PL/B) ok 37092 - "DO NOTThis is a comment\n" ([RE/F/NM] PL/B) ok 37093 - "DO NOTThis is a comment\n" ([SB/F/NM] PL/B) ok 37094 - "DO NOTA\tcomment\n" ([RE/F/NM] PL/B) ok 37095 - "DO NOTA\tcomment\n" ([SB/F/NM] PL/B) ok 37096 - "DO NOTAnother /* comment\n" ([RE/F/NM] PL/B) ok 37097 - "DO NOTAnother /* comment\n" ([SB/F/NM] PL/B) ok 37098 - "DO N'T\n" ([RE/F/NM] PL/B) ok 37099 - "DO N'T\n" ([SB/F/NM] PL/B) ok 37100 - "DO N'TThis is a comment\n" ([RE/F/NM] PL/B) ok 37101 - "DO N'TThis is a comment\n" ([SB/F/NM] PL/B) ok 37102 - "DO N'TA\tcomment\n" ([RE/F/NM] PL/B) ok 37103 - "DO N'TA\tcomment\n" ([SB/F/NM] PL/B) ok 37104 - "DO N'TAnother /* comment\n" ([RE/F/NM] PL/B) ok 37105 - "DO N'TAnother /* comment\n" ([SB/F/NM] PL/B) ok 37106 - "DO NOT\n" ([RE/F/NM] PL/B) ok 37107 - "DO NOT\n" ([SB/F/NM] PL/B) ok 37108 - "DO NOTThis is a comment\n" ([RE/F/NM] PL/B) ok 37109 - "DO NOTThis is a comment\n" ([SB/F/NM] PL/B) ok 37110 - "DO NOTA\tcomment\n" ([RE/F/NM] PL/B) ok 37111 - "DO NOTA\tcomment\n" ([SB/F/NM] PL/B) ok 37112 - "DO NOTAnother /* comment\n" ([RE/F/NM] PL/B) ok 37113 - "DO NOTAnother /* comment\n" ([SB/F/NM] PL/B) ok 37114 - "PLEASE DO NOT\n" ([RE/F/NM] PL/B) ok 37115 - "PLEASE DO NOT\n" ([SB/F/NM] PL/B) ok 37116 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] PL/B) ok 37117 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] PL/B) ok 37118 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] PL/B) ok 37119 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] PL/B) ok 37120 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] PL/B) ok 37121 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] PL/B) ok 37122 - "PLEASE DO NOT\n" ([RE/F/NM] PL/B) ok 37123 - "PLEASE DO NOT\n" ([SB/F/NM] PL/B) ok 37124 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] PL/B) ok 37125 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] PL/B) ok 37126 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] PL/B) ok 37127 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] PL/B) ok 37128 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] PL/B) ok 37129 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] PL/B) ok 37130 - "PLEASE DO N'T\n" ([RE/F/NM] PL/B) ok 37131 - "PLEASE DO N'T\n" ([SB/F/NM] PL/B) ok 37132 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] PL/B) ok 37133 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] PL/B) ok 37134 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] PL/B) ok 37135 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] PL/B) ok 37136 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] PL/B) ok 37137 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] PL/B) ok 37138 - "NB.\n" ([RE/F/NM] PL/B) ok 37139 - "NB.\n" ([SB/F/NM] PL/B) ok 37140 - "NB.This is a comment\n" ([RE/F/NM] PL/B) ok 37141 - "NB.This is a comment\n" ([SB/F/NM] PL/B) ok 37142 - "NB.A\tcomment\n" ([RE/F/NM] PL/B) ok 37143 - "NB.A\tcomment\n" ([SB/F/NM] PL/B) ok 37144 - "NB.Another /* comment\n" ([RE/F/NM] PL/B) ok 37145 - "NB.Another /* comment\n" ([SB/F/NM] PL/B) ok 37146 - "{}" ([RE/F/NM] PL/B) ok 37147 - "{}" ([SB/F/NM] PL/B) ok 37148 - "{This is a comment}" ([RE/F/NM] PL/B) ok 37149 - "{This is a comment}" ([SB/F/NM] PL/B) ok 37150 - "{A\tcomment}" ([RE/F/NM] PL/B) ok 37151 - "{A\tcomment}" ([SB/F/NM] PL/B) ok 37152 - "{Another /* comment}" ([RE/F/NM] PL/B) ok 37153 - "{Another /* comment}" ([SB/F/NM] PL/B) ok 37154 - "`\n" ([RE/F/NM] PL/B) ok 37155 - "`\n" ([SB/F/NM] PL/B) ok 37156 - "`This is a comment\n" ([RE/F/NM] PL/B) ok 37157 - "`This is a comment\n" ([SB/F/NM] PL/B) ok 37158 - "`A\tcomment\n" ([RE/F/NM] PL/B) ok 37159 - "`A\tcomment\n" ([SB/F/NM] PL/B) ok 37160 - "`Another /* comment\n" ([RE/F/NM] PL/B) ok 37161 - "`Another /* comment\n" ([SB/F/NM] PL/B) ok 37162 - "--\n" ([RE/F/NM] PL/B) ok 37163 - "--\n" ([SB/F/NM] PL/B) ok 37164 - "--This is a comment\n" ([RE/F/NM] PL/B) ok 37165 - "--This is a comment\n" ([SB/F/NM] PL/B) ok 37166 - "--A\tcomment\n" ([RE/F/NM] PL/B) ok 37167 - "--A\tcomment\n" ([SB/F/NM] PL/B) ok 37168 - "--Another /* comment\n" ([RE/F/NM] PL/B) ok 37169 - "--Another /* comment\n" ([SB/F/NM] PL/B) ok 37170 - "---\n" ([RE/F/NM] PL/B) ok 37171 - "---\n" ([SB/F/NM] PL/B) ok 37172 - "---This is a comment\n" ([RE/F/NM] PL/B) ok 37173 - "---This is a comment\n" ([SB/F/NM] PL/B) ok 37174 - "---A\tcomment\n" ([RE/F/NM] PL/B) ok 37175 - "---A\tcomment\n" ([SB/F/NM] PL/B) ok 37176 - "---Another /* comment\n" ([RE/F/NM] PL/B) ok 37177 - "---Another /* comment\n" ([SB/F/NM] PL/B) ok 37178 - "-----\n" ([RE/F/NM] PL/B) ok 37179 - "-----\n" ([SB/F/NM] PL/B) ok 37180 - "-----This is a comment\n" ([RE/F/NM] PL/B) ok 37181 - "-----This is a comment\n" ([SB/F/NM] PL/B) ok 37182 - "-----A\tcomment\n" ([RE/F/NM] PL/B) ok 37183 - "-----A\tcomment\n" ([SB/F/NM] PL/B) ok 37184 - "-----Another /* comment\n" ([RE/F/NM] PL/B) ok 37185 - "-----Another /* comment\n" ([SB/F/NM] PL/B) ok 37186 - "\\"\n" ([RE/F/NM] PL/B) ok 37187 - "\\"\n" ([SB/F/NM] PL/B) ok 37188 - "\\"This is a comment\n" ([RE/F/NM] PL/B) ok 37189 - "\\"This is a comment\n" ([SB/F/NM] PL/B) ok 37190 - "\\"A\tcomment\n" ([RE/F/NM] PL/B) ok 37191 - "\\"A\tcomment\n" ([SB/F/NM] PL/B) ok 37192 - "\\"Another /* comment\n" ([RE/F/NM] PL/B) ok 37193 - "\\"Another /* comment\n" ([SB/F/NM] PL/B) ok 37194 - ""\n" ([RE/F/NM] PL/B) ok 37195 - ""\n" ([SB/F/NM] PL/B) ok 37196 - ""This is a comment\n" ([RE/F/NM] PL/B) ok 37197 - ""This is a comment\n" ([SB/F/NM] PL/B) ok 37198 - ""A\tcomment\n" ([RE/F/NM] PL/B) ok 37199 - ""A\tcomment\n" ([SB/F/NM] PL/B) ok 37200 - ""Another /* comment\n" ([RE/F/NM] PL/B) ok 37201 - ""Another /* comment\n" ([SB/F/NM] PL/B) ok 37202 - "'\n" ([RE/F/NM] PL/B) ok 37203 - "'\n" ([SB/F/NM] PL/B) ok 37204 - "'This is a comment\n" ([RE/F/NM] PL/B) ok 37205 - "'This is a comment\n" ([SB/F/NM] PL/B) ok 37206 - "'A\tcomment\n" ([RE/F/NM] PL/B) ok 37207 - "'A\tcomment\n" ([SB/F/NM] PL/B) ok 37208 - "'Another /* comment\n" ([RE/F/NM] PL/B) ok 37209 - "'Another /* comment\n" ([SB/F/NM] PL/B) ok 37210 - "`\n" ([RE/P/MT] Q-BAL) ok 37211 - "`\n" ([OM/P/MT] Q-BAL) ok 37212 - "`\n" ([OS/P/MT] Q-BAL) ok 37213 - "`\n" ([SB/P/MT] Q-BAL) ok 37214 - "`\n" ([KP/P/MT] Q-BAL) ok 37215 - "`This is a comment\n" ([RE/P/MT] Q-BAL) ok 37216 - "`This is a comment\n" ([OM/P/MT] Q-BAL) ok 37217 - "`This is a comment\n" ([OS/P/MT] Q-BAL) ok 37218 - "`This is a comment\n" ([SB/P/MT] Q-BAL) ok 37219 - "`This is a comment\n" ([KP/P/MT] Q-BAL) ok 37220 - "`A\tcomment\n" ([RE/P/MT] Q-BAL) ok 37221 - "`A\tcomment\n" ([OM/P/MT] Q-BAL) ok 37222 - "`A\tcomment\n" ([OS/P/MT] Q-BAL) ok 37223 - "`A\tcomment\n" ([SB/P/MT] Q-BAL) ok 37224 - "`A\tcomment\n" ([KP/P/MT] Q-BAL) ok 37225 - "`Another /* comment\n" ([RE/P/MT] Q-BAL) ok 37226 - "`Another /* comment\n" ([OM/P/MT] Q-BAL) ok 37227 - "`Another /* comment\n" ([OS/P/MT] Q-BAL) ok 37228 - "`Another /* comment\n" ([SB/P/MT] Q-BAL) ok 37229 - "`Another /* comment\n" ([KP/P/MT] Q-BAL) ok 37230 - "\\" ([RE/F/NM] Q-BAL) ok 37231 - "\\" ([SB/F/NM] Q-BAL) ok 37232 - "\\This is a comment" ([RE/F/NM] Q-BAL) ok 37233 - "\\This is a comment" ([SB/F/NM] Q-BAL) ok 37234 - "\\A\tcomment" ([RE/F/NM] Q-BAL) ok 37235 - "\\A\tcomment" ([SB/F/NM] Q-BAL) ok 37236 - "\\Another /* comment" ([RE/F/NM] Q-BAL) ok 37237 - "\\Another /* comment" ([SB/F/NM] Q-BAL) ok 37238 - "\n" ([RE/F/NM] Q-BAL) ok 37239 - "\n" ([SB/F/NM] Q-BAL) ok 37240 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37241 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37242 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37243 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37244 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37245 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37246 - "#" ([RE/F/NM] Q-BAL) ok 37247 - "#" ([SB/F/NM] Q-BAL) ok 37248 - "#This is a comment" ([RE/F/NM] Q-BAL) ok 37249 - "#This is a comment" ([SB/F/NM] Q-BAL) ok 37250 - "#A\tcomment" ([RE/F/NM] Q-BAL) ok 37251 - "#A\tcomment" ([SB/F/NM] Q-BAL) ok 37252 - "#Another /* comment" ([RE/F/NM] Q-BAL) ok 37253 - "#Another /* comment" ([SB/F/NM] Q-BAL) ok 37254 - "\n" ([RE/F/NM] Q-BAL) ok 37255 - "\n" ([SB/F/NM] Q-BAL) ok 37256 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37257 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37258 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37259 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37260 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37261 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37262 - "//" ([RE/F/NM] Q-BAL) ok 37263 - "//" ([SB/F/NM] Q-BAL) ok 37264 - "//This is a comment" ([RE/F/NM] Q-BAL) ok 37265 - "//This is a comment" ([SB/F/NM] Q-BAL) ok 37266 - "//A\tcomment" ([RE/F/NM] Q-BAL) ok 37267 - "//A\tcomment" ([SB/F/NM] Q-BAL) ok 37268 - "//Another /* comment" ([RE/F/NM] Q-BAL) ok 37269 - "//Another /* comment" ([SB/F/NM] Q-BAL) ok 37270 - "\n" ([RE/F/NM] Q-BAL) ok 37271 - "\n" ([SB/F/NM] Q-BAL) ok 37272 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37273 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37274 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37275 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37276 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37277 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37278 - "--" ([RE/F/NM] Q-BAL) ok 37279 - "--" ([SB/F/NM] Q-BAL) ok 37280 - "--This is a comment" ([RE/F/NM] Q-BAL) ok 37281 - "--This is a comment" ([SB/F/NM] Q-BAL) ok 37282 - "--A\tcomment" ([RE/F/NM] Q-BAL) ok 37283 - "--A\tcomment" ([SB/F/NM] Q-BAL) ok 37284 - "--Another /* comment" ([RE/F/NM] Q-BAL) ok 37285 - "--Another /* comment" ([SB/F/NM] Q-BAL) ok 37286 - "\n" ([RE/F/NM] Q-BAL) ok 37287 - "\n" ([SB/F/NM] Q-BAL) ok 37288 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37289 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37290 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37291 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37292 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37293 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37294 - ";" ([RE/F/NM] Q-BAL) ok 37295 - ";" ([SB/F/NM] Q-BAL) ok 37296 - ";This is a comment" ([RE/F/NM] Q-BAL) ok 37297 - ";This is a comment" ([SB/F/NM] Q-BAL) ok 37298 - ";A\tcomment" ([RE/F/NM] Q-BAL) ok 37299 - ";A\tcomment" ([SB/F/NM] Q-BAL) ok 37300 - ";Another /* comment" ([RE/F/NM] Q-BAL) ok 37301 - ";Another /* comment" ([SB/F/NM] Q-BAL) ok 37302 - "\n" ([RE/F/NM] Q-BAL) ok 37303 - "\n" ([SB/F/NM] Q-BAL) ok 37304 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37305 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37306 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37307 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37308 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37309 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37310 - "#" ([RE/F/NM] Q-BAL) ok 37311 - "#" ([SB/F/NM] Q-BAL) ok 37312 - "#This is a comment" ([RE/F/NM] Q-BAL) ok 37313 - "#This is a comment" ([SB/F/NM] Q-BAL) ok 37314 - "#A\tcomment" ([RE/F/NM] Q-BAL) ok 37315 - "#A\tcomment" ([SB/F/NM] Q-BAL) ok 37316 - "#Another /* comment" ([RE/F/NM] Q-BAL) ok 37317 - "#Another /* comment" ([SB/F/NM] Q-BAL) ok 37318 - "\n" ([RE/F/NM] Q-BAL) ok 37319 - "\n" ([SB/F/NM] Q-BAL) ok 37320 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37321 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37322 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37323 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37324 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37325 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37326 - "*" ([RE/F/NM] Q-BAL) ok 37327 - "*" ([SB/F/NM] Q-BAL) ok 37328 - "*This is a comment" ([RE/F/NM] Q-BAL) ok 37329 - "*This is a comment" ([SB/F/NM] Q-BAL) ok 37330 - "*A\tcomment" ([RE/F/NM] Q-BAL) ok 37331 - "*A\tcomment" ([SB/F/NM] Q-BAL) ok 37332 - "*Another /* comment" ([RE/F/NM] Q-BAL) ok 37333 - "*Another /* comment" ([SB/F/NM] Q-BAL) ok 37334 - "\n" ([RE/F/NM] Q-BAL) ok 37335 - "\n" ([SB/F/NM] Q-BAL) ok 37336 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37337 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37338 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37339 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37340 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37341 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37342 - "!" ([RE/F/NM] Q-BAL) ok 37343 - "!" ([SB/F/NM] Q-BAL) ok 37344 - "!This is a comment" ([RE/F/NM] Q-BAL) ok 37345 - "!This is a comment" ([SB/F/NM] Q-BAL) ok 37346 - "!A\tcomment" ([RE/F/NM] Q-BAL) ok 37347 - "!A\tcomment" ([SB/F/NM] Q-BAL) ok 37348 - "!Another /* comment" ([RE/F/NM] Q-BAL) ok 37349 - "!Another /* comment" ([SB/F/NM] Q-BAL) ok 37350 - "\n" ([RE/F/NM] Q-BAL) ok 37351 - "\n" ([SB/F/NM] Q-BAL) ok 37352 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37353 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37354 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37355 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37356 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37357 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37358 - "REM" ([RE/F/NM] Q-BAL) ok 37359 - "REM" ([SB/F/NM] Q-BAL) ok 37360 - "REMThis is a comment" ([RE/F/NM] Q-BAL) ok 37361 - "REMThis is a comment" ([SB/F/NM] Q-BAL) ok 37362 - "REMA\tcomment" ([RE/F/NM] Q-BAL) ok 37363 - "REMA\tcomment" ([SB/F/NM] Q-BAL) ok 37364 - "REMAnother /* comment" ([RE/F/NM] Q-BAL) ok 37365 - "REMAnother /* comment" ([SB/F/NM] Q-BAL) ok 37366 - "\n" ([RE/F/NM] Q-BAL) ok 37367 - "\n" ([SB/F/NM] Q-BAL) ok 37368 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37369 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37370 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37371 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37372 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37373 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37374 - "//" ([RE/F/NM] Q-BAL) ok 37375 - "//" ([SB/F/NM] Q-BAL) ok 37376 - "//This is a comment" ([RE/F/NM] Q-BAL) ok 37377 - "//This is a comment" ([SB/F/NM] Q-BAL) ok 37378 - "//A\tcomment" ([RE/F/NM] Q-BAL) ok 37379 - "//A\tcomment" ([SB/F/NM] Q-BAL) ok 37380 - "//Another /* comment" ([RE/F/NM] Q-BAL) ok 37381 - "//Another /* comment" ([SB/F/NM] Q-BAL) ok 37382 - "\n" ([RE/F/NM] Q-BAL) ok 37383 - "\n" ([SB/F/NM] Q-BAL) ok 37384 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37385 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37386 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37387 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37388 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37389 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37390 - "%" ([RE/F/NM] Q-BAL) ok 37391 - "%" ([SB/F/NM] Q-BAL) ok 37392 - "%This is a comment" ([RE/F/NM] Q-BAL) ok 37393 - "%This is a comment" ([SB/F/NM] Q-BAL) ok 37394 - "%A\tcomment" ([RE/F/NM] Q-BAL) ok 37395 - "%A\tcomment" ([SB/F/NM] Q-BAL) ok 37396 - "%Another /* comment" ([RE/F/NM] Q-BAL) ok 37397 - "%Another /* comment" ([SB/F/NM] Q-BAL) ok 37398 - "\n" ([RE/F/NM] Q-BAL) ok 37399 - "\n" ([SB/F/NM] Q-BAL) ok 37400 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37401 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37402 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37403 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37404 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37405 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37406 - "!" ([RE/F/NM] Q-BAL) ok 37407 - "!" ([SB/F/NM] Q-BAL) ok 37408 - "!This is a comment" ([RE/F/NM] Q-BAL) ok 37409 - "!This is a comment" ([SB/F/NM] Q-BAL) ok 37410 - "!A\tcomment" ([RE/F/NM] Q-BAL) ok 37411 - "!A\tcomment" ([SB/F/NM] Q-BAL) ok 37412 - "!Another /* comment" ([RE/F/NM] Q-BAL) ok 37413 - "!Another /* comment" ([SB/F/NM] Q-BAL) ok 37414 - "\n" ([RE/F/NM] Q-BAL) ok 37415 - "\n" ([SB/F/NM] Q-BAL) ok 37416 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37417 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37418 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37419 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37420 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37421 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37422 - "NB" ([RE/F/NM] Q-BAL) ok 37423 - "NB" ([SB/F/NM] Q-BAL) ok 37424 - "NBThis is a comment" ([RE/F/NM] Q-BAL) ok 37425 - "NBThis is a comment" ([SB/F/NM] Q-BAL) ok 37426 - "NBA\tcomment" ([RE/F/NM] Q-BAL) ok 37427 - "NBA\tcomment" ([SB/F/NM] Q-BAL) ok 37428 - "NBAnother /* comment" ([RE/F/NM] Q-BAL) ok 37429 - "NBAnother /* comment" ([SB/F/NM] Q-BAL) ok 37430 - "\n" ([RE/F/NM] Q-BAL) ok 37431 - "\n" ([SB/F/NM] Q-BAL) ok 37432 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37433 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37434 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37435 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37436 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37437 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37438 - "PLEASE NOT" ([RE/F/NM] Q-BAL) ok 37439 - "PLEASE NOT" ([SB/F/NM] Q-BAL) ok 37440 - "PLEASE NOTThis is a comment" ([RE/F/NM] Q-BAL) ok 37441 - "PLEASE NOTThis is a comment" ([SB/F/NM] Q-BAL) ok 37442 - "PLEASE NOTA\tcomment" ([RE/F/NM] Q-BAL) ok 37443 - "PLEASE NOTA\tcomment" ([SB/F/NM] Q-BAL) ok 37444 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Q-BAL) ok 37445 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Q-BAL) ok 37446 - "\n" ([RE/F/NM] Q-BAL) ok 37447 - "\n" ([SB/F/NM] Q-BAL) ok 37448 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37449 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37450 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37451 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37452 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37453 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37454 - "PLEASE NOT" ([RE/F/NM] Q-BAL) ok 37455 - "PLEASE NOT" ([SB/F/NM] Q-BAL) ok 37456 - "PLEASE NOTThis is a comment" ([RE/F/NM] Q-BAL) ok 37457 - "PLEASE NOTThis is a comment" ([SB/F/NM] Q-BAL) ok 37458 - "PLEASE NOTA\tcomment" ([RE/F/NM] Q-BAL) ok 37459 - "PLEASE NOTA\tcomment" ([SB/F/NM] Q-BAL) ok 37460 - "PLEASE NOTAnother /* comment" ([RE/F/NM] Q-BAL) ok 37461 - "PLEASE NOTAnother /* comment" ([SB/F/NM] Q-BAL) ok 37462 - "\n" ([RE/F/NM] Q-BAL) ok 37463 - "\n" ([SB/F/NM] Q-BAL) ok 37464 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37465 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37466 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37467 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37468 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37469 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37470 - "PLEASE N'T" ([RE/F/NM] Q-BAL) ok 37471 - "PLEASE N'T" ([SB/F/NM] Q-BAL) ok 37472 - "PLEASE N'TThis is a comment" ([RE/F/NM] Q-BAL) ok 37473 - "PLEASE N'TThis is a comment" ([SB/F/NM] Q-BAL) ok 37474 - "PLEASE N'TA\tcomment" ([RE/F/NM] Q-BAL) ok 37475 - "PLEASE N'TA\tcomment" ([SB/F/NM] Q-BAL) ok 37476 - "PLEASE N'TAnother /* comment" ([RE/F/NM] Q-BAL) ok 37477 - "PLEASE N'TAnother /* comment" ([SB/F/NM] Q-BAL) ok 37478 - "\n" ([RE/F/NM] Q-BAL) ok 37479 - "\n" ([SB/F/NM] Q-BAL) ok 37480 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37481 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37482 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37483 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37484 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37485 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37486 - "DO NOT" ([RE/F/NM] Q-BAL) ok 37487 - "DO NOT" ([SB/F/NM] Q-BAL) ok 37488 - "DO NOTThis is a comment" ([RE/F/NM] Q-BAL) ok 37489 - "DO NOTThis is a comment" ([SB/F/NM] Q-BAL) ok 37490 - "DO NOTA\tcomment" ([RE/F/NM] Q-BAL) ok 37491 - "DO NOTA\tcomment" ([SB/F/NM] Q-BAL) ok 37492 - "DO NOTAnother /* comment" ([RE/F/NM] Q-BAL) ok 37493 - "DO NOTAnother /* comment" ([SB/F/NM] Q-BAL) ok 37494 - "\n" ([RE/F/NM] Q-BAL) ok 37495 - "\n" ([SB/F/NM] Q-BAL) ok 37496 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37497 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37498 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37499 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37500 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37501 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37502 - "DO N'T" ([RE/F/NM] Q-BAL) ok 37503 - "DO N'T" ([SB/F/NM] Q-BAL) ok 37504 - "DO N'TThis is a comment" ([RE/F/NM] Q-BAL) ok 37505 - "DO N'TThis is a comment" ([SB/F/NM] Q-BAL) ok 37506 - "DO N'TA\tcomment" ([RE/F/NM] Q-BAL) ok 37507 - "DO N'TA\tcomment" ([SB/F/NM] Q-BAL) ok 37508 - "DO N'TAnother /* comment" ([RE/F/NM] Q-BAL) ok 37509 - "DO N'TAnother /* comment" ([SB/F/NM] Q-BAL) ok 37510 - "\n" ([RE/F/NM] Q-BAL) ok 37511 - "\n" ([SB/F/NM] Q-BAL) ok 37512 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37513 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37514 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37515 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37516 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37517 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37518 - "DO NOT" ([RE/F/NM] Q-BAL) ok 37519 - "DO NOT" ([SB/F/NM] Q-BAL) ok 37520 - "DO NOTThis is a comment" ([RE/F/NM] Q-BAL) ok 37521 - "DO NOTThis is a comment" ([SB/F/NM] Q-BAL) ok 37522 - "DO NOTA\tcomment" ([RE/F/NM] Q-BAL) ok 37523 - "DO NOTA\tcomment" ([SB/F/NM] Q-BAL) ok 37524 - "DO NOTAnother /* comment" ([RE/F/NM] Q-BAL) ok 37525 - "DO NOTAnother /* comment" ([SB/F/NM] Q-BAL) ok 37526 - "\n" ([RE/F/NM] Q-BAL) ok 37527 - "\n" ([SB/F/NM] Q-BAL) ok 37528 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37529 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37530 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37531 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37532 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37533 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37534 - "PLEASE DO NOT" ([RE/F/NM] Q-BAL) ok 37535 - "PLEASE DO NOT" ([SB/F/NM] Q-BAL) ok 37536 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Q-BAL) ok 37537 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Q-BAL) ok 37538 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Q-BAL) ok 37539 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Q-BAL) ok 37540 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Q-BAL) ok 37541 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Q-BAL) ok 37542 - "\n" ([RE/F/NM] Q-BAL) ok 37543 - "\n" ([SB/F/NM] Q-BAL) ok 37544 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37545 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37546 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37547 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37548 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37549 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37550 - "PLEASE DO NOT" ([RE/F/NM] Q-BAL) ok 37551 - "PLEASE DO NOT" ([SB/F/NM] Q-BAL) ok 37552 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] Q-BAL) ok 37553 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] Q-BAL) ok 37554 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] Q-BAL) ok 37555 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] Q-BAL) ok 37556 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] Q-BAL) ok 37557 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] Q-BAL) ok 37558 - "\n" ([RE/F/NM] Q-BAL) ok 37559 - "\n" ([SB/F/NM] Q-BAL) ok 37560 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37561 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37562 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37563 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37564 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37565 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37566 - "PLEASE DO N'T" ([RE/F/NM] Q-BAL) ok 37567 - "PLEASE DO N'T" ([SB/F/NM] Q-BAL) ok 37568 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] Q-BAL) ok 37569 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] Q-BAL) ok 37570 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] Q-BAL) ok 37571 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] Q-BAL) ok 37572 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] Q-BAL) ok 37573 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] Q-BAL) ok 37574 - "\n" ([RE/F/NM] Q-BAL) ok 37575 - "\n" ([SB/F/NM] Q-BAL) ok 37576 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37577 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37578 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37579 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37580 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37581 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37582 - "NB." ([RE/F/NM] Q-BAL) ok 37583 - "NB." ([SB/F/NM] Q-BAL) ok 37584 - "NB.This is a comment" ([RE/F/NM] Q-BAL) ok 37585 - "NB.This is a comment" ([SB/F/NM] Q-BAL) ok 37586 - "NB.A\tcomment" ([RE/F/NM] Q-BAL) ok 37587 - "NB.A\tcomment" ([SB/F/NM] Q-BAL) ok 37588 - "NB.Another /* comment" ([RE/F/NM] Q-BAL) ok 37589 - "NB.Another /* comment" ([SB/F/NM] Q-BAL) ok 37590 - "\n" ([RE/F/NM] Q-BAL) ok 37591 - "\n" ([SB/F/NM] Q-BAL) ok 37592 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37593 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37594 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37595 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37596 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37597 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37598 - "{" ([RE/F/NM] Q-BAL) ok 37599 - "{" ([SB/F/NM] Q-BAL) ok 37600 - "{This is a comment" ([RE/F/NM] Q-BAL) ok 37601 - "{This is a comment" ([SB/F/NM] Q-BAL) ok 37602 - "{A\tcomment" ([RE/F/NM] Q-BAL) ok 37603 - "{A\tcomment" ([SB/F/NM] Q-BAL) ok 37604 - "{Another /* comment" ([RE/F/NM] Q-BAL) ok 37605 - "{Another /* comment" ([SB/F/NM] Q-BAL) ok 37606 - "}" ([RE/F/NM] Q-BAL) ok 37607 - "}" ([SB/F/NM] Q-BAL) ok 37608 - "This is a comment}" ([RE/F/NM] Q-BAL) ok 37609 - "This is a comment}" ([SB/F/NM] Q-BAL) ok 37610 - "A\tcomment}" ([RE/F/NM] Q-BAL) ok 37611 - "A\tcomment}" ([SB/F/NM] Q-BAL) ok 37612 - "Another /* comment}" ([RE/F/NM] Q-BAL) ok 37613 - "Another /* comment}" ([SB/F/NM] Q-BAL) ok 37614 - "." ([RE/F/NM] Q-BAL) ok 37615 - "." ([SB/F/NM] Q-BAL) ok 37616 - ".This is a comment" ([RE/F/NM] Q-BAL) ok 37617 - ".This is a comment" ([SB/F/NM] Q-BAL) ok 37618 - ".A\tcomment" ([RE/F/NM] Q-BAL) ok 37619 - ".A\tcomment" ([SB/F/NM] Q-BAL) ok 37620 - ".Another /* comment" ([RE/F/NM] Q-BAL) ok 37621 - ".Another /* comment" ([SB/F/NM] Q-BAL) ok 37622 - "\n" ([RE/F/NM] Q-BAL) ok 37623 - "\n" ([SB/F/NM] Q-BAL) ok 37624 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37625 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37626 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37627 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37628 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37629 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37630 - ";" ([RE/F/NM] Q-BAL) ok 37631 - ";" ([SB/F/NM] Q-BAL) ok 37632 - ";This is a comment" ([RE/F/NM] Q-BAL) ok 37633 - ";This is a comment" ([SB/F/NM] Q-BAL) ok 37634 - ";A\tcomment" ([RE/F/NM] Q-BAL) ok 37635 - ";A\tcomment" ([SB/F/NM] Q-BAL) ok 37636 - ";Another /* comment" ([RE/F/NM] Q-BAL) ok 37637 - ";Another /* comment" ([SB/F/NM] Q-BAL) ok 37638 - "\n" ([RE/F/NM] Q-BAL) ok 37639 - "\n" ([SB/F/NM] Q-BAL) ok 37640 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37641 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37642 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37643 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37644 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37645 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37646 - "`" ([RE/F/NM] Q-BAL) ok 37647 - "`" ([SB/F/NM] Q-BAL) ok 37648 - "`This is a comment" ([RE/F/NM] Q-BAL) ok 37649 - "`This is a comment" ([SB/F/NM] Q-BAL) ok 37650 - "`A\tcomment" ([RE/F/NM] Q-BAL) ok 37651 - "`A\tcomment" ([SB/F/NM] Q-BAL) ok 37652 - "`Another /* comment" ([RE/F/NM] Q-BAL) ok 37653 - "`Another /* comment" ([SB/F/NM] Q-BAL) ok 37654 - "\n" ([RE/F/NM] Q-BAL) ok 37655 - "\n" ([SB/F/NM] Q-BAL) ok 37656 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37657 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37658 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37659 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37660 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37661 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37662 - "--" ([RE/F/NM] Q-BAL) ok 37663 - "--" ([SB/F/NM] Q-BAL) ok 37664 - "--This is a comment" ([RE/F/NM] Q-BAL) ok 37665 - "--This is a comment" ([SB/F/NM] Q-BAL) ok 37666 - "--A\tcomment" ([RE/F/NM] Q-BAL) ok 37667 - "--A\tcomment" ([SB/F/NM] Q-BAL) ok 37668 - "--Another /* comment" ([RE/F/NM] Q-BAL) ok 37669 - "--Another /* comment" ([SB/F/NM] Q-BAL) ok 37670 - "\n" ([RE/F/NM] Q-BAL) ok 37671 - "\n" ([SB/F/NM] Q-BAL) ok 37672 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37673 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37674 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37675 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37676 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37677 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37678 - "---" ([RE/F/NM] Q-BAL) ok 37679 - "---" ([SB/F/NM] Q-BAL) ok 37680 - "---This is a comment" ([RE/F/NM] Q-BAL) ok 37681 - "---This is a comment" ([SB/F/NM] Q-BAL) ok 37682 - "---A\tcomment" ([RE/F/NM] Q-BAL) ok 37683 - "---A\tcomment" ([SB/F/NM] Q-BAL) ok 37684 - "---Another /* comment" ([RE/F/NM] Q-BAL) ok 37685 - "---Another /* comment" ([SB/F/NM] Q-BAL) ok 37686 - "\n" ([RE/F/NM] Q-BAL) ok 37687 - "\n" ([SB/F/NM] Q-BAL) ok 37688 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37689 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37690 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37691 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37692 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37693 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37694 - "-----" ([RE/F/NM] Q-BAL) ok 37695 - "-----" ([SB/F/NM] Q-BAL) ok 37696 - "-----This is a comment" ([RE/F/NM] Q-BAL) ok 37697 - "-----This is a comment" ([SB/F/NM] Q-BAL) ok 37698 - "-----A\tcomment" ([RE/F/NM] Q-BAL) ok 37699 - "-----A\tcomment" ([SB/F/NM] Q-BAL) ok 37700 - "-----Another /* comment" ([RE/F/NM] Q-BAL) ok 37701 - "-----Another /* comment" ([SB/F/NM] Q-BAL) ok 37702 - "\n" ([RE/F/NM] Q-BAL) ok 37703 - "\n" ([SB/F/NM] Q-BAL) ok 37704 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37705 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37706 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37707 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37708 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37709 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37710 - "\\"" ([RE/F/NM] Q-BAL) ok 37711 - "\\"" ([SB/F/NM] Q-BAL) ok 37712 - "\\"This is a comment" ([RE/F/NM] Q-BAL) ok 37713 - "\\"This is a comment" ([SB/F/NM] Q-BAL) ok 37714 - "\\"A\tcomment" ([RE/F/NM] Q-BAL) ok 37715 - "\\"A\tcomment" ([SB/F/NM] Q-BAL) ok 37716 - "\\"Another /* comment" ([RE/F/NM] Q-BAL) ok 37717 - "\\"Another /* comment" ([SB/F/NM] Q-BAL) ok 37718 - "\n" ([RE/F/NM] Q-BAL) ok 37719 - "\n" ([SB/F/NM] Q-BAL) ok 37720 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37721 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37722 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37723 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37724 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37725 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37726 - """ ([RE/F/NM] Q-BAL) ok 37727 - """ ([SB/F/NM] Q-BAL) ok 37728 - ""This is a comment" ([RE/F/NM] Q-BAL) ok 37729 - ""This is a comment" ([SB/F/NM] Q-BAL) ok 37730 - ""A\tcomment" ([RE/F/NM] Q-BAL) ok 37731 - ""A\tcomment" ([SB/F/NM] Q-BAL) ok 37732 - ""Another /* comment" ([RE/F/NM] Q-BAL) ok 37733 - ""Another /* comment" ([SB/F/NM] Q-BAL) ok 37734 - "\n" ([RE/F/NM] Q-BAL) ok 37735 - "\n" ([SB/F/NM] Q-BAL) ok 37736 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37737 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37738 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37739 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37740 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37741 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37742 - "'" ([RE/F/NM] Q-BAL) ok 37743 - "'" ([SB/F/NM] Q-BAL) ok 37744 - "'This is a comment" ([RE/F/NM] Q-BAL) ok 37745 - "'This is a comment" ([SB/F/NM] Q-BAL) ok 37746 - "'A\tcomment" ([RE/F/NM] Q-BAL) ok 37747 - "'A\tcomment" ([SB/F/NM] Q-BAL) ok 37748 - "'Another /* comment" ([RE/F/NM] Q-BAL) ok 37749 - "'Another /* comment" ([SB/F/NM] Q-BAL) ok 37750 - "\n" ([RE/F/NM] Q-BAL) ok 37751 - "\n" ([SB/F/NM] Q-BAL) ok 37752 - "This is a comment\n" ([RE/F/NM] Q-BAL) ok 37753 - "This is a comment\n" ([SB/F/NM] Q-BAL) ok 37754 - "A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37755 - "A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37756 - "Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37757 - "Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37758 - "/* This is a C comment */" ([RE/F/NM] Q-BAL) ok 37759 - "/* This is a C comment */" ([SB/F/NM] Q-BAL) ok 37760 - "(* This is a Pascal comment *)" ([RE/F/NM] Q-BAL) ok 37761 - "(* This is a Pascal comment *)" ([SB/F/NM] Q-BAL) ok 37762 - "" ([RE/F/NM] Q-BAL) ok 37763 - "" ([SB/F/NM] Q-BAL) ok 37764 - "`\n\n" ([RE/F/NM] Q-BAL) ok 37765 - "`\n\n" ([SB/F/NM] Q-BAL) ok 37766 - "`This is a comment\n\n" ([RE/F/NM] Q-BAL) ok 37767 - "`This is a comment\n\n" ([SB/F/NM] Q-BAL) ok 37768 - "`A\tcomment\n\n" ([RE/F/NM] Q-BAL) ok 37769 - "`A\tcomment\n\n" ([SB/F/NM] Q-BAL) ok 37770 - "`Another /* comment\n\n" ([RE/F/NM] Q-BAL) ok 37771 - "`Another /* comment\n\n" ([SB/F/NM] Q-BAL) ok 37772 - "`\n`\n" ([RE/F/NM] Q-BAL) ok 37773 - "`\n`\n" ([SB/F/NM] Q-BAL) ok 37774 - "`This is a comment\n`This is a comment\n" ([RE/F/NM] Q-BAL) ok 37775 - "`This is a comment\n`This is a comment\n" ([SB/F/NM] Q-BAL) ok 37776 - "`A\tcomment\n`A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37777 - "`A\tcomment\n`A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37778 - "`Another /* comment\n`Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37779 - "`Another /* comment\n`Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37780 - "`\nynr" ([RE/F/NM] Q-BAL) ok 37781 - "`\nynr" ([SB/F/NM] Q-BAL) ok 37782 - "`This is a comment\nu" ([RE/F/NM] Q-BAL) ok 37783 - "`This is a comment\nu" ([SB/F/NM] Q-BAL) ok 37784 - "`A\tcomment\ng7p" ([RE/F/NM] Q-BAL) ok 37785 - "`A\tcomment\ng7p" ([SB/F/NM] Q-BAL) ok 37786 - "`Another /* comment\ntx" ([RE/F/NM] Q-BAL) ok 37787 - "`Another /* comment\ntx" ([SB/F/NM] Q-BAL) ok 37788 - "yl91`\n" ([RE/F/NM] Q-BAL) ok 37789 - "yl91`\n" ([SB/F/NM] Q-BAL) ok 37790 - "lluu`This is a comment\n" ([RE/F/NM] Q-BAL) ok 37791 - "lluu`This is a comment\n" ([SB/F/NM] Q-BAL) ok 37792 - "b3`A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37793 - "b3`A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37794 - "n`Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37795 - "n`Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37796 - "\\\n" ([RE/F/NM] Q-BAL) ok 37797 - "\\\n" ([SB/F/NM] Q-BAL) ok 37798 - "\\This is a comment\n" ([RE/F/NM] Q-BAL) ok 37799 - "\\This is a comment\n" ([SB/F/NM] Q-BAL) ok 37800 - "\\A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37801 - "\\A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37802 - "\\Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37803 - "\\Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37804 - "#\n" ([RE/F/NM] Q-BAL) ok 37805 - "#\n" ([SB/F/NM] Q-BAL) ok 37806 - "#This is a comment\n" ([RE/F/NM] Q-BAL) ok 37807 - "#This is a comment\n" ([SB/F/NM] Q-BAL) ok 37808 - "#A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37809 - "#A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37810 - "#Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37811 - "#Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37812 - "//\n" ([RE/F/NM] Q-BAL) ok 37813 - "//\n" ([SB/F/NM] Q-BAL) ok 37814 - "//This is a comment\n" ([RE/F/NM] Q-BAL) ok 37815 - "//This is a comment\n" ([SB/F/NM] Q-BAL) ok 37816 - "//A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37817 - "//A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37818 - "//Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37819 - "//Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37820 - "--\n" ([RE/F/NM] Q-BAL) ok 37821 - "--\n" ([SB/F/NM] Q-BAL) ok 37822 - "--This is a comment\n" ([RE/F/NM] Q-BAL) ok 37823 - "--This is a comment\n" ([SB/F/NM] Q-BAL) ok 37824 - "--A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37825 - "--A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37826 - "--Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37827 - "--Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37828 - ";\n" ([RE/F/NM] Q-BAL) ok 37829 - ";\n" ([SB/F/NM] Q-BAL) ok 37830 - ";This is a comment\n" ([RE/F/NM] Q-BAL) ok 37831 - ";This is a comment\n" ([SB/F/NM] Q-BAL) ok 37832 - ";A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37833 - ";A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37834 - ";Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37835 - ";Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37836 - "#\n" ([RE/F/NM] Q-BAL) ok 37837 - "#\n" ([SB/F/NM] Q-BAL) ok 37838 - "#This is a comment\n" ([RE/F/NM] Q-BAL) ok 37839 - "#This is a comment\n" ([SB/F/NM] Q-BAL) ok 37840 - "#A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37841 - "#A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37842 - "#Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37843 - "#Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37844 - "*\n" ([RE/F/NM] Q-BAL) ok 37845 - "*\n" ([SB/F/NM] Q-BAL) ok 37846 - "*This is a comment\n" ([RE/F/NM] Q-BAL) ok 37847 - "*This is a comment\n" ([SB/F/NM] Q-BAL) ok 37848 - "*A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37849 - "*A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37850 - "*Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37851 - "*Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37852 - "!\n" ([RE/F/NM] Q-BAL) ok 37853 - "!\n" ([SB/F/NM] Q-BAL) ok 37854 - "!This is a comment\n" ([RE/F/NM] Q-BAL) ok 37855 - "!This is a comment\n" ([SB/F/NM] Q-BAL) ok 37856 - "!A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37857 - "!A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37858 - "!Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37859 - "!Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37860 - "REM\n" ([RE/F/NM] Q-BAL) ok 37861 - "REM\n" ([SB/F/NM] Q-BAL) ok 37862 - "REMThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37863 - "REMThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37864 - "REMA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37865 - "REMA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37866 - "REMAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37867 - "REMAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37868 - "//\n" ([RE/F/NM] Q-BAL) ok 37869 - "//\n" ([SB/F/NM] Q-BAL) ok 37870 - "//This is a comment\n" ([RE/F/NM] Q-BAL) ok 37871 - "//This is a comment\n" ([SB/F/NM] Q-BAL) ok 37872 - "//A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37873 - "//A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37874 - "//Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37875 - "//Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37876 - "%\n" ([RE/F/NM] Q-BAL) ok 37877 - "%\n" ([SB/F/NM] Q-BAL) ok 37878 - "%This is a comment\n" ([RE/F/NM] Q-BAL) ok 37879 - "%This is a comment\n" ([SB/F/NM] Q-BAL) ok 37880 - "%A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37881 - "%A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37882 - "%Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37883 - "%Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37884 - "!\n" ([RE/F/NM] Q-BAL) ok 37885 - "!\n" ([SB/F/NM] Q-BAL) ok 37886 - "!This is a comment\n" ([RE/F/NM] Q-BAL) ok 37887 - "!This is a comment\n" ([SB/F/NM] Q-BAL) ok 37888 - "!A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37889 - "!A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37890 - "!Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37891 - "!Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37892 - "NB\n" ([RE/F/NM] Q-BAL) ok 37893 - "NB\n" ([SB/F/NM] Q-BAL) ok 37894 - "NBThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37895 - "NBThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37896 - "NBA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37897 - "NBA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37898 - "NBAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37899 - "NBAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37900 - "PLEASE NOT\n" ([RE/F/NM] Q-BAL) ok 37901 - "PLEASE NOT\n" ([SB/F/NM] Q-BAL) ok 37902 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37903 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37904 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37905 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37906 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37907 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37908 - "PLEASE NOT\n" ([RE/F/NM] Q-BAL) ok 37909 - "PLEASE NOT\n" ([SB/F/NM] Q-BAL) ok 37910 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37911 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37912 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37913 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37914 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37915 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37916 - "PLEASE N'T\n" ([RE/F/NM] Q-BAL) ok 37917 - "PLEASE N'T\n" ([SB/F/NM] Q-BAL) ok 37918 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37919 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37920 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37921 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37922 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37923 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37924 - "DO NOT\n" ([RE/F/NM] Q-BAL) ok 37925 - "DO NOT\n" ([SB/F/NM] Q-BAL) ok 37926 - "DO NOTThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37927 - "DO NOTThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37928 - "DO NOTA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37929 - "DO NOTA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37930 - "DO NOTAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37931 - "DO NOTAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37932 - "DO N'T\n" ([RE/F/NM] Q-BAL) ok 37933 - "DO N'T\n" ([SB/F/NM] Q-BAL) ok 37934 - "DO N'TThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37935 - "DO N'TThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37936 - "DO N'TA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37937 - "DO N'TA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37938 - "DO N'TAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37939 - "DO N'TAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37940 - "DO NOT\n" ([RE/F/NM] Q-BAL) ok 37941 - "DO NOT\n" ([SB/F/NM] Q-BAL) ok 37942 - "DO NOTThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37943 - "DO NOTThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37944 - "DO NOTA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37945 - "DO NOTA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37946 - "DO NOTAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37947 - "DO NOTAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37948 - "PLEASE DO NOT\n" ([RE/F/NM] Q-BAL) ok 37949 - "PLEASE DO NOT\n" ([SB/F/NM] Q-BAL) ok 37950 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37951 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37952 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37953 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37954 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37955 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37956 - "PLEASE DO NOT\n" ([RE/F/NM] Q-BAL) ok 37957 - "PLEASE DO NOT\n" ([SB/F/NM] Q-BAL) ok 37958 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37959 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37960 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37961 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37962 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37963 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37964 - "PLEASE DO N'T\n" ([RE/F/NM] Q-BAL) ok 37965 - "PLEASE DO N'T\n" ([SB/F/NM] Q-BAL) ok 37966 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] Q-BAL) ok 37967 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] Q-BAL) ok 37968 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] Q-BAL) ok 37969 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] Q-BAL) ok 37970 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] Q-BAL) ok 37971 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] Q-BAL) ok 37972 - "NB.\n" ([RE/F/NM] Q-BAL) ok 37973 - "NB.\n" ([SB/F/NM] Q-BAL) ok 37974 - "NB.This is a comment\n" ([RE/F/NM] Q-BAL) ok 37975 - "NB.This is a comment\n" ([SB/F/NM] Q-BAL) ok 37976 - "NB.A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37977 - "NB.A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37978 - "NB.Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37979 - "NB.Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37980 - "{}" ([RE/F/NM] Q-BAL) ok 37981 - "{}" ([SB/F/NM] Q-BAL) ok 37982 - "{This is a comment}" ([RE/F/NM] Q-BAL) ok 37983 - "{This is a comment}" ([SB/F/NM] Q-BAL) ok 37984 - "{A\tcomment}" ([RE/F/NM] Q-BAL) ok 37985 - "{A\tcomment}" ([SB/F/NM] Q-BAL) ok 37986 - "{Another /* comment}" ([RE/F/NM] Q-BAL) ok 37987 - "{Another /* comment}" ([SB/F/NM] Q-BAL) ok 37988 - ".\n" ([RE/F/NM] Q-BAL) ok 37989 - ".\n" ([SB/F/NM] Q-BAL) ok 37990 - ".This is a comment\n" ([RE/F/NM] Q-BAL) ok 37991 - ".This is a comment\n" ([SB/F/NM] Q-BAL) ok 37992 - ".A\tcomment\n" ([RE/F/NM] Q-BAL) ok 37993 - ".A\tcomment\n" ([SB/F/NM] Q-BAL) ok 37994 - ".Another /* comment\n" ([RE/F/NM] Q-BAL) ok 37995 - ".Another /* comment\n" ([SB/F/NM] Q-BAL) ok 37996 - ";\n" ([RE/F/NM] Q-BAL) ok 37997 - ";\n" ([SB/F/NM] Q-BAL) ok 37998 - ";This is a comment\n" ([RE/F/NM] Q-BAL) ok 37999 - ";This is a comment\n" ([SB/F/NM] Q-BAL) ok 38000 - ";A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38001 - ";A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38002 - ";Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38003 - ";Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38004 - "--\n" ([RE/F/NM] Q-BAL) ok 38005 - "--\n" ([SB/F/NM] Q-BAL) ok 38006 - "--This is a comment\n" ([RE/F/NM] Q-BAL) ok 38007 - "--This is a comment\n" ([SB/F/NM] Q-BAL) ok 38008 - "--A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38009 - "--A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38010 - "--Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38011 - "--Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38012 - "---\n" ([RE/F/NM] Q-BAL) ok 38013 - "---\n" ([SB/F/NM] Q-BAL) ok 38014 - "---This is a comment\n" ([RE/F/NM] Q-BAL) ok 38015 - "---This is a comment\n" ([SB/F/NM] Q-BAL) ok 38016 - "---A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38017 - "---A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38018 - "---Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38019 - "---Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38020 - "-----\n" ([RE/F/NM] Q-BAL) ok 38021 - "-----\n" ([SB/F/NM] Q-BAL) ok 38022 - "-----This is a comment\n" ([RE/F/NM] Q-BAL) ok 38023 - "-----This is a comment\n" ([SB/F/NM] Q-BAL) ok 38024 - "-----A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38025 - "-----A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38026 - "-----Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38027 - "-----Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38028 - "\\"\n" ([RE/F/NM] Q-BAL) ok 38029 - "\\"\n" ([SB/F/NM] Q-BAL) ok 38030 - "\\"This is a comment\n" ([RE/F/NM] Q-BAL) ok 38031 - "\\"This is a comment\n" ([SB/F/NM] Q-BAL) ok 38032 - "\\"A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38033 - "\\"A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38034 - "\\"Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38035 - "\\"Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38036 - ""\n" ([RE/F/NM] Q-BAL) ok 38037 - ""\n" ([SB/F/NM] Q-BAL) ok 38038 - ""This is a comment\n" ([RE/F/NM] Q-BAL) ok 38039 - ""This is a comment\n" ([SB/F/NM] Q-BAL) ok 38040 - ""A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38041 - ""A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38042 - ""Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38043 - ""Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38044 - "'\n" ([RE/F/NM] Q-BAL) ok 38045 - "'\n" ([SB/F/NM] Q-BAL) ok 38046 - "'This is a comment\n" ([RE/F/NM] Q-BAL) ok 38047 - "'This is a comment\n" ([SB/F/NM] Q-BAL) ok 38048 - "'A\tcomment\n" ([RE/F/NM] Q-BAL) ok 38049 - "'A\tcomment\n" ([SB/F/NM] Q-BAL) ok 38050 - "'Another /* comment\n" ([RE/F/NM] Q-BAL) ok 38051 - "'Another /* comment\n" ([SB/F/NM] Q-BAL) ok 38052 - "--\n" ([RE/P/MT] SQL) ok 38053 - "--\n" ([OM/P/MT] SQL) ok 38054 - "--\n" ([OS/P/MT] SQL) ok 38055 - "--\n" ([SB/P/MT] SQL) ok 38056 - "--\n" ([KP/P/MT] SQL) ok 38057 - "--This is a comment\n" ([RE/P/MT] SQL) ok 38058 - "--This is a comment\n" ([OM/P/MT] SQL) ok 38059 - "--This is a comment\n" ([OS/P/MT] SQL) ok 38060 - "--This is a comment\n" ([SB/P/MT] SQL) ok 38061 - "--This is a comment\n" ([KP/P/MT] SQL) ok 38062 - "--A\tcomment\n" ([RE/P/MT] SQL) ok 38063 - "--A\tcomment\n" ([OM/P/MT] SQL) ok 38064 - "--A\tcomment\n" ([OS/P/MT] SQL) ok 38065 - "--A\tcomment\n" ([SB/P/MT] SQL) ok 38066 - "--A\tcomment\n" ([KP/P/MT] SQL) ok 38067 - "--Another /* comment\n" ([RE/P/MT] SQL) ok 38068 - "--Another /* comment\n" ([OM/P/MT] SQL) ok 38069 - "--Another /* comment\n" ([OS/P/MT] SQL) ok 38070 - "--Another /* comment\n" ([SB/P/MT] SQL) ok 38071 - "--Another /* comment\n" ([KP/P/MT] SQL) ok 38072 - "---\n" ([RE/P/MT] SQL) ok 38073 - "---\n" ([OM/P/MT] SQL) ok 38074 - "---\n" ([OS/P/MT] SQL) ok 38075 - "---\n" ([SB/P/MT] SQL) ok 38076 - "---\n" ([KP/P/MT] SQL) ok 38077 - "---This is a comment\n" ([RE/P/MT] SQL) ok 38078 - "---This is a comment\n" ([OM/P/MT] SQL) ok 38079 - "---This is a comment\n" ([OS/P/MT] SQL) ok 38080 - "---This is a comment\n" ([SB/P/MT] SQL) ok 38081 - "---This is a comment\n" ([KP/P/MT] SQL) ok 38082 - "---A\tcomment\n" ([RE/P/MT] SQL) ok 38083 - "---A\tcomment\n" ([OM/P/MT] SQL) ok 38084 - "---A\tcomment\n" ([OS/P/MT] SQL) ok 38085 - "---A\tcomment\n" ([SB/P/MT] SQL) ok 38086 - "---A\tcomment\n" ([KP/P/MT] SQL) ok 38087 - "---Another /* comment\n" ([RE/P/MT] SQL) ok 38088 - "---Another /* comment\n" ([OM/P/MT] SQL) ok 38089 - "---Another /* comment\n" ([OS/P/MT] SQL) ok 38090 - "---Another /* comment\n" ([SB/P/MT] SQL) ok 38091 - "---Another /* comment\n" ([KP/P/MT] SQL) ok 38092 - "-----\n" ([RE/P/MT] SQL) ok 38093 - "-----\n" ([OM/P/MT] SQL) ok 38094 - "-----\n" ([OS/P/MT] SQL) ok 38095 - "-----\n" ([SB/P/MT] SQL) ok 38096 - "-----\n" ([KP/P/MT] SQL) ok 38097 - "-----This is a comment\n" ([RE/P/MT] SQL) ok 38098 - "-----This is a comment\n" ([OM/P/MT] SQL) ok 38099 - "-----This is a comment\n" ([OS/P/MT] SQL) ok 38100 - "-----This is a comment\n" ([SB/P/MT] SQL) ok 38101 - "-----This is a comment\n" ([KP/P/MT] SQL) ok 38102 - "-----A\tcomment\n" ([RE/P/MT] SQL) ok 38103 - "-----A\tcomment\n" ([OM/P/MT] SQL) ok 38104 - "-----A\tcomment\n" ([OS/P/MT] SQL) ok 38105 - "-----A\tcomment\n" ([SB/P/MT] SQL) ok 38106 - "-----A\tcomment\n" ([KP/P/MT] SQL) ok 38107 - "-----Another /* comment\n" ([RE/P/MT] SQL) ok 38108 - "-----Another /* comment\n" ([OM/P/MT] SQL) ok 38109 - "-----Another /* comment\n" ([OS/P/MT] SQL) ok 38110 - "-----Another /* comment\n" ([SB/P/MT] SQL) ok 38111 - "-----Another /* comment\n" ([KP/P/MT] SQL) ok 38112 - "\\" ([RE/F/NM] SQL) ok 38113 - "\\" ([SB/F/NM] SQL) ok 38114 - "\\This is a comment" ([RE/F/NM] SQL) ok 38115 - "\\This is a comment" ([SB/F/NM] SQL) ok 38116 - "\\A\tcomment" ([RE/F/NM] SQL) ok 38117 - "\\A\tcomment" ([SB/F/NM] SQL) ok 38118 - "\\Another /* comment" ([RE/F/NM] SQL) ok 38119 - "\\Another /* comment" ([SB/F/NM] SQL) ok 38120 - "\n" ([RE/F/NM] SQL) ok 38121 - "\n" ([SB/F/NM] SQL) ok 38122 - "This is a comment\n" ([RE/F/NM] SQL) ok 38123 - "This is a comment\n" ([SB/F/NM] SQL) ok 38124 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38125 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38126 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38127 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38128 - "#" ([RE/F/NM] SQL) ok 38129 - "#" ([SB/F/NM] SQL) ok 38130 - "#This is a comment" ([RE/F/NM] SQL) ok 38131 - "#This is a comment" ([SB/F/NM] SQL) ok 38132 - "#A\tcomment" ([RE/F/NM] SQL) ok 38133 - "#A\tcomment" ([SB/F/NM] SQL) ok 38134 - "#Another /* comment" ([RE/F/NM] SQL) ok 38135 - "#Another /* comment" ([SB/F/NM] SQL) ok 38136 - "\n" ([RE/F/NM] SQL) ok 38137 - "\n" ([SB/F/NM] SQL) ok 38138 - "This is a comment\n" ([RE/F/NM] SQL) ok 38139 - "This is a comment\n" ([SB/F/NM] SQL) ok 38140 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38141 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38142 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38143 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38144 - "//" ([RE/F/NM] SQL) ok 38145 - "//" ([SB/F/NM] SQL) ok 38146 - "//This is a comment" ([RE/F/NM] SQL) ok 38147 - "//This is a comment" ([SB/F/NM] SQL) ok 38148 - "//A\tcomment" ([RE/F/NM] SQL) ok 38149 - "//A\tcomment" ([SB/F/NM] SQL) ok 38150 - "//Another /* comment" ([RE/F/NM] SQL) ok 38151 - "//Another /* comment" ([SB/F/NM] SQL) ok 38152 - "\n" ([RE/F/NM] SQL) ok 38153 - "\n" ([SB/F/NM] SQL) ok 38154 - "This is a comment\n" ([RE/F/NM] SQL) ok 38155 - "This is a comment\n" ([SB/F/NM] SQL) ok 38156 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38157 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38158 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38159 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38160 - "--" ([RE/F/NM] SQL) ok 38161 - "--" ([SB/F/NM] SQL) ok 38162 - "--This is a comment" ([RE/F/NM] SQL) ok 38163 - "--This is a comment" ([SB/F/NM] SQL) ok 38164 - "--A\tcomment" ([RE/F/NM] SQL) ok 38165 - "--A\tcomment" ([SB/F/NM] SQL) ok 38166 - "--Another /* comment" ([RE/F/NM] SQL) ok 38167 - "--Another /* comment" ([SB/F/NM] SQL) ok 38168 - "\n" ([RE/F/NM] SQL) ok 38169 - "\n" ([SB/F/NM] SQL) ok 38170 - "This is a comment\n" ([RE/F/NM] SQL) ok 38171 - "This is a comment\n" ([SB/F/NM] SQL) ok 38172 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38173 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38174 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38175 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38176 - ";" ([RE/F/NM] SQL) ok 38177 - ";" ([SB/F/NM] SQL) ok 38178 - ";This is a comment" ([RE/F/NM] SQL) ok 38179 - ";This is a comment" ([SB/F/NM] SQL) ok 38180 - ";A\tcomment" ([RE/F/NM] SQL) ok 38181 - ";A\tcomment" ([SB/F/NM] SQL) ok 38182 - ";Another /* comment" ([RE/F/NM] SQL) ok 38183 - ";Another /* comment" ([SB/F/NM] SQL) ok 38184 - "\n" ([RE/F/NM] SQL) ok 38185 - "\n" ([SB/F/NM] SQL) ok 38186 - "This is a comment\n" ([RE/F/NM] SQL) ok 38187 - "This is a comment\n" ([SB/F/NM] SQL) ok 38188 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38189 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38190 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38191 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38192 - "#" ([RE/F/NM] SQL) ok 38193 - "#" ([SB/F/NM] SQL) ok 38194 - "#This is a comment" ([RE/F/NM] SQL) ok 38195 - "#This is a comment" ([SB/F/NM] SQL) ok 38196 - "#A\tcomment" ([RE/F/NM] SQL) ok 38197 - "#A\tcomment" ([SB/F/NM] SQL) ok 38198 - "#Another /* comment" ([RE/F/NM] SQL) ok 38199 - "#Another /* comment" ([SB/F/NM] SQL) ok 38200 - "\n" ([RE/F/NM] SQL) ok 38201 - "\n" ([SB/F/NM] SQL) ok 38202 - "This is a comment\n" ([RE/F/NM] SQL) ok 38203 - "This is a comment\n" ([SB/F/NM] SQL) ok 38204 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38205 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38206 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38207 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38208 - "*" ([RE/F/NM] SQL) ok 38209 - "*" ([SB/F/NM] SQL) ok 38210 - "*This is a comment" ([RE/F/NM] SQL) ok 38211 - "*This is a comment" ([SB/F/NM] SQL) ok 38212 - "*A\tcomment" ([RE/F/NM] SQL) ok 38213 - "*A\tcomment" ([SB/F/NM] SQL) ok 38214 - "*Another /* comment" ([RE/F/NM] SQL) ok 38215 - "*Another /* comment" ([SB/F/NM] SQL) ok 38216 - "\n" ([RE/F/NM] SQL) ok 38217 - "\n" ([SB/F/NM] SQL) ok 38218 - "This is a comment\n" ([RE/F/NM] SQL) ok 38219 - "This is a comment\n" ([SB/F/NM] SQL) ok 38220 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38221 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38222 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38223 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38224 - "!" ([RE/F/NM] SQL) ok 38225 - "!" ([SB/F/NM] SQL) ok 38226 - "!This is a comment" ([RE/F/NM] SQL) ok 38227 - "!This is a comment" ([SB/F/NM] SQL) ok 38228 - "!A\tcomment" ([RE/F/NM] SQL) ok 38229 - "!A\tcomment" ([SB/F/NM] SQL) ok 38230 - "!Another /* comment" ([RE/F/NM] SQL) ok 38231 - "!Another /* comment" ([SB/F/NM] SQL) ok 38232 - "\n" ([RE/F/NM] SQL) ok 38233 - "\n" ([SB/F/NM] SQL) ok 38234 - "This is a comment\n" ([RE/F/NM] SQL) ok 38235 - "This is a comment\n" ([SB/F/NM] SQL) ok 38236 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38237 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38238 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38239 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38240 - "REM" ([RE/F/NM] SQL) ok 38241 - "REM" ([SB/F/NM] SQL) ok 38242 - "REMThis is a comment" ([RE/F/NM] SQL) ok 38243 - "REMThis is a comment" ([SB/F/NM] SQL) ok 38244 - "REMA\tcomment" ([RE/F/NM] SQL) ok 38245 - "REMA\tcomment" ([SB/F/NM] SQL) ok 38246 - "REMAnother /* comment" ([RE/F/NM] SQL) ok 38247 - "REMAnother /* comment" ([SB/F/NM] SQL) ok 38248 - "\n" ([RE/F/NM] SQL) ok 38249 - "\n" ([SB/F/NM] SQL) ok 38250 - "This is a comment\n" ([RE/F/NM] SQL) ok 38251 - "This is a comment\n" ([SB/F/NM] SQL) ok 38252 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38253 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38254 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38255 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38256 - "//" ([RE/F/NM] SQL) ok 38257 - "//" ([SB/F/NM] SQL) ok 38258 - "//This is a comment" ([RE/F/NM] SQL) ok 38259 - "//This is a comment" ([SB/F/NM] SQL) ok 38260 - "//A\tcomment" ([RE/F/NM] SQL) ok 38261 - "//A\tcomment" ([SB/F/NM] SQL) ok 38262 - "//Another /* comment" ([RE/F/NM] SQL) ok 38263 - "//Another /* comment" ([SB/F/NM] SQL) ok 38264 - "\n" ([RE/F/NM] SQL) ok 38265 - "\n" ([SB/F/NM] SQL) ok 38266 - "This is a comment\n" ([RE/F/NM] SQL) ok 38267 - "This is a comment\n" ([SB/F/NM] SQL) ok 38268 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38269 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38270 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38271 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38272 - "%" ([RE/F/NM] SQL) ok 38273 - "%" ([SB/F/NM] SQL) ok 38274 - "%This is a comment" ([RE/F/NM] SQL) ok 38275 - "%This is a comment" ([SB/F/NM] SQL) ok 38276 - "%A\tcomment" ([RE/F/NM] SQL) ok 38277 - "%A\tcomment" ([SB/F/NM] SQL) ok 38278 - "%Another /* comment" ([RE/F/NM] SQL) ok 38279 - "%Another /* comment" ([SB/F/NM] SQL) ok 38280 - "\n" ([RE/F/NM] SQL) ok 38281 - "\n" ([SB/F/NM] SQL) ok 38282 - "This is a comment\n" ([RE/F/NM] SQL) ok 38283 - "This is a comment\n" ([SB/F/NM] SQL) ok 38284 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38285 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38286 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38287 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38288 - "!" ([RE/F/NM] SQL) ok 38289 - "!" ([SB/F/NM] SQL) ok 38290 - "!This is a comment" ([RE/F/NM] SQL) ok 38291 - "!This is a comment" ([SB/F/NM] SQL) ok 38292 - "!A\tcomment" ([RE/F/NM] SQL) ok 38293 - "!A\tcomment" ([SB/F/NM] SQL) ok 38294 - "!Another /* comment" ([RE/F/NM] SQL) ok 38295 - "!Another /* comment" ([SB/F/NM] SQL) ok 38296 - "\n" ([RE/F/NM] SQL) ok 38297 - "\n" ([SB/F/NM] SQL) ok 38298 - "This is a comment\n" ([RE/F/NM] SQL) ok 38299 - "This is a comment\n" ([SB/F/NM] SQL) ok 38300 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38301 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38302 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38303 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38304 - "NB" ([RE/F/NM] SQL) ok 38305 - "NB" ([SB/F/NM] SQL) ok 38306 - "NBThis is a comment" ([RE/F/NM] SQL) ok 38307 - "NBThis is a comment" ([SB/F/NM] SQL) ok 38308 - "NBA\tcomment" ([RE/F/NM] SQL) ok 38309 - "NBA\tcomment" ([SB/F/NM] SQL) ok 38310 - "NBAnother /* comment" ([RE/F/NM] SQL) ok 38311 - "NBAnother /* comment" ([SB/F/NM] SQL) ok 38312 - "\n" ([RE/F/NM] SQL) ok 38313 - "\n" ([SB/F/NM] SQL) ok 38314 - "This is a comment\n" ([RE/F/NM] SQL) ok 38315 - "This is a comment\n" ([SB/F/NM] SQL) ok 38316 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38317 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38318 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38319 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38320 - "PLEASE NOT" ([RE/F/NM] SQL) ok 38321 - "PLEASE NOT" ([SB/F/NM] SQL) ok 38322 - "PLEASE NOTThis is a comment" ([RE/F/NM] SQL) ok 38323 - "PLEASE NOTThis is a comment" ([SB/F/NM] SQL) ok 38324 - "PLEASE NOTA\tcomment" ([RE/F/NM] SQL) ok 38325 - "PLEASE NOTA\tcomment" ([SB/F/NM] SQL) ok 38326 - "PLEASE NOTAnother /* comment" ([RE/F/NM] SQL) ok 38327 - "PLEASE NOTAnother /* comment" ([SB/F/NM] SQL) ok 38328 - "\n" ([RE/F/NM] SQL) ok 38329 - "\n" ([SB/F/NM] SQL) ok 38330 - "This is a comment\n" ([RE/F/NM] SQL) ok 38331 - "This is a comment\n" ([SB/F/NM] SQL) ok 38332 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38333 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38334 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38335 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38336 - "PLEASE NOT" ([RE/F/NM] SQL) ok 38337 - "PLEASE NOT" ([SB/F/NM] SQL) ok 38338 - "PLEASE NOTThis is a comment" ([RE/F/NM] SQL) ok 38339 - "PLEASE NOTThis is a comment" ([SB/F/NM] SQL) ok 38340 - "PLEASE NOTA\tcomment" ([RE/F/NM] SQL) ok 38341 - "PLEASE NOTA\tcomment" ([SB/F/NM] SQL) ok 38342 - "PLEASE NOTAnother /* comment" ([RE/F/NM] SQL) ok 38343 - "PLEASE NOTAnother /* comment" ([SB/F/NM] SQL) ok 38344 - "\n" ([RE/F/NM] SQL) ok 38345 - "\n" ([SB/F/NM] SQL) ok 38346 - "This is a comment\n" ([RE/F/NM] SQL) ok 38347 - "This is a comment\n" ([SB/F/NM] SQL) ok 38348 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38349 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38350 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38351 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38352 - "PLEASE N'T" ([RE/F/NM] SQL) ok 38353 - "PLEASE N'T" ([SB/F/NM] SQL) ok 38354 - "PLEASE N'TThis is a comment" ([RE/F/NM] SQL) ok 38355 - "PLEASE N'TThis is a comment" ([SB/F/NM] SQL) ok 38356 - "PLEASE N'TA\tcomment" ([RE/F/NM] SQL) ok 38357 - "PLEASE N'TA\tcomment" ([SB/F/NM] SQL) ok 38358 - "PLEASE N'TAnother /* comment" ([RE/F/NM] SQL) ok 38359 - "PLEASE N'TAnother /* comment" ([SB/F/NM] SQL) ok 38360 - "\n" ([RE/F/NM] SQL) ok 38361 - "\n" ([SB/F/NM] SQL) ok 38362 - "This is a comment\n" ([RE/F/NM] SQL) ok 38363 - "This is a comment\n" ([SB/F/NM] SQL) ok 38364 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38365 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38366 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38367 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38368 - "DO NOT" ([RE/F/NM] SQL) ok 38369 - "DO NOT" ([SB/F/NM] SQL) ok 38370 - "DO NOTThis is a comment" ([RE/F/NM] SQL) ok 38371 - "DO NOTThis is a comment" ([SB/F/NM] SQL) ok 38372 - "DO NOTA\tcomment" ([RE/F/NM] SQL) ok 38373 - "DO NOTA\tcomment" ([SB/F/NM] SQL) ok 38374 - "DO NOTAnother /* comment" ([RE/F/NM] SQL) ok 38375 - "DO NOTAnother /* comment" ([SB/F/NM] SQL) ok 38376 - "\n" ([RE/F/NM] SQL) ok 38377 - "\n" ([SB/F/NM] SQL) ok 38378 - "This is a comment\n" ([RE/F/NM] SQL) ok 38379 - "This is a comment\n" ([SB/F/NM] SQL) ok 38380 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38381 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38382 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38383 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38384 - "DO N'T" ([RE/F/NM] SQL) ok 38385 - "DO N'T" ([SB/F/NM] SQL) ok 38386 - "DO N'TThis is a comment" ([RE/F/NM] SQL) ok 38387 - "DO N'TThis is a comment" ([SB/F/NM] SQL) ok 38388 - "DO N'TA\tcomment" ([RE/F/NM] SQL) ok 38389 - "DO N'TA\tcomment" ([SB/F/NM] SQL) ok 38390 - "DO N'TAnother /* comment" ([RE/F/NM] SQL) ok 38391 - "DO N'TAnother /* comment" ([SB/F/NM] SQL) ok 38392 - "\n" ([RE/F/NM] SQL) ok 38393 - "\n" ([SB/F/NM] SQL) ok 38394 - "This is a comment\n" ([RE/F/NM] SQL) ok 38395 - "This is a comment\n" ([SB/F/NM] SQL) ok 38396 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38397 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38398 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38399 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38400 - "DO NOT" ([RE/F/NM] SQL) ok 38401 - "DO NOT" ([SB/F/NM] SQL) ok 38402 - "DO NOTThis is a comment" ([RE/F/NM] SQL) ok 38403 - "DO NOTThis is a comment" ([SB/F/NM] SQL) ok 38404 - "DO NOTA\tcomment" ([RE/F/NM] SQL) ok 38405 - "DO NOTA\tcomment" ([SB/F/NM] SQL) ok 38406 - "DO NOTAnother /* comment" ([RE/F/NM] SQL) ok 38407 - "DO NOTAnother /* comment" ([SB/F/NM] SQL) ok 38408 - "\n" ([RE/F/NM] SQL) ok 38409 - "\n" ([SB/F/NM] SQL) ok 38410 - "This is a comment\n" ([RE/F/NM] SQL) ok 38411 - "This is a comment\n" ([SB/F/NM] SQL) ok 38412 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38413 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38414 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38415 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38416 - "PLEASE DO NOT" ([RE/F/NM] SQL) ok 38417 - "PLEASE DO NOT" ([SB/F/NM] SQL) ok 38418 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] SQL) ok 38419 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] SQL) ok 38420 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] SQL) ok 38421 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] SQL) ok 38422 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] SQL) ok 38423 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] SQL) ok 38424 - "\n" ([RE/F/NM] SQL) ok 38425 - "\n" ([SB/F/NM] SQL) ok 38426 - "This is a comment\n" ([RE/F/NM] SQL) ok 38427 - "This is a comment\n" ([SB/F/NM] SQL) ok 38428 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38429 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38430 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38431 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38432 - "PLEASE DO NOT" ([RE/F/NM] SQL) ok 38433 - "PLEASE DO NOT" ([SB/F/NM] SQL) ok 38434 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] SQL) ok 38435 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] SQL) ok 38436 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] SQL) ok 38437 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] SQL) ok 38438 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] SQL) ok 38439 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] SQL) ok 38440 - "\n" ([RE/F/NM] SQL) ok 38441 - "\n" ([SB/F/NM] SQL) ok 38442 - "This is a comment\n" ([RE/F/NM] SQL) ok 38443 - "This is a comment\n" ([SB/F/NM] SQL) ok 38444 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38445 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38446 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38447 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38448 - "PLEASE DO N'T" ([RE/F/NM] SQL) ok 38449 - "PLEASE DO N'T" ([SB/F/NM] SQL) ok 38450 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] SQL) ok 38451 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] SQL) ok 38452 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] SQL) ok 38453 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] SQL) ok 38454 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] SQL) ok 38455 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] SQL) ok 38456 - "\n" ([RE/F/NM] SQL) ok 38457 - "\n" ([SB/F/NM] SQL) ok 38458 - "This is a comment\n" ([RE/F/NM] SQL) ok 38459 - "This is a comment\n" ([SB/F/NM] SQL) ok 38460 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38461 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38462 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38463 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38464 - "NB." ([RE/F/NM] SQL) ok 38465 - "NB." ([SB/F/NM] SQL) ok 38466 - "NB.This is a comment" ([RE/F/NM] SQL) ok 38467 - "NB.This is a comment" ([SB/F/NM] SQL) ok 38468 - "NB.A\tcomment" ([RE/F/NM] SQL) ok 38469 - "NB.A\tcomment" ([SB/F/NM] SQL) ok 38470 - "NB.Another /* comment" ([RE/F/NM] SQL) ok 38471 - "NB.Another /* comment" ([SB/F/NM] SQL) ok 38472 - "\n" ([RE/F/NM] SQL) ok 38473 - "\n" ([SB/F/NM] SQL) ok 38474 - "This is a comment\n" ([RE/F/NM] SQL) ok 38475 - "This is a comment\n" ([SB/F/NM] SQL) ok 38476 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38477 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38478 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38479 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38480 - "{" ([RE/F/NM] SQL) ok 38481 - "{" ([SB/F/NM] SQL) ok 38482 - "{This is a comment" ([RE/F/NM] SQL) ok 38483 - "{This is a comment" ([SB/F/NM] SQL) ok 38484 - "{A\tcomment" ([RE/F/NM] SQL) ok 38485 - "{A\tcomment" ([SB/F/NM] SQL) ok 38486 - "{Another /* comment" ([RE/F/NM] SQL) ok 38487 - "{Another /* comment" ([SB/F/NM] SQL) ok 38488 - "}" ([RE/F/NM] SQL) ok 38489 - "}" ([SB/F/NM] SQL) ok 38490 - "This is a comment}" ([RE/F/NM] SQL) ok 38491 - "This is a comment}" ([SB/F/NM] SQL) ok 38492 - "A\tcomment}" ([RE/F/NM] SQL) ok 38493 - "A\tcomment}" ([SB/F/NM] SQL) ok 38494 - "Another /* comment}" ([RE/F/NM] SQL) ok 38495 - "Another /* comment}" ([SB/F/NM] SQL) ok 38496 - "." ([RE/F/NM] SQL) ok 38497 - "." ([SB/F/NM] SQL) ok 38498 - ".This is a comment" ([RE/F/NM] SQL) ok 38499 - ".This is a comment" ([SB/F/NM] SQL) ok 38500 - ".A\tcomment" ([RE/F/NM] SQL) ok 38501 - ".A\tcomment" ([SB/F/NM] SQL) ok 38502 - ".Another /* comment" ([RE/F/NM] SQL) ok 38503 - ".Another /* comment" ([SB/F/NM] SQL) ok 38504 - "\n" ([RE/F/NM] SQL) ok 38505 - "\n" ([SB/F/NM] SQL) ok 38506 - "This is a comment\n" ([RE/F/NM] SQL) ok 38507 - "This is a comment\n" ([SB/F/NM] SQL) ok 38508 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38509 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38510 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38511 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38512 - ";" ([RE/F/NM] SQL) ok 38513 - ";" ([SB/F/NM] SQL) ok 38514 - ";This is a comment" ([RE/F/NM] SQL) ok 38515 - ";This is a comment" ([SB/F/NM] SQL) ok 38516 - ";A\tcomment" ([RE/F/NM] SQL) ok 38517 - ";A\tcomment" ([SB/F/NM] SQL) ok 38518 - ";Another /* comment" ([RE/F/NM] SQL) ok 38519 - ";Another /* comment" ([SB/F/NM] SQL) ok 38520 - "\n" ([RE/F/NM] SQL) ok 38521 - "\n" ([SB/F/NM] SQL) ok 38522 - "This is a comment\n" ([RE/F/NM] SQL) ok 38523 - "This is a comment\n" ([SB/F/NM] SQL) ok 38524 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38525 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38526 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38527 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38528 - "`" ([RE/F/NM] SQL) ok 38529 - "`" ([SB/F/NM] SQL) ok 38530 - "`This is a comment" ([RE/F/NM] SQL) ok 38531 - "`This is a comment" ([SB/F/NM] SQL) ok 38532 - "`A\tcomment" ([RE/F/NM] SQL) ok 38533 - "`A\tcomment" ([SB/F/NM] SQL) ok 38534 - "`Another /* comment" ([RE/F/NM] SQL) ok 38535 - "`Another /* comment" ([SB/F/NM] SQL) ok 38536 - "\n" ([RE/F/NM] SQL) ok 38537 - "\n" ([SB/F/NM] SQL) ok 38538 - "This is a comment\n" ([RE/F/NM] SQL) ok 38539 - "This is a comment\n" ([SB/F/NM] SQL) ok 38540 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38541 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38542 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38543 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38544 - "--" ([RE/F/NM] SQL) ok 38545 - "--" ([SB/F/NM] SQL) ok 38546 - "--This is a comment" ([RE/F/NM] SQL) ok 38547 - "--This is a comment" ([SB/F/NM] SQL) ok 38548 - "--A\tcomment" ([RE/F/NM] SQL) ok 38549 - "--A\tcomment" ([SB/F/NM] SQL) ok 38550 - "--Another /* comment" ([RE/F/NM] SQL) ok 38551 - "--Another /* comment" ([SB/F/NM] SQL) ok 38552 - "\n" ([RE/F/NM] SQL) ok 38553 - "\n" ([SB/F/NM] SQL) ok 38554 - "This is a comment\n" ([RE/F/NM] SQL) ok 38555 - "This is a comment\n" ([SB/F/NM] SQL) ok 38556 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38557 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38558 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38559 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38560 - "---" ([RE/F/NM] SQL) ok 38561 - "---" ([SB/F/NM] SQL) ok 38562 - "---This is a comment" ([RE/F/NM] SQL) ok 38563 - "---This is a comment" ([SB/F/NM] SQL) ok 38564 - "---A\tcomment" ([RE/F/NM] SQL) ok 38565 - "---A\tcomment" ([SB/F/NM] SQL) ok 38566 - "---Another /* comment" ([RE/F/NM] SQL) ok 38567 - "---Another /* comment" ([SB/F/NM] SQL) ok 38568 - "\n" ([RE/F/NM] SQL) ok 38569 - "\n" ([SB/F/NM] SQL) ok 38570 - "This is a comment\n" ([RE/F/NM] SQL) ok 38571 - "This is a comment\n" ([SB/F/NM] SQL) ok 38572 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38573 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38574 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38575 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38576 - "-----" ([RE/F/NM] SQL) ok 38577 - "-----" ([SB/F/NM] SQL) ok 38578 - "-----This is a comment" ([RE/F/NM] SQL) ok 38579 - "-----This is a comment" ([SB/F/NM] SQL) ok 38580 - "-----A\tcomment" ([RE/F/NM] SQL) ok 38581 - "-----A\tcomment" ([SB/F/NM] SQL) ok 38582 - "-----Another /* comment" ([RE/F/NM] SQL) ok 38583 - "-----Another /* comment" ([SB/F/NM] SQL) ok 38584 - "\n" ([RE/F/NM] SQL) ok 38585 - "\n" ([SB/F/NM] SQL) ok 38586 - "This is a comment\n" ([RE/F/NM] SQL) ok 38587 - "This is a comment\n" ([SB/F/NM] SQL) ok 38588 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38589 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38590 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38591 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38592 - "\\"" ([RE/F/NM] SQL) ok 38593 - "\\"" ([SB/F/NM] SQL) ok 38594 - "\\"This is a comment" ([RE/F/NM] SQL) ok 38595 - "\\"This is a comment" ([SB/F/NM] SQL) ok 38596 - "\\"A\tcomment" ([RE/F/NM] SQL) ok 38597 - "\\"A\tcomment" ([SB/F/NM] SQL) ok 38598 - "\\"Another /* comment" ([RE/F/NM] SQL) ok 38599 - "\\"Another /* comment" ([SB/F/NM] SQL) ok 38600 - "\n" ([RE/F/NM] SQL) ok 38601 - "\n" ([SB/F/NM] SQL) ok 38602 - "This is a comment\n" ([RE/F/NM] SQL) ok 38603 - "This is a comment\n" ([SB/F/NM] SQL) ok 38604 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38605 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38606 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38607 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38608 - """ ([RE/F/NM] SQL) ok 38609 - """ ([SB/F/NM] SQL) ok 38610 - ""This is a comment" ([RE/F/NM] SQL) ok 38611 - ""This is a comment" ([SB/F/NM] SQL) ok 38612 - ""A\tcomment" ([RE/F/NM] SQL) ok 38613 - ""A\tcomment" ([SB/F/NM] SQL) ok 38614 - ""Another /* comment" ([RE/F/NM] SQL) ok 38615 - ""Another /* comment" ([SB/F/NM] SQL) ok 38616 - "\n" ([RE/F/NM] SQL) ok 38617 - "\n" ([SB/F/NM] SQL) ok 38618 - "This is a comment\n" ([RE/F/NM] SQL) ok 38619 - "This is a comment\n" ([SB/F/NM] SQL) ok 38620 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38621 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38622 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38623 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38624 - "'" ([RE/F/NM] SQL) ok 38625 - "'" ([SB/F/NM] SQL) ok 38626 - "'This is a comment" ([RE/F/NM] SQL) ok 38627 - "'This is a comment" ([SB/F/NM] SQL) ok 38628 - "'A\tcomment" ([RE/F/NM] SQL) ok 38629 - "'A\tcomment" ([SB/F/NM] SQL) ok 38630 - "'Another /* comment" ([RE/F/NM] SQL) ok 38631 - "'Another /* comment" ([SB/F/NM] SQL) ok 38632 - "\n" ([RE/F/NM] SQL) ok 38633 - "\n" ([SB/F/NM] SQL) ok 38634 - "This is a comment\n" ([RE/F/NM] SQL) ok 38635 - "This is a comment\n" ([SB/F/NM] SQL) ok 38636 - "A\tcomment\n" ([RE/F/NM] SQL) ok 38637 - "A\tcomment\n" ([SB/F/NM] SQL) ok 38638 - "Another /* comment\n" ([RE/F/NM] SQL) ok 38639 - "Another /* comment\n" ([SB/F/NM] SQL) ok 38640 - "/* This is a C comment */" ([RE/F/NM] SQL) ok 38641 - "/* This is a C comment */" ([SB/F/NM] SQL) ok 38642 - "(* This is a Pascal comment *)" ([RE/F/NM] SQL) ok 38643 - "(* This is a Pascal comment *)" ([SB/F/NM] SQL) ok 38644 - "" ([RE/F/NM] SQL) ok 38645 - "" ([SB/F/NM] SQL) ok 38646 - "--\n\n" ([RE/F/NM] SQL) ok 38647 - "--\n\n" ([SB/F/NM] SQL) ok 38648 - "--This is a comment\n\n" ([RE/F/NM] SQL) ok 38649 - "--This is a comment\n\n" ([SB/F/NM] SQL) ok 38650 - "--A\tcomment\n\n" ([RE/F/NM] SQL) ok 38651 - "--A\tcomment\n\n" ([SB/F/NM] SQL) ok 38652 - "--Another /* comment\n\n" ([RE/F/NM] SQL) ok 38653 - "--Another /* comment\n\n" ([SB/F/NM] SQL) ok 38654 - "--\n--\n" ([RE/F/NM] SQL) ok 38655 - "--\n--\n" ([SB/F/NM] SQL) ok 38656 - "--This is a comment\n--This is a comment\n" ([RE/F/NM] SQL) ok 38657 - "--This is a comment\n--This is a comment\n" ([SB/F/NM] SQL) ok 38658 - "--A\tcomment\n--A\tcomment\n" ([RE/F/NM] SQL) ok 38659 - "--A\tcomment\n--A\tcomment\n" ([SB/F/NM] SQL) ok 38660 - "--Another /* comment\n--Another /* comment\n" ([RE/F/NM] SQL) ok 38661 - "--Another /* comment\n--Another /* comment\n" ([SB/F/NM] SQL) ok 38662 - "--\nrpj" ([RE/F/NM] SQL) ok 38663 - "--\nrpj" ([SB/F/NM] SQL) ok 38664 - "--This is a comment\np" ([RE/F/NM] SQL) ok 38665 - "--This is a comment\np" ([SB/F/NM] SQL) ok 38666 - "--A\tcomment\nf" ([RE/F/NM] SQL) ok 38667 - "--A\tcomment\nf" ([SB/F/NM] SQL) ok 38668 - "--Another /* comment\n8" ([RE/F/NM] SQL) ok 38669 - "--Another /* comment\n8" ([SB/F/NM] SQL) ok 38670 - "4--\n" ([RE/F/NM] SQL) ok 38671 - "4--\n" ([SB/F/NM] SQL) ok 38672 - "r--This is a comment\n" ([RE/F/NM] SQL) ok 38673 - "r--This is a comment\n" ([SB/F/NM] SQL) ok 38674 - "k--A\tcomment\n" ([RE/F/NM] SQL) ok 38675 - "k--A\tcomment\n" ([SB/F/NM] SQL) ok 38676 - "y--Another /* comment\n" ([RE/F/NM] SQL) ok 38677 - "y--Another /* comment\n" ([SB/F/NM] SQL) ok 38678 - "---\n\n" ([RE/F/NM] SQL) ok 38679 - "---\n\n" ([SB/F/NM] SQL) ok 38680 - "---This is a comment\n\n" ([RE/F/NM] SQL) ok 38681 - "---This is a comment\n\n" ([SB/F/NM] SQL) ok 38682 - "---A\tcomment\n\n" ([RE/F/NM] SQL) ok 38683 - "---A\tcomment\n\n" ([SB/F/NM] SQL) ok 38684 - "---Another /* comment\n\n" ([RE/F/NM] SQL) ok 38685 - "---Another /* comment\n\n" ([SB/F/NM] SQL) ok 38686 - "---\n---\n" ([RE/F/NM] SQL) ok 38687 - "---\n---\n" ([SB/F/NM] SQL) ok 38688 - "---This is a comment\n---This is a comment\n" ([RE/F/NM] SQL) ok 38689 - "---This is a comment\n---This is a comment\n" ([SB/F/NM] SQL) ok 38690 - "---A\tcomment\n---A\tcomment\n" ([RE/F/NM] SQL) ok 38691 - "---A\tcomment\n---A\tcomment\n" ([SB/F/NM] SQL) ok 38692 - "---Another /* comment\n---Another /* comment\n" ([RE/F/NM] SQL) ok 38693 - "---Another /* comment\n---Another /* comment\n" ([SB/F/NM] SQL) ok 38694 - "---\ns" ([RE/F/NM] SQL) ok 38695 - "---\ns" ([SB/F/NM] SQL) ok 38696 - "---This is a comment\n9o5" ([RE/F/NM] SQL) ok 38697 - "---This is a comment\n9o5" ([SB/F/NM] SQL) ok 38698 - "---A\tcomment\nxb" ([RE/F/NM] SQL) ok 38699 - "---A\tcomment\nxb" ([SB/F/NM] SQL) ok 38700 - "---Another /* comment\nyf" ([RE/F/NM] SQL) ok 38701 - "---Another /* comment\nyf" ([SB/F/NM] SQL) ok 38702 - "ilc---\n" ([RE/F/NM] SQL) ok 38703 - "ilc---\n" ([SB/F/NM] SQL) ok 38704 - "x---This is a comment\n" ([RE/F/NM] SQL) ok 38705 - "x---This is a comment\n" ([SB/F/NM] SQL) ok 38706 - "f---A\tcomment\n" ([RE/F/NM] SQL) ok 38707 - "f---A\tcomment\n" ([SB/F/NM] SQL) ok 38708 - "pd---Another /* comment\n" ([RE/F/NM] SQL) ok 38709 - "pd---Another /* comment\n" ([SB/F/NM] SQL) ok 38710 - "-----\n\n" ([RE/F/NM] SQL) ok 38711 - "-----\n\n" ([SB/F/NM] SQL) ok 38712 - "-----This is a comment\n\n" ([RE/F/NM] SQL) ok 38713 - "-----This is a comment\n\n" ([SB/F/NM] SQL) ok 38714 - "-----A\tcomment\n\n" ([RE/F/NM] SQL) ok 38715 - "-----A\tcomment\n\n" ([SB/F/NM] SQL) ok 38716 - "-----Another /* comment\n\n" ([RE/F/NM] SQL) ok 38717 - "-----Another /* comment\n\n" ([SB/F/NM] SQL) ok 38718 - "-----\n-----\n" ([RE/F/NM] SQL) ok 38719 - "-----\n-----\n" ([SB/F/NM] SQL) ok 38720 - "-----This is a comment\n-----This is a comment\n" ([RE/F/NM] SQL) ok 38721 - "-----This is a comment\n-----This is a comment\n" ([SB/F/NM] SQL) ok 38722 - "-----A\tcomment\n-----A\tcomment\n" ([RE/F/NM] SQL) ok 38723 - "-----A\tcomment\n-----A\tcomment\n" ([SB/F/NM] SQL) ok 38724 - "-----Another /* comment\n-----Another /* comment\n" ([RE/F/NM] SQL) ok 38725 - "-----Another /* comment\n-----Another /* comment\n" ([SB/F/NM] SQL) ok 38726 - "-----\ni" ([RE/F/NM] SQL) ok 38727 - "-----\ni" ([SB/F/NM] SQL) ok 38728 - "-----This is a comment\nj" ([RE/F/NM] SQL) ok 38729 - "-----This is a comment\nj" ([SB/F/NM] SQL) ok 38730 - "-----A\tcomment\n7mg" ([RE/F/NM] SQL) ok 38731 - "-----A\tcomment\n7mg" ([SB/F/NM] SQL) ok 38732 - "-----Another /* comment\nt" ([RE/F/NM] SQL) ok 38733 - "-----Another /* comment\nt" ([SB/F/NM] SQL) ok 38734 - "4-----\n" ([RE/F/NM] SQL) ok 38735 - "4-----\n" ([SB/F/NM] SQL) ok 38736 - "zb-----This is a comment\n" ([RE/F/NM] SQL) ok 38737 - "zb-----This is a comment\n" ([SB/F/NM] SQL) ok 38738 - "w-----A\tcomment\n" ([RE/F/NM] SQL) ok 38739 - "w-----A\tcomment\n" ([SB/F/NM] SQL) ok 38740 - "u-----Another /* comment\n" ([RE/F/NM] SQL) ok 38741 - "u-----Another /* comment\n" ([SB/F/NM] SQL) ok 38742 - "\\\n" ([RE/F/NM] SQL) ok 38743 - "\\\n" ([SB/F/NM] SQL) ok 38744 - "\\This is a comment\n" ([RE/F/NM] SQL) ok 38745 - "\\This is a comment\n" ([SB/F/NM] SQL) ok 38746 - "\\A\tcomment\n" ([RE/F/NM] SQL) ok 38747 - "\\A\tcomment\n" ([SB/F/NM] SQL) ok 38748 - "\\Another /* comment\n" ([RE/F/NM] SQL) ok 38749 - "\\Another /* comment\n" ([SB/F/NM] SQL) ok 38750 - "#\n" ([RE/F/NM] SQL) ok 38751 - "#\n" ([SB/F/NM] SQL) ok 38752 - "#This is a comment\n" ([RE/F/NM] SQL) ok 38753 - "#This is a comment\n" ([SB/F/NM] SQL) ok 38754 - "#A\tcomment\n" ([RE/F/NM] SQL) ok 38755 - "#A\tcomment\n" ([SB/F/NM] SQL) ok 38756 - "#Another /* comment\n" ([RE/F/NM] SQL) ok 38757 - "#Another /* comment\n" ([SB/F/NM] SQL) ok 38758 - "//\n" ([RE/F/NM] SQL) ok 38759 - "//\n" ([SB/F/NM] SQL) ok 38760 - "//This is a comment\n" ([RE/F/NM] SQL) ok 38761 - "//This is a comment\n" ([SB/F/NM] SQL) ok 38762 - "//A\tcomment\n" ([RE/F/NM] SQL) ok 38763 - "//A\tcomment\n" ([SB/F/NM] SQL) ok 38764 - "//Another /* comment\n" ([RE/F/NM] SQL) ok 38765 - "//Another /* comment\n" ([SB/F/NM] SQL) ok 38766 - ";\n" ([RE/F/NM] SQL) ok 38767 - ";\n" ([SB/F/NM] SQL) ok 38768 - ";This is a comment\n" ([RE/F/NM] SQL) ok 38769 - ";This is a comment\n" ([SB/F/NM] SQL) ok 38770 - ";A\tcomment\n" ([RE/F/NM] SQL) ok 38771 - ";A\tcomment\n" ([SB/F/NM] SQL) ok 38772 - ";Another /* comment\n" ([RE/F/NM] SQL) ok 38773 - ";Another /* comment\n" ([SB/F/NM] SQL) ok 38774 - "#\n" ([RE/F/NM] SQL) ok 38775 - "#\n" ([SB/F/NM] SQL) ok 38776 - "#This is a comment\n" ([RE/F/NM] SQL) ok 38777 - "#This is a comment\n" ([SB/F/NM] SQL) ok 38778 - "#A\tcomment\n" ([RE/F/NM] SQL) ok 38779 - "#A\tcomment\n" ([SB/F/NM] SQL) ok 38780 - "#Another /* comment\n" ([RE/F/NM] SQL) ok 38781 - "#Another /* comment\n" ([SB/F/NM] SQL) ok 38782 - "*\n" ([RE/F/NM] SQL) ok 38783 - "*\n" ([SB/F/NM] SQL) ok 38784 - "*This is a comment\n" ([RE/F/NM] SQL) ok 38785 - "*This is a comment\n" ([SB/F/NM] SQL) ok 38786 - "*A\tcomment\n" ([RE/F/NM] SQL) ok 38787 - "*A\tcomment\n" ([SB/F/NM] SQL) ok 38788 - "*Another /* comment\n" ([RE/F/NM] SQL) ok 38789 - "*Another /* comment\n" ([SB/F/NM] SQL) ok 38790 - "!\n" ([RE/F/NM] SQL) ok 38791 - "!\n" ([SB/F/NM] SQL) ok 38792 - "!This is a comment\n" ([RE/F/NM] SQL) ok 38793 - "!This is a comment\n" ([SB/F/NM] SQL) ok 38794 - "!A\tcomment\n" ([RE/F/NM] SQL) ok 38795 - "!A\tcomment\n" ([SB/F/NM] SQL) ok 38796 - "!Another /* comment\n" ([RE/F/NM] SQL) ok 38797 - "!Another /* comment\n" ([SB/F/NM] SQL) ok 38798 - "REM\n" ([RE/F/NM] SQL) ok 38799 - "REM\n" ([SB/F/NM] SQL) ok 38800 - "REMThis is a comment\n" ([RE/F/NM] SQL) ok 38801 - "REMThis is a comment\n" ([SB/F/NM] SQL) ok 38802 - "REMA\tcomment\n" ([RE/F/NM] SQL) ok 38803 - "REMA\tcomment\n" ([SB/F/NM] SQL) ok 38804 - "REMAnother /* comment\n" ([RE/F/NM] SQL) ok 38805 - "REMAnother /* comment\n" ([SB/F/NM] SQL) ok 38806 - "//\n" ([RE/F/NM] SQL) ok 38807 - "//\n" ([SB/F/NM] SQL) ok 38808 - "//This is a comment\n" ([RE/F/NM] SQL) ok 38809 - "//This is a comment\n" ([SB/F/NM] SQL) ok 38810 - "//A\tcomment\n" ([RE/F/NM] SQL) ok 38811 - "//A\tcomment\n" ([SB/F/NM] SQL) ok 38812 - "//Another /* comment\n" ([RE/F/NM] SQL) ok 38813 - "//Another /* comment\n" ([SB/F/NM] SQL) ok 38814 - "%\n" ([RE/F/NM] SQL) ok 38815 - "%\n" ([SB/F/NM] SQL) ok 38816 - "%This is a comment\n" ([RE/F/NM] SQL) ok 38817 - "%This is a comment\n" ([SB/F/NM] SQL) ok 38818 - "%A\tcomment\n" ([RE/F/NM] SQL) ok 38819 - "%A\tcomment\n" ([SB/F/NM] SQL) ok 38820 - "%Another /* comment\n" ([RE/F/NM] SQL) ok 38821 - "%Another /* comment\n" ([SB/F/NM] SQL) ok 38822 - "!\n" ([RE/F/NM] SQL) ok 38823 - "!\n" ([SB/F/NM] SQL) ok 38824 - "!This is a comment\n" ([RE/F/NM] SQL) ok 38825 - "!This is a comment\n" ([SB/F/NM] SQL) ok 38826 - "!A\tcomment\n" ([RE/F/NM] SQL) ok 38827 - "!A\tcomment\n" ([SB/F/NM] SQL) ok 38828 - "!Another /* comment\n" ([RE/F/NM] SQL) ok 38829 - "!Another /* comment\n" ([SB/F/NM] SQL) ok 38830 - "NB\n" ([RE/F/NM] SQL) ok 38831 - "NB\n" ([SB/F/NM] SQL) ok 38832 - "NBThis is a comment\n" ([RE/F/NM] SQL) ok 38833 - "NBThis is a comment\n" ([SB/F/NM] SQL) ok 38834 - "NBA\tcomment\n" ([RE/F/NM] SQL) ok 38835 - "NBA\tcomment\n" ([SB/F/NM] SQL) ok 38836 - "NBAnother /* comment\n" ([RE/F/NM] SQL) ok 38837 - "NBAnother /* comment\n" ([SB/F/NM] SQL) ok 38838 - "PLEASE NOT\n" ([RE/F/NM] SQL) ok 38839 - "PLEASE NOT\n" ([SB/F/NM] SQL) ok 38840 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] SQL) ok 38841 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] SQL) ok 38842 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] SQL) ok 38843 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] SQL) ok 38844 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] SQL) ok 38845 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] SQL) ok 38846 - "PLEASE NOT\n" ([RE/F/NM] SQL) ok 38847 - "PLEASE NOT\n" ([SB/F/NM] SQL) ok 38848 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] SQL) ok 38849 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] SQL) ok 38850 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] SQL) ok 38851 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] SQL) ok 38852 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] SQL) ok 38853 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] SQL) ok 38854 - "PLEASE N'T\n" ([RE/F/NM] SQL) ok 38855 - "PLEASE N'T\n" ([SB/F/NM] SQL) ok 38856 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] SQL) ok 38857 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] SQL) ok 38858 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] SQL) ok 38859 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] SQL) ok 38860 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] SQL) ok 38861 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] SQL) ok 38862 - "DO NOT\n" ([RE/F/NM] SQL) ok 38863 - "DO NOT\n" ([SB/F/NM] SQL) ok 38864 - "DO NOTThis is a comment\n" ([RE/F/NM] SQL) ok 38865 - "DO NOTThis is a comment\n" ([SB/F/NM] SQL) ok 38866 - "DO NOTA\tcomment\n" ([RE/F/NM] SQL) ok 38867 - "DO NOTA\tcomment\n" ([SB/F/NM] SQL) ok 38868 - "DO NOTAnother /* comment\n" ([RE/F/NM] SQL) ok 38869 - "DO NOTAnother /* comment\n" ([SB/F/NM] SQL) ok 38870 - "DO N'T\n" ([RE/F/NM] SQL) ok 38871 - "DO N'T\n" ([SB/F/NM] SQL) ok 38872 - "DO N'TThis is a comment\n" ([RE/F/NM] SQL) ok 38873 - "DO N'TThis is a comment\n" ([SB/F/NM] SQL) ok 38874 - "DO N'TA\tcomment\n" ([RE/F/NM] SQL) ok 38875 - "DO N'TA\tcomment\n" ([SB/F/NM] SQL) ok 38876 - "DO N'TAnother /* comment\n" ([RE/F/NM] SQL) ok 38877 - "DO N'TAnother /* comment\n" ([SB/F/NM] SQL) ok 38878 - "DO NOT\n" ([RE/F/NM] SQL) ok 38879 - "DO NOT\n" ([SB/F/NM] SQL) ok 38880 - "DO NOTThis is a comment\n" ([RE/F/NM] SQL) ok 38881 - "DO NOTThis is a comment\n" ([SB/F/NM] SQL) ok 38882 - "DO NOTA\tcomment\n" ([RE/F/NM] SQL) ok 38883 - "DO NOTA\tcomment\n" ([SB/F/NM] SQL) ok 38884 - "DO NOTAnother /* comment\n" ([RE/F/NM] SQL) ok 38885 - "DO NOTAnother /* comment\n" ([SB/F/NM] SQL) ok 38886 - "PLEASE DO NOT\n" ([RE/F/NM] SQL) ok 38887 - "PLEASE DO NOT\n" ([SB/F/NM] SQL) ok 38888 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] SQL) ok 38889 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] SQL) ok 38890 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] SQL) ok 38891 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] SQL) ok 38892 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] SQL) ok 38893 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] SQL) ok 38894 - "PLEASE DO NOT\n" ([RE/F/NM] SQL) ok 38895 - "PLEASE DO NOT\n" ([SB/F/NM] SQL) ok 38896 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] SQL) ok 38897 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] SQL) ok 38898 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] SQL) ok 38899 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] SQL) ok 38900 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] SQL) ok 38901 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] SQL) ok 38902 - "PLEASE DO N'T\n" ([RE/F/NM] SQL) ok 38903 - "PLEASE DO N'T\n" ([SB/F/NM] SQL) ok 38904 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] SQL) ok 38905 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] SQL) ok 38906 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] SQL) ok 38907 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] SQL) ok 38908 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] SQL) ok 38909 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] SQL) ok 38910 - "NB.\n" ([RE/F/NM] SQL) ok 38911 - "NB.\n" ([SB/F/NM] SQL) ok 38912 - "NB.This is a comment\n" ([RE/F/NM] SQL) ok 38913 - "NB.This is a comment\n" ([SB/F/NM] SQL) ok 38914 - "NB.A\tcomment\n" ([RE/F/NM] SQL) ok 38915 - "NB.A\tcomment\n" ([SB/F/NM] SQL) ok 38916 - "NB.Another /* comment\n" ([RE/F/NM] SQL) ok 38917 - "NB.Another /* comment\n" ([SB/F/NM] SQL) ok 38918 - "{}" ([RE/F/NM] SQL) ok 38919 - "{}" ([SB/F/NM] SQL) ok 38920 - "{This is a comment}" ([RE/F/NM] SQL) ok 38921 - "{This is a comment}" ([SB/F/NM] SQL) ok 38922 - "{A\tcomment}" ([RE/F/NM] SQL) ok 38923 - "{A\tcomment}" ([SB/F/NM] SQL) ok 38924 - "{Another /* comment}" ([RE/F/NM] SQL) ok 38925 - "{Another /* comment}" ([SB/F/NM] SQL) ok 38926 - ".\n" ([RE/F/NM] SQL) ok 38927 - ".\n" ([SB/F/NM] SQL) ok 38928 - ".This is a comment\n" ([RE/F/NM] SQL) ok 38929 - ".This is a comment\n" ([SB/F/NM] SQL) ok 38930 - ".A\tcomment\n" ([RE/F/NM] SQL) ok 38931 - ".A\tcomment\n" ([SB/F/NM] SQL) ok 38932 - ".Another /* comment\n" ([RE/F/NM] SQL) ok 38933 - ".Another /* comment\n" ([SB/F/NM] SQL) ok 38934 - ";\n" ([RE/F/NM] SQL) ok 38935 - ";\n" ([SB/F/NM] SQL) ok 38936 - ";This is a comment\n" ([RE/F/NM] SQL) ok 38937 - ";This is a comment\n" ([SB/F/NM] SQL) ok 38938 - ";A\tcomment\n" ([RE/F/NM] SQL) ok 38939 - ";A\tcomment\n" ([SB/F/NM] SQL) ok 38940 - ";Another /* comment\n" ([RE/F/NM] SQL) ok 38941 - ";Another /* comment\n" ([SB/F/NM] SQL) ok 38942 - "`\n" ([RE/F/NM] SQL) ok 38943 - "`\n" ([SB/F/NM] SQL) ok 38944 - "`This is a comment\n" ([RE/F/NM] SQL) ok 38945 - "`This is a comment\n" ([SB/F/NM] SQL) ok 38946 - "`A\tcomment\n" ([RE/F/NM] SQL) ok 38947 - "`A\tcomment\n" ([SB/F/NM] SQL) ok 38948 - "`Another /* comment\n" ([RE/F/NM] SQL) ok 38949 - "`Another /* comment\n" ([SB/F/NM] SQL) ok 38950 - "\\"\n" ([RE/F/NM] SQL) ok 38951 - "\\"\n" ([SB/F/NM] SQL) ok 38952 - "\\"This is a comment\n" ([RE/F/NM] SQL) ok 38953 - "\\"This is a comment\n" ([SB/F/NM] SQL) ok 38954 - "\\"A\tcomment\n" ([RE/F/NM] SQL) ok 38955 - "\\"A\tcomment\n" ([SB/F/NM] SQL) ok 38956 - "\\"Another /* comment\n" ([RE/F/NM] SQL) ok 38957 - "\\"Another /* comment\n" ([SB/F/NM] SQL) ok 38958 - ""\n" ([RE/F/NM] SQL) ok 38959 - ""\n" ([SB/F/NM] SQL) ok 38960 - ""This is a comment\n" ([RE/F/NM] SQL) ok 38961 - ""This is a comment\n" ([SB/F/NM] SQL) ok 38962 - ""A\tcomment\n" ([RE/F/NM] SQL) ok 38963 - ""A\tcomment\n" ([SB/F/NM] SQL) ok 38964 - ""Another /* comment\n" ([RE/F/NM] SQL) ok 38965 - ""Another /* comment\n" ([SB/F/NM] SQL) ok 38966 - "'\n" ([RE/F/NM] SQL) ok 38967 - "'\n" ([SB/F/NM] SQL) ok 38968 - "'This is a comment\n" ([RE/F/NM] SQL) ok 38969 - "'This is a comment\n" ([SB/F/NM] SQL) ok 38970 - "'A\tcomment\n" ([RE/F/NM] SQL) ok 38971 - "'A\tcomment\n" ([SB/F/NM] SQL) ok 38972 - "'Another /* comment\n" ([RE/F/NM] SQL) ok 38973 - "'Another /* comment\n" ([SB/F/NM] SQL) ok 38974 - "\\"\n" ([RE/P/MT] troff) ok 38975 - "\\"\n" ([OM/P/MT] troff) ok 38976 - "\\"\n" ([OS/P/MT] troff) ok 38977 - "\\"\n" ([SB/P/MT] troff) ok 38978 - "\\"\n" ([KP/P/MT] troff) ok 38979 - "\\"This is a comment\n" ([RE/P/MT] troff) ok 38980 - "\\"This is a comment\n" ([OM/P/MT] troff) ok 38981 - "\\"This is a comment\n" ([OS/P/MT] troff) ok 38982 - "\\"This is a comment\n" ([SB/P/MT] troff) ok 38983 - "\\"This is a comment\n" ([KP/P/MT] troff) ok 38984 - "\\"A\tcomment\n" ([RE/P/MT] troff) ok 38985 - "\\"A\tcomment\n" ([OM/P/MT] troff) ok 38986 - "\\"A\tcomment\n" ([OS/P/MT] troff) ok 38987 - "\\"A\tcomment\n" ([SB/P/MT] troff) ok 38988 - "\\"A\tcomment\n" ([KP/P/MT] troff) ok 38989 - "\\"Another /* comment\n" ([RE/P/MT] troff) ok 38990 - "\\"Another /* comment\n" ([OM/P/MT] troff) ok 38991 - "\\"Another /* comment\n" ([OS/P/MT] troff) ok 38992 - "\\"Another /* comment\n" ([SB/P/MT] troff) ok 38993 - "\\"Another /* comment\n" ([KP/P/MT] troff) ok 38994 - "\\" ([RE/F/NM] troff) ok 38995 - "\\" ([SB/F/NM] troff) ok 38996 - "\\This is a comment" ([RE/F/NM] troff) ok 38997 - "\\This is a comment" ([SB/F/NM] troff) ok 38998 - "\\A\tcomment" ([RE/F/NM] troff) ok 38999 - "\\A\tcomment" ([SB/F/NM] troff) ok 39000 - "\\Another /* comment" ([RE/F/NM] troff) ok 39001 - "\\Another /* comment" ([SB/F/NM] troff) ok 39002 - "\n" ([RE/F/NM] troff) ok 39003 - "\n" ([SB/F/NM] troff) ok 39004 - "This is a comment\n" ([RE/F/NM] troff) ok 39005 - "This is a comment\n" ([SB/F/NM] troff) ok 39006 - "A\tcomment\n" ([RE/F/NM] troff) ok 39007 - "A\tcomment\n" ([SB/F/NM] troff) ok 39008 - "Another /* comment\n" ([RE/F/NM] troff) ok 39009 - "Another /* comment\n" ([SB/F/NM] troff) ok 39010 - "#" ([RE/F/NM] troff) ok 39011 - "#" ([SB/F/NM] troff) ok 39012 - "#This is a comment" ([RE/F/NM] troff) ok 39013 - "#This is a comment" ([SB/F/NM] troff) ok 39014 - "#A\tcomment" ([RE/F/NM] troff) ok 39015 - "#A\tcomment" ([SB/F/NM] troff) ok 39016 - "#Another /* comment" ([RE/F/NM] troff) ok 39017 - "#Another /* comment" ([SB/F/NM] troff) ok 39018 - "\n" ([RE/F/NM] troff) ok 39019 - "\n" ([SB/F/NM] troff) ok 39020 - "This is a comment\n" ([RE/F/NM] troff) ok 39021 - "This is a comment\n" ([SB/F/NM] troff) ok 39022 - "A\tcomment\n" ([RE/F/NM] troff) ok 39023 - "A\tcomment\n" ([SB/F/NM] troff) ok 39024 - "Another /* comment\n" ([RE/F/NM] troff) ok 39025 - "Another /* comment\n" ([SB/F/NM] troff) ok 39026 - "//" ([RE/F/NM] troff) ok 39027 - "//" ([SB/F/NM] troff) ok 39028 - "//This is a comment" ([RE/F/NM] troff) ok 39029 - "//This is a comment" ([SB/F/NM] troff) ok 39030 - "//A\tcomment" ([RE/F/NM] troff) ok 39031 - "//A\tcomment" ([SB/F/NM] troff) ok 39032 - "//Another /* comment" ([RE/F/NM] troff) ok 39033 - "//Another /* comment" ([SB/F/NM] troff) ok 39034 - "\n" ([RE/F/NM] troff) ok 39035 - "\n" ([SB/F/NM] troff) ok 39036 - "This is a comment\n" ([RE/F/NM] troff) ok 39037 - "This is a comment\n" ([SB/F/NM] troff) ok 39038 - "A\tcomment\n" ([RE/F/NM] troff) ok 39039 - "A\tcomment\n" ([SB/F/NM] troff) ok 39040 - "Another /* comment\n" ([RE/F/NM] troff) ok 39041 - "Another /* comment\n" ([SB/F/NM] troff) ok 39042 - "--" ([RE/F/NM] troff) ok 39043 - "--" ([SB/F/NM] troff) ok 39044 - "--This is a comment" ([RE/F/NM] troff) ok 39045 - "--This is a comment" ([SB/F/NM] troff) ok 39046 - "--A\tcomment" ([RE/F/NM] troff) ok 39047 - "--A\tcomment" ([SB/F/NM] troff) ok 39048 - "--Another /* comment" ([RE/F/NM] troff) ok 39049 - "--Another /* comment" ([SB/F/NM] troff) ok 39050 - "\n" ([RE/F/NM] troff) ok 39051 - "\n" ([SB/F/NM] troff) ok 39052 - "This is a comment\n" ([RE/F/NM] troff) ok 39053 - "This is a comment\n" ([SB/F/NM] troff) ok 39054 - "A\tcomment\n" ([RE/F/NM] troff) ok 39055 - "A\tcomment\n" ([SB/F/NM] troff) ok 39056 - "Another /* comment\n" ([RE/F/NM] troff) ok 39057 - "Another /* comment\n" ([SB/F/NM] troff) ok 39058 - ";" ([RE/F/NM] troff) ok 39059 - ";" ([SB/F/NM] troff) ok 39060 - ";This is a comment" ([RE/F/NM] troff) ok 39061 - ";This is a comment" ([SB/F/NM] troff) ok 39062 - ";A\tcomment" ([RE/F/NM] troff) ok 39063 - ";A\tcomment" ([SB/F/NM] troff) ok 39064 - ";Another /* comment" ([RE/F/NM] troff) ok 39065 - ";Another /* comment" ([SB/F/NM] troff) ok 39066 - "\n" ([RE/F/NM] troff) ok 39067 - "\n" ([SB/F/NM] troff) ok 39068 - "This is a comment\n" ([RE/F/NM] troff) ok 39069 - "This is a comment\n" ([SB/F/NM] troff) ok 39070 - "A\tcomment\n" ([RE/F/NM] troff) ok 39071 - "A\tcomment\n" ([SB/F/NM] troff) ok 39072 - "Another /* comment\n" ([RE/F/NM] troff) ok 39073 - "Another /* comment\n" ([SB/F/NM] troff) ok 39074 - "#" ([RE/F/NM] troff) ok 39075 - "#" ([SB/F/NM] troff) ok 39076 - "#This is a comment" ([RE/F/NM] troff) ok 39077 - "#This is a comment" ([SB/F/NM] troff) ok 39078 - "#A\tcomment" ([RE/F/NM] troff) ok 39079 - "#A\tcomment" ([SB/F/NM] troff) ok 39080 - "#Another /* comment" ([RE/F/NM] troff) ok 39081 - "#Another /* comment" ([SB/F/NM] troff) ok 39082 - "\n" ([RE/F/NM] troff) ok 39083 - "\n" ([SB/F/NM] troff) ok 39084 - "This is a comment\n" ([RE/F/NM] troff) ok 39085 - "This is a comment\n" ([SB/F/NM] troff) ok 39086 - "A\tcomment\n" ([RE/F/NM] troff) ok 39087 - "A\tcomment\n" ([SB/F/NM] troff) ok 39088 - "Another /* comment\n" ([RE/F/NM] troff) ok 39089 - "Another /* comment\n" ([SB/F/NM] troff) ok 39090 - "*" ([RE/F/NM] troff) ok 39091 - "*" ([SB/F/NM] troff) ok 39092 - "*This is a comment" ([RE/F/NM] troff) ok 39093 - "*This is a comment" ([SB/F/NM] troff) ok 39094 - "*A\tcomment" ([RE/F/NM] troff) ok 39095 - "*A\tcomment" ([SB/F/NM] troff) ok 39096 - "*Another /* comment" ([RE/F/NM] troff) ok 39097 - "*Another /* comment" ([SB/F/NM] troff) ok 39098 - "\n" ([RE/F/NM] troff) ok 39099 - "\n" ([SB/F/NM] troff) ok 39100 - "This is a comment\n" ([RE/F/NM] troff) ok 39101 - "This is a comment\n" ([SB/F/NM] troff) ok 39102 - "A\tcomment\n" ([RE/F/NM] troff) ok 39103 - "A\tcomment\n" ([SB/F/NM] troff) ok 39104 - "Another /* comment\n" ([RE/F/NM] troff) ok 39105 - "Another /* comment\n" ([SB/F/NM] troff) ok 39106 - "!" ([RE/F/NM] troff) ok 39107 - "!" ([SB/F/NM] troff) ok 39108 - "!This is a comment" ([RE/F/NM] troff) ok 39109 - "!This is a comment" ([SB/F/NM] troff) ok 39110 - "!A\tcomment" ([RE/F/NM] troff) ok 39111 - "!A\tcomment" ([SB/F/NM] troff) ok 39112 - "!Another /* comment" ([RE/F/NM] troff) ok 39113 - "!Another /* comment" ([SB/F/NM] troff) ok 39114 - "\n" ([RE/F/NM] troff) ok 39115 - "\n" ([SB/F/NM] troff) ok 39116 - "This is a comment\n" ([RE/F/NM] troff) ok 39117 - "This is a comment\n" ([SB/F/NM] troff) ok 39118 - "A\tcomment\n" ([RE/F/NM] troff) ok 39119 - "A\tcomment\n" ([SB/F/NM] troff) ok 39120 - "Another /* comment\n" ([RE/F/NM] troff) ok 39121 - "Another /* comment\n" ([SB/F/NM] troff) ok 39122 - "REM" ([RE/F/NM] troff) ok 39123 - "REM" ([SB/F/NM] troff) ok 39124 - "REMThis is a comment" ([RE/F/NM] troff) ok 39125 - "REMThis is a comment" ([SB/F/NM] troff) ok 39126 - "REMA\tcomment" ([RE/F/NM] troff) ok 39127 - "REMA\tcomment" ([SB/F/NM] troff) ok 39128 - "REMAnother /* comment" ([RE/F/NM] troff) ok 39129 - "REMAnother /* comment" ([SB/F/NM] troff) ok 39130 - "\n" ([RE/F/NM] troff) ok 39131 - "\n" ([SB/F/NM] troff) ok 39132 - "This is a comment\n" ([RE/F/NM] troff) ok 39133 - "This is a comment\n" ([SB/F/NM] troff) ok 39134 - "A\tcomment\n" ([RE/F/NM] troff) ok 39135 - "A\tcomment\n" ([SB/F/NM] troff) ok 39136 - "Another /* comment\n" ([RE/F/NM] troff) ok 39137 - "Another /* comment\n" ([SB/F/NM] troff) ok 39138 - "//" ([RE/F/NM] troff) ok 39139 - "//" ([SB/F/NM] troff) ok 39140 - "//This is a comment" ([RE/F/NM] troff) ok 39141 - "//This is a comment" ([SB/F/NM] troff) ok 39142 - "//A\tcomment" ([RE/F/NM] troff) ok 39143 - "//A\tcomment" ([SB/F/NM] troff) ok 39144 - "//Another /* comment" ([RE/F/NM] troff) ok 39145 - "//Another /* comment" ([SB/F/NM] troff) ok 39146 - "\n" ([RE/F/NM] troff) ok 39147 - "\n" ([SB/F/NM] troff) ok 39148 - "This is a comment\n" ([RE/F/NM] troff) ok 39149 - "This is a comment\n" ([SB/F/NM] troff) ok 39150 - "A\tcomment\n" ([RE/F/NM] troff) ok 39151 - "A\tcomment\n" ([SB/F/NM] troff) ok 39152 - "Another /* comment\n" ([RE/F/NM] troff) ok 39153 - "Another /* comment\n" ([SB/F/NM] troff) ok 39154 - "%" ([RE/F/NM] troff) ok 39155 - "%" ([SB/F/NM] troff) ok 39156 - "%This is a comment" ([RE/F/NM] troff) ok 39157 - "%This is a comment" ([SB/F/NM] troff) ok 39158 - "%A\tcomment" ([RE/F/NM] troff) ok 39159 - "%A\tcomment" ([SB/F/NM] troff) ok 39160 - "%Another /* comment" ([RE/F/NM] troff) ok 39161 - "%Another /* comment" ([SB/F/NM] troff) ok 39162 - "\n" ([RE/F/NM] troff) ok 39163 - "\n" ([SB/F/NM] troff) ok 39164 - "This is a comment\n" ([RE/F/NM] troff) ok 39165 - "This is a comment\n" ([SB/F/NM] troff) ok 39166 - "A\tcomment\n" ([RE/F/NM] troff) ok 39167 - "A\tcomment\n" ([SB/F/NM] troff) ok 39168 - "Another /* comment\n" ([RE/F/NM] troff) ok 39169 - "Another /* comment\n" ([SB/F/NM] troff) ok 39170 - "!" ([RE/F/NM] troff) ok 39171 - "!" ([SB/F/NM] troff) ok 39172 - "!This is a comment" ([RE/F/NM] troff) ok 39173 - "!This is a comment" ([SB/F/NM] troff) ok 39174 - "!A\tcomment" ([RE/F/NM] troff) ok 39175 - "!A\tcomment" ([SB/F/NM] troff) ok 39176 - "!Another /* comment" ([RE/F/NM] troff) ok 39177 - "!Another /* comment" ([SB/F/NM] troff) ok 39178 - "\n" ([RE/F/NM] troff) ok 39179 - "\n" ([SB/F/NM] troff) ok 39180 - "This is a comment\n" ([RE/F/NM] troff) ok 39181 - "This is a comment\n" ([SB/F/NM] troff) ok 39182 - "A\tcomment\n" ([RE/F/NM] troff) ok 39183 - "A\tcomment\n" ([SB/F/NM] troff) ok 39184 - "Another /* comment\n" ([RE/F/NM] troff) ok 39185 - "Another /* comment\n" ([SB/F/NM] troff) ok 39186 - "NB" ([RE/F/NM] troff) ok 39187 - "NB" ([SB/F/NM] troff) ok 39188 - "NBThis is a comment" ([RE/F/NM] troff) ok 39189 - "NBThis is a comment" ([SB/F/NM] troff) ok 39190 - "NBA\tcomment" ([RE/F/NM] troff) ok 39191 - "NBA\tcomment" ([SB/F/NM] troff) ok 39192 - "NBAnother /* comment" ([RE/F/NM] troff) ok 39193 - "NBAnother /* comment" ([SB/F/NM] troff) ok 39194 - "\n" ([RE/F/NM] troff) ok 39195 - "\n" ([SB/F/NM] troff) ok 39196 - "This is a comment\n" ([RE/F/NM] troff) ok 39197 - "This is a comment\n" ([SB/F/NM] troff) ok 39198 - "A\tcomment\n" ([RE/F/NM] troff) ok 39199 - "A\tcomment\n" ([SB/F/NM] troff) ok 39200 - "Another /* comment\n" ([RE/F/NM] troff) ok 39201 - "Another /* comment\n" ([SB/F/NM] troff) ok 39202 - "PLEASE NOT" ([RE/F/NM] troff) ok 39203 - "PLEASE NOT" ([SB/F/NM] troff) ok 39204 - "PLEASE NOTThis is a comment" ([RE/F/NM] troff) ok 39205 - "PLEASE NOTThis is a comment" ([SB/F/NM] troff) ok 39206 - "PLEASE NOTA\tcomment" ([RE/F/NM] troff) ok 39207 - "PLEASE NOTA\tcomment" ([SB/F/NM] troff) ok 39208 - "PLEASE NOTAnother /* comment" ([RE/F/NM] troff) ok 39209 - "PLEASE NOTAnother /* comment" ([SB/F/NM] troff) ok 39210 - "\n" ([RE/F/NM] troff) ok 39211 - "\n" ([SB/F/NM] troff) ok 39212 - "This is a comment\n" ([RE/F/NM] troff) ok 39213 - "This is a comment\n" ([SB/F/NM] troff) ok 39214 - "A\tcomment\n" ([RE/F/NM] troff) ok 39215 - "A\tcomment\n" ([SB/F/NM] troff) ok 39216 - "Another /* comment\n" ([RE/F/NM] troff) ok 39217 - "Another /* comment\n" ([SB/F/NM] troff) ok 39218 - "PLEASE NOT" ([RE/F/NM] troff) ok 39219 - "PLEASE NOT" ([SB/F/NM] troff) ok 39220 - "PLEASE NOTThis is a comment" ([RE/F/NM] troff) ok 39221 - "PLEASE NOTThis is a comment" ([SB/F/NM] troff) ok 39222 - "PLEASE NOTA\tcomment" ([RE/F/NM] troff) ok 39223 - "PLEASE NOTA\tcomment" ([SB/F/NM] troff) ok 39224 - "PLEASE NOTAnother /* comment" ([RE/F/NM] troff) ok 39225 - "PLEASE NOTAnother /* comment" ([SB/F/NM] troff) ok 39226 - "\n" ([RE/F/NM] troff) ok 39227 - "\n" ([SB/F/NM] troff) ok 39228 - "This is a comment\n" ([RE/F/NM] troff) ok 39229 - "This is a comment\n" ([SB/F/NM] troff) ok 39230 - "A\tcomment\n" ([RE/F/NM] troff) ok 39231 - "A\tcomment\n" ([SB/F/NM] troff) ok 39232 - "Another /* comment\n" ([RE/F/NM] troff) ok 39233 - "Another /* comment\n" ([SB/F/NM] troff) ok 39234 - "PLEASE N'T" ([RE/F/NM] troff) ok 39235 - "PLEASE N'T" ([SB/F/NM] troff) ok 39236 - "PLEASE N'TThis is a comment" ([RE/F/NM] troff) ok 39237 - "PLEASE N'TThis is a comment" ([SB/F/NM] troff) ok 39238 - "PLEASE N'TA\tcomment" ([RE/F/NM] troff) ok 39239 - "PLEASE N'TA\tcomment" ([SB/F/NM] troff) ok 39240 - "PLEASE N'TAnother /* comment" ([RE/F/NM] troff) ok 39241 - "PLEASE N'TAnother /* comment" ([SB/F/NM] troff) ok 39242 - "\n" ([RE/F/NM] troff) ok 39243 - "\n" ([SB/F/NM] troff) ok 39244 - "This is a comment\n" ([RE/F/NM] troff) ok 39245 - "This is a comment\n" ([SB/F/NM] troff) ok 39246 - "A\tcomment\n" ([RE/F/NM] troff) ok 39247 - "A\tcomment\n" ([SB/F/NM] troff) ok 39248 - "Another /* comment\n" ([RE/F/NM] troff) ok 39249 - "Another /* comment\n" ([SB/F/NM] troff) ok 39250 - "DO NOT" ([RE/F/NM] troff) ok 39251 - "DO NOT" ([SB/F/NM] troff) ok 39252 - "DO NOTThis is a comment" ([RE/F/NM] troff) ok 39253 - "DO NOTThis is a comment" ([SB/F/NM] troff) ok 39254 - "DO NOTA\tcomment" ([RE/F/NM] troff) ok 39255 - "DO NOTA\tcomment" ([SB/F/NM] troff) ok 39256 - "DO NOTAnother /* comment" ([RE/F/NM] troff) ok 39257 - "DO NOTAnother /* comment" ([SB/F/NM] troff) ok 39258 - "\n" ([RE/F/NM] troff) ok 39259 - "\n" ([SB/F/NM] troff) ok 39260 - "This is a comment\n" ([RE/F/NM] troff) ok 39261 - "This is a comment\n" ([SB/F/NM] troff) ok 39262 - "A\tcomment\n" ([RE/F/NM] troff) ok 39263 - "A\tcomment\n" ([SB/F/NM] troff) ok 39264 - "Another /* comment\n" ([RE/F/NM] troff) ok 39265 - "Another /* comment\n" ([SB/F/NM] troff) ok 39266 - "DO N'T" ([RE/F/NM] troff) ok 39267 - "DO N'T" ([SB/F/NM] troff) ok 39268 - "DO N'TThis is a comment" ([RE/F/NM] troff) ok 39269 - "DO N'TThis is a comment" ([SB/F/NM] troff) ok 39270 - "DO N'TA\tcomment" ([RE/F/NM] troff) ok 39271 - "DO N'TA\tcomment" ([SB/F/NM] troff) ok 39272 - "DO N'TAnother /* comment" ([RE/F/NM] troff) ok 39273 - "DO N'TAnother /* comment" ([SB/F/NM] troff) ok 39274 - "\n" ([RE/F/NM] troff) ok 39275 - "\n" ([SB/F/NM] troff) ok 39276 - "This is a comment\n" ([RE/F/NM] troff) ok 39277 - "This is a comment\n" ([SB/F/NM] troff) ok 39278 - "A\tcomment\n" ([RE/F/NM] troff) ok 39279 - "A\tcomment\n" ([SB/F/NM] troff) ok 39280 - "Another /* comment\n" ([RE/F/NM] troff) ok 39281 - "Another /* comment\n" ([SB/F/NM] troff) ok 39282 - "DO NOT" ([RE/F/NM] troff) ok 39283 - "DO NOT" ([SB/F/NM] troff) ok 39284 - "DO NOTThis is a comment" ([RE/F/NM] troff) ok 39285 - "DO NOTThis is a comment" ([SB/F/NM] troff) ok 39286 - "DO NOTA\tcomment" ([RE/F/NM] troff) ok 39287 - "DO NOTA\tcomment" ([SB/F/NM] troff) ok 39288 - "DO NOTAnother /* comment" ([RE/F/NM] troff) ok 39289 - "DO NOTAnother /* comment" ([SB/F/NM] troff) ok 39290 - "\n" ([RE/F/NM] troff) ok 39291 - "\n" ([SB/F/NM] troff) ok 39292 - "This is a comment\n" ([RE/F/NM] troff) ok 39293 - "This is a comment\n" ([SB/F/NM] troff) ok 39294 - "A\tcomment\n" ([RE/F/NM] troff) ok 39295 - "A\tcomment\n" ([SB/F/NM] troff) ok 39296 - "Another /* comment\n" ([RE/F/NM] troff) ok 39297 - "Another /* comment\n" ([SB/F/NM] troff) ok 39298 - "PLEASE DO NOT" ([RE/F/NM] troff) ok 39299 - "PLEASE DO NOT" ([SB/F/NM] troff) ok 39300 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] troff) ok 39301 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] troff) ok 39302 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] troff) ok 39303 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] troff) ok 39304 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] troff) ok 39305 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] troff) ok 39306 - "\n" ([RE/F/NM] troff) ok 39307 - "\n" ([SB/F/NM] troff) ok 39308 - "This is a comment\n" ([RE/F/NM] troff) ok 39309 - "This is a comment\n" ([SB/F/NM] troff) ok 39310 - "A\tcomment\n" ([RE/F/NM] troff) ok 39311 - "A\tcomment\n" ([SB/F/NM] troff) ok 39312 - "Another /* comment\n" ([RE/F/NM] troff) ok 39313 - "Another /* comment\n" ([SB/F/NM] troff) ok 39314 - "PLEASE DO NOT" ([RE/F/NM] troff) ok 39315 - "PLEASE DO NOT" ([SB/F/NM] troff) ok 39316 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] troff) ok 39317 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] troff) ok 39318 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] troff) ok 39319 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] troff) ok 39320 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] troff) ok 39321 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] troff) ok 39322 - "\n" ([RE/F/NM] troff) ok 39323 - "\n" ([SB/F/NM] troff) ok 39324 - "This is a comment\n" ([RE/F/NM] troff) ok 39325 - "This is a comment\n" ([SB/F/NM] troff) ok 39326 - "A\tcomment\n" ([RE/F/NM] troff) ok 39327 - "A\tcomment\n" ([SB/F/NM] troff) ok 39328 - "Another /* comment\n" ([RE/F/NM] troff) ok 39329 - "Another /* comment\n" ([SB/F/NM] troff) ok 39330 - "PLEASE DO N'T" ([RE/F/NM] troff) ok 39331 - "PLEASE DO N'T" ([SB/F/NM] troff) ok 39332 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] troff) ok 39333 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] troff) ok 39334 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] troff) ok 39335 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] troff) ok 39336 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] troff) ok 39337 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] troff) ok 39338 - "\n" ([RE/F/NM] troff) ok 39339 - "\n" ([SB/F/NM] troff) ok 39340 - "This is a comment\n" ([RE/F/NM] troff) ok 39341 - "This is a comment\n" ([SB/F/NM] troff) ok 39342 - "A\tcomment\n" ([RE/F/NM] troff) ok 39343 - "A\tcomment\n" ([SB/F/NM] troff) ok 39344 - "Another /* comment\n" ([RE/F/NM] troff) ok 39345 - "Another /* comment\n" ([SB/F/NM] troff) ok 39346 - "NB." ([RE/F/NM] troff) ok 39347 - "NB." ([SB/F/NM] troff) ok 39348 - "NB.This is a comment" ([RE/F/NM] troff) ok 39349 - "NB.This is a comment" ([SB/F/NM] troff) ok 39350 - "NB.A\tcomment" ([RE/F/NM] troff) ok 39351 - "NB.A\tcomment" ([SB/F/NM] troff) ok 39352 - "NB.Another /* comment" ([RE/F/NM] troff) ok 39353 - "NB.Another /* comment" ([SB/F/NM] troff) ok 39354 - "\n" ([RE/F/NM] troff) ok 39355 - "\n" ([SB/F/NM] troff) ok 39356 - "This is a comment\n" ([RE/F/NM] troff) ok 39357 - "This is a comment\n" ([SB/F/NM] troff) ok 39358 - "A\tcomment\n" ([RE/F/NM] troff) ok 39359 - "A\tcomment\n" ([SB/F/NM] troff) ok 39360 - "Another /* comment\n" ([RE/F/NM] troff) ok 39361 - "Another /* comment\n" ([SB/F/NM] troff) ok 39362 - "{" ([RE/F/NM] troff) ok 39363 - "{" ([SB/F/NM] troff) ok 39364 - "{This is a comment" ([RE/F/NM] troff) ok 39365 - "{This is a comment" ([SB/F/NM] troff) ok 39366 - "{A\tcomment" ([RE/F/NM] troff) ok 39367 - "{A\tcomment" ([SB/F/NM] troff) ok 39368 - "{Another /* comment" ([RE/F/NM] troff) ok 39369 - "{Another /* comment" ([SB/F/NM] troff) ok 39370 - "}" ([RE/F/NM] troff) ok 39371 - "}" ([SB/F/NM] troff) ok 39372 - "This is a comment}" ([RE/F/NM] troff) ok 39373 - "This is a comment}" ([SB/F/NM] troff) ok 39374 - "A\tcomment}" ([RE/F/NM] troff) ok 39375 - "A\tcomment}" ([SB/F/NM] troff) ok 39376 - "Another /* comment}" ([RE/F/NM] troff) ok 39377 - "Another /* comment}" ([SB/F/NM] troff) ok 39378 - "." ([RE/F/NM] troff) ok 39379 - "." ([SB/F/NM] troff) ok 39380 - ".This is a comment" ([RE/F/NM] troff) ok 39381 - ".This is a comment" ([SB/F/NM] troff) ok 39382 - ".A\tcomment" ([RE/F/NM] troff) ok 39383 - ".A\tcomment" ([SB/F/NM] troff) ok 39384 - ".Another /* comment" ([RE/F/NM] troff) ok 39385 - ".Another /* comment" ([SB/F/NM] troff) ok 39386 - "\n" ([RE/F/NM] troff) ok 39387 - "\n" ([SB/F/NM] troff) ok 39388 - "This is a comment\n" ([RE/F/NM] troff) ok 39389 - "This is a comment\n" ([SB/F/NM] troff) ok 39390 - "A\tcomment\n" ([RE/F/NM] troff) ok 39391 - "A\tcomment\n" ([SB/F/NM] troff) ok 39392 - "Another /* comment\n" ([RE/F/NM] troff) ok 39393 - "Another /* comment\n" ([SB/F/NM] troff) ok 39394 - ";" ([RE/F/NM] troff) ok 39395 - ";" ([SB/F/NM] troff) ok 39396 - ";This is a comment" ([RE/F/NM] troff) ok 39397 - ";This is a comment" ([SB/F/NM] troff) ok 39398 - ";A\tcomment" ([RE/F/NM] troff) ok 39399 - ";A\tcomment" ([SB/F/NM] troff) ok 39400 - ";Another /* comment" ([RE/F/NM] troff) ok 39401 - ";Another /* comment" ([SB/F/NM] troff) ok 39402 - "\n" ([RE/F/NM] troff) ok 39403 - "\n" ([SB/F/NM] troff) ok 39404 - "This is a comment\n" ([RE/F/NM] troff) ok 39405 - "This is a comment\n" ([SB/F/NM] troff) ok 39406 - "A\tcomment\n" ([RE/F/NM] troff) ok 39407 - "A\tcomment\n" ([SB/F/NM] troff) ok 39408 - "Another /* comment\n" ([RE/F/NM] troff) ok 39409 - "Another /* comment\n" ([SB/F/NM] troff) ok 39410 - "`" ([RE/F/NM] troff) ok 39411 - "`" ([SB/F/NM] troff) ok 39412 - "`This is a comment" ([RE/F/NM] troff) ok 39413 - "`This is a comment" ([SB/F/NM] troff) ok 39414 - "`A\tcomment" ([RE/F/NM] troff) ok 39415 - "`A\tcomment" ([SB/F/NM] troff) ok 39416 - "`Another /* comment" ([RE/F/NM] troff) ok 39417 - "`Another /* comment" ([SB/F/NM] troff) ok 39418 - "\n" ([RE/F/NM] troff) ok 39419 - "\n" ([SB/F/NM] troff) ok 39420 - "This is a comment\n" ([RE/F/NM] troff) ok 39421 - "This is a comment\n" ([SB/F/NM] troff) ok 39422 - "A\tcomment\n" ([RE/F/NM] troff) ok 39423 - "A\tcomment\n" ([SB/F/NM] troff) ok 39424 - "Another /* comment\n" ([RE/F/NM] troff) ok 39425 - "Another /* comment\n" ([SB/F/NM] troff) ok 39426 - "--" ([RE/F/NM] troff) ok 39427 - "--" ([SB/F/NM] troff) ok 39428 - "--This is a comment" ([RE/F/NM] troff) ok 39429 - "--This is a comment" ([SB/F/NM] troff) ok 39430 - "--A\tcomment" ([RE/F/NM] troff) ok 39431 - "--A\tcomment" ([SB/F/NM] troff) ok 39432 - "--Another /* comment" ([RE/F/NM] troff) ok 39433 - "--Another /* comment" ([SB/F/NM] troff) ok 39434 - "\n" ([RE/F/NM] troff) ok 39435 - "\n" ([SB/F/NM] troff) ok 39436 - "This is a comment\n" ([RE/F/NM] troff) ok 39437 - "This is a comment\n" ([SB/F/NM] troff) ok 39438 - "A\tcomment\n" ([RE/F/NM] troff) ok 39439 - "A\tcomment\n" ([SB/F/NM] troff) ok 39440 - "Another /* comment\n" ([RE/F/NM] troff) ok 39441 - "Another /* comment\n" ([SB/F/NM] troff) ok 39442 - "---" ([RE/F/NM] troff) ok 39443 - "---" ([SB/F/NM] troff) ok 39444 - "---This is a comment" ([RE/F/NM] troff) ok 39445 - "---This is a comment" ([SB/F/NM] troff) ok 39446 - "---A\tcomment" ([RE/F/NM] troff) ok 39447 - "---A\tcomment" ([SB/F/NM] troff) ok 39448 - "---Another /* comment" ([RE/F/NM] troff) ok 39449 - "---Another /* comment" ([SB/F/NM] troff) ok 39450 - "\n" ([RE/F/NM] troff) ok 39451 - "\n" ([SB/F/NM] troff) ok 39452 - "This is a comment\n" ([RE/F/NM] troff) ok 39453 - "This is a comment\n" ([SB/F/NM] troff) ok 39454 - "A\tcomment\n" ([RE/F/NM] troff) ok 39455 - "A\tcomment\n" ([SB/F/NM] troff) ok 39456 - "Another /* comment\n" ([RE/F/NM] troff) ok 39457 - "Another /* comment\n" ([SB/F/NM] troff) ok 39458 - "-----" ([RE/F/NM] troff) ok 39459 - "-----" ([SB/F/NM] troff) ok 39460 - "-----This is a comment" ([RE/F/NM] troff) ok 39461 - "-----This is a comment" ([SB/F/NM] troff) ok 39462 - "-----A\tcomment" ([RE/F/NM] troff) ok 39463 - "-----A\tcomment" ([SB/F/NM] troff) ok 39464 - "-----Another /* comment" ([RE/F/NM] troff) ok 39465 - "-----Another /* comment" ([SB/F/NM] troff) ok 39466 - "\n" ([RE/F/NM] troff) ok 39467 - "\n" ([SB/F/NM] troff) ok 39468 - "This is a comment\n" ([RE/F/NM] troff) ok 39469 - "This is a comment\n" ([SB/F/NM] troff) ok 39470 - "A\tcomment\n" ([RE/F/NM] troff) ok 39471 - "A\tcomment\n" ([SB/F/NM] troff) ok 39472 - "Another /* comment\n" ([RE/F/NM] troff) ok 39473 - "Another /* comment\n" ([SB/F/NM] troff) ok 39474 - "\\"" ([RE/F/NM] troff) ok 39475 - "\\"" ([SB/F/NM] troff) ok 39476 - "\\"This is a comment" ([RE/F/NM] troff) ok 39477 - "\\"This is a comment" ([SB/F/NM] troff) ok 39478 - "\\"A\tcomment" ([RE/F/NM] troff) ok 39479 - "\\"A\tcomment" ([SB/F/NM] troff) ok 39480 - "\\"Another /* comment" ([RE/F/NM] troff) ok 39481 - "\\"Another /* comment" ([SB/F/NM] troff) ok 39482 - "\n" ([RE/F/NM] troff) ok 39483 - "\n" ([SB/F/NM] troff) ok 39484 - "This is a comment\n" ([RE/F/NM] troff) ok 39485 - "This is a comment\n" ([SB/F/NM] troff) ok 39486 - "A\tcomment\n" ([RE/F/NM] troff) ok 39487 - "A\tcomment\n" ([SB/F/NM] troff) ok 39488 - "Another /* comment\n" ([RE/F/NM] troff) ok 39489 - "Another /* comment\n" ([SB/F/NM] troff) ok 39490 - """ ([RE/F/NM] troff) ok 39491 - """ ([SB/F/NM] troff) ok 39492 - ""This is a comment" ([RE/F/NM] troff) ok 39493 - ""This is a comment" ([SB/F/NM] troff) ok 39494 - ""A\tcomment" ([RE/F/NM] troff) ok 39495 - ""A\tcomment" ([SB/F/NM] troff) ok 39496 - ""Another /* comment" ([RE/F/NM] troff) ok 39497 - ""Another /* comment" ([SB/F/NM] troff) ok 39498 - "\n" ([RE/F/NM] troff) ok 39499 - "\n" ([SB/F/NM] troff) ok 39500 - "This is a comment\n" ([RE/F/NM] troff) ok 39501 - "This is a comment\n" ([SB/F/NM] troff) ok 39502 - "A\tcomment\n" ([RE/F/NM] troff) ok 39503 - "A\tcomment\n" ([SB/F/NM] troff) ok 39504 - "Another /* comment\n" ([RE/F/NM] troff) ok 39505 - "Another /* comment\n" ([SB/F/NM] troff) ok 39506 - "'" ([RE/F/NM] troff) ok 39507 - "'" ([SB/F/NM] troff) ok 39508 - "'This is a comment" ([RE/F/NM] troff) ok 39509 - "'This is a comment" ([SB/F/NM] troff) ok 39510 - "'A\tcomment" ([RE/F/NM] troff) ok 39511 - "'A\tcomment" ([SB/F/NM] troff) ok 39512 - "'Another /* comment" ([RE/F/NM] troff) ok 39513 - "'Another /* comment" ([SB/F/NM] troff) ok 39514 - "\n" ([RE/F/NM] troff) ok 39515 - "\n" ([SB/F/NM] troff) ok 39516 - "This is a comment\n" ([RE/F/NM] troff) ok 39517 - "This is a comment\n" ([SB/F/NM] troff) ok 39518 - "A\tcomment\n" ([RE/F/NM] troff) ok 39519 - "A\tcomment\n" ([SB/F/NM] troff) ok 39520 - "Another /* comment\n" ([RE/F/NM] troff) ok 39521 - "Another /* comment\n" ([SB/F/NM] troff) ok 39522 - "/* This is a C comment */" ([RE/F/NM] troff) ok 39523 - "/* This is a C comment */" ([SB/F/NM] troff) ok 39524 - "(* This is a Pascal comment *)" ([RE/F/NM] troff) ok 39525 - "(* This is a Pascal comment *)" ([SB/F/NM] troff) ok 39526 - "" ([RE/F/NM] troff) ok 39527 - "" ([SB/F/NM] troff) ok 39528 - "\\"\n\n" ([RE/F/NM] troff) ok 39529 - "\\"\n\n" ([SB/F/NM] troff) ok 39530 - "\\"This is a comment\n\n" ([RE/F/NM] troff) ok 39531 - "\\"This is a comment\n\n" ([SB/F/NM] troff) ok 39532 - "\\"A\tcomment\n\n" ([RE/F/NM] troff) ok 39533 - "\\"A\tcomment\n\n" ([SB/F/NM] troff) ok 39534 - "\\"Another /* comment\n\n" ([RE/F/NM] troff) ok 39535 - "\\"Another /* comment\n\n" ([SB/F/NM] troff) ok 39536 - "\\"\n\\"\n" ([RE/F/NM] troff) ok 39537 - "\\"\n\\"\n" ([SB/F/NM] troff) ok 39538 - "\\"This is a comment\n\\"This is a comment\n" ([RE/F/NM] troff) ok 39539 - "\\"This is a comment\n\\"This is a comment\n" ([SB/F/NM] troff) ok 39540 - "\\"A\tcomment\n\\"A\tcomment\n" ([RE/F/NM] troff) ok 39541 - "\\"A\tcomment\n\\"A\tcomment\n" ([SB/F/NM] troff) ok 39542 - "\\"Another /* comment\n\\"Another /* comment\n" ([RE/F/NM] troff) ok 39543 - "\\"Another /* comment\n\\"Another /* comment\n" ([SB/F/NM] troff) ok 39544 - "\\"\nq5eh" ([RE/F/NM] troff) ok 39545 - "\\"\nq5eh" ([SB/F/NM] troff) ok 39546 - "\\"This is a comment\n75" ([RE/F/NM] troff) ok 39547 - "\\"This is a comment\n75" ([SB/F/NM] troff) ok 39548 - "\\"A\tcomment\ncfw" ([RE/F/NM] troff) ok 39549 - "\\"A\tcomment\ncfw" ([SB/F/NM] troff) ok 39550 - "\\"Another /* comment\nf4" ([RE/F/NM] troff) ok 39551 - "\\"Another /* comment\nf4" ([SB/F/NM] troff) ok 39552 - "vcp\\"\n" ([RE/F/NM] troff) ok 39553 - "vcp\\"\n" ([SB/F/NM] troff) ok 39554 - "f\\"This is a comment\n" ([RE/F/NM] troff) ok 39555 - "f\\"This is a comment\n" ([SB/F/NM] troff) ok 39556 - "cew\\"A\tcomment\n" ([RE/F/NM] troff) ok 39557 - "cew\\"A\tcomment\n" ([SB/F/NM] troff) ok 39558 - "vvex\\"Another /* comment\n" ([RE/F/NM] troff) ok 39559 - "vvex\\"Another /* comment\n" ([SB/F/NM] troff) ok 39560 - "\\\n" ([RE/F/NM] troff) ok 39561 - "\\\n" ([SB/F/NM] troff) ok 39562 - "\\This is a comment\n" ([RE/F/NM] troff) ok 39563 - "\\This is a comment\n" ([SB/F/NM] troff) ok 39564 - "\\A\tcomment\n" ([RE/F/NM] troff) ok 39565 - "\\A\tcomment\n" ([SB/F/NM] troff) ok 39566 - "\\Another /* comment\n" ([RE/F/NM] troff) ok 39567 - "\\Another /* comment\n" ([SB/F/NM] troff) ok 39568 - "#\n" ([RE/F/NM] troff) ok 39569 - "#\n" ([SB/F/NM] troff) ok 39570 - "#This is a comment\n" ([RE/F/NM] troff) ok 39571 - "#This is a comment\n" ([SB/F/NM] troff) ok 39572 - "#A\tcomment\n" ([RE/F/NM] troff) ok 39573 - "#A\tcomment\n" ([SB/F/NM] troff) ok 39574 - "#Another /* comment\n" ([RE/F/NM] troff) ok 39575 - "#Another /* comment\n" ([SB/F/NM] troff) ok 39576 - "//\n" ([RE/F/NM] troff) ok 39577 - "//\n" ([SB/F/NM] troff) ok 39578 - "//This is a comment\n" ([RE/F/NM] troff) ok 39579 - "//This is a comment\n" ([SB/F/NM] troff) ok 39580 - "//A\tcomment\n" ([RE/F/NM] troff) ok 39581 - "//A\tcomment\n" ([SB/F/NM] troff) ok 39582 - "//Another /* comment\n" ([RE/F/NM] troff) ok 39583 - "//Another /* comment\n" ([SB/F/NM] troff) ok 39584 - "--\n" ([RE/F/NM] troff) ok 39585 - "--\n" ([SB/F/NM] troff) ok 39586 - "--This is a comment\n" ([RE/F/NM] troff) ok 39587 - "--This is a comment\n" ([SB/F/NM] troff) ok 39588 - "--A\tcomment\n" ([RE/F/NM] troff) ok 39589 - "--A\tcomment\n" ([SB/F/NM] troff) ok 39590 - "--Another /* comment\n" ([RE/F/NM] troff) ok 39591 - "--Another /* comment\n" ([SB/F/NM] troff) ok 39592 - ";\n" ([RE/F/NM] troff) ok 39593 - ";\n" ([SB/F/NM] troff) ok 39594 - ";This is a comment\n" ([RE/F/NM] troff) ok 39595 - ";This is a comment\n" ([SB/F/NM] troff) ok 39596 - ";A\tcomment\n" ([RE/F/NM] troff) ok 39597 - ";A\tcomment\n" ([SB/F/NM] troff) ok 39598 - ";Another /* comment\n" ([RE/F/NM] troff) ok 39599 - ";Another /* comment\n" ([SB/F/NM] troff) ok 39600 - "#\n" ([RE/F/NM] troff) ok 39601 - "#\n" ([SB/F/NM] troff) ok 39602 - "#This is a comment\n" ([RE/F/NM] troff) ok 39603 - "#This is a comment\n" ([SB/F/NM] troff) ok 39604 - "#A\tcomment\n" ([RE/F/NM] troff) ok 39605 - "#A\tcomment\n" ([SB/F/NM] troff) ok 39606 - "#Another /* comment\n" ([RE/F/NM] troff) ok 39607 - "#Another /* comment\n" ([SB/F/NM] troff) ok 39608 - "*\n" ([RE/F/NM] troff) ok 39609 - "*\n" ([SB/F/NM] troff) ok 39610 - "*This is a comment\n" ([RE/F/NM] troff) ok 39611 - "*This is a comment\n" ([SB/F/NM] troff) ok 39612 - "*A\tcomment\n" ([RE/F/NM] troff) ok 39613 - "*A\tcomment\n" ([SB/F/NM] troff) ok 39614 - "*Another /* comment\n" ([RE/F/NM] troff) ok 39615 - "*Another /* comment\n" ([SB/F/NM] troff) ok 39616 - "!\n" ([RE/F/NM] troff) ok 39617 - "!\n" ([SB/F/NM] troff) ok 39618 - "!This is a comment\n" ([RE/F/NM] troff) ok 39619 - "!This is a comment\n" ([SB/F/NM] troff) ok 39620 - "!A\tcomment\n" ([RE/F/NM] troff) ok 39621 - "!A\tcomment\n" ([SB/F/NM] troff) ok 39622 - "!Another /* comment\n" ([RE/F/NM] troff) ok 39623 - "!Another /* comment\n" ([SB/F/NM] troff) ok 39624 - "REM\n" ([RE/F/NM] troff) ok 39625 - "REM\n" ([SB/F/NM] troff) ok 39626 - "REMThis is a comment\n" ([RE/F/NM] troff) ok 39627 - "REMThis is a comment\n" ([SB/F/NM] troff) ok 39628 - "REMA\tcomment\n" ([RE/F/NM] troff) ok 39629 - "REMA\tcomment\n" ([SB/F/NM] troff) ok 39630 - "REMAnother /* comment\n" ([RE/F/NM] troff) ok 39631 - "REMAnother /* comment\n" ([SB/F/NM] troff) ok 39632 - "//\n" ([RE/F/NM] troff) ok 39633 - "//\n" ([SB/F/NM] troff) ok 39634 - "//This is a comment\n" ([RE/F/NM] troff) ok 39635 - "//This is a comment\n" ([SB/F/NM] troff) ok 39636 - "//A\tcomment\n" ([RE/F/NM] troff) ok 39637 - "//A\tcomment\n" ([SB/F/NM] troff) ok 39638 - "//Another /* comment\n" ([RE/F/NM] troff) ok 39639 - "//Another /* comment\n" ([SB/F/NM] troff) ok 39640 - "%\n" ([RE/F/NM] troff) ok 39641 - "%\n" ([SB/F/NM] troff) ok 39642 - "%This is a comment\n" ([RE/F/NM] troff) ok 39643 - "%This is a comment\n" ([SB/F/NM] troff) ok 39644 - "%A\tcomment\n" ([RE/F/NM] troff) ok 39645 - "%A\tcomment\n" ([SB/F/NM] troff) ok 39646 - "%Another /* comment\n" ([RE/F/NM] troff) ok 39647 - "%Another /* comment\n" ([SB/F/NM] troff) ok 39648 - "!\n" ([RE/F/NM] troff) ok 39649 - "!\n" ([SB/F/NM] troff) ok 39650 - "!This is a comment\n" ([RE/F/NM] troff) ok 39651 - "!This is a comment\n" ([SB/F/NM] troff) ok 39652 - "!A\tcomment\n" ([RE/F/NM] troff) ok 39653 - "!A\tcomment\n" ([SB/F/NM] troff) ok 39654 - "!Another /* comment\n" ([RE/F/NM] troff) ok 39655 - "!Another /* comment\n" ([SB/F/NM] troff) ok 39656 - "NB\n" ([RE/F/NM] troff) ok 39657 - "NB\n" ([SB/F/NM] troff) ok 39658 - "NBThis is a comment\n" ([RE/F/NM] troff) ok 39659 - "NBThis is a comment\n" ([SB/F/NM] troff) ok 39660 - "NBA\tcomment\n" ([RE/F/NM] troff) ok 39661 - "NBA\tcomment\n" ([SB/F/NM] troff) ok 39662 - "NBAnother /* comment\n" ([RE/F/NM] troff) ok 39663 - "NBAnother /* comment\n" ([SB/F/NM] troff) ok 39664 - "PLEASE NOT\n" ([RE/F/NM] troff) ok 39665 - "PLEASE NOT\n" ([SB/F/NM] troff) ok 39666 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] troff) ok 39667 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] troff) ok 39668 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] troff) ok 39669 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] troff) ok 39670 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] troff) ok 39671 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] troff) ok 39672 - "PLEASE NOT\n" ([RE/F/NM] troff) ok 39673 - "PLEASE NOT\n" ([SB/F/NM] troff) ok 39674 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] troff) ok 39675 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] troff) ok 39676 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] troff) ok 39677 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] troff) ok 39678 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] troff) ok 39679 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] troff) ok 39680 - "PLEASE N'T\n" ([RE/F/NM] troff) ok 39681 - "PLEASE N'T\n" ([SB/F/NM] troff) ok 39682 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] troff) ok 39683 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] troff) ok 39684 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] troff) ok 39685 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] troff) ok 39686 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] troff) ok 39687 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] troff) ok 39688 - "DO NOT\n" ([RE/F/NM] troff) ok 39689 - "DO NOT\n" ([SB/F/NM] troff) ok 39690 - "DO NOTThis is a comment\n" ([RE/F/NM] troff) ok 39691 - "DO NOTThis is a comment\n" ([SB/F/NM] troff) ok 39692 - "DO NOTA\tcomment\n" ([RE/F/NM] troff) ok 39693 - "DO NOTA\tcomment\n" ([SB/F/NM] troff) ok 39694 - "DO NOTAnother /* comment\n" ([RE/F/NM] troff) ok 39695 - "DO NOTAnother /* comment\n" ([SB/F/NM] troff) ok 39696 - "DO N'T\n" ([RE/F/NM] troff) ok 39697 - "DO N'T\n" ([SB/F/NM] troff) ok 39698 - "DO N'TThis is a comment\n" ([RE/F/NM] troff) ok 39699 - "DO N'TThis is a comment\n" ([SB/F/NM] troff) ok 39700 - "DO N'TA\tcomment\n" ([RE/F/NM] troff) ok 39701 - "DO N'TA\tcomment\n" ([SB/F/NM] troff) ok 39702 - "DO N'TAnother /* comment\n" ([RE/F/NM] troff) ok 39703 - "DO N'TAnother /* comment\n" ([SB/F/NM] troff) ok 39704 - "DO NOT\n" ([RE/F/NM] troff) ok 39705 - "DO NOT\n" ([SB/F/NM] troff) ok 39706 - "DO NOTThis is a comment\n" ([RE/F/NM] troff) ok 39707 - "DO NOTThis is a comment\n" ([SB/F/NM] troff) ok 39708 - "DO NOTA\tcomment\n" ([RE/F/NM] troff) ok 39709 - "DO NOTA\tcomment\n" ([SB/F/NM] troff) ok 39710 - "DO NOTAnother /* comment\n" ([RE/F/NM] troff) ok 39711 - "DO NOTAnother /* comment\n" ([SB/F/NM] troff) ok 39712 - "PLEASE DO NOT\n" ([RE/F/NM] troff) ok 39713 - "PLEASE DO NOT\n" ([SB/F/NM] troff) ok 39714 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] troff) ok 39715 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] troff) ok 39716 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] troff) ok 39717 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] troff) ok 39718 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] troff) ok 39719 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] troff) ok 39720 - "PLEASE DO NOT\n" ([RE/F/NM] troff) ok 39721 - "PLEASE DO NOT\n" ([SB/F/NM] troff) ok 39722 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] troff) ok 39723 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] troff) ok 39724 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] troff) ok 39725 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] troff) ok 39726 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] troff) ok 39727 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] troff) ok 39728 - "PLEASE DO N'T\n" ([RE/F/NM] troff) ok 39729 - "PLEASE DO N'T\n" ([SB/F/NM] troff) ok 39730 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] troff) ok 39731 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] troff) ok 39732 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] troff) ok 39733 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] troff) ok 39734 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] troff) ok 39735 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] troff) ok 39736 - "NB.\n" ([RE/F/NM] troff) ok 39737 - "NB.\n" ([SB/F/NM] troff) ok 39738 - "NB.This is a comment\n" ([RE/F/NM] troff) ok 39739 - "NB.This is a comment\n" ([SB/F/NM] troff) ok 39740 - "NB.A\tcomment\n" ([RE/F/NM] troff) ok 39741 - "NB.A\tcomment\n" ([SB/F/NM] troff) ok 39742 - "NB.Another /* comment\n" ([RE/F/NM] troff) ok 39743 - "NB.Another /* comment\n" ([SB/F/NM] troff) ok 39744 - "{}" ([RE/F/NM] troff) ok 39745 - "{}" ([SB/F/NM] troff) ok 39746 - "{This is a comment}" ([RE/F/NM] troff) ok 39747 - "{This is a comment}" ([SB/F/NM] troff) ok 39748 - "{A\tcomment}" ([RE/F/NM] troff) ok 39749 - "{A\tcomment}" ([SB/F/NM] troff) ok 39750 - "{Another /* comment}" ([RE/F/NM] troff) ok 39751 - "{Another /* comment}" ([SB/F/NM] troff) ok 39752 - ".\n" ([RE/F/NM] troff) ok 39753 - ".\n" ([SB/F/NM] troff) ok 39754 - ".This is a comment\n" ([RE/F/NM] troff) ok 39755 - ".This is a comment\n" ([SB/F/NM] troff) ok 39756 - ".A\tcomment\n" ([RE/F/NM] troff) ok 39757 - ".A\tcomment\n" ([SB/F/NM] troff) ok 39758 - ".Another /* comment\n" ([RE/F/NM] troff) ok 39759 - ".Another /* comment\n" ([SB/F/NM] troff) ok 39760 - ";\n" ([RE/F/NM] troff) ok 39761 - ";\n" ([SB/F/NM] troff) ok 39762 - ";This is a comment\n" ([RE/F/NM] troff) ok 39763 - ";This is a comment\n" ([SB/F/NM] troff) ok 39764 - ";A\tcomment\n" ([RE/F/NM] troff) ok 39765 - ";A\tcomment\n" ([SB/F/NM] troff) ok 39766 - ";Another /* comment\n" ([RE/F/NM] troff) ok 39767 - ";Another /* comment\n" ([SB/F/NM] troff) ok 39768 - "`\n" ([RE/F/NM] troff) ok 39769 - "`\n" ([SB/F/NM] troff) ok 39770 - "`This is a comment\n" ([RE/F/NM] troff) ok 39771 - "`This is a comment\n" ([SB/F/NM] troff) ok 39772 - "`A\tcomment\n" ([RE/F/NM] troff) ok 39773 - "`A\tcomment\n" ([SB/F/NM] troff) ok 39774 - "`Another /* comment\n" ([RE/F/NM] troff) ok 39775 - "`Another /* comment\n" ([SB/F/NM] troff) ok 39776 - "--\n" ([RE/F/NM] troff) ok 39777 - "--\n" ([SB/F/NM] troff) ok 39778 - "--This is a comment\n" ([RE/F/NM] troff) ok 39779 - "--This is a comment\n" ([SB/F/NM] troff) ok 39780 - "--A\tcomment\n" ([RE/F/NM] troff) ok 39781 - "--A\tcomment\n" ([SB/F/NM] troff) ok 39782 - "--Another /* comment\n" ([RE/F/NM] troff) ok 39783 - "--Another /* comment\n" ([SB/F/NM] troff) ok 39784 - "---\n" ([RE/F/NM] troff) ok 39785 - "---\n" ([SB/F/NM] troff) ok 39786 - "---This is a comment\n" ([RE/F/NM] troff) ok 39787 - "---This is a comment\n" ([SB/F/NM] troff) ok 39788 - "---A\tcomment\n" ([RE/F/NM] troff) ok 39789 - "---A\tcomment\n" ([SB/F/NM] troff) ok 39790 - "---Another /* comment\n" ([RE/F/NM] troff) ok 39791 - "---Another /* comment\n" ([SB/F/NM] troff) ok 39792 - "-----\n" ([RE/F/NM] troff) ok 39793 - "-----\n" ([SB/F/NM] troff) ok 39794 - "-----This is a comment\n" ([RE/F/NM] troff) ok 39795 - "-----This is a comment\n" ([SB/F/NM] troff) ok 39796 - "-----A\tcomment\n" ([RE/F/NM] troff) ok 39797 - "-----A\tcomment\n" ([SB/F/NM] troff) ok 39798 - "-----Another /* comment\n" ([RE/F/NM] troff) ok 39799 - "-----Another /* comment\n" ([SB/F/NM] troff) ok 39800 - ""\n" ([RE/F/NM] troff) ok 39801 - ""\n" ([SB/F/NM] troff) ok 39802 - ""This is a comment\n" ([RE/F/NM] troff) ok 39803 - ""This is a comment\n" ([SB/F/NM] troff) ok 39804 - ""A\tcomment\n" ([RE/F/NM] troff) ok 39805 - ""A\tcomment\n" ([SB/F/NM] troff) ok 39806 - ""Another /* comment\n" ([RE/F/NM] troff) ok 39807 - ""Another /* comment\n" ([SB/F/NM] troff) ok 39808 - "'\n" ([RE/F/NM] troff) ok 39809 - "'\n" ([SB/F/NM] troff) ok 39810 - "'This is a comment\n" ([RE/F/NM] troff) ok 39811 - "'This is a comment\n" ([SB/F/NM] troff) ok 39812 - "'A\tcomment\n" ([RE/F/NM] troff) ok 39813 - "'A\tcomment\n" ([SB/F/NM] troff) ok 39814 - "'Another /* comment\n" ([RE/F/NM] troff) ok 39815 - "'Another /* comment\n" ([SB/F/NM] troff) ok 39816 - ""\n" ([RE/P/MT] vi) ok 39817 - ""\n" ([OM/P/MT] vi) ok 39818 - ""\n" ([OS/P/MT] vi) ok 39819 - ""\n" ([SB/P/MT] vi) ok 39820 - ""\n" ([KP/P/MT] vi) ok 39821 - ""This is a comment\n" ([RE/P/MT] vi) ok 39822 - ""This is a comment\n" ([OM/P/MT] vi) ok 39823 - ""This is a comment\n" ([OS/P/MT] vi) ok 39824 - ""This is a comment\n" ([SB/P/MT] vi) ok 39825 - ""This is a comment\n" ([KP/P/MT] vi) ok 39826 - ""A\tcomment\n" ([RE/P/MT] vi) ok 39827 - ""A\tcomment\n" ([OM/P/MT] vi) ok 39828 - ""A\tcomment\n" ([OS/P/MT] vi) ok 39829 - ""A\tcomment\n" ([SB/P/MT] vi) ok 39830 - ""A\tcomment\n" ([KP/P/MT] vi) ok 39831 - ""Another /* comment\n" ([RE/P/MT] vi) ok 39832 - ""Another /* comment\n" ([OM/P/MT] vi) ok 39833 - ""Another /* comment\n" ([OS/P/MT] vi) ok 39834 - ""Another /* comment\n" ([SB/P/MT] vi) ok 39835 - ""Another /* comment\n" ([KP/P/MT] vi) ok 39836 - "\\" ([RE/F/NM] vi) ok 39837 - "\\" ([SB/F/NM] vi) ok 39838 - "\\This is a comment" ([RE/F/NM] vi) ok 39839 - "\\This is a comment" ([SB/F/NM] vi) ok 39840 - "\\A\tcomment" ([RE/F/NM] vi) ok 39841 - "\\A\tcomment" ([SB/F/NM] vi) ok 39842 - "\\Another /* comment" ([RE/F/NM] vi) ok 39843 - "\\Another /* comment" ([SB/F/NM] vi) ok 39844 - "\n" ([RE/F/NM] vi) ok 39845 - "\n" ([SB/F/NM] vi) ok 39846 - "This is a comment\n" ([RE/F/NM] vi) ok 39847 - "This is a comment\n" ([SB/F/NM] vi) ok 39848 - "A\tcomment\n" ([RE/F/NM] vi) ok 39849 - "A\tcomment\n" ([SB/F/NM] vi) ok 39850 - "Another /* comment\n" ([RE/F/NM] vi) ok 39851 - "Another /* comment\n" ([SB/F/NM] vi) ok 39852 - "#" ([RE/F/NM] vi) ok 39853 - "#" ([SB/F/NM] vi) ok 39854 - "#This is a comment" ([RE/F/NM] vi) ok 39855 - "#This is a comment" ([SB/F/NM] vi) ok 39856 - "#A\tcomment" ([RE/F/NM] vi) ok 39857 - "#A\tcomment" ([SB/F/NM] vi) ok 39858 - "#Another /* comment" ([RE/F/NM] vi) ok 39859 - "#Another /* comment" ([SB/F/NM] vi) ok 39860 - "\n" ([RE/F/NM] vi) ok 39861 - "\n" ([SB/F/NM] vi) ok 39862 - "This is a comment\n" ([RE/F/NM] vi) ok 39863 - "This is a comment\n" ([SB/F/NM] vi) ok 39864 - "A\tcomment\n" ([RE/F/NM] vi) ok 39865 - "A\tcomment\n" ([SB/F/NM] vi) ok 39866 - "Another /* comment\n" ([RE/F/NM] vi) ok 39867 - "Another /* comment\n" ([SB/F/NM] vi) ok 39868 - "//" ([RE/F/NM] vi) ok 39869 - "//" ([SB/F/NM] vi) ok 39870 - "//This is a comment" ([RE/F/NM] vi) ok 39871 - "//This is a comment" ([SB/F/NM] vi) ok 39872 - "//A\tcomment" ([RE/F/NM] vi) ok 39873 - "//A\tcomment" ([SB/F/NM] vi) ok 39874 - "//Another /* comment" ([RE/F/NM] vi) ok 39875 - "//Another /* comment" ([SB/F/NM] vi) ok 39876 - "\n" ([RE/F/NM] vi) ok 39877 - "\n" ([SB/F/NM] vi) ok 39878 - "This is a comment\n" ([RE/F/NM] vi) ok 39879 - "This is a comment\n" ([SB/F/NM] vi) ok 39880 - "A\tcomment\n" ([RE/F/NM] vi) ok 39881 - "A\tcomment\n" ([SB/F/NM] vi) ok 39882 - "Another /* comment\n" ([RE/F/NM] vi) ok 39883 - "Another /* comment\n" ([SB/F/NM] vi) ok 39884 - "--" ([RE/F/NM] vi) ok 39885 - "--" ([SB/F/NM] vi) ok 39886 - "--This is a comment" ([RE/F/NM] vi) ok 39887 - "--This is a comment" ([SB/F/NM] vi) ok 39888 - "--A\tcomment" ([RE/F/NM] vi) ok 39889 - "--A\tcomment" ([SB/F/NM] vi) ok 39890 - "--Another /* comment" ([RE/F/NM] vi) ok 39891 - "--Another /* comment" ([SB/F/NM] vi) ok 39892 - "\n" ([RE/F/NM] vi) ok 39893 - "\n" ([SB/F/NM] vi) ok 39894 - "This is a comment\n" ([RE/F/NM] vi) ok 39895 - "This is a comment\n" ([SB/F/NM] vi) ok 39896 - "A\tcomment\n" ([RE/F/NM] vi) ok 39897 - "A\tcomment\n" ([SB/F/NM] vi) ok 39898 - "Another /* comment\n" ([RE/F/NM] vi) ok 39899 - "Another /* comment\n" ([SB/F/NM] vi) ok 39900 - ";" ([RE/F/NM] vi) ok 39901 - ";" ([SB/F/NM] vi) ok 39902 - ";This is a comment" ([RE/F/NM] vi) ok 39903 - ";This is a comment" ([SB/F/NM] vi) ok 39904 - ";A\tcomment" ([RE/F/NM] vi) ok 39905 - ";A\tcomment" ([SB/F/NM] vi) ok 39906 - ";Another /* comment" ([RE/F/NM] vi) ok 39907 - ";Another /* comment" ([SB/F/NM] vi) ok 39908 - "\n" ([RE/F/NM] vi) ok 39909 - "\n" ([SB/F/NM] vi) ok 39910 - "This is a comment\n" ([RE/F/NM] vi) ok 39911 - "This is a comment\n" ([SB/F/NM] vi) ok 39912 - "A\tcomment\n" ([RE/F/NM] vi) ok 39913 - "A\tcomment\n" ([SB/F/NM] vi) ok 39914 - "Another /* comment\n" ([RE/F/NM] vi) ok 39915 - "Another /* comment\n" ([SB/F/NM] vi) ok 39916 - "#" ([RE/F/NM] vi) ok 39917 - "#" ([SB/F/NM] vi) ok 39918 - "#This is a comment" ([RE/F/NM] vi) ok 39919 - "#This is a comment" ([SB/F/NM] vi) ok 39920 - "#A\tcomment" ([RE/F/NM] vi) ok 39921 - "#A\tcomment" ([SB/F/NM] vi) ok 39922 - "#Another /* comment" ([RE/F/NM] vi) ok 39923 - "#Another /* comment" ([SB/F/NM] vi) ok 39924 - "\n" ([RE/F/NM] vi) ok 39925 - "\n" ([SB/F/NM] vi) ok 39926 - "This is a comment\n" ([RE/F/NM] vi) ok 39927 - "This is a comment\n" ([SB/F/NM] vi) ok 39928 - "A\tcomment\n" ([RE/F/NM] vi) ok 39929 - "A\tcomment\n" ([SB/F/NM] vi) ok 39930 - "Another /* comment\n" ([RE/F/NM] vi) ok 39931 - "Another /* comment\n" ([SB/F/NM] vi) ok 39932 - "*" ([RE/F/NM] vi) ok 39933 - "*" ([SB/F/NM] vi) ok 39934 - "*This is a comment" ([RE/F/NM] vi) ok 39935 - "*This is a comment" ([SB/F/NM] vi) ok 39936 - "*A\tcomment" ([RE/F/NM] vi) ok 39937 - "*A\tcomment" ([SB/F/NM] vi) ok 39938 - "*Another /* comment" ([RE/F/NM] vi) ok 39939 - "*Another /* comment" ([SB/F/NM] vi) ok 39940 - "\n" ([RE/F/NM] vi) ok 39941 - "\n" ([SB/F/NM] vi) ok 39942 - "This is a comment\n" ([RE/F/NM] vi) ok 39943 - "This is a comment\n" ([SB/F/NM] vi) ok 39944 - "A\tcomment\n" ([RE/F/NM] vi) ok 39945 - "A\tcomment\n" ([SB/F/NM] vi) ok 39946 - "Another /* comment\n" ([RE/F/NM] vi) ok 39947 - "Another /* comment\n" ([SB/F/NM] vi) ok 39948 - "!" ([RE/F/NM] vi) ok 39949 - "!" ([SB/F/NM] vi) ok 39950 - "!This is a comment" ([RE/F/NM] vi) ok 39951 - "!This is a comment" ([SB/F/NM] vi) ok 39952 - "!A\tcomment" ([RE/F/NM] vi) ok 39953 - "!A\tcomment" ([SB/F/NM] vi) ok 39954 - "!Another /* comment" ([RE/F/NM] vi) ok 39955 - "!Another /* comment" ([SB/F/NM] vi) ok 39956 - "\n" ([RE/F/NM] vi) ok 39957 - "\n" ([SB/F/NM] vi) ok 39958 - "This is a comment\n" ([RE/F/NM] vi) ok 39959 - "This is a comment\n" ([SB/F/NM] vi) ok 39960 - "A\tcomment\n" ([RE/F/NM] vi) ok 39961 - "A\tcomment\n" ([SB/F/NM] vi) ok 39962 - "Another /* comment\n" ([RE/F/NM] vi) ok 39963 - "Another /* comment\n" ([SB/F/NM] vi) ok 39964 - "REM" ([RE/F/NM] vi) ok 39965 - "REM" ([SB/F/NM] vi) ok 39966 - "REMThis is a comment" ([RE/F/NM] vi) ok 39967 - "REMThis is a comment" ([SB/F/NM] vi) ok 39968 - "REMA\tcomment" ([RE/F/NM] vi) ok 39969 - "REMA\tcomment" ([SB/F/NM] vi) ok 39970 - "REMAnother /* comment" ([RE/F/NM] vi) ok 39971 - "REMAnother /* comment" ([SB/F/NM] vi) ok 39972 - "\n" ([RE/F/NM] vi) ok 39973 - "\n" ([SB/F/NM] vi) ok 39974 - "This is a comment\n" ([RE/F/NM] vi) ok 39975 - "This is a comment\n" ([SB/F/NM] vi) ok 39976 - "A\tcomment\n" ([RE/F/NM] vi) ok 39977 - "A\tcomment\n" ([SB/F/NM] vi) ok 39978 - "Another /* comment\n" ([RE/F/NM] vi) ok 39979 - "Another /* comment\n" ([SB/F/NM] vi) ok 39980 - "//" ([RE/F/NM] vi) ok 39981 - "//" ([SB/F/NM] vi) ok 39982 - "//This is a comment" ([RE/F/NM] vi) ok 39983 - "//This is a comment" ([SB/F/NM] vi) ok 39984 - "//A\tcomment" ([RE/F/NM] vi) ok 39985 - "//A\tcomment" ([SB/F/NM] vi) ok 39986 - "//Another /* comment" ([RE/F/NM] vi) ok 39987 - "//Another /* comment" ([SB/F/NM] vi) ok 39988 - "\n" ([RE/F/NM] vi) ok 39989 - "\n" ([SB/F/NM] vi) ok 39990 - "This is a comment\n" ([RE/F/NM] vi) ok 39991 - "This is a comment\n" ([SB/F/NM] vi) ok 39992 - "A\tcomment\n" ([RE/F/NM] vi) ok 39993 - "A\tcomment\n" ([SB/F/NM] vi) ok 39994 - "Another /* comment\n" ([RE/F/NM] vi) ok 39995 - "Another /* comment\n" ([SB/F/NM] vi) ok 39996 - "%" ([RE/F/NM] vi) ok 39997 - "%" ([SB/F/NM] vi) ok 39998 - "%This is a comment" ([RE/F/NM] vi) ok 39999 - "%This is a comment" ([SB/F/NM] vi) ok 40000 - "%A\tcomment" ([RE/F/NM] vi) ok 40001 - "%A\tcomment" ([SB/F/NM] vi) ok 40002 - "%Another /* comment" ([RE/F/NM] vi) ok 40003 - "%Another /* comment" ([SB/F/NM] vi) ok 40004 - "\n" ([RE/F/NM] vi) ok 40005 - "\n" ([SB/F/NM] vi) ok 40006 - "This is a comment\n" ([RE/F/NM] vi) ok 40007 - "This is a comment\n" ([SB/F/NM] vi) ok 40008 - "A\tcomment\n" ([RE/F/NM] vi) ok 40009 - "A\tcomment\n" ([SB/F/NM] vi) ok 40010 - "Another /* comment\n" ([RE/F/NM] vi) ok 40011 - "Another /* comment\n" ([SB/F/NM] vi) ok 40012 - "!" ([RE/F/NM] vi) ok 40013 - "!" ([SB/F/NM] vi) ok 40014 - "!This is a comment" ([RE/F/NM] vi) ok 40015 - "!This is a comment" ([SB/F/NM] vi) ok 40016 - "!A\tcomment" ([RE/F/NM] vi) ok 40017 - "!A\tcomment" ([SB/F/NM] vi) ok 40018 - "!Another /* comment" ([RE/F/NM] vi) ok 40019 - "!Another /* comment" ([SB/F/NM] vi) ok 40020 - "\n" ([RE/F/NM] vi) ok 40021 - "\n" ([SB/F/NM] vi) ok 40022 - "This is a comment\n" ([RE/F/NM] vi) ok 40023 - "This is a comment\n" ([SB/F/NM] vi) ok 40024 - "A\tcomment\n" ([RE/F/NM] vi) ok 40025 - "A\tcomment\n" ([SB/F/NM] vi) ok 40026 - "Another /* comment\n" ([RE/F/NM] vi) ok 40027 - "Another /* comment\n" ([SB/F/NM] vi) ok 40028 - "NB" ([RE/F/NM] vi) ok 40029 - "NB" ([SB/F/NM] vi) ok 40030 - "NBThis is a comment" ([RE/F/NM] vi) ok 40031 - "NBThis is a comment" ([SB/F/NM] vi) ok 40032 - "NBA\tcomment" ([RE/F/NM] vi) ok 40033 - "NBA\tcomment" ([SB/F/NM] vi) ok 40034 - "NBAnother /* comment" ([RE/F/NM] vi) ok 40035 - "NBAnother /* comment" ([SB/F/NM] vi) ok 40036 - "\n" ([RE/F/NM] vi) ok 40037 - "\n" ([SB/F/NM] vi) ok 40038 - "This is a comment\n" ([RE/F/NM] vi) ok 40039 - "This is a comment\n" ([SB/F/NM] vi) ok 40040 - "A\tcomment\n" ([RE/F/NM] vi) ok 40041 - "A\tcomment\n" ([SB/F/NM] vi) ok 40042 - "Another /* comment\n" ([RE/F/NM] vi) ok 40043 - "Another /* comment\n" ([SB/F/NM] vi) ok 40044 - "PLEASE NOT" ([RE/F/NM] vi) ok 40045 - "PLEASE NOT" ([SB/F/NM] vi) ok 40046 - "PLEASE NOTThis is a comment" ([RE/F/NM] vi) ok 40047 - "PLEASE NOTThis is a comment" ([SB/F/NM] vi) ok 40048 - "PLEASE NOTA\tcomment" ([RE/F/NM] vi) ok 40049 - "PLEASE NOTA\tcomment" ([SB/F/NM] vi) ok 40050 - "PLEASE NOTAnother /* comment" ([RE/F/NM] vi) ok 40051 - "PLEASE NOTAnother /* comment" ([SB/F/NM] vi) ok 40052 - "\n" ([RE/F/NM] vi) ok 40053 - "\n" ([SB/F/NM] vi) ok 40054 - "This is a comment\n" ([RE/F/NM] vi) ok 40055 - "This is a comment\n" ([SB/F/NM] vi) ok 40056 - "A\tcomment\n" ([RE/F/NM] vi) ok 40057 - "A\tcomment\n" ([SB/F/NM] vi) ok 40058 - "Another /* comment\n" ([RE/F/NM] vi) ok 40059 - "Another /* comment\n" ([SB/F/NM] vi) ok 40060 - "PLEASE NOT" ([RE/F/NM] vi) ok 40061 - "PLEASE NOT" ([SB/F/NM] vi) ok 40062 - "PLEASE NOTThis is a comment" ([RE/F/NM] vi) ok 40063 - "PLEASE NOTThis is a comment" ([SB/F/NM] vi) ok 40064 - "PLEASE NOTA\tcomment" ([RE/F/NM] vi) ok 40065 - "PLEASE NOTA\tcomment" ([SB/F/NM] vi) ok 40066 - "PLEASE NOTAnother /* comment" ([RE/F/NM] vi) ok 40067 - "PLEASE NOTAnother /* comment" ([SB/F/NM] vi) ok 40068 - "\n" ([RE/F/NM] vi) ok 40069 - "\n" ([SB/F/NM] vi) ok 40070 - "This is a comment\n" ([RE/F/NM] vi) ok 40071 - "This is a comment\n" ([SB/F/NM] vi) ok 40072 - "A\tcomment\n" ([RE/F/NM] vi) ok 40073 - "A\tcomment\n" ([SB/F/NM] vi) ok 40074 - "Another /* comment\n" ([RE/F/NM] vi) ok 40075 - "Another /* comment\n" ([SB/F/NM] vi) ok 40076 - "PLEASE N'T" ([RE/F/NM] vi) ok 40077 - "PLEASE N'T" ([SB/F/NM] vi) ok 40078 - "PLEASE N'TThis is a comment" ([RE/F/NM] vi) ok 40079 - "PLEASE N'TThis is a comment" ([SB/F/NM] vi) ok 40080 - "PLEASE N'TA\tcomment" ([RE/F/NM] vi) ok 40081 - "PLEASE N'TA\tcomment" ([SB/F/NM] vi) ok 40082 - "PLEASE N'TAnother /* comment" ([RE/F/NM] vi) ok 40083 - "PLEASE N'TAnother /* comment" ([SB/F/NM] vi) ok 40084 - "\n" ([RE/F/NM] vi) ok 40085 - "\n" ([SB/F/NM] vi) ok 40086 - "This is a comment\n" ([RE/F/NM] vi) ok 40087 - "This is a comment\n" ([SB/F/NM] vi) ok 40088 - "A\tcomment\n" ([RE/F/NM] vi) ok 40089 - "A\tcomment\n" ([SB/F/NM] vi) ok 40090 - "Another /* comment\n" ([RE/F/NM] vi) ok 40091 - "Another /* comment\n" ([SB/F/NM] vi) ok 40092 - "DO NOT" ([RE/F/NM] vi) ok 40093 - "DO NOT" ([SB/F/NM] vi) ok 40094 - "DO NOTThis is a comment" ([RE/F/NM] vi) ok 40095 - "DO NOTThis is a comment" ([SB/F/NM] vi) ok 40096 - "DO NOTA\tcomment" ([RE/F/NM] vi) ok 40097 - "DO NOTA\tcomment" ([SB/F/NM] vi) ok 40098 - "DO NOTAnother /* comment" ([RE/F/NM] vi) ok 40099 - "DO NOTAnother /* comment" ([SB/F/NM] vi) ok 40100 - "\n" ([RE/F/NM] vi) ok 40101 - "\n" ([SB/F/NM] vi) ok 40102 - "This is a comment\n" ([RE/F/NM] vi) ok 40103 - "This is a comment\n" ([SB/F/NM] vi) ok 40104 - "A\tcomment\n" ([RE/F/NM] vi) ok 40105 - "A\tcomment\n" ([SB/F/NM] vi) ok 40106 - "Another /* comment\n" ([RE/F/NM] vi) ok 40107 - "Another /* comment\n" ([SB/F/NM] vi) ok 40108 - "DO N'T" ([RE/F/NM] vi) ok 40109 - "DO N'T" ([SB/F/NM] vi) ok 40110 - "DO N'TThis is a comment" ([RE/F/NM] vi) ok 40111 - "DO N'TThis is a comment" ([SB/F/NM] vi) ok 40112 - "DO N'TA\tcomment" ([RE/F/NM] vi) ok 40113 - "DO N'TA\tcomment" ([SB/F/NM] vi) ok 40114 - "DO N'TAnother /* comment" ([RE/F/NM] vi) ok 40115 - "DO N'TAnother /* comment" ([SB/F/NM] vi) ok 40116 - "\n" ([RE/F/NM] vi) ok 40117 - "\n" ([SB/F/NM] vi) ok 40118 - "This is a comment\n" ([RE/F/NM] vi) ok 40119 - "This is a comment\n" ([SB/F/NM] vi) ok 40120 - "A\tcomment\n" ([RE/F/NM] vi) ok 40121 - "A\tcomment\n" ([SB/F/NM] vi) ok 40122 - "Another /* comment\n" ([RE/F/NM] vi) ok 40123 - "Another /* comment\n" ([SB/F/NM] vi) ok 40124 - "DO NOT" ([RE/F/NM] vi) ok 40125 - "DO NOT" ([SB/F/NM] vi) ok 40126 - "DO NOTThis is a comment" ([RE/F/NM] vi) ok 40127 - "DO NOTThis is a comment" ([SB/F/NM] vi) ok 40128 - "DO NOTA\tcomment" ([RE/F/NM] vi) ok 40129 - "DO NOTA\tcomment" ([SB/F/NM] vi) ok 40130 - "DO NOTAnother /* comment" ([RE/F/NM] vi) ok 40131 - "DO NOTAnother /* comment" ([SB/F/NM] vi) ok 40132 - "\n" ([RE/F/NM] vi) ok 40133 - "\n" ([SB/F/NM] vi) ok 40134 - "This is a comment\n" ([RE/F/NM] vi) ok 40135 - "This is a comment\n" ([SB/F/NM] vi) ok 40136 - "A\tcomment\n" ([RE/F/NM] vi) ok 40137 - "A\tcomment\n" ([SB/F/NM] vi) ok 40138 - "Another /* comment\n" ([RE/F/NM] vi) ok 40139 - "Another /* comment\n" ([SB/F/NM] vi) ok 40140 - "PLEASE DO NOT" ([RE/F/NM] vi) ok 40141 - "PLEASE DO NOT" ([SB/F/NM] vi) ok 40142 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] vi) ok 40143 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] vi) ok 40144 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] vi) ok 40145 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] vi) ok 40146 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] vi) ok 40147 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] vi) ok 40148 - "\n" ([RE/F/NM] vi) ok 40149 - "\n" ([SB/F/NM] vi) ok 40150 - "This is a comment\n" ([RE/F/NM] vi) ok 40151 - "This is a comment\n" ([SB/F/NM] vi) ok 40152 - "A\tcomment\n" ([RE/F/NM] vi) ok 40153 - "A\tcomment\n" ([SB/F/NM] vi) ok 40154 - "Another /* comment\n" ([RE/F/NM] vi) ok 40155 - "Another /* comment\n" ([SB/F/NM] vi) ok 40156 - "PLEASE DO NOT" ([RE/F/NM] vi) ok 40157 - "PLEASE DO NOT" ([SB/F/NM] vi) ok 40158 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] vi) ok 40159 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] vi) ok 40160 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] vi) ok 40161 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] vi) ok 40162 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] vi) ok 40163 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] vi) ok 40164 - "\n" ([RE/F/NM] vi) ok 40165 - "\n" ([SB/F/NM] vi) ok 40166 - "This is a comment\n" ([RE/F/NM] vi) ok 40167 - "This is a comment\n" ([SB/F/NM] vi) ok 40168 - "A\tcomment\n" ([RE/F/NM] vi) ok 40169 - "A\tcomment\n" ([SB/F/NM] vi) ok 40170 - "Another /* comment\n" ([RE/F/NM] vi) ok 40171 - "Another /* comment\n" ([SB/F/NM] vi) ok 40172 - "PLEASE DO N'T" ([RE/F/NM] vi) ok 40173 - "PLEASE DO N'T" ([SB/F/NM] vi) ok 40174 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] vi) ok 40175 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] vi) ok 40176 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] vi) ok 40177 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] vi) ok 40178 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] vi) ok 40179 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] vi) ok 40180 - "\n" ([RE/F/NM] vi) ok 40181 - "\n" ([SB/F/NM] vi) ok 40182 - "This is a comment\n" ([RE/F/NM] vi) ok 40183 - "This is a comment\n" ([SB/F/NM] vi) ok 40184 - "A\tcomment\n" ([RE/F/NM] vi) ok 40185 - "A\tcomment\n" ([SB/F/NM] vi) ok 40186 - "Another /* comment\n" ([RE/F/NM] vi) ok 40187 - "Another /* comment\n" ([SB/F/NM] vi) ok 40188 - "NB." ([RE/F/NM] vi) ok 40189 - "NB." ([SB/F/NM] vi) ok 40190 - "NB.This is a comment" ([RE/F/NM] vi) ok 40191 - "NB.This is a comment" ([SB/F/NM] vi) ok 40192 - "NB.A\tcomment" ([RE/F/NM] vi) ok 40193 - "NB.A\tcomment" ([SB/F/NM] vi) ok 40194 - "NB.Another /* comment" ([RE/F/NM] vi) ok 40195 - "NB.Another /* comment" ([SB/F/NM] vi) ok 40196 - "\n" ([RE/F/NM] vi) ok 40197 - "\n" ([SB/F/NM] vi) ok 40198 - "This is a comment\n" ([RE/F/NM] vi) ok 40199 - "This is a comment\n" ([SB/F/NM] vi) ok 40200 - "A\tcomment\n" ([RE/F/NM] vi) ok 40201 - "A\tcomment\n" ([SB/F/NM] vi) ok 40202 - "Another /* comment\n" ([RE/F/NM] vi) ok 40203 - "Another /* comment\n" ([SB/F/NM] vi) ok 40204 - "{" ([RE/F/NM] vi) ok 40205 - "{" ([SB/F/NM] vi) ok 40206 - "{This is a comment" ([RE/F/NM] vi) ok 40207 - "{This is a comment" ([SB/F/NM] vi) ok 40208 - "{A\tcomment" ([RE/F/NM] vi) ok 40209 - "{A\tcomment" ([SB/F/NM] vi) ok 40210 - "{Another /* comment" ([RE/F/NM] vi) ok 40211 - "{Another /* comment" ([SB/F/NM] vi) ok 40212 - "}" ([RE/F/NM] vi) ok 40213 - "}" ([SB/F/NM] vi) ok 40214 - "This is a comment}" ([RE/F/NM] vi) ok 40215 - "This is a comment}" ([SB/F/NM] vi) ok 40216 - "A\tcomment}" ([RE/F/NM] vi) ok 40217 - "A\tcomment}" ([SB/F/NM] vi) ok 40218 - "Another /* comment}" ([RE/F/NM] vi) ok 40219 - "Another /* comment}" ([SB/F/NM] vi) ok 40220 - "." ([RE/F/NM] vi) ok 40221 - "." ([SB/F/NM] vi) ok 40222 - ".This is a comment" ([RE/F/NM] vi) ok 40223 - ".This is a comment" ([SB/F/NM] vi) ok 40224 - ".A\tcomment" ([RE/F/NM] vi) ok 40225 - ".A\tcomment" ([SB/F/NM] vi) ok 40226 - ".Another /* comment" ([RE/F/NM] vi) ok 40227 - ".Another /* comment" ([SB/F/NM] vi) ok 40228 - "\n" ([RE/F/NM] vi) ok 40229 - "\n" ([SB/F/NM] vi) ok 40230 - "This is a comment\n" ([RE/F/NM] vi) ok 40231 - "This is a comment\n" ([SB/F/NM] vi) ok 40232 - "A\tcomment\n" ([RE/F/NM] vi) ok 40233 - "A\tcomment\n" ([SB/F/NM] vi) ok 40234 - "Another /* comment\n" ([RE/F/NM] vi) ok 40235 - "Another /* comment\n" ([SB/F/NM] vi) ok 40236 - ";" ([RE/F/NM] vi) ok 40237 - ";" ([SB/F/NM] vi) ok 40238 - ";This is a comment" ([RE/F/NM] vi) ok 40239 - ";This is a comment" ([SB/F/NM] vi) ok 40240 - ";A\tcomment" ([RE/F/NM] vi) ok 40241 - ";A\tcomment" ([SB/F/NM] vi) ok 40242 - ";Another /* comment" ([RE/F/NM] vi) ok 40243 - ";Another /* comment" ([SB/F/NM] vi) ok 40244 - "\n" ([RE/F/NM] vi) ok 40245 - "\n" ([SB/F/NM] vi) ok 40246 - "This is a comment\n" ([RE/F/NM] vi) ok 40247 - "This is a comment\n" ([SB/F/NM] vi) ok 40248 - "A\tcomment\n" ([RE/F/NM] vi) ok 40249 - "A\tcomment\n" ([SB/F/NM] vi) ok 40250 - "Another /* comment\n" ([RE/F/NM] vi) ok 40251 - "Another /* comment\n" ([SB/F/NM] vi) ok 40252 - "`" ([RE/F/NM] vi) ok 40253 - "`" ([SB/F/NM] vi) ok 40254 - "`This is a comment" ([RE/F/NM] vi) ok 40255 - "`This is a comment" ([SB/F/NM] vi) ok 40256 - "`A\tcomment" ([RE/F/NM] vi) ok 40257 - "`A\tcomment" ([SB/F/NM] vi) ok 40258 - "`Another /* comment" ([RE/F/NM] vi) ok 40259 - "`Another /* comment" ([SB/F/NM] vi) ok 40260 - "\n" ([RE/F/NM] vi) ok 40261 - "\n" ([SB/F/NM] vi) ok 40262 - "This is a comment\n" ([RE/F/NM] vi) ok 40263 - "This is a comment\n" ([SB/F/NM] vi) ok 40264 - "A\tcomment\n" ([RE/F/NM] vi) ok 40265 - "A\tcomment\n" ([SB/F/NM] vi) ok 40266 - "Another /* comment\n" ([RE/F/NM] vi) ok 40267 - "Another /* comment\n" ([SB/F/NM] vi) ok 40268 - "--" ([RE/F/NM] vi) ok 40269 - "--" ([SB/F/NM] vi) ok 40270 - "--This is a comment" ([RE/F/NM] vi) ok 40271 - "--This is a comment" ([SB/F/NM] vi) ok 40272 - "--A\tcomment" ([RE/F/NM] vi) ok 40273 - "--A\tcomment" ([SB/F/NM] vi) ok 40274 - "--Another /* comment" ([RE/F/NM] vi) ok 40275 - "--Another /* comment" ([SB/F/NM] vi) ok 40276 - "\n" ([RE/F/NM] vi) ok 40277 - "\n" ([SB/F/NM] vi) ok 40278 - "This is a comment\n" ([RE/F/NM] vi) ok 40279 - "This is a comment\n" ([SB/F/NM] vi) ok 40280 - "A\tcomment\n" ([RE/F/NM] vi) ok 40281 - "A\tcomment\n" ([SB/F/NM] vi) ok 40282 - "Another /* comment\n" ([RE/F/NM] vi) ok 40283 - "Another /* comment\n" ([SB/F/NM] vi) ok 40284 - "---" ([RE/F/NM] vi) ok 40285 - "---" ([SB/F/NM] vi) ok 40286 - "---This is a comment" ([RE/F/NM] vi) ok 40287 - "---This is a comment" ([SB/F/NM] vi) ok 40288 - "---A\tcomment" ([RE/F/NM] vi) ok 40289 - "---A\tcomment" ([SB/F/NM] vi) ok 40290 - "---Another /* comment" ([RE/F/NM] vi) ok 40291 - "---Another /* comment" ([SB/F/NM] vi) ok 40292 - "\n" ([RE/F/NM] vi) ok 40293 - "\n" ([SB/F/NM] vi) ok 40294 - "This is a comment\n" ([RE/F/NM] vi) ok 40295 - "This is a comment\n" ([SB/F/NM] vi) ok 40296 - "A\tcomment\n" ([RE/F/NM] vi) ok 40297 - "A\tcomment\n" ([SB/F/NM] vi) ok 40298 - "Another /* comment\n" ([RE/F/NM] vi) ok 40299 - "Another /* comment\n" ([SB/F/NM] vi) ok 40300 - "-----" ([RE/F/NM] vi) ok 40301 - "-----" ([SB/F/NM] vi) ok 40302 - "-----This is a comment" ([RE/F/NM] vi) ok 40303 - "-----This is a comment" ([SB/F/NM] vi) ok 40304 - "-----A\tcomment" ([RE/F/NM] vi) ok 40305 - "-----A\tcomment" ([SB/F/NM] vi) ok 40306 - "-----Another /* comment" ([RE/F/NM] vi) ok 40307 - "-----Another /* comment" ([SB/F/NM] vi) ok 40308 - "\n" ([RE/F/NM] vi) ok 40309 - "\n" ([SB/F/NM] vi) ok 40310 - "This is a comment\n" ([RE/F/NM] vi) ok 40311 - "This is a comment\n" ([SB/F/NM] vi) ok 40312 - "A\tcomment\n" ([RE/F/NM] vi) ok 40313 - "A\tcomment\n" ([SB/F/NM] vi) ok 40314 - "Another /* comment\n" ([RE/F/NM] vi) ok 40315 - "Another /* comment\n" ([SB/F/NM] vi) ok 40316 - "\\"" ([RE/F/NM] vi) ok 40317 - "\\"" ([SB/F/NM] vi) ok 40318 - "\\"This is a comment" ([RE/F/NM] vi) ok 40319 - "\\"This is a comment" ([SB/F/NM] vi) ok 40320 - "\\"A\tcomment" ([RE/F/NM] vi) ok 40321 - "\\"A\tcomment" ([SB/F/NM] vi) ok 40322 - "\\"Another /* comment" ([RE/F/NM] vi) ok 40323 - "\\"Another /* comment" ([SB/F/NM] vi) ok 40324 - "\n" ([RE/F/NM] vi) ok 40325 - "\n" ([SB/F/NM] vi) ok 40326 - "This is a comment\n" ([RE/F/NM] vi) ok 40327 - "This is a comment\n" ([SB/F/NM] vi) ok 40328 - "A\tcomment\n" ([RE/F/NM] vi) ok 40329 - "A\tcomment\n" ([SB/F/NM] vi) ok 40330 - "Another /* comment\n" ([RE/F/NM] vi) ok 40331 - "Another /* comment\n" ([SB/F/NM] vi) ok 40332 - """ ([RE/F/NM] vi) ok 40333 - """ ([SB/F/NM] vi) ok 40334 - ""This is a comment" ([RE/F/NM] vi) ok 40335 - ""This is a comment" ([SB/F/NM] vi) ok 40336 - ""A\tcomment" ([RE/F/NM] vi) ok 40337 - ""A\tcomment" ([SB/F/NM] vi) ok 40338 - ""Another /* comment" ([RE/F/NM] vi) ok 40339 - ""Another /* comment" ([SB/F/NM] vi) ok 40340 - "\n" ([RE/F/NM] vi) ok 40341 - "\n" ([SB/F/NM] vi) ok 40342 - "This is a comment\n" ([RE/F/NM] vi) ok 40343 - "This is a comment\n" ([SB/F/NM] vi) ok 40344 - "A\tcomment\n" ([RE/F/NM] vi) ok 40345 - "A\tcomment\n" ([SB/F/NM] vi) ok 40346 - "Another /* comment\n" ([RE/F/NM] vi) ok 40347 - "Another /* comment\n" ([SB/F/NM] vi) ok 40348 - "'" ([RE/F/NM] vi) ok 40349 - "'" ([SB/F/NM] vi) ok 40350 - "'This is a comment" ([RE/F/NM] vi) ok 40351 - "'This is a comment" ([SB/F/NM] vi) ok 40352 - "'A\tcomment" ([RE/F/NM] vi) ok 40353 - "'A\tcomment" ([SB/F/NM] vi) ok 40354 - "'Another /* comment" ([RE/F/NM] vi) ok 40355 - "'Another /* comment" ([SB/F/NM] vi) ok 40356 - "\n" ([RE/F/NM] vi) ok 40357 - "\n" ([SB/F/NM] vi) ok 40358 - "This is a comment\n" ([RE/F/NM] vi) ok 40359 - "This is a comment\n" ([SB/F/NM] vi) ok 40360 - "A\tcomment\n" ([RE/F/NM] vi) ok 40361 - "A\tcomment\n" ([SB/F/NM] vi) ok 40362 - "Another /* comment\n" ([RE/F/NM] vi) ok 40363 - "Another /* comment\n" ([SB/F/NM] vi) ok 40364 - "/* This is a C comment */" ([RE/F/NM] vi) ok 40365 - "/* This is a C comment */" ([SB/F/NM] vi) ok 40366 - "(* This is a Pascal comment *)" ([RE/F/NM] vi) ok 40367 - "(* This is a Pascal comment *)" ([SB/F/NM] vi) ok 40368 - "" ([RE/F/NM] vi) ok 40369 - "" ([SB/F/NM] vi) ok 40370 - ""\n\n" ([RE/F/NM] vi) ok 40371 - ""\n\n" ([SB/F/NM] vi) ok 40372 - ""This is a comment\n\n" ([RE/F/NM] vi) ok 40373 - ""This is a comment\n\n" ([SB/F/NM] vi) ok 40374 - ""A\tcomment\n\n" ([RE/F/NM] vi) ok 40375 - ""A\tcomment\n\n" ([SB/F/NM] vi) ok 40376 - ""Another /* comment\n\n" ([RE/F/NM] vi) ok 40377 - ""Another /* comment\n\n" ([SB/F/NM] vi) ok 40378 - ""\n"\n" ([RE/F/NM] vi) ok 40379 - ""\n"\n" ([SB/F/NM] vi) ok 40380 - ""This is a comment\n"This is a comment\n" ([RE/F/NM] vi) ok 40381 - ""This is a comment\n"This is a comment\n" ([SB/F/NM] vi) ok 40382 - ""A\tcomment\n"A\tcomment\n" ([RE/F/NM] vi) ok 40383 - ""A\tcomment\n"A\tcomment\n" ([SB/F/NM] vi) ok 40384 - ""Another /* comment\n"Another /* comment\n" ([RE/F/NM] vi) ok 40385 - ""Another /* comment\n"Another /* comment\n" ([SB/F/NM] vi) ok 40386 - ""\ne" ([RE/F/NM] vi) ok 40387 - ""\ne" ([SB/F/NM] vi) ok 40388 - ""This is a comment\na" ([RE/F/NM] vi) ok 40389 - ""This is a comment\na" ([SB/F/NM] vi) ok 40390 - ""A\tcomment\n5lxb" ([RE/F/NM] vi) ok 40391 - ""A\tcomment\n5lxb" ([SB/F/NM] vi) ok 40392 - ""Another /* comment\ntnqq" ([RE/F/NM] vi) ok 40393 - ""Another /* comment\ntnqq" ([SB/F/NM] vi) ok 40394 - "z"\n" ([RE/F/NM] vi) ok 40395 - "z"\n" ([SB/F/NM] vi) ok 40396 - "beyv"This is a comment\n" ([RE/F/NM] vi) ok 40397 - "beyv"This is a comment\n" ([SB/F/NM] vi) ok 40398 - "twhw"A\tcomment\n" ([RE/F/NM] vi) ok 40399 - "twhw"A\tcomment\n" ([SB/F/NM] vi) ok 40400 - "f"Another /* comment\n" ([RE/F/NM] vi) ok 40401 - "f"Another /* comment\n" ([SB/F/NM] vi) ok 40402 - "\\\n" ([RE/F/NM] vi) ok 40403 - "\\\n" ([SB/F/NM] vi) ok 40404 - "\\This is a comment\n" ([RE/F/NM] vi) ok 40405 - "\\This is a comment\n" ([SB/F/NM] vi) ok 40406 - "\\A\tcomment\n" ([RE/F/NM] vi) ok 40407 - "\\A\tcomment\n" ([SB/F/NM] vi) ok 40408 - "\\Another /* comment\n" ([RE/F/NM] vi) ok 40409 - "\\Another /* comment\n" ([SB/F/NM] vi) ok 40410 - "#\n" ([RE/F/NM] vi) ok 40411 - "#\n" ([SB/F/NM] vi) ok 40412 - "#This is a comment\n" ([RE/F/NM] vi) ok 40413 - "#This is a comment\n" ([SB/F/NM] vi) ok 40414 - "#A\tcomment\n" ([RE/F/NM] vi) ok 40415 - "#A\tcomment\n" ([SB/F/NM] vi) ok 40416 - "#Another /* comment\n" ([RE/F/NM] vi) ok 40417 - "#Another /* comment\n" ([SB/F/NM] vi) ok 40418 - "//\n" ([RE/F/NM] vi) ok 40419 - "//\n" ([SB/F/NM] vi) ok 40420 - "//This is a comment\n" ([RE/F/NM] vi) ok 40421 - "//This is a comment\n" ([SB/F/NM] vi) ok 40422 - "//A\tcomment\n" ([RE/F/NM] vi) ok 40423 - "//A\tcomment\n" ([SB/F/NM] vi) ok 40424 - "//Another /* comment\n" ([RE/F/NM] vi) ok 40425 - "//Another /* comment\n" ([SB/F/NM] vi) ok 40426 - "--\n" ([RE/F/NM] vi) ok 40427 - "--\n" ([SB/F/NM] vi) ok 40428 - "--This is a comment\n" ([RE/F/NM] vi) ok 40429 - "--This is a comment\n" ([SB/F/NM] vi) ok 40430 - "--A\tcomment\n" ([RE/F/NM] vi) ok 40431 - "--A\tcomment\n" ([SB/F/NM] vi) ok 40432 - "--Another /* comment\n" ([RE/F/NM] vi) ok 40433 - "--Another /* comment\n" ([SB/F/NM] vi) ok 40434 - ";\n" ([RE/F/NM] vi) ok 40435 - ";\n" ([SB/F/NM] vi) ok 40436 - ";This is a comment\n" ([RE/F/NM] vi) ok 40437 - ";This is a comment\n" ([SB/F/NM] vi) ok 40438 - ";A\tcomment\n" ([RE/F/NM] vi) ok 40439 - ";A\tcomment\n" ([SB/F/NM] vi) ok 40440 - ";Another /* comment\n" ([RE/F/NM] vi) ok 40441 - ";Another /* comment\n" ([SB/F/NM] vi) ok 40442 - "#\n" ([RE/F/NM] vi) ok 40443 - "#\n" ([SB/F/NM] vi) ok 40444 - "#This is a comment\n" ([RE/F/NM] vi) ok 40445 - "#This is a comment\n" ([SB/F/NM] vi) ok 40446 - "#A\tcomment\n" ([RE/F/NM] vi) ok 40447 - "#A\tcomment\n" ([SB/F/NM] vi) ok 40448 - "#Another /* comment\n" ([RE/F/NM] vi) ok 40449 - "#Another /* comment\n" ([SB/F/NM] vi) ok 40450 - "*\n" ([RE/F/NM] vi) ok 40451 - "*\n" ([SB/F/NM] vi) ok 40452 - "*This is a comment\n" ([RE/F/NM] vi) ok 40453 - "*This is a comment\n" ([SB/F/NM] vi) ok 40454 - "*A\tcomment\n" ([RE/F/NM] vi) ok 40455 - "*A\tcomment\n" ([SB/F/NM] vi) ok 40456 - "*Another /* comment\n" ([RE/F/NM] vi) ok 40457 - "*Another /* comment\n" ([SB/F/NM] vi) ok 40458 - "!\n" ([RE/F/NM] vi) ok 40459 - "!\n" ([SB/F/NM] vi) ok 40460 - "!This is a comment\n" ([RE/F/NM] vi) ok 40461 - "!This is a comment\n" ([SB/F/NM] vi) ok 40462 - "!A\tcomment\n" ([RE/F/NM] vi) ok 40463 - "!A\tcomment\n" ([SB/F/NM] vi) ok 40464 - "!Another /* comment\n" ([RE/F/NM] vi) ok 40465 - "!Another /* comment\n" ([SB/F/NM] vi) ok 40466 - "REM\n" ([RE/F/NM] vi) ok 40467 - "REM\n" ([SB/F/NM] vi) ok 40468 - "REMThis is a comment\n" ([RE/F/NM] vi) ok 40469 - "REMThis is a comment\n" ([SB/F/NM] vi) ok 40470 - "REMA\tcomment\n" ([RE/F/NM] vi) ok 40471 - "REMA\tcomment\n" ([SB/F/NM] vi) ok 40472 - "REMAnother /* comment\n" ([RE/F/NM] vi) ok 40473 - "REMAnother /* comment\n" ([SB/F/NM] vi) ok 40474 - "//\n" ([RE/F/NM] vi) ok 40475 - "//\n" ([SB/F/NM] vi) ok 40476 - "//This is a comment\n" ([RE/F/NM] vi) ok 40477 - "//This is a comment\n" ([SB/F/NM] vi) ok 40478 - "//A\tcomment\n" ([RE/F/NM] vi) ok 40479 - "//A\tcomment\n" ([SB/F/NM] vi) ok 40480 - "//Another /* comment\n" ([RE/F/NM] vi) ok 40481 - "//Another /* comment\n" ([SB/F/NM] vi) ok 40482 - "%\n" ([RE/F/NM] vi) ok 40483 - "%\n" ([SB/F/NM] vi) ok 40484 - "%This is a comment\n" ([RE/F/NM] vi) ok 40485 - "%This is a comment\n" ([SB/F/NM] vi) ok 40486 - "%A\tcomment\n" ([RE/F/NM] vi) ok 40487 - "%A\tcomment\n" ([SB/F/NM] vi) ok 40488 - "%Another /* comment\n" ([RE/F/NM] vi) ok 40489 - "%Another /* comment\n" ([SB/F/NM] vi) ok 40490 - "!\n" ([RE/F/NM] vi) ok 40491 - "!\n" ([SB/F/NM] vi) ok 40492 - "!This is a comment\n" ([RE/F/NM] vi) ok 40493 - "!This is a comment\n" ([SB/F/NM] vi) ok 40494 - "!A\tcomment\n" ([RE/F/NM] vi) ok 40495 - "!A\tcomment\n" ([SB/F/NM] vi) ok 40496 - "!Another /* comment\n" ([RE/F/NM] vi) ok 40497 - "!Another /* comment\n" ([SB/F/NM] vi) ok 40498 - "NB\n" ([RE/F/NM] vi) ok 40499 - "NB\n" ([SB/F/NM] vi) ok 40500 - "NBThis is a comment\n" ([RE/F/NM] vi) ok 40501 - "NBThis is a comment\n" ([SB/F/NM] vi) ok 40502 - "NBA\tcomment\n" ([RE/F/NM] vi) ok 40503 - "NBA\tcomment\n" ([SB/F/NM] vi) ok 40504 - "NBAnother /* comment\n" ([RE/F/NM] vi) ok 40505 - "NBAnother /* comment\n" ([SB/F/NM] vi) ok 40506 - "PLEASE NOT\n" ([RE/F/NM] vi) ok 40507 - "PLEASE NOT\n" ([SB/F/NM] vi) ok 40508 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] vi) ok 40509 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] vi) ok 40510 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] vi) ok 40511 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] vi) ok 40512 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] vi) ok 40513 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] vi) ok 40514 - "PLEASE NOT\n" ([RE/F/NM] vi) ok 40515 - "PLEASE NOT\n" ([SB/F/NM] vi) ok 40516 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] vi) ok 40517 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] vi) ok 40518 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] vi) ok 40519 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] vi) ok 40520 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] vi) ok 40521 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] vi) ok 40522 - "PLEASE N'T\n" ([RE/F/NM] vi) ok 40523 - "PLEASE N'T\n" ([SB/F/NM] vi) ok 40524 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] vi) ok 40525 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] vi) ok 40526 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] vi) ok 40527 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] vi) ok 40528 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] vi) ok 40529 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] vi) ok 40530 - "DO NOT\n" ([RE/F/NM] vi) ok 40531 - "DO NOT\n" ([SB/F/NM] vi) ok 40532 - "DO NOTThis is a comment\n" ([RE/F/NM] vi) ok 40533 - "DO NOTThis is a comment\n" ([SB/F/NM] vi) ok 40534 - "DO NOTA\tcomment\n" ([RE/F/NM] vi) ok 40535 - "DO NOTA\tcomment\n" ([SB/F/NM] vi) ok 40536 - "DO NOTAnother /* comment\n" ([RE/F/NM] vi) ok 40537 - "DO NOTAnother /* comment\n" ([SB/F/NM] vi) ok 40538 - "DO N'T\n" ([RE/F/NM] vi) ok 40539 - "DO N'T\n" ([SB/F/NM] vi) ok 40540 - "DO N'TThis is a comment\n" ([RE/F/NM] vi) ok 40541 - "DO N'TThis is a comment\n" ([SB/F/NM] vi) ok 40542 - "DO N'TA\tcomment\n" ([RE/F/NM] vi) ok 40543 - "DO N'TA\tcomment\n" ([SB/F/NM] vi) ok 40544 - "DO N'TAnother /* comment\n" ([RE/F/NM] vi) ok 40545 - "DO N'TAnother /* comment\n" ([SB/F/NM] vi) ok 40546 - "DO NOT\n" ([RE/F/NM] vi) ok 40547 - "DO NOT\n" ([SB/F/NM] vi) ok 40548 - "DO NOTThis is a comment\n" ([RE/F/NM] vi) ok 40549 - "DO NOTThis is a comment\n" ([SB/F/NM] vi) ok 40550 - "DO NOTA\tcomment\n" ([RE/F/NM] vi) ok 40551 - "DO NOTA\tcomment\n" ([SB/F/NM] vi) ok 40552 - "DO NOTAnother /* comment\n" ([RE/F/NM] vi) ok 40553 - "DO NOTAnother /* comment\n" ([SB/F/NM] vi) ok 40554 - "PLEASE DO NOT\n" ([RE/F/NM] vi) ok 40555 - "PLEASE DO NOT\n" ([SB/F/NM] vi) ok 40556 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] vi) ok 40557 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] vi) ok 40558 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] vi) ok 40559 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] vi) ok 40560 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] vi) ok 40561 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] vi) ok 40562 - "PLEASE DO NOT\n" ([RE/F/NM] vi) ok 40563 - "PLEASE DO NOT\n" ([SB/F/NM] vi) ok 40564 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] vi) ok 40565 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] vi) ok 40566 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] vi) ok 40567 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] vi) ok 40568 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] vi) ok 40569 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] vi) ok 40570 - "PLEASE DO N'T\n" ([RE/F/NM] vi) ok 40571 - "PLEASE DO N'T\n" ([SB/F/NM] vi) ok 40572 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] vi) ok 40573 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] vi) ok 40574 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] vi) ok 40575 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] vi) ok 40576 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] vi) ok 40577 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] vi) ok 40578 - "NB.\n" ([RE/F/NM] vi) ok 40579 - "NB.\n" ([SB/F/NM] vi) ok 40580 - "NB.This is a comment\n" ([RE/F/NM] vi) ok 40581 - "NB.This is a comment\n" ([SB/F/NM] vi) ok 40582 - "NB.A\tcomment\n" ([RE/F/NM] vi) ok 40583 - "NB.A\tcomment\n" ([SB/F/NM] vi) ok 40584 - "NB.Another /* comment\n" ([RE/F/NM] vi) ok 40585 - "NB.Another /* comment\n" ([SB/F/NM] vi) ok 40586 - "{}" ([RE/F/NM] vi) ok 40587 - "{}" ([SB/F/NM] vi) ok 40588 - "{This is a comment}" ([RE/F/NM] vi) ok 40589 - "{This is a comment}" ([SB/F/NM] vi) ok 40590 - "{A\tcomment}" ([RE/F/NM] vi) ok 40591 - "{A\tcomment}" ([SB/F/NM] vi) ok 40592 - "{Another /* comment}" ([RE/F/NM] vi) ok 40593 - "{Another /* comment}" ([SB/F/NM] vi) ok 40594 - ".\n" ([RE/F/NM] vi) ok 40595 - ".\n" ([SB/F/NM] vi) ok 40596 - ".This is a comment\n" ([RE/F/NM] vi) ok 40597 - ".This is a comment\n" ([SB/F/NM] vi) ok 40598 - ".A\tcomment\n" ([RE/F/NM] vi) ok 40599 - ".A\tcomment\n" ([SB/F/NM] vi) ok 40600 - ".Another /* comment\n" ([RE/F/NM] vi) ok 40601 - ".Another /* comment\n" ([SB/F/NM] vi) ok 40602 - ";\n" ([RE/F/NM] vi) ok 40603 - ";\n" ([SB/F/NM] vi) ok 40604 - ";This is a comment\n" ([RE/F/NM] vi) ok 40605 - ";This is a comment\n" ([SB/F/NM] vi) ok 40606 - ";A\tcomment\n" ([RE/F/NM] vi) ok 40607 - ";A\tcomment\n" ([SB/F/NM] vi) ok 40608 - ";Another /* comment\n" ([RE/F/NM] vi) ok 40609 - ";Another /* comment\n" ([SB/F/NM] vi) ok 40610 - "`\n" ([RE/F/NM] vi) ok 40611 - "`\n" ([SB/F/NM] vi) ok 40612 - "`This is a comment\n" ([RE/F/NM] vi) ok 40613 - "`This is a comment\n" ([SB/F/NM] vi) ok 40614 - "`A\tcomment\n" ([RE/F/NM] vi) ok 40615 - "`A\tcomment\n" ([SB/F/NM] vi) ok 40616 - "`Another /* comment\n" ([RE/F/NM] vi) ok 40617 - "`Another /* comment\n" ([SB/F/NM] vi) ok 40618 - "--\n" ([RE/F/NM] vi) ok 40619 - "--\n" ([SB/F/NM] vi) ok 40620 - "--This is a comment\n" ([RE/F/NM] vi) ok 40621 - "--This is a comment\n" ([SB/F/NM] vi) ok 40622 - "--A\tcomment\n" ([RE/F/NM] vi) ok 40623 - "--A\tcomment\n" ([SB/F/NM] vi) ok 40624 - "--Another /* comment\n" ([RE/F/NM] vi) ok 40625 - "--Another /* comment\n" ([SB/F/NM] vi) ok 40626 - "---\n" ([RE/F/NM] vi) ok 40627 - "---\n" ([SB/F/NM] vi) ok 40628 - "---This is a comment\n" ([RE/F/NM] vi) ok 40629 - "---This is a comment\n" ([SB/F/NM] vi) ok 40630 - "---A\tcomment\n" ([RE/F/NM] vi) ok 40631 - "---A\tcomment\n" ([SB/F/NM] vi) ok 40632 - "---Another /* comment\n" ([RE/F/NM] vi) ok 40633 - "---Another /* comment\n" ([SB/F/NM] vi) ok 40634 - "-----\n" ([RE/F/NM] vi) ok 40635 - "-----\n" ([SB/F/NM] vi) ok 40636 - "-----This is a comment\n" ([RE/F/NM] vi) ok 40637 - "-----This is a comment\n" ([SB/F/NM] vi) ok 40638 - "-----A\tcomment\n" ([RE/F/NM] vi) ok 40639 - "-----A\tcomment\n" ([SB/F/NM] vi) ok 40640 - "-----Another /* comment\n" ([RE/F/NM] vi) ok 40641 - "-----Another /* comment\n" ([SB/F/NM] vi) ok 40642 - "\\"\n" ([RE/F/NM] vi) ok 40643 - "\\"\n" ([SB/F/NM] vi) ok 40644 - "\\"This is a comment\n" ([RE/F/NM] vi) ok 40645 - "\\"This is a comment\n" ([SB/F/NM] vi) ok 40646 - "\\"A\tcomment\n" ([RE/F/NM] vi) ok 40647 - "\\"A\tcomment\n" ([SB/F/NM] vi) ok 40648 - "\\"Another /* comment\n" ([RE/F/NM] vi) ok 40649 - "\\"Another /* comment\n" ([SB/F/NM] vi) ok 40650 - "'\n" ([RE/F/NM] vi) ok 40651 - "'\n" ([SB/F/NM] vi) ok 40652 - "'This is a comment\n" ([RE/F/NM] vi) ok 40653 - "'This is a comment\n" ([SB/F/NM] vi) ok 40654 - "'A\tcomment\n" ([RE/F/NM] vi) ok 40655 - "'A\tcomment\n" ([SB/F/NM] vi) ok 40656 - "'Another /* comment\n" ([RE/F/NM] vi) ok 40657 - "'Another /* comment\n" ([SB/F/NM] vi) ok 40658 - "'\n" ([RE/P/MT] ZZT-OOP) ok 40659 - "'\n" ([OM/P/MT] ZZT-OOP) ok 40660 - "'\n" ([OS/P/MT] ZZT-OOP) ok 40661 - "'\n" ([SB/P/MT] ZZT-OOP) ok 40662 - "'\n" ([KP/P/MT] ZZT-OOP) ok 40663 - "'This is a comment\n" ([RE/P/MT] ZZT-OOP) ok 40664 - "'This is a comment\n" ([OM/P/MT] ZZT-OOP) ok 40665 - "'This is a comment\n" ([OS/P/MT] ZZT-OOP) ok 40666 - "'This is a comment\n" ([SB/P/MT] ZZT-OOP) ok 40667 - "'This is a comment\n" ([KP/P/MT] ZZT-OOP) ok 40668 - "'A\tcomment\n" ([RE/P/MT] ZZT-OOP) ok 40669 - "'A\tcomment\n" ([OM/P/MT] ZZT-OOP) ok 40670 - "'A\tcomment\n" ([OS/P/MT] ZZT-OOP) ok 40671 - "'A\tcomment\n" ([SB/P/MT] ZZT-OOP) ok 40672 - "'A\tcomment\n" ([KP/P/MT] ZZT-OOP) ok 40673 - "'Another /* comment\n" ([RE/P/MT] ZZT-OOP) ok 40674 - "'Another /* comment\n" ([OM/P/MT] ZZT-OOP) ok 40675 - "'Another /* comment\n" ([OS/P/MT] ZZT-OOP) ok 40676 - "'Another /* comment\n" ([SB/P/MT] ZZT-OOP) ok 40677 - "'Another /* comment\n" ([KP/P/MT] ZZT-OOP) ok 40678 - "\\" ([RE/F/NM] ZZT-OOP) ok 40679 - "\\" ([SB/F/NM] ZZT-OOP) ok 40680 - "\\This is a comment" ([RE/F/NM] ZZT-OOP) ok 40681 - "\\This is a comment" ([SB/F/NM] ZZT-OOP) ok 40682 - "\\A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40683 - "\\A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40684 - "\\Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40685 - "\\Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40686 - "\n" ([RE/F/NM] ZZT-OOP) ok 40687 - "\n" ([SB/F/NM] ZZT-OOP) ok 40688 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40689 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40690 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40691 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40692 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40693 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40694 - "#" ([RE/F/NM] ZZT-OOP) ok 40695 - "#" ([SB/F/NM] ZZT-OOP) ok 40696 - "#This is a comment" ([RE/F/NM] ZZT-OOP) ok 40697 - "#This is a comment" ([SB/F/NM] ZZT-OOP) ok 40698 - "#A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40699 - "#A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40700 - "#Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40701 - "#Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40702 - "\n" ([RE/F/NM] ZZT-OOP) ok 40703 - "\n" ([SB/F/NM] ZZT-OOP) ok 40704 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40705 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40706 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40707 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40708 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40709 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40710 - "//" ([RE/F/NM] ZZT-OOP) ok 40711 - "//" ([SB/F/NM] ZZT-OOP) ok 40712 - "//This is a comment" ([RE/F/NM] ZZT-OOP) ok 40713 - "//This is a comment" ([SB/F/NM] ZZT-OOP) ok 40714 - "//A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40715 - "//A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40716 - "//Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40717 - "//Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40718 - "\n" ([RE/F/NM] ZZT-OOP) ok 40719 - "\n" ([SB/F/NM] ZZT-OOP) ok 40720 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40721 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40722 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40723 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40724 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40725 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40726 - "--" ([RE/F/NM] ZZT-OOP) ok 40727 - "--" ([SB/F/NM] ZZT-OOP) ok 40728 - "--This is a comment" ([RE/F/NM] ZZT-OOP) ok 40729 - "--This is a comment" ([SB/F/NM] ZZT-OOP) ok 40730 - "--A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40731 - "--A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40732 - "--Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40733 - "--Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40734 - "\n" ([RE/F/NM] ZZT-OOP) ok 40735 - "\n" ([SB/F/NM] ZZT-OOP) ok 40736 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40737 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40738 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40739 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40740 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40741 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40742 - ";" ([RE/F/NM] ZZT-OOP) ok 40743 - ";" ([SB/F/NM] ZZT-OOP) ok 40744 - ";This is a comment" ([RE/F/NM] ZZT-OOP) ok 40745 - ";This is a comment" ([SB/F/NM] ZZT-OOP) ok 40746 - ";A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40747 - ";A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40748 - ";Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40749 - ";Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40750 - "\n" ([RE/F/NM] ZZT-OOP) ok 40751 - "\n" ([SB/F/NM] ZZT-OOP) ok 40752 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40753 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40754 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40755 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40756 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40757 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40758 - "#" ([RE/F/NM] ZZT-OOP) ok 40759 - "#" ([SB/F/NM] ZZT-OOP) ok 40760 - "#This is a comment" ([RE/F/NM] ZZT-OOP) ok 40761 - "#This is a comment" ([SB/F/NM] ZZT-OOP) ok 40762 - "#A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40763 - "#A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40764 - "#Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40765 - "#Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40766 - "\n" ([RE/F/NM] ZZT-OOP) ok 40767 - "\n" ([SB/F/NM] ZZT-OOP) ok 40768 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40769 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40770 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40771 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40772 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40773 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40774 - "*" ([RE/F/NM] ZZT-OOP) ok 40775 - "*" ([SB/F/NM] ZZT-OOP) ok 40776 - "*This is a comment" ([RE/F/NM] ZZT-OOP) ok 40777 - "*This is a comment" ([SB/F/NM] ZZT-OOP) ok 40778 - "*A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40779 - "*A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40780 - "*Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40781 - "*Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40782 - "\n" ([RE/F/NM] ZZT-OOP) ok 40783 - "\n" ([SB/F/NM] ZZT-OOP) ok 40784 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40785 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40786 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40787 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40788 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40789 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40790 - "!" ([RE/F/NM] ZZT-OOP) ok 40791 - "!" ([SB/F/NM] ZZT-OOP) ok 40792 - "!This is a comment" ([RE/F/NM] ZZT-OOP) ok 40793 - "!This is a comment" ([SB/F/NM] ZZT-OOP) ok 40794 - "!A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40795 - "!A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40796 - "!Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40797 - "!Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40798 - "\n" ([RE/F/NM] ZZT-OOP) ok 40799 - "\n" ([SB/F/NM] ZZT-OOP) ok 40800 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40801 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40802 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40803 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40804 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40805 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40806 - "REM" ([RE/F/NM] ZZT-OOP) ok 40807 - "REM" ([SB/F/NM] ZZT-OOP) ok 40808 - "REMThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40809 - "REMThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40810 - "REMA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40811 - "REMA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40812 - "REMAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40813 - "REMAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40814 - "\n" ([RE/F/NM] ZZT-OOP) ok 40815 - "\n" ([SB/F/NM] ZZT-OOP) ok 40816 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40817 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40818 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40819 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40820 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40821 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40822 - "//" ([RE/F/NM] ZZT-OOP) ok 40823 - "//" ([SB/F/NM] ZZT-OOP) ok 40824 - "//This is a comment" ([RE/F/NM] ZZT-OOP) ok 40825 - "//This is a comment" ([SB/F/NM] ZZT-OOP) ok 40826 - "//A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40827 - "//A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40828 - "//Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40829 - "//Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40830 - "\n" ([RE/F/NM] ZZT-OOP) ok 40831 - "\n" ([SB/F/NM] ZZT-OOP) ok 40832 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40833 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40834 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40835 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40836 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40837 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40838 - "%" ([RE/F/NM] ZZT-OOP) ok 40839 - "%" ([SB/F/NM] ZZT-OOP) ok 40840 - "%This is a comment" ([RE/F/NM] ZZT-OOP) ok 40841 - "%This is a comment" ([SB/F/NM] ZZT-OOP) ok 40842 - "%A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40843 - "%A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40844 - "%Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40845 - "%Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40846 - "\n" ([RE/F/NM] ZZT-OOP) ok 40847 - "\n" ([SB/F/NM] ZZT-OOP) ok 40848 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40849 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40850 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40851 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40852 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40853 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40854 - "!" ([RE/F/NM] ZZT-OOP) ok 40855 - "!" ([SB/F/NM] ZZT-OOP) ok 40856 - "!This is a comment" ([RE/F/NM] ZZT-OOP) ok 40857 - "!This is a comment" ([SB/F/NM] ZZT-OOP) ok 40858 - "!A\tcomment" ([RE/F/NM] ZZT-OOP) ok 40859 - "!A\tcomment" ([SB/F/NM] ZZT-OOP) ok 40860 - "!Another /* comment" ([RE/F/NM] ZZT-OOP) ok 40861 - "!Another /* comment" ([SB/F/NM] ZZT-OOP) ok 40862 - "\n" ([RE/F/NM] ZZT-OOP) ok 40863 - "\n" ([SB/F/NM] ZZT-OOP) ok 40864 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40865 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40866 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40867 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40868 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40869 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40870 - "NB" ([RE/F/NM] ZZT-OOP) ok 40871 - "NB" ([SB/F/NM] ZZT-OOP) ok 40872 - "NBThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40873 - "NBThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40874 - "NBA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40875 - "NBA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40876 - "NBAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40877 - "NBAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40878 - "\n" ([RE/F/NM] ZZT-OOP) ok 40879 - "\n" ([SB/F/NM] ZZT-OOP) ok 40880 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40881 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40882 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40883 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40884 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40885 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40886 - "PLEASE NOT" ([RE/F/NM] ZZT-OOP) ok 40887 - "PLEASE NOT" ([SB/F/NM] ZZT-OOP) ok 40888 - "PLEASE NOTThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40889 - "PLEASE NOTThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40890 - "PLEASE NOTA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40891 - "PLEASE NOTA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40892 - "PLEASE NOTAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40893 - "PLEASE NOTAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40894 - "\n" ([RE/F/NM] ZZT-OOP) ok 40895 - "\n" ([SB/F/NM] ZZT-OOP) ok 40896 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40897 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40898 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40899 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40900 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40901 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40902 - "PLEASE NOT" ([RE/F/NM] ZZT-OOP) ok 40903 - "PLEASE NOT" ([SB/F/NM] ZZT-OOP) ok 40904 - "PLEASE NOTThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40905 - "PLEASE NOTThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40906 - "PLEASE NOTA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40907 - "PLEASE NOTA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40908 - "PLEASE NOTAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40909 - "PLEASE NOTAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40910 - "\n" ([RE/F/NM] ZZT-OOP) ok 40911 - "\n" ([SB/F/NM] ZZT-OOP) ok 40912 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40913 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40914 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40915 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40916 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40917 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40918 - "PLEASE N'T" ([RE/F/NM] ZZT-OOP) ok 40919 - "PLEASE N'T" ([SB/F/NM] ZZT-OOP) ok 40920 - "PLEASE N'TThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40921 - "PLEASE N'TThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40922 - "PLEASE N'TA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40923 - "PLEASE N'TA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40924 - "PLEASE N'TAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40925 - "PLEASE N'TAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40926 - "\n" ([RE/F/NM] ZZT-OOP) ok 40927 - "\n" ([SB/F/NM] ZZT-OOP) ok 40928 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40929 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40930 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40931 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40932 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40933 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40934 - "DO NOT" ([RE/F/NM] ZZT-OOP) ok 40935 - "DO NOT" ([SB/F/NM] ZZT-OOP) ok 40936 - "DO NOTThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40937 - "DO NOTThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40938 - "DO NOTA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40939 - "DO NOTA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40940 - "DO NOTAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40941 - "DO NOTAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40942 - "\n" ([RE/F/NM] ZZT-OOP) ok 40943 - "\n" ([SB/F/NM] ZZT-OOP) ok 40944 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40945 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40946 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40947 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40948 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40949 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40950 - "DO N'T" ([RE/F/NM] ZZT-OOP) ok 40951 - "DO N'T" ([SB/F/NM] ZZT-OOP) ok 40952 - "DO N'TThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40953 - "DO N'TThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40954 - "DO N'TA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40955 - "DO N'TA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40956 - "DO N'TAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40957 - "DO N'TAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40958 - "\n" ([RE/F/NM] ZZT-OOP) ok 40959 - "\n" ([SB/F/NM] ZZT-OOP) ok 40960 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40961 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40962 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40963 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40964 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40965 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40966 - "DO NOT" ([RE/F/NM] ZZT-OOP) ok 40967 - "DO NOT" ([SB/F/NM] ZZT-OOP) ok 40968 - "DO NOTThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40969 - "DO NOTThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40970 - "DO NOTA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40971 - "DO NOTA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40972 - "DO NOTAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40973 - "DO NOTAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40974 - "\n" ([RE/F/NM] ZZT-OOP) ok 40975 - "\n" ([SB/F/NM] ZZT-OOP) ok 40976 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40977 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40978 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40979 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40980 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40981 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40982 - "PLEASE DO NOT" ([RE/F/NM] ZZT-OOP) ok 40983 - "PLEASE DO NOT" ([SB/F/NM] ZZT-OOP) ok 40984 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] ZZT-OOP) ok 40985 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] ZZT-OOP) ok 40986 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] ZZT-OOP) ok 40987 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] ZZT-OOP) ok 40988 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 40989 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 40990 - "\n" ([RE/F/NM] ZZT-OOP) ok 40991 - "\n" ([SB/F/NM] ZZT-OOP) ok 40992 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 40993 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 40994 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 40995 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 40996 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 40997 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 40998 - "PLEASE DO NOT" ([RE/F/NM] ZZT-OOP) ok 40999 - "PLEASE DO NOT" ([SB/F/NM] ZZT-OOP) ok 41000 - "PLEASE DO NOTThis is a comment" ([RE/F/NM] ZZT-OOP) ok 41001 - "PLEASE DO NOTThis is a comment" ([SB/F/NM] ZZT-OOP) ok 41002 - "PLEASE DO NOTA\tcomment" ([RE/F/NM] ZZT-OOP) ok 41003 - "PLEASE DO NOTA\tcomment" ([SB/F/NM] ZZT-OOP) ok 41004 - "PLEASE DO NOTAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 41005 - "PLEASE DO NOTAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 41006 - "\n" ([RE/F/NM] ZZT-OOP) ok 41007 - "\n" ([SB/F/NM] ZZT-OOP) ok 41008 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41009 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41010 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41011 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41012 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41013 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41014 - "PLEASE DO N'T" ([RE/F/NM] ZZT-OOP) ok 41015 - "PLEASE DO N'T" ([SB/F/NM] ZZT-OOP) ok 41016 - "PLEASE DO N'TThis is a comment" ([RE/F/NM] ZZT-OOP) ok 41017 - "PLEASE DO N'TThis is a comment" ([SB/F/NM] ZZT-OOP) ok 41018 - "PLEASE DO N'TA\tcomment" ([RE/F/NM] ZZT-OOP) ok 41019 - "PLEASE DO N'TA\tcomment" ([SB/F/NM] ZZT-OOP) ok 41020 - "PLEASE DO N'TAnother /* comment" ([RE/F/NM] ZZT-OOP) ok 41021 - "PLEASE DO N'TAnother /* comment" ([SB/F/NM] ZZT-OOP) ok 41022 - "\n" ([RE/F/NM] ZZT-OOP) ok 41023 - "\n" ([SB/F/NM] ZZT-OOP) ok 41024 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41025 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41026 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41027 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41028 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41029 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41030 - "NB." ([RE/F/NM] ZZT-OOP) ok 41031 - "NB." ([SB/F/NM] ZZT-OOP) ok 41032 - "NB.This is a comment" ([RE/F/NM] ZZT-OOP) ok 41033 - "NB.This is a comment" ([SB/F/NM] ZZT-OOP) ok 41034 - "NB.A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41035 - "NB.A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41036 - "NB.Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41037 - "NB.Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41038 - "\n" ([RE/F/NM] ZZT-OOP) ok 41039 - "\n" ([SB/F/NM] ZZT-OOP) ok 41040 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41041 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41042 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41043 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41044 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41045 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41046 - "{" ([RE/F/NM] ZZT-OOP) ok 41047 - "{" ([SB/F/NM] ZZT-OOP) ok 41048 - "{This is a comment" ([RE/F/NM] ZZT-OOP) ok 41049 - "{This is a comment" ([SB/F/NM] ZZT-OOP) ok 41050 - "{A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41051 - "{A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41052 - "{Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41053 - "{Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41054 - "}" ([RE/F/NM] ZZT-OOP) ok 41055 - "}" ([SB/F/NM] ZZT-OOP) ok 41056 - "This is a comment}" ([RE/F/NM] ZZT-OOP) ok 41057 - "This is a comment}" ([SB/F/NM] ZZT-OOP) ok 41058 - "A\tcomment}" ([RE/F/NM] ZZT-OOP) ok 41059 - "A\tcomment}" ([SB/F/NM] ZZT-OOP) ok 41060 - "Another /* comment}" ([RE/F/NM] ZZT-OOP) ok 41061 - "Another /* comment}" ([SB/F/NM] ZZT-OOP) ok 41062 - "." ([RE/F/NM] ZZT-OOP) ok 41063 - "." ([SB/F/NM] ZZT-OOP) ok 41064 - ".This is a comment" ([RE/F/NM] ZZT-OOP) ok 41065 - ".This is a comment" ([SB/F/NM] ZZT-OOP) ok 41066 - ".A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41067 - ".A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41068 - ".Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41069 - ".Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41070 - "\n" ([RE/F/NM] ZZT-OOP) ok 41071 - "\n" ([SB/F/NM] ZZT-OOP) ok 41072 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41073 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41074 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41075 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41076 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41077 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41078 - ";" ([RE/F/NM] ZZT-OOP) ok 41079 - ";" ([SB/F/NM] ZZT-OOP) ok 41080 - ";This is a comment" ([RE/F/NM] ZZT-OOP) ok 41081 - ";This is a comment" ([SB/F/NM] ZZT-OOP) ok 41082 - ";A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41083 - ";A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41084 - ";Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41085 - ";Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41086 - "\n" ([RE/F/NM] ZZT-OOP) ok 41087 - "\n" ([SB/F/NM] ZZT-OOP) ok 41088 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41089 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41090 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41091 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41092 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41093 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41094 - "`" ([RE/F/NM] ZZT-OOP) ok 41095 - "`" ([SB/F/NM] ZZT-OOP) ok 41096 - "`This is a comment" ([RE/F/NM] ZZT-OOP) ok 41097 - "`This is a comment" ([SB/F/NM] ZZT-OOP) ok 41098 - "`A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41099 - "`A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41100 - "`Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41101 - "`Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41102 - "\n" ([RE/F/NM] ZZT-OOP) ok 41103 - "\n" ([SB/F/NM] ZZT-OOP) ok 41104 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41105 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41106 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41107 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41108 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41109 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41110 - "--" ([RE/F/NM] ZZT-OOP) ok 41111 - "--" ([SB/F/NM] ZZT-OOP) ok 41112 - "--This is a comment" ([RE/F/NM] ZZT-OOP) ok 41113 - "--This is a comment" ([SB/F/NM] ZZT-OOP) ok 41114 - "--A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41115 - "--A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41116 - "--Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41117 - "--Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41118 - "\n" ([RE/F/NM] ZZT-OOP) ok 41119 - "\n" ([SB/F/NM] ZZT-OOP) ok 41120 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41121 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41122 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41123 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41124 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41125 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41126 - "---" ([RE/F/NM] ZZT-OOP) ok 41127 - "---" ([SB/F/NM] ZZT-OOP) ok 41128 - "---This is a comment" ([RE/F/NM] ZZT-OOP) ok 41129 - "---This is a comment" ([SB/F/NM] ZZT-OOP) ok 41130 - "---A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41131 - "---A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41132 - "---Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41133 - "---Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41134 - "\n" ([RE/F/NM] ZZT-OOP) ok 41135 - "\n" ([SB/F/NM] ZZT-OOP) ok 41136 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41137 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41138 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41139 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41140 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41141 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41142 - "-----" ([RE/F/NM] ZZT-OOP) ok 41143 - "-----" ([SB/F/NM] ZZT-OOP) ok 41144 - "-----This is a comment" ([RE/F/NM] ZZT-OOP) ok 41145 - "-----This is a comment" ([SB/F/NM] ZZT-OOP) ok 41146 - "-----A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41147 - "-----A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41148 - "-----Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41149 - "-----Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41150 - "\n" ([RE/F/NM] ZZT-OOP) ok 41151 - "\n" ([SB/F/NM] ZZT-OOP) ok 41152 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41153 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41154 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41155 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41156 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41157 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41158 - "\\"" ([RE/F/NM] ZZT-OOP) ok 41159 - "\\"" ([SB/F/NM] ZZT-OOP) ok 41160 - "\\"This is a comment" ([RE/F/NM] ZZT-OOP) ok 41161 - "\\"This is a comment" ([SB/F/NM] ZZT-OOP) ok 41162 - "\\"A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41163 - "\\"A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41164 - "\\"Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41165 - "\\"Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41166 - "\n" ([RE/F/NM] ZZT-OOP) ok 41167 - "\n" ([SB/F/NM] ZZT-OOP) ok 41168 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41169 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41170 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41171 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41172 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41173 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41174 - """ ([RE/F/NM] ZZT-OOP) ok 41175 - """ ([SB/F/NM] ZZT-OOP) ok 41176 - ""This is a comment" ([RE/F/NM] ZZT-OOP) ok 41177 - ""This is a comment" ([SB/F/NM] ZZT-OOP) ok 41178 - ""A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41179 - ""A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41180 - ""Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41181 - ""Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41182 - "\n" ([RE/F/NM] ZZT-OOP) ok 41183 - "\n" ([SB/F/NM] ZZT-OOP) ok 41184 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41185 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41186 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41187 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41188 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41189 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41190 - "'" ([RE/F/NM] ZZT-OOP) ok 41191 - "'" ([SB/F/NM] ZZT-OOP) ok 41192 - "'This is a comment" ([RE/F/NM] ZZT-OOP) ok 41193 - "'This is a comment" ([SB/F/NM] ZZT-OOP) ok 41194 - "'A\tcomment" ([RE/F/NM] ZZT-OOP) ok 41195 - "'A\tcomment" ([SB/F/NM] ZZT-OOP) ok 41196 - "'Another /* comment" ([RE/F/NM] ZZT-OOP) ok 41197 - "'Another /* comment" ([SB/F/NM] ZZT-OOP) ok 41198 - "\n" ([RE/F/NM] ZZT-OOP) ok 41199 - "\n" ([SB/F/NM] ZZT-OOP) ok 41200 - "This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41201 - "This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41202 - "A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41203 - "A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41204 - "Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41205 - "Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41206 - "/* This is a C comment */" ([RE/F/NM] ZZT-OOP) ok 41207 - "/* This is a C comment */" ([SB/F/NM] ZZT-OOP) ok 41208 - "(* This is a Pascal comment *)" ([RE/F/NM] ZZT-OOP) ok 41209 - "(* This is a Pascal comment *)" ([SB/F/NM] ZZT-OOP) ok 41210 - "" ([RE/F/NM] ZZT-OOP) ok 41211 - "" ([SB/F/NM] ZZT-OOP) ok 41212 - "'\n\n" ([RE/F/NM] ZZT-OOP) ok 41213 - "'\n\n" ([SB/F/NM] ZZT-OOP) ok 41214 - "'This is a comment\n\n" ([RE/F/NM] ZZT-OOP) ok 41215 - "'This is a comment\n\n" ([SB/F/NM] ZZT-OOP) ok 41216 - "'A\tcomment\n\n" ([RE/F/NM] ZZT-OOP) ok 41217 - "'A\tcomment\n\n" ([SB/F/NM] ZZT-OOP) ok 41218 - "'Another /* comment\n\n" ([RE/F/NM] ZZT-OOP) ok 41219 - "'Another /* comment\n\n" ([SB/F/NM] ZZT-OOP) ok 41220 - "'\n'\n" ([RE/F/NM] ZZT-OOP) ok 41221 - "'\n'\n" ([SB/F/NM] ZZT-OOP) ok 41222 - "'This is a comment\n'This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41223 - "'This is a comment\n'This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41224 - "'A\tcomment\n'A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41225 - "'A\tcomment\n'A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41226 - "'Another /* comment\n'Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41227 - "'Another /* comment\n'Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41228 - "'\nny" ([RE/F/NM] ZZT-OOP) ok 41229 - "'\nny" ([SB/F/NM] ZZT-OOP) ok 41230 - "'This is a comment\nws" ([RE/F/NM] ZZT-OOP) ok 41231 - "'This is a comment\nws" ([SB/F/NM] ZZT-OOP) ok 41232 - "'A\tcomment\nrkoo" ([RE/F/NM] ZZT-OOP) ok 41233 - "'A\tcomment\nrkoo" ([SB/F/NM] ZZT-OOP) ok 41234 - "'Another /* comment\nkaq" ([RE/F/NM] ZZT-OOP) ok 41235 - "'Another /* comment\nkaq" ([SB/F/NM] ZZT-OOP) ok 41236 - "erz'\n" ([RE/F/NM] ZZT-OOP) ok 41237 - "erz'\n" ([SB/F/NM] ZZT-OOP) ok 41238 - "m1m'This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41239 - "m1m'This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41240 - "2'A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41241 - "2'A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41242 - "1ej'Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41243 - "1ej'Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41244 - "\\\n" ([RE/F/NM] ZZT-OOP) ok 41245 - "\\\n" ([SB/F/NM] ZZT-OOP) ok 41246 - "\\This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41247 - "\\This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41248 - "\\A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41249 - "\\A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41250 - "\\Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41251 - "\\Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41252 - "#\n" ([RE/F/NM] ZZT-OOP) ok 41253 - "#\n" ([SB/F/NM] ZZT-OOP) ok 41254 - "#This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41255 - "#This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41256 - "#A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41257 - "#A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41258 - "#Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41259 - "#Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41260 - "//\n" ([RE/F/NM] ZZT-OOP) ok 41261 - "//\n" ([SB/F/NM] ZZT-OOP) ok 41262 - "//This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41263 - "//This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41264 - "//A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41265 - "//A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41266 - "//Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41267 - "//Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41268 - "--\n" ([RE/F/NM] ZZT-OOP) ok 41269 - "--\n" ([SB/F/NM] ZZT-OOP) ok 41270 - "--This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41271 - "--This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41272 - "--A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41273 - "--A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41274 - "--Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41275 - "--Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41276 - ";\n" ([RE/F/NM] ZZT-OOP) ok 41277 - ";\n" ([SB/F/NM] ZZT-OOP) ok 41278 - ";This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41279 - ";This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41280 - ";A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41281 - ";A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41282 - ";Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41283 - ";Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41284 - "#\n" ([RE/F/NM] ZZT-OOP) ok 41285 - "#\n" ([SB/F/NM] ZZT-OOP) ok 41286 - "#This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41287 - "#This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41288 - "#A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41289 - "#A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41290 - "#Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41291 - "#Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41292 - "*\n" ([RE/F/NM] ZZT-OOP) ok 41293 - "*\n" ([SB/F/NM] ZZT-OOP) ok 41294 - "*This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41295 - "*This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41296 - "*A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41297 - "*A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41298 - "*Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41299 - "*Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41300 - "!\n" ([RE/F/NM] ZZT-OOP) ok 41301 - "!\n" ([SB/F/NM] ZZT-OOP) ok 41302 - "!This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41303 - "!This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41304 - "!A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41305 - "!A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41306 - "!Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41307 - "!Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41308 - "REM\n" ([RE/F/NM] ZZT-OOP) ok 41309 - "REM\n" ([SB/F/NM] ZZT-OOP) ok 41310 - "REMThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41311 - "REMThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41312 - "REMA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41313 - "REMA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41314 - "REMAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41315 - "REMAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41316 - "//\n" ([RE/F/NM] ZZT-OOP) ok 41317 - "//\n" ([SB/F/NM] ZZT-OOP) ok 41318 - "//This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41319 - "//This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41320 - "//A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41321 - "//A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41322 - "//Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41323 - "//Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41324 - "%\n" ([RE/F/NM] ZZT-OOP) ok 41325 - "%\n" ([SB/F/NM] ZZT-OOP) ok 41326 - "%This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41327 - "%This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41328 - "%A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41329 - "%A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41330 - "%Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41331 - "%Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41332 - "!\n" ([RE/F/NM] ZZT-OOP) ok 41333 - "!\n" ([SB/F/NM] ZZT-OOP) ok 41334 - "!This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41335 - "!This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41336 - "!A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41337 - "!A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41338 - "!Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41339 - "!Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41340 - "NB\n" ([RE/F/NM] ZZT-OOP) ok 41341 - "NB\n" ([SB/F/NM] ZZT-OOP) ok 41342 - "NBThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41343 - "NBThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41344 - "NBA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41345 - "NBA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41346 - "NBAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41347 - "NBAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41348 - "PLEASE NOT\n" ([RE/F/NM] ZZT-OOP) ok 41349 - "PLEASE NOT\n" ([SB/F/NM] ZZT-OOP) ok 41350 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41351 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41352 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41353 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41354 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41355 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41356 - "PLEASE NOT\n" ([RE/F/NM] ZZT-OOP) ok 41357 - "PLEASE NOT\n" ([SB/F/NM] ZZT-OOP) ok 41358 - "PLEASE NOTThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41359 - "PLEASE NOTThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41360 - "PLEASE NOTA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41361 - "PLEASE NOTA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41362 - "PLEASE NOTAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41363 - "PLEASE NOTAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41364 - "PLEASE N'T\n" ([RE/F/NM] ZZT-OOP) ok 41365 - "PLEASE N'T\n" ([SB/F/NM] ZZT-OOP) ok 41366 - "PLEASE N'TThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41367 - "PLEASE N'TThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41368 - "PLEASE N'TA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41369 - "PLEASE N'TA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41370 - "PLEASE N'TAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41371 - "PLEASE N'TAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41372 - "DO NOT\n" ([RE/F/NM] ZZT-OOP) ok 41373 - "DO NOT\n" ([SB/F/NM] ZZT-OOP) ok 41374 - "DO NOTThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41375 - "DO NOTThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41376 - "DO NOTA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41377 - "DO NOTA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41378 - "DO NOTAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41379 - "DO NOTAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41380 - "DO N'T\n" ([RE/F/NM] ZZT-OOP) ok 41381 - "DO N'T\n" ([SB/F/NM] ZZT-OOP) ok 41382 - "DO N'TThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41383 - "DO N'TThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41384 - "DO N'TA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41385 - "DO N'TA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41386 - "DO N'TAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41387 - "DO N'TAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41388 - "DO NOT\n" ([RE/F/NM] ZZT-OOP) ok 41389 - "DO NOT\n" ([SB/F/NM] ZZT-OOP) ok 41390 - "DO NOTThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41391 - "DO NOTThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41392 - "DO NOTA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41393 - "DO NOTA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41394 - "DO NOTAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41395 - "DO NOTAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41396 - "PLEASE DO NOT\n" ([RE/F/NM] ZZT-OOP) ok 41397 - "PLEASE DO NOT\n" ([SB/F/NM] ZZT-OOP) ok 41398 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41399 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41400 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41401 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41402 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41403 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41404 - "PLEASE DO NOT\n" ([RE/F/NM] ZZT-OOP) ok 41405 - "PLEASE DO NOT\n" ([SB/F/NM] ZZT-OOP) ok 41406 - "PLEASE DO NOTThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41407 - "PLEASE DO NOTThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41408 - "PLEASE DO NOTA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41409 - "PLEASE DO NOTA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41410 - "PLEASE DO NOTAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41411 - "PLEASE DO NOTAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41412 - "PLEASE DO N'T\n" ([RE/F/NM] ZZT-OOP) ok 41413 - "PLEASE DO N'T\n" ([SB/F/NM] ZZT-OOP) ok 41414 - "PLEASE DO N'TThis is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41415 - "PLEASE DO N'TThis is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41416 - "PLEASE DO N'TA\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41417 - "PLEASE DO N'TA\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41418 - "PLEASE DO N'TAnother /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41419 - "PLEASE DO N'TAnother /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41420 - "NB.\n" ([RE/F/NM] ZZT-OOP) ok 41421 - "NB.\n" ([SB/F/NM] ZZT-OOP) ok 41422 - "NB.This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41423 - "NB.This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41424 - "NB.A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41425 - "NB.A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41426 - "NB.Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41427 - "NB.Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41428 - "{}" ([RE/F/NM] ZZT-OOP) ok 41429 - "{}" ([SB/F/NM] ZZT-OOP) ok 41430 - "{This is a comment}" ([RE/F/NM] ZZT-OOP) ok 41431 - "{This is a comment}" ([SB/F/NM] ZZT-OOP) ok 41432 - "{A\tcomment}" ([RE/F/NM] ZZT-OOP) ok 41433 - "{A\tcomment}" ([SB/F/NM] ZZT-OOP) ok 41434 - "{Another /* comment}" ([RE/F/NM] ZZT-OOP) ok 41435 - "{Another /* comment}" ([SB/F/NM] ZZT-OOP) ok 41436 - ".\n" ([RE/F/NM] ZZT-OOP) ok 41437 - ".\n" ([SB/F/NM] ZZT-OOP) ok 41438 - ".This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41439 - ".This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41440 - ".A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41441 - ".A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41442 - ".Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41443 - ".Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41444 - ";\n" ([RE/F/NM] ZZT-OOP) ok 41445 - ";\n" ([SB/F/NM] ZZT-OOP) ok 41446 - ";This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41447 - ";This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41448 - ";A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41449 - ";A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41450 - ";Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41451 - ";Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41452 - "`\n" ([RE/F/NM] ZZT-OOP) ok 41453 - "`\n" ([SB/F/NM] ZZT-OOP) ok 41454 - "`This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41455 - "`This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41456 - "`A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41457 - "`A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41458 - "`Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41459 - "`Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41460 - "--\n" ([RE/F/NM] ZZT-OOP) ok 41461 - "--\n" ([SB/F/NM] ZZT-OOP) ok 41462 - "--This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41463 - "--This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41464 - "--A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41465 - "--A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41466 - "--Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41467 - "--Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41468 - "---\n" ([RE/F/NM] ZZT-OOP) ok 41469 - "---\n" ([SB/F/NM] ZZT-OOP) ok 41470 - "---This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41471 - "---This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41472 - "---A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41473 - "---A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41474 - "---Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41475 - "---Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41476 - "-----\n" ([RE/F/NM] ZZT-OOP) ok 41477 - "-----\n" ([SB/F/NM] ZZT-OOP) ok 41478 - "-----This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41479 - "-----This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41480 - "-----A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41481 - "-----A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41482 - "-----Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41483 - "-----Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41484 - "\\"\n" ([RE/F/NM] ZZT-OOP) ok 41485 - "\\"\n" ([SB/F/NM] ZZT-OOP) ok 41486 - "\\"This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41487 - "\\"This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41488 - "\\"A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41489 - "\\"A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41490 - "\\"Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41491 - "\\"Another /* comment\n" ([SB/F/NM] ZZT-OOP) ok 41492 - ""\n" ([RE/F/NM] ZZT-OOP) ok 41493 - ""\n" ([SB/F/NM] ZZT-OOP) ok 41494 - ""This is a comment\n" ([RE/F/NM] ZZT-OOP) ok 41495 - ""This is a comment\n" ([SB/F/NM] ZZT-OOP) ok 41496 - ""A\tcomment\n" ([RE/F/NM] ZZT-OOP) ok 41497 - ""A\tcomment\n" ([SB/F/NM] ZZT-OOP) ok 41498 - ""Another /* comment\n" ([RE/F/NM] ZZT-OOP) ok 41499 - ""Another /* comment\n" ([SB/F/NM] ZZT-OOP) Data-DPath-0.55/xt/alltest.t0000644000175000017500000000151412576306670013625 0ustar ss5ss5#! /usr/bin/env perl eval "use Test::Aggregate::Nested"; if ($@) { use Test::More; plan skip_all => "Test::Aggregate::Nested required for testing aggregated"; } use Data::DPath; use Data::Dumper; use Benchmark ':all', ':hireswallclock'; local $Data::DPath::USE_SAFE = 0; BEGIN { print "TAP Version 13\n"; } #DB::enable_profile(); my $tests = Test::Aggregate::Nested->new ({ dirs => 't/', }); diag "Running benchmark. Can take some time ..."; my $count = 1; my $t = timeit ($count, sub { $tests->run }); my $n = $t->[5]; my $throughput = $n / $t->[0]; print " ---\n"; print " benchmark:\n"; print " timestr: ".timestr($t), "\n"; print " wallclock: $t->[0]\n"; print " usr: $t->[1]\n"; print " sys: $t->[2]\n"; print " throughput: $throughput\n"; print " ...\n";