Changes

Jump to navigation Jump to search
127 bytes added ,  13:42, 22 March 2020
no edit summary
Line 7: Line 7:  
   ingredients_text => "</nowiki> raw milk, sliced tomatoes, garlic powder, powdered eggplant, courgette powder" },
 
   ingredients_text => "</nowiki> raw milk, sliced tomatoes, garlic powder, powdered eggplant, courgette powder" },
   −
<nowiki>[ {</nowiki>
+
  [ {
    'id' => 'en:raw-milk',
+
      'id' => 'en:raw-milk',
    'text' => 'raw milk'
+
      'text' => 'raw milk'
  },
+
    },
  {
+
The ingredients_text ''sliced tomatoes'', should result in the ingredient with id ''en:tomato'' and processing ''en:sliced''.
    'id' => 'en:tomato',
+
    {
    'processing' => 'en:sliced',
+
      'id' => 'en:tomato',
    'text' => 'tomatoes'
+
      'processing' => 'en:sliced',
  },
+
      'text' => 'tomatoes'
  {
+
    },
    'id' => 'en:garlic-powder',
+
 
    'text' => 'garlic powder'
+
    {
  },
+
      'id' => 'en:garlic-powder',
 +
      'text' => 'garlic powder'
 +
    },
 +
 
 
   {
 
   {
 
     'id' => 'en:aubergine',
 
     'id' => 'en:aubergine',
Line 25: Line 28:  
     'text' => 'eggplant'
 
     'text' => 'eggplant'
 
   },
 
   },
 +
 
   {
 
   {
'id' => 'en:courgette',
+
    'id' => 'en:courgette',
 
     'processing' => 'en:powdered',
 
     'processing' => 'en:powdered',
 
     'text' => 'courgette'
 
     'text' => 'courgette'
<nowiki>}</nowiki>
+
  }
<nowiki>] ]</nowiki>
+
  ] ]
3,393

edits

Navigation menu