blob: 309249a07fa7b7c2f931aab75383db47b3f4fab3 [file] [log] [blame]
runTest([
john,
{
type<caret>>("file", "C:\\acceptance_files\\test.txt")
}
])
-----
runTest([
john,
{
type "file", "C:\\acceptance_files\\test.txt"
}
])