File: 06_adaptor_simple.t

package info (click to toggle)
libcss-perl 1.09-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 980 kB
  • sloc: perl: 13,716; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
$adaptor_name = 'CSS::Adaptor';
$expected_output = "a { b: c }\n";

1 if $::adaptor_name;
1 if $::expected_output;

require 't/harness_adaptor';