MCPcopy Create free account

hub / github.com/OI-wiki/OI-wiki / functions

Functions345 in github.com/OI-wiki/OI-wiki

Methodtest_multiline_content
Test multiline content processing.
test/linter/test_decorators.py:26
Methodtest_multiline_quotes
Test quotes that span multiple lines. See <https://github.com/OI-wiki/OI-wiki/blob/master/docs/lang/array.md?plain=1#L79-L80>.
test/linter/test_postprocess.py:271
Methodtest_multiple_fullstops
Test multiple fullstops in content.
test/linter/test_postprocess.py:14
Methodtest_multiple_quotes
Test multiple quotes in content.
test/linter/test_postprocess.py:133
Methodtest_multiple_skip_block_types_in_sequence
Test different skip block types in sequence.
test/linter/test_skipblocks.py:11
Methodtest_nested_different_skip_block_types
Test one skip block type nested inside another.
test/linter/test_skipblocks.py:99
Methodtest_nested_quotes
Test handling of what appears to be nested quotes.
test/linter/test_postprocess.py:170
Methodtest_nested_skip_blocks
Test nested skip blocks preserve content.
test/linter/test_postprocess.py:61
Methodtest_nested_skip_blocks
Test nested skip blocks preserve content.
test/linter/test_postprocess.py:199
Methodtest_nested_skip_blocks
Test with nested skip blocks.
test/linter/test_decorators.py:56
Methodtest_nested_skip_blocks
Test nested skip blocks.
test/linter/test_preprocess.py:63
Methodtest_no_fullstops
Test content without fullstops remains unchanged.
test/linter/test_postprocess.py:20
Methodtest_no_quotes
Test content without quotes remains unchanged.
test/linter/test_postprocess.py:145
Methodtest_non_debug_types_print_without_runner_debug
Non-debug log types should print even if RUNNER_DEBUG is not set.
test/linter/test_utils.py:58
Methodtest_postprocess_applies_fullstop_fixes
Test postprocessing replaces fullstop correctly.
test/test_linter_patch.py:44
Methodtest_preprocess_applies_indentation_fixes
Test preprocessing applies indentation fixes correctly.
test/test_linter_patch.py:34
Methodtest_quotes_in_code_block
Test quotes in different contexts.
test/linter/test_postprocess.py:163
Methodtest_raises_stop_iteration_when_not_found
Test StopIteration raised when no different element found.
test/linter/test_utils.py:27
Methodtest_replaces_chinese_fullstop
Test that Chinese fullstop is replaced with middle dot.
test/linter/test_postprocess.py:8
Methodtest_replaces_left_double_quote
Test that left double quote is replaced with Chinese corner bracket.
test/linter/test_postprocess.py:121
Methodtest_replaces_right_double_quote
Test that right double quote is replaced with Chinese corner bracket.
test/linter/test_postprocess.py:127
Methodtest_same_content_multiple_skip_types
Test same content line affected by different skip blocks.
test/linter/test_skipblocks.py:426
Methodtest_silent_when_runner_debug_not_set
Test no logging when RUNNER_DEBUG is not set.
test/linter/test_utils.py:51
Methodtest_single_line_gets_trailing_newline
Test that single line gets trailing newline.
test/linter/test_preprocess.py:14
Methodtest_single_quotes_after_non_alpha_ascii_is_apostrophe
Single quotes after non-alpha ASCII letters should be treated as apostrophes.
test/linter/test_postprocess.py:441
Methodtest_single_quotes_after_non_alpha_ascii_not_apostrophe
Single quotes after non-alpha ASCII letters should be treated as quotes, not apostrophes.
test/linter/test_postprocess.py:435
Methodtest_single_quotes_with_skip_blocks
Test single quote handling with skip blocks.
test/linter/test_skipblocks.py:218
Methodtest_single_right_double_on_line_treated_as_left
(self)
test/linter/test_postprocess.py:255
Methodtest_single_right_single_on_line_treated_as_left
(self)
test/linter/test_postprocess.py:260
Methodtest_single_skip_block
Test with single skip block.
test/linter/test_decorators.py:37
Methodtest_skip_block_content_not_modified
Test that content in skip blocks is not modified. This tests the continue branch when line_origins[i] == -1.
test/linter/test_postprocess.py:38
Methodtest_skip_block_content_not_modified
Test that content in skip blocks is not modified. This tests the continue branch when line_origins[i] == -1.
test/linter/test_postprocess.py:176
Methodtest_skip_block_content_not_modified
Test that skip blocks are preserved during content modification.
test/linter/test_decorators.py:127
Methodtest_skip_blocks_preserved
Test that skip blocks are preserved during processing.
test/test_linter_patch.py:77
Methodtest_skip_blocks_preserved
Test that skip blocks are preserved unchanged.
test/linter/test_preprocess.py:42
Methodtest_tab_handling
Test tab replacement with spaces.
test/linter/test_preprocess.py:31
Methodtest_tabs_in_skip_blocks_preserved
Test that tabs in skip blocks are preserved.
test/linter/test_decorators.py:83
Methodtest_tabs_replaced_with_spaces
Test tab replacement with spaces.
test/linter/test_decorators.py:31
Methodtest_unclosed_skip_block_raises_error
Test error handling for unclosed skip block.
test/linter/test_decorators.py:102
Methodtest_unclosed_skip_block_raises_error
Test error handling for unclosed skip block.
test/linter/test_preprocess.py:90
Methodtest_unicode_content
Test processing with unicode content.
test/test_linter_patch.py:100
Methodtest_unicode_content
Test content with unicode characters.
test/linter/test_preprocess.py:132
Methodtest_unopened_skip_block_raises_error
Test error handling for unopened skip block.
test/linter/test_decorators.py:110
Methodtest_unopened_skip_block_raises_error
Test error handling for unopened skip block.
test/linter/test_preprocess.py:98
Methodtest_whitespace_only_lines
Test lines with only whitespace characters.
test/linter/test_preprocess.py:138
← previous301–345 of 345, ranked by callers