Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OI-wiki/OI-wiki
/ functions
Functions
345 in github.com/OI-wiki/OI-wiki
⨍
Functions
345
◇
Types & classes
39
↳
Endpoints
7
Method
test_multiline_content
Test multiline content processing.
test/linter/test_decorators.py:26
Method
test_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
Method
test_multiple_fullstops
Test multiple fullstops in content.
test/linter/test_postprocess.py:14
Method
test_multiple_quotes
Test multiple quotes in content.
test/linter/test_postprocess.py:133
Method
test_multiple_skip_block_types_in_sequence
Test different skip block types in sequence.
test/linter/test_skipblocks.py:11
Method
test_nested_different_skip_block_types
Test one skip block type nested inside another.
test/linter/test_skipblocks.py:99
Method
test_nested_quotes
Test handling of what appears to be nested quotes.
test/linter/test_postprocess.py:170
Method
test_nested_skip_blocks
Test nested skip blocks preserve content.
test/linter/test_postprocess.py:61
Method
test_nested_skip_blocks
Test nested skip blocks preserve content.
test/linter/test_postprocess.py:199
Method
test_nested_skip_blocks
Test with nested skip blocks.
test/linter/test_decorators.py:56
Method
test_nested_skip_blocks
Test nested skip blocks.
test/linter/test_preprocess.py:63
Method
test_no_fullstops
Test content without fullstops remains unchanged.
test/linter/test_postprocess.py:20
Method
test_no_quotes
Test content without quotes remains unchanged.
test/linter/test_postprocess.py:145
Method
test_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
Method
test_postprocess_applies_fullstop_fixes
Test postprocessing replaces fullstop correctly.
test/test_linter_patch.py:44
Method
test_preprocess_applies_indentation_fixes
Test preprocessing applies indentation fixes correctly.
test/test_linter_patch.py:34
Method
test_quotes_in_code_block
Test quotes in different contexts.
test/linter/test_postprocess.py:163
Method
test_raises_stop_iteration_when_not_found
Test StopIteration raised when no different element found.
test/linter/test_utils.py:27
Method
test_replaces_chinese_fullstop
Test that Chinese fullstop is replaced with middle dot.
test/linter/test_postprocess.py:8
Method
test_replaces_left_double_quote
Test that left double quote is replaced with Chinese corner bracket.
test/linter/test_postprocess.py:121
Method
test_replaces_right_double_quote
Test that right double quote is replaced with Chinese corner bracket.
test/linter/test_postprocess.py:127
Method
test_same_content_multiple_skip_types
Test same content line affected by different skip blocks.
test/linter/test_skipblocks.py:426
Method
test_silent_when_runner_debug_not_set
Test no logging when RUNNER_DEBUG is not set.
test/linter/test_utils.py:51
Method
test_single_line_gets_trailing_newline
Test that single line gets trailing newline.
test/linter/test_preprocess.py:14
Method
test_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
Method
test_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
Method
test_single_quotes_with_skip_blocks
Test single quote handling with skip blocks.
test/linter/test_skipblocks.py:218
Method
test_single_right_double_on_line_treated_as_left
(self)
test/linter/test_postprocess.py:255
Method
test_single_right_single_on_line_treated_as_left
(self)
test/linter/test_postprocess.py:260
Method
test_single_skip_block
Test with single skip block.
test/linter/test_decorators.py:37
Method
test_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
Method
test_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
Method
test_skip_block_content_not_modified
Test that skip blocks are preserved during content modification.
test/linter/test_decorators.py:127
Method
test_skip_blocks_preserved
Test that skip blocks are preserved during processing.
test/test_linter_patch.py:77
Method
test_skip_blocks_preserved
Test that skip blocks are preserved unchanged.
test/linter/test_preprocess.py:42
Method
test_tab_handling
Test tab replacement with spaces.
test/linter/test_preprocess.py:31
Method
test_tabs_in_skip_blocks_preserved
Test that tabs in skip blocks are preserved.
test/linter/test_decorators.py:83
Method
test_tabs_replaced_with_spaces
Test tab replacement with spaces.
test/linter/test_decorators.py:31
Method
test_unclosed_skip_block_raises_error
Test error handling for unclosed skip block.
test/linter/test_decorators.py:102
Method
test_unclosed_skip_block_raises_error
Test error handling for unclosed skip block.
test/linter/test_preprocess.py:90
Method
test_unicode_content
Test processing with unicode content.
test/test_linter_patch.py:100
Method
test_unicode_content
Test content with unicode characters.
test/linter/test_preprocess.py:132
Method
test_unopened_skip_block_raises_error
Test error handling for unopened skip block.
test/linter/test_decorators.py:110
Method
test_unopened_skip_block_raises_error
Test error handling for unopened skip block.
test/linter/test_preprocess.py:98
Method
test_whitespace_only_lines
Test lines with only whitespace characters.
test/linter/test_preprocess.py:138
← previous
301–345 of 345, ranked by callers