File: t40_combine.py

package info (click to toggle)
recode 3.7.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,400 kB
  • sloc: ansic: 73,177; sh: 8,107; python: 3,861; makefile: 198; lisp: 181; lex: 171; sed: 16
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
import common
from common import setup_module, teardown_module

def test_1():
    # That combine does not crash.
    common.request('co..l1')
    common.validate('', '')