You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/decoder_operator_test.cpp
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -497,9 +497,9 @@ TEST_CASE("test the decoding of fast operator copy","[operator_copy_decode_test]
497
497
inst.prev_value().present(false); // // When the value is not present in the stream there are three cases depending on the state of the previous value:
498
498
// // * empty – the value of the field is empty. If the field is optional the value is considered absent. It is a dynamic error [ERR D6] if the field is mandatory.
@@ -644,8 +644,8 @@ TEST_CASE("test the decoding of fast operator increment","[operator_increment_de
644
644
inst.prev_value().present(false);
645
645
// When the value is not present in the stream there are three cases depending on the state of the previous value:
646
646
// * empty – the value of the field is empty. If the field is optional the value is considered absent. It is a dynamic error [ERR D6] if the field is mandatory.
Copy file name to clipboardExpand all lines: tests/encoder_operator_test.cpp
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -528,12 +528,12 @@ TEST_CASE("test the encoding of fast operator copy","[operator_copy_encode_test]
528
528
inst.prev_value().present(false); // // When the value is not present in the stream there are three cases depending on the state of the previous value:
529
529
// // * empty – the value of the field is empty. If the field is optional the value is considered absent. It is a dynamic error [ERR D6] if the field is mandatory.
inst.prev_value().present(false); // // When the value is not present in the stream there are three cases depending on the state of the previous value:
@@ -687,12 +687,12 @@ TEST_CASE("test the encoding of fast operator increment","[operator_increment_en
687
687
inst.prev_value().present(false);
688
688
// When the value is not present in the stream there are three cases depending on the state of the previous value:
689
689
// * empty – the value of the field is empty. If the field is optional the value is considered absent. It is a dynamic error [ERR D6] if the field is mandatory.
0 commit comments