mirror of
https://github.com/esphome/esphome.git
synced 2026-08-29 01:03:29 +00:00
11 lines
305 B
Python
11 lines
305 B
Python
"""End on an unterminated line that the filter is supposed to drop.
|
|
|
|
Run through ``esphome/espidf/runner.py`` by test_espidf_runner.py, to
|
|
check that releasing a held-back line still applies the filter.
|
|
"""
|
|
|
|
import sys
|
|
|
|
sys.stdout.write("Compiling main.cpp\n")
|
|
sys.stdout.write("Project build complete.")
|