{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "DB_PASSWORD=\"v8mFLmkF2fth_r\" .\/venv\/bin\/python << 'EOF'\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('„ ersetzt:', '„' not in result)\nprint('\" ersetzt:', '\"' not in result)\nprint('‚ ersetzt:', '‚' not in result)\nprint('' ersetzt:', ''' not in result)\nEOF",
"description": "Test quotation mark replacement"
}
}