summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest3.txt
blob: 380ea76e4c8bf62483007dae4992f891734a883d (plain)
1
2
3
4
5

Here we check that `__file__` is provided:

  >>> type(__file__)
  <class 'str' ...>