!752 p { assertTrue(isProperlyQuoted("\"\"")); assertFalse(isProperlyQuoted("\"")); assertFalse(isProperlyQuoted("\"\'")); assertFalse(isProperlyQuoted("\"\\\"")); assertTrue(isProperlyQuoted("\"\\\"\"")); print("ok"); }