Mercurial > hgrepos > Python > libs > ConfigMix
changeset 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 | fe1299825a9a |
| children | 211288645f02 |
| files | tests/data/index-access-for-jails.yml |
| diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
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
