// 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_de;#[test]fnmain(){let_=parse_wiktionary_de::parse("","",&parse_wiktionary_de::create_configuration().parse("").nodes,);}