zeek/testing/btest/Baseline/language.ignore-deprecations-2/out
Arne Welzel d9611132e8 scan.l: Support @pragma, specifically push/pop ignore-deprecations
This allows to ignore-deprecations as follows:

    @pragma push ignore-deprecations
    print r$deprecated;
    @pragma pop

A bit of infrastructure is put in place for the push and pop, but
nothing overly generalized for future pragmas.
2023-04-05 10:24:30 +02:00

10 lines
460 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
warning in <...>/ignore-deprecations.zeek, line 12: deprecated (R$s): Use t instead of s (R($s=s1, $t=t1))
warning in <...>/ignore-deprecations.zeek, line 13: deprecated (R$s): Use t instead of s (r1$s)
warning in <...>/ignore-deprecations.zeek, line 21: deprecated (R$s): Use t instead of s (r1$s)
s, s1
t, t1
s, s2
t, t2
o1, [o=s1]
o2, [o=s1]