// Copyright 2018 Fredrik Portström <https://portstrom.com>
// This is free software distributed under the terms specified in
// the file LICENSE at the top-level directory of this distribution.
externcrate parse_wiki_text;externcrate parse_wiktionary_cs;#[test]fnmain(){let_=parse_wiktionary_cs::parse("",&parse_wiktionary_cs::create_configuration().parse("").nodes,);}