Sha256: 89e6f2bf1288d8eb0e70c0ff660acdd645944603f0b2b3fd306813029713ec95

Contents?: true

Size: 1.02 KB

Versions: 18

Compression:

Stored size: 1.02 KB

Contents

Feature: Print Date/Time objects as Level 2 EDTF strings
  As a Ruby programmer
  I want to convert Date/Time objects to EDTF strings
  
  @202 @level2
	Scenario: Prints internal unspecified dates
		When I parse the string "156u-12-25"
		When I convert the date
		Then the EDTF string should be "156u-12-25"

  @205 @level2 @interval
	Scenario: Prints L2 extended intervals
		# When I parse the string "2004-06-(01)~/2004-06-(20)~"
		# When I convert the date
		# Then the EDTF string should be "2004-06-(01)~/2004-06-(20)~"

		When I parse the string "2004-06-uu/2004-07-03"
		When I convert the date
		Then the EDTF string should be "2004-06-uu/2004-07-03"

  @209 @level2 @season
	Scenario: Prints qualified seasons
		When I parse the string "2001-21^southernHemisphere"
		When I convert the date
		Then the EDTF string should be "2001-21^southernHemisphere"

  @207 @level2 @calendar
	Scenario: Prints calendar string
		When I parse the string "2001-02-03^xyz"
		When I convert the date
		Then the EDTF string should be "2001-02-03^xyz"

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
edtf-3.0.8 features/print/level_2_edtf.feature
edtf-3.0.7 features/print/level_2_edtf.feature
edtf-3.0.6 features/print/level_2_edtf.feature
edtf-3.0.5 features/print/level_2_edtf.feature
edtf-3.0.4 features/print/level_2_edtf.feature
edtf-3.0.3 features/print/level_2_edtf.feature
edtf-3.0.2 features/print/level_2_edtf.feature
edtf-3.0.1 features/print/level_2_edtf.feature
edtf-3.0.0 features/print/level_2_edtf.feature
edtf-2.3.1 features/print/level_2_edtf.feature
edtf-2.3.0 features/print/level_2_edtf.feature
edtf-2.2.0 features/print/level_2_edtf.feature
edtf-2.1.0 features/print/level_2_edtf.feature
edtf-2.0.0 features/print/level_2_edtf.feature
edtf-1.0.0 features/print/level_2_edtf.feature
edtf-0.0.9 features/print/level_2_edtf.feature
edtf-0.0.8 features/print/level_2_edtf.feature
edtf-0.0.7 features/print/level_2_edtf.feature