<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
-mapa = {0:&quot;&quot;, 1:&quot;I&quot;, 5:&quot;V&quot;}
-lista = [0, 1, 5]
+mapa = {0:&quot;&quot;, 1:&quot;I&quot;, 5:&quot;V&quot;, 10:&quot;X&quot;}
+lista = [0, 1, 5, 10]
 
 Number.prototype.to_roman = function() {
     if(this in mapa) return mapa[this]</diff>
      <filename>58-jsspec/src/numeral_to_roman.js</filename>
    </modified>
    <modified>
      <diff>@@ -29,4 +29,19 @@ describe(&quot;Arabic number&quot;, {
     &quot;should convert 9 to 'IX'&quot;: function() {
         value_of((9).to_roman()).should_be(&quot;IX&quot;)
     },
+    &quot;should convert 10 to 'X'&quot;: function() {
+        value_of((10).to_roman()).should_be(&quot;X&quot;)
+    },
+    &quot;should convert 11 to 'XI'&quot;: function() {
+        value_of((11).to_roman()).should_be(&quot;XI&quot;)
+    },
+    &quot;should convert 12 to 'XII'&quot;: function() {
+        value_of((12).to_roman()).should_be(&quot;XII&quot;)
+    },
+    &quot;should convert 13 to 'XIII'&quot;: function() {
+        value_of((13).to_roman()).should_be(&quot;XIII&quot;)
+    },
+    &quot;should convert 14 to 'XIV'&quot;: function() {
+        value_of((14).to_roman()).should_be(&quot;XIV&quot;)
+    },
 })
\ No newline at end of file</diff>
      <filename>58-jsspec/test/unit/numeral_to_roman_spec.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a35e30e60b2dc342f1f9242265dbe26ff8241900</id>
    </parent>
  </parents>
  <author>
    <name>Hugo Corbucci</name>
    <email>hugo.corbucci@gmail.com</email>
  </author>
  <url>http://github.com/dojosp/participant-s-projects/commit/5f210d465a9b950dd505810a09014ba1175e8945</url>
  <id>5f210d465a9b950dd505810a09014ba1175e8945</id>
  <committed-date>2008-11-17T18:54:38-08:00</committed-date>
  <authored-date>2008-11-17T18:54:38-08:00</authored-date>
  <message>It passes until 14 except for the 9. Time is up.
Hugo</message>
  <tree>9fe9b54cc2a3b16d4fa7fcafbed67e57e9b4d48b</tree>
  <committer>
    <name>Hugo Corbucci</name>
    <email>hugo.corbucci@gmail.com</email>
  </committer>
</commit>
