Mercurial > hgrepos > Python > libs > ConfigMix
diff tests/data/index-access-for-jails.yml @ 652:64cf6710c0db
FIX: Add forgotten test data file
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 13 May 2022 19:01:25 +0200 |
| parents | |
| children | b97e5f3bbc8e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/data/index-access-for-jails.yml Fri May 13 19:01:25 2022 +0200 @@ -0,0 +1,11 @@ +# -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*- + +# Testing index access in jails: list items are containers + +%YAML 1.1 +--- + +the-list: + - entry: 0 + - entry: 1 + - entry: 2
