Like so: ```strings "\".\" Shortcut" = "„.“ Kurzbefehl"; ``` This fails the key value checker: ```ruby def key_value_pair? !!(/^\s*"([^"]+)"\s*=/.match(content)) end ``` and results to the key-value output being `nil`