Sha256: 6bdc724075eb3d726d1db6559bc09789ee73d84b63b01f8a0997a03313f0d0f5
Contents?: true
Size: 559 Bytes
Versions: 2
Compression:
Stored size: 559 Bytes
Contents
Feature: WMLAction In order to keep my Wesnoth mod up to date As a ERA author I want to make quick modifications to many WML files Scenario: Add and change attributes Given a file named "attrs.cfg" with: [unit] hp=10 level=1 [/unit] And a file named "attr_mod.cfg" with: [unit] hp=25 race="human" {REGENERATES} [unit] When I run "wml_action modify attrs.cfg attr_mod.cfg" Then the output should be: [unit] hp=25 level=1 race="human" {REGENERATES} [unit]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wml_action-0.0.4 | features/wml_action.feature |
wml_action-0.0.3 | features/wml_action.feature |