Overview
Comment: | chunked_strings-tests-bugfixes: Fix test suite description |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
431d105c2c8d903de0817e6724d110dd |
User & Date: | nat on 2013-11-19 21:41:33 |
Other Links: | manifest | tags |
Context
2013-12-29
| ||
22:57 | s_expressions: new parent package for S-expression code check-in: 5a32f08c8e user: nat tags: trunk | |
2013-11-19
| ||
21:41 | chunked_strings-tests-bugfixes: Fix test suite description check-in: 431d105c2c user: nat tags: trunk | |
2013-11-18
| ||
20:21 | chunked_strings-tests-coverage: test Trim with multiple-chunk prefix check-in: e0c2566ea5 user: nat tags: trunk | |
Changes
Modified tests/natools-chunked_strings-tests-bugfixes.adb from [a3a7278e83] to [18c020790b].
︙ | ︙ | |||
17 18 19 20 21 22 23 | with Ada.Strings.Maps; procedure Natools.Chunked_Strings.Tests.Bugfixes (Report : in out Natools.Tests.Reporter'Class) is package NT renames Natools.Tests; begin | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | with Ada.Strings.Maps; procedure Natools.Chunked_Strings.Tests.Bugfixes (Report : in out Natools.Tests.Reporter'Class) is package NT renames Natools.Tests; begin Report.Section ("Tests for known bugs"); declare Name : constant String := "Overreach of Index"; CS : Chunked_String := To_Chunked_String ("abcd0123"); N : Natural; begin CS.Head (4); |
︙ | ︙ |