moo.core.tests.test\_parser =========================== .. automodule:: moo.core.tests.test_parser .. rubric:: Functions .. autosummary:: :toctree: test_article_stripping_lowercase test_balanced_double_quotes_no_error test_dead_dobj_raises_no_such_object test_do_command_absent_falls_through_to_normal_dispatch test_do_command_falsy_return_falls_through_to_normal_dispatch test_do_command_receives_words_as_args test_do_command_truthy_return_skips_normal_dispatch test_escaped_quotes_do_not_count_as_unmatched test_expand_wildcard test_get_dobj_lookup_falls_back_when_no_local_match test_get_dobj_lookup_prefers_local_match test_interpret_runs_each_fragment test_ispec_this_constraint_is_enforced test_lex_canonical_preposition_unchanged test_lex_direct_object test_lex_direct_object_with_preposition test_lex_imperative_command test_lex_look_at_QUOTED_painting_with_the_glasses test_lex_object_of_the_preposition test_lex_synonym_preposition_normalized test_multi_prep_verb_still_matches_prepless_command test_parse_command_referring_to_aliases test_parse_direct_object test_parse_direct_object_and_multiple_prepositions_with_specifiers test_parse_direct_object_object_of_the_preposition_with_preposition test_parse_double_quoted_string_with_escaped_inner_quotes test_parse_double_quoted_string_with_inner_escaped_quotes test_parse_imperative_command test_parse_object_of_the_preposition test_parse_object_of_the_preposition_with_preposition test_parse_specifier test_parse_synonym_get_pobj_str test_parse_synonym_has_pobj_str test_parse_with_complex_name test_parse_with_my_object test_parse_with_quoted_strings test_parse_with_quoted_strings_and_escapes test_possessive_specifier_stays_as_specifier test_same_name_variants_dispatch_by_preposition test_split_fragments_all_separators_falls_back test_split_fragments_at_prefixed_verb_splits test_split_fragments_comma_no_space_kept test_split_fragments_comma_separates_with_alpha_continuation test_split_fragments_inside_brackets_preserved test_split_fragments_leading_then_dropped test_split_fragments_mixed_at_and_alpha_chain test_split_fragments_no_separators_round_trips test_split_fragments_period_no_space_kept test_split_fragments_period_separates_with_alpha_continuation test_split_fragments_quoted_periods_preserved test_split_fragments_quoted_then_preserved test_split_fragments_semicolon_no_space_kept test_split_fragments_semicolon_separates test_split_fragments_then_is_case_insensitive test_split_fragments_then_is_word_boundary test_split_fragments_then_separates test_split_fragments_trailing_period_kept test_three_unescaped_quotes_raises_usage_error test_unknown_verb_with_dobj_str_raises_no_such_verb test_unknown_verb_with_no_dobj_still_raises_no_such_verb test_unmatched_double_quote_raises_usage_error test_verb_dispatch_is_case_insensitive