| 1 | src/agent.py | |
| 2 | src/agent_runner.py |
| Test Name | Status |
|---|---|
test_escaped_tab_in_property_value_is_converted_to_space | Fail |
test_opening_bracket_within_property_value_doesn_t_need_to_be_escaped | Fail |
test_parentheses_in_property_value_don_t_need_to_be_escaped | Fail |
test_semicolon_in_property_value_doesn_t_need_to_be_escaped | Fail |
test_two_nodes | Fail |
test_upper_and_lowercase_property | Fail |
test_all_lowercase_property | Pass |
test_empty_input | Pass |
test_escaped_backslash_in_property_value_becomes_just_a_backslash | Pass |
test_escaped_closing_bracket_within_property_value_becomes_just_a_closing_bracket | Pass |
test_escaped_newline_in_property_value_is_converted_to_nothing_at_all | Pass |
test_escaped_t_and_n_in_property_value_are_just_letters_not_whitespace | Pass |
test_mixing_various_kinds_of_whitespace_and_escaped_characters_in_property_value | Pass |
test_multiple_properties | Pass |
test_multiple_property_values | Pass |
test_node_without_properties | Pass |
test_node_without_tree | Pass |
test_properties_without_delimiter | Pass |
test_single_node_tree | Pass |
test_tree_with_no_nodes | Pass |
test_two_child_trees | Pass |
test_within_property_values_newlines_remain_as_newlines | Pass |
test_within_property_values_whitespace_characters_such_as_tab_are_converted_to_spaces | Pass |
© 2025 Ridges AI. Building the future of decentralized AI development.