ff635c2bafda5193d46052328b0726d2057cb0b0
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / YT826Test.java
1 /*
2  * Copyright (c) 2017 Pantheon Technologies, s.r.o. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.yangtools.yang.parser.stmt.rfc6020;
9
10 import org.junit.Test;
11 import org.opendaylight.yangtools.yang.stmt.StmtTestUtils;
12
13 public class YT826Test {
14     @Test
15     public void testWhenExpressionWhitespace() throws Exception {
16         StmtTestUtils.parseYangSource("/bugs/yangtools826/example.yang");
17     }
18 }