diff --git a/README.md b/README.md
index 931fa201543d3bbd56e08f5e75f78fb3867a5cef..defef7834faaeb37ab00b29cf5f8ba58b49b8405 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,12 @@ sudo apt install bison
 - float value as singleton array.
 - Cast integer in float if integer affectation to arrays or multiplication of a float and an integer. (Implicit)
 ### 6. branch test6
-- Affectation multi dimensional array. **(TO DO :TRANSLATE IN MIPS)**
+- Affectation multi dimensional array.
 ### 7. branch test7
 - Operations on multi dimensional array. **(TO DO :TRANSLATE IN MIPS)**
+### 9.branch test9
+- Read an int into an int variable
+- Read a float into a float variable
 
 See in the [test report](./docs/tests.md) file the report on COREC tests features and error detection.
 
diff --git a/docs/tests.md b/docs/tests.md
index 0c3b096cefa52995a305a77c874e677427211ba7..bf98698d618e7757cacbd3ab11c69ea7f2c139cd 100644
--- a/docs/tests.md
+++ b/docs/tests.md
@@ -9,7 +9,7 @@
 6. Declaration of local ND arrays and assignement of values.
 7. Operation with ND arrays.
 8. 
-9. 
+9. Read an int or a float
 
 ## Error detection
 1. Fuction without a rec section.