{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "DB_PASSWORD=\"v8mFLmkF2fth_r\" .\/venv\/bin\/python -c \"\nfrom generators.persistence import strip_markdown\n\n# Test typographic quotation marks\ntest = 'Er sagte: „Das ist ein Test\" und ‚noch einer'.'\nresult = strip_markdown(test)\nprint('Input: ', test)\nprint('Output:', result)\nprint()\n\n# Verify all replaced\nprint('Check: „ in result:', '„' in result)\nprint('Check: \" in result:', '\"' in result)\nprint('Check: ‚ in result:', '‚' in result)\nprint('Check: ' in result:', ''' in result)\n\"",
"description": "Test quotation mark replacement"
}
}