code_terminator 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 316dce18e871c4571066301904dfc2027d7aa37a
4
- data.tar.gz: e01d9a08f46403f49a8513d18d005d7ad32b1d2d
3
+ metadata.gz: c9d2e6004e00bb19874ce02e5fd2ac2d242e82b2
4
+ data.tar.gz: 43b7d9f3728863794ec443d6d798d605f31e9071
5
5
  SHA512:
6
- metadata.gz: 833777c6950a30734bb85a2f99a3f4d4e7dd775ff675636991004f92145945658cf4be04172bebc0f44e1ede1aac29a0a5c38fb6c3a58130e1ca3f1ea6f6c36e
7
- data.tar.gz: cd6e39147ab81af1c863f2fa901456645c335f2c0db3dc73a127591256a03b147683f44c971ef202ef01da5026b4f1fe6b256fc00ef0e2b7b6c4c6fa45ee5de2
6
+ metadata.gz: 12f8a6a19fdd3fb3eda53677b21520d44485ba140602258dd0e554e3f05b27985d7fca2e8bd9b633b032c623db71835332382a5d439687890e3b5c9878372ad2
7
+ data.tar.gz: c0b1a919ea9f3c44aaf3333c047d68616234f9cae019ae36396c614c1ed5fe6c5cc05a297c87e03e9cff619471691f0b229e73702db56123ee95a260c29b0b7f
@@ -0,0 +1 @@
1
+ <body><h2>hola test</h2><p></p></body>
File without changes
@@ -0,0 +1 @@
1
+ <html><head></head><body><!-- This is a comment --></body></html>
@@ -0,0 +1,10 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ <h1></h1>
7
+ <h2></h2>
8
+ </div>
9
+ </body>
10
+ </html>
@@ -0,0 +1,8 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ </div>
7
+ </body>
8
+ </html>
@@ -0,0 +1,11 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ <h1>2017</h1>
7
+ <h2>2018</h2>
8
+ <h2>2019</h2>
9
+ </div>
10
+ </body>
11
+ </html>
@@ -0,0 +1,11 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ <h1></h1>
7
+ <h2></h2>
8
+ <h2></h2>
9
+ </div>
10
+ </body>
11
+ </html>
@@ -0,0 +1,15 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ <h1>2017</h1>
7
+ </div>
8
+ <div>
9
+ <h2>2017</h2>
10
+ </div>
11
+ <div>
12
+ <h2>2018</h2>
13
+ </div>
14
+ </body>
15
+ </html>
@@ -0,0 +1,12 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ </div>
7
+ <div>
8
+ </div>
9
+ <div>
10
+ </div>
11
+ </body>
12
+ </html>
@@ -0,0 +1,10 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ <h1>2017</h1>
7
+ <h2>2018</h2>
8
+ </div>
9
+ </body>
10
+ </html>
@@ -0,0 +1,10 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <div>
6
+ <h1></h1>
7
+ <h2></h2>
8
+ </div>
9
+ </body>
10
+ </html>
File without changes
@@ -2,6 +2,7 @@
2
2
  <head>
3
3
  </head>
4
4
  <body>
5
- <!-- this is a comment -->
5
+ <img src="">
6
+ <img src="">
6
7
  </body>
7
8
  </html>
@@ -2,7 +2,7 @@
2
2
  <head>
3
3
  </head>
4
4
  <body>
5
- <!-- this is comment -->
6
- <h1>test</h1>
5
+ This is text in body
6
+ <h1></h1>
7
7
  </body>
8
8
  </html>
@@ -0,0 +1,7 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ <h1>This is text in child</h1>
6
+ </body>
7
+ </html>
@@ -0,0 +1,8 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ This is text in body
6
+ <h1>This is text in child</h1>
7
+ </body>
8
+ </html>
@@ -0,0 +1,8 @@
1
+ <html>
2
+ <head>
3
+ </head>
4
+ <body>
5
+ This is text in body
6
+ <h1>This is text in child</h1>
7
+ </body>
8
+ </html>
@@ -6,3 +6,5 @@
6
6
  <img src="">
7
7
  </body>
8
8
  </html>
9
+
10
+ <!-- Si en el ejercicio solo hay un img, no marca error si el src esta vacio -->
@@ -0,0 +1,20 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>My Favorite Book</title>
5
+ </head>
6
+ <body>
7
+ <div id="title">
8
+ <h1>1984</h1>
9
+ <p></p>
10
+ </div>
11
+ <div class="about">
12
+ <h1></h1>
13
+ <p></p>
14
+ </div>
15
+ </body>
16
+ </html>
17
+
18
+ <!-- Si en el ejercicio se eliminan los elementos internos del div, no marca error siempre y cuando no tengan texto
19
+ No se indentifican elementos por div, agregar a los elementos el pointer del parent y comparar
20
+ Checar issue 19-->
@@ -0,0 +1 @@
1
+ <body><h2>hola test</h2><p></p></body>
@@ -0,0 +1 @@
1
+ <body><h2>hola test</h2><p></p></body>
@@ -0,0 +1 @@
1
+ <body><h2>hola test</h2><p></p></body>