add tdd script
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import os
|
||||
import re
|
||||
codeRe = "```\s*python([\s\S]*?)```"
|
||||
def title_case(str):
|
||||
|
||||
Reference in New Issue
Block a user
@ -1,4 +1,3 @@
|
||||
import os
|
||||
import re
|
||||
codeRe = "```\s*python([\s\S]*?)```"
|
||||
def title_case(str):
|
||||
|
||||