!7

sS data = [[

  -- rule
  
  turn it around, dummie!
  + her
  + not it
  => turn her around, dummie!
  
  -- test input
  
  turn it around, dummie!
  her
  not it
  
  -- expected output
  
  turn her around, dummie!

]];

!include once #1021761 // Gazelle Fakery
 
p-exp {
  gazelle_fakery_performTest(data);
}