File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ def textBoolExtensionConfigOption(self):
901
901
self .default_options ['extension_configs' ] = config
902
902
self .assertEqual (options , self .default_options )
903
903
904
- def testExtensonConfigOptionAsJSON (self ):
904
+ def testExtensionConfigOptionAsJSON (self ):
905
905
config = {
906
906
'markdown.extensions.wikilinks' : {
907
907
'base_url' : 'http://example.com/' ,
@@ -918,10 +918,10 @@ def testExtensonConfigOptionAsJSON(self):
918
918
self .default_options ['extension_configs' ] = config
919
919
self .assertEqual (options , self .default_options )
920
920
921
- def testExtensonConfigOptionMissingFile (self ):
921
+ def testExtensionConfigOptionMissingFile (self ):
922
922
self .assertRaises (IOError , parse_options , ['-c' , 'missing_file.yaml' ])
923
923
924
- def testExtensonConfigOptionBadFormat (self ):
924
+ def testExtensionConfigOptionBadFormat (self ):
925
925
config = """
926
926
[footnotes]
927
927
PLACE_MARKER= ~~~footnotes~~~
You can’t perform that action at this time.
0 commit comments