# Preval test case

# one.md

> constants > one
>
> Single constant, nothing happens

## Input

`````js filename=intro
const foo = "five";
`````

## Output

`````js filename=intro
const foo = "five";
`````