diff --git a/tests/issues/1074/test.ktest b/tests/issues/1074/test.ktest index b51734c9..ff4608e5 100644 --- a/tests/issues/1074/test.ktest +++ b/tests/issues/1074/test.ktest @@ -18,29 +18,29 @@ RUN 1 cycle RUN 4 ms PRESS B RUN 1 cycle +EXPECT keyboard-report Key_A # report: { 4 } RUN 4 ms PRESS C RUN 1 cycle +EXPECT keyboard-report Key_A Key_B # report: { 4 5 } RUN 4 ms PRESS D RUN 1 cycle +EXPECT keyboard-report Key_A Key_B Key_C # report: { 4 5 6 } RUN 4 ms RELEASE A RUN 1 cycle -EXPECT keyboard-report Key_A # report: { 4 } RUN 4 ms RELEASE B RUN 1 cycle -EXPECT keyboard-report Key_A Key_B # report: { 4 5 } RUN 4 ms RELEASE C RUN 1 cycle -EXPECT keyboard-report Key_A Key_B Key_C # report: { 4 5 6 } RUN 4 ms RELEASE D