diff --git a/01_Internal_Tables.md b/01_Internal_Tables.md
index 542f7d3..b48c454 100644
--- a/01_Internal_Tables.md
+++ b/01_Internal_Tables.md
@@ -2865,9 +2865,6 @@ ref->* = itab[ 1 ].
Specifying table expressions as operands in constructor expressions with VALUE and REF |
-test
-
-
``` abap
line = VALUE #( itab[ 2 ] ).
@@ -3038,9 +3035,6 @@ ASSERT num2 = num1.
| Table expression result having a reference type enabling chainings with the object component selector |
-test
-
-
``` abap
DATA itab_ref TYPE TABLE OF REF TO s_demo WITH EMPTY KEY.
|